Cloud Gateways Resource Quotas

List Default Resource Quotas

Returns the platform-default resource quotas for Cloud Gateways, along with any organization-level overrides. Use this to view the effective limits for your organization.

get/v2/cloud-gateways/default-resource-quotas

Query parameters

page[size]integer
Example:10

The maximum number of items to include per page. The last page of a collection may include fewer items.

page[number]integer
Example:1

Determines which page of the entities to retrieve.

Response

A paginated list for a collection of default resource quotas.

Example response

{
  "meta": {
    "page": {
      "number": 1,
      "size": 10,
      "total": 100
    }
  },
  "data": [
    {
      "id": "cc504063-f3bb-4e09-8e32-bbcdbc5cd618",
      "name": "Active Networks",
      "description": "Across the organization, the aggregate number of active networks cannot exceed this value.",
      "value": 2,
      "overrides": [
        {
          "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"
        }
      ],
      "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.97

    • added the new count/managed-cache-instances enum value to the data/items/overrides/items/resource response property for the response status 200

      response-property-enum-value-added

    • added the new count/managed-cache-instances enum value to the data/items/resource response property for the response status 200

      response-property-enum-value-added

    • added the new max/managed-cache-size enum value to the data/items/overrides/items/resource response property for the response status 200

      response-property-enum-value-added

    • added the new max/managed-cache-size enum value to the data/items/resource response property for the response status 200

      response-property-enum-value-added

    • added the new count/data-plane-groups-estimate enum value to the data/items/overrides/items/resource response property for the response status 200

      response-property-enum-value-added

    • added the new count/data-plane-groups-estimate enum value to the data/items/resource response property for the response status 200

      response-property-enum-value-added

    • added the new type enum value to the allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/rule response property for the response status 400

      response-property-enum-value-added

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterChoiceItem]/source became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterDependentItem]/source became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMaximumLength]/source became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMinimumLength]/source became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/source became nullable for the status 400

      response-property-became-nullable

    • the response property detail became nullable for the status 401

      response-property-became-nullable

    • the response property instance became nullable for the status 401

      response-property-became-nullable

    • the response property status became nullable for the status 401

      response-property-became-nullable

    • the response property title became nullable for the status 401

      response-property-became-nullable

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog