List Resource Quotas
Returns organization-specific resource quota overrides that take precedence over platform defaults. Each quota enforces a count limit on a specific Cloud Gateway resource type — including active networks, data planes, serverless data planes, data plane groups, and provider accounts per cloud provider.
Query parameters
The maximum number of items to include per page. The last page of a collection may include fewer items.
Determines which page of the entities to retrieve.
Response
A paginated list for a collection of resource quotas.
Example response
{
"meta": {
"page": {
"number": 1,
"size": 10,
"total": 100
}
},
"data": [
{
"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"
}
]
}Changes
Changed in 4 of the 75 revisions of this API.94
- ●
added the new
count/managed-cache-instancesenum value to thedata/items/resourceresponse property for the response status200response-property-enum-value-added
- ●
added the new
max/managed-cache-sizeenum value to thedata/items/resourceresponse property for the response status200response-property-enum-value-added
- ●
- ●
added the new
count/data-plane-groups-estimateenum value to thedata/items/resourceresponse property for the response status200response-property-enum-value-added
- ●
- ●
added the new
typeenum value to theallOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/ruleresponse property for the response status400response-property-enum-value-added
- ●
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterChoiceItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterDependentItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMaximumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMinimumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
detailbecame nullable for the status401response-property-became-nullable
- ▲
the response property
instancebecame nullable for the status401response-property-became-nullable
- ▲
the response property
statusbecame nullable for the status401response-property-became-nullable
- ▲
the response property
titlebecame nullable for the status401response-property-became-nullable
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲