Interlaken
API referenceBilling and supportLimits

Get the caller's resource limits

GET
/api/v1/limits

Requires the limits:read permission.

Authorization

AuthorizationBearer <token>

An access token from this zone's POST /oauth/token, or a session token from POST /api/v1/auth/login. Send it as Authorization: Bearer <token>.

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/limits"
{  "max_cpu_cores": 0,  "max_llm_tokens_month": 0,  "max_ram_gib": 0,  "max_storage_gib": 0,  "max_vms_per_vpc": 0,  "max_vpcs": 0,  "tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0",  "updated_at": "2019-08-24T14:15:22Z"}