Skip to main content
GET
/
external
/
api
/
v1
/
flexcompute
/
search
Search Capacity
curl --request GET \
  --url https://public-api.cloudidr.com/external/api/v1/flexcompute/search \
  --header 'Authorization: Bearer <token>'
[
  {
    "title": "Available (All)",
    "status": "AVAILABLE_ALL",
    "startDateTime": "2026-09-08T00:00:00-08:00",
    "endDateTime": "2026-10-08T23:59:59-08:00"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

instanceType
string
required

EC2 instance type to check (e.g., c5.large).

platform
string
default:Linux/UNIX

OS/platform for the offering (e.g., Linux/UNIX, Windows Server).

zoneId
string
required

Availability Zone identifier to search within (e.g., usw2-az1, aps1-az1).

startDate
string
required

Start date of the desired reservation window, format MM/dd/yyyy (e.g., 12/20/2024).

endDate
string
required

End date of the desired reservation window, format MM/dd/yyyy (e.g., 12/25/2024).

utcOffsetHours
integer
required

Client UTC offset in hours (range -18 to 18), used to interpret local dates.

Required range: -18 <= x <= 18

Response

Success - Returns available instance type offerings