Notifications
Create event
Create a single notification event threshold. Configure alerts for when storage usage, file count, traffic, or requests exceed specified limits for a storage or bucket.
post/storage/notifications/v1/event
Query parameters
client_idinteger
Client ID
Request body
Example request
{
"bytes": 500,
"count": 5,
"name": "reaching_used_space, reaching_files_quantity, reaching_used_traffic, reaching_used_requests"
}Response
EventResponse
Example response
{
"bytes": 500,
"count": 5,
"name": "reaching_used_space, reaching_files_quantity, reaching_used_traffic, reaching_used_requests"
}