curl --request DELETE \
--url https://api.gcore.com/storage/notifications/v1/event \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"bucket_name": "<string>",
"bytes": 500,
"count": 5,
"name": "reaching_used_space, reaching_files_quantity, reaching_used_traffic, reaching_used_requests",
"storage_name": "<string>",
"uuid": "<string>"
}'
This response has no body data.
curl --request DELETE \
--url https://api.gcore.com/storage/notifications/v1/event \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"bucket_name": "<string>",
"bytes": 500,
"count": 5,
"name": "reaching_used_space, reaching_files_quantity, reaching_used_traffic, reaching_used_requests",
"storage_name": "<string>",
"uuid": "<string>"
}'
This response has no body data.
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
ClientID who events we will get
Event for storage notification
Was this page helpful?