PUT
/
storage
/
notifications
/
v1
/
event
curl --request PUT \
  --url https://api.gcore.com/storage/notifications/v1/event \
  --header 'APIKey: <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.

Authorizations

APIKey
string
header
required

API key for authentication.

Query Parameters

client_id
integer

ClientID who events we will get

Body

application/json

Event for storage notification