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.
Example response
{
"id": "9678f205-49a1-47bb-82d9-d01cafa42a0d",
"value": 45
}