Responses

  • 200 application/json

    200

    Hide response attribute Show response attribute object
    • quotas array[object]

      Organization Quota

      Hide quotas attributes Show quotas attributes object
      • resource string

        Resource Name

      • usage integer(int64)

        Resource Usage

      • limit integer(int64)

        Resource Limit. -1 for Unlimited

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