Cloud Quota Management API

With the Cloud Quota Management API, you can manage quotas for Selectel Cloud platform resources.

In projects, the default limit for each cloud platform resource is the maximum number that can be created in one project. Within project limits, you can change quotas — you can use them to limit the resource creation.

Learn more about project quotas and limits.

Authorization

The Cloud Quota Management API uses Keystone tokens, which are passed in the X-Auth-Token header.

The URL depends on the region and pool. It can be viewed in the URL list.

An example of a request to get project limits in the ru-1 pool:

curl -i \
-H 'X-Auth-Token: <keystone_token>' \
'https://ru-1.cloud.api.selcloud.ru/quota-manager/v1/projects/<project_id>/limits'

Specify:

  • <keystone_token> — Keystone token;
  • <project_id> — project ID.