quotas
Get Quotas
Gets the organization quotas
get/organizations/{organization_name}/quotas
Response
OK
Example response
{
"container_groups_quotas": {
"container_replicas_quota": 500,
"container_replicas_used": 10,
"max_container_group_reallocations_per_minute": 10,
"max_container_group_recreates_per_minute": 10,
"max_container_group_restarts_per_minute": 10
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.