GET
/
storage
/
notifications
/
v1
/
events
curl --request GET \
  --url https://api.gcore.com/storage/notifications/v1/events \
  --header 'Authorization: <api-key>'
{
  "reaching_files_quantity": [
    {
      "bucket_name": "<string>",
      "count": 123,
      "storage_name": "<string>",
      "uuid": "<string>"
    }
  ],
  "reaching_used_requests": [
    {
      "bucket_name": "<string>",
      "count": 123,
      "storage_name": "<string>",
      "uuid": "<string>"
    }
  ],
  "reaching_used_space": [
    {
      "bucket_name": "<string>",
      "bytes": 123,
      "storage_name": "<string>",
      "uuid": "<string>"
    }
  ],
  "reaching_used_traffic": [
    {
      "bucket_name": "<string>",
      "bytes": 123,
      "storage_name": "<string>",
      "uuid": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Response

200
application/json

EventsResponse

Events for storage notification