GET
/
storage
/
notifications
/
v1
/
events
/
configurator
curl --request GET \
  --url https://api.gcore.com/storage/notifications/v1/events/configurator \
  --header 'APIKey: <api-key>'
{
  "example": {
    "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>"
      }
    ]
  },
  "structure": [
    {
      "fields": [
        {
          "name": "storage_name",
          "type": "number, bool, text"
        }
      ],
      "name": "reaching_files_quantity"
    }
  ]
}

Authorizations

APIKey
string
header
required

API key for authentication.

Response

200
application/json

EventsMetaResponse

EventsMeta describe how to form POST/PATCH request