Resource Configurations

Get Resource Configuration

Retrieves a single organization-level resource configuration override by ID. Returns the qualifier, override value, and description for the configuration setting.

get/v2/cloud-gateways/resource-configurations/{resourceConfigurationId}

Path parameters

resourceConfigurationIdstring uuid required
Example:9678f205-49a1-47bb-82d9-d01cafa42a0d

The ID of the resource configuration to operate on.

Response

Response format for retrieving a resource configuration for an organization.

idstring uuid required
qualifier'data-plane-group-idle-timeout-minutes' required

Enumeration of configuration qualifiers available for organization-wide configuration.

valueinteger required

The value of this resource configuration.

Example response

{
  "id": "9678f205-49a1-47bb-82d9-d01cafa42a0d",
  "value": 45
}

Changes

Changed in 1 of the 75 revisions of this API.4

    • 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