cURL
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>" } ] }
Returns client events
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
EventsResponse
Events for storage notification
Show child attributes
Was this page helpful?