Retrieve Resource Quota
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
}
curl \
-X GET https://api-ch-gva-2.exoscale.com/v2/quota/{entity}
{
"resource": "string",
"usage": 42,
"limit": 42
}