Org Compute Pool Configs (fcpm/v2)

Read an Org Compute Pool Config

General Availability

Make a request to read an org compute pool config.

get/fcpm/v2/compute-pool-config

Response

Org Compute Pool Config.

api_version'fcpm/v2' required

APIVersion defines the schema version of this representation of a resource.

kind'OrgComputePoolConfig' required

Kind defines the object this REST resource represents.

organization_idstring

The ID of the organization.

Example response

{
  "organization_id": "9bb441c4-edef-46ac-8a41-c49e44a3fd9a",
  "spec": {
    "default_pool_max_cfu": 20
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.