Skip to main content
GET
/
external
/
api
/
v1
/
flexcompute
/
describe
/
{cidr_id}
Describe capacity
curl --request GET \
  --url https://public-api.cloudidr.com/external/api/v1/flexcompute/describe/{cidr_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "401",
    "message": "Unauthorized",
    "details": {
      "timestamp": "2025-03-04T17:01:01",
      "description": "Unable to process access token"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cidr_id
string
required

A unique identifier representing the schedule policy or customer view. This ID is used to retrieve detailed view information.

Response

Success Response (200 OK)