v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
Resource Configurations

List Resource Configurations

Returns organization-specific resource configuration overrides that take precedence over platform defaults. Each configuration controls a behavioral setting for a specific Cloud Gateway resource type — for example, data-plane-group-idle-timeout-minutes sets how long a data plane group can remain idle before it scales to zero instances.

get/v2/cloud-gateways/resource-configurations

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 resource configurations.

Example response

{
  "meta": {
    "page": {
      "number": 1,
      "size": 10,
      "total": 100
    }
  },
  "data": [
    {
      "id": "9678f205-49a1-47bb-82d9-d01cafa42a0d",
      "value": 45
    }
  ]
}