Retrieve Resource Quota

GET /quota/{entity}

Responses

  • 200 application/json

    200

    Hide response attributes Show response attributes object
    • resource string

      Resource Name

    • usage integer(int64)

      Resource Usage

    • limit integer(int64)

      Resource Limit. -1 for Unlimited

GET /quota/{entity}
curl \
 -X GET https://api-ch-gva-2.exoscale.com/v2/quota/{entity}
Response examples (200)
{
  "resource": "string",
  "usage": 42,
  "limit": 42
}