Quotas
Get global quotas
Get global quotas for a specific client.
get/cloud/v2/global_quotas/{client_id}
Path parameters
client_idinteger required
Client ID
Example:3
Client ID
Response
OK
Example response
{
"keypair_count_limit": 100,
"project_count_limit": 2,
"project_count_usage": 1
}