Skip to main content
POST
/
external
/
api
/
v1
/
flexcompute
/
reserve
Reserve Capacity
curl --request POST \
  --url https://public-api.cloudidr.com/external/api/v1/flexcompute/reserve \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "accountId": "014876987943",
  "policyName": "Volod test policy"
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
accountId
string
required
Example:

"014876987943"

policyName
string
required
Example:

"Volod test policy"

Response

200

OK