Cloud Gateways Resource Quotas
Get Resource Quota
Retrieves a single organization-level resource quota override by ID.
get/v2/cloud-gateways/resource-quotas/{resourceQuotaId}
Path parameters
resourceQuotaIdstring uuid required
Example:9678f205-49a1-47bb-82d9-d01cafa42a0d
The ID of the resource quota to operate on.
Response
Response format for retrieving a resource quota for an organization.
Example response
{
"id": "9678f205-49a1-47bb-82d9-d01cafa42a0d",
"name": "Active Networks",
"description": "Across the organization, the aggregate number of active networks cannot exceed this value.",
"value": 2,
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}