Skip to main content
GET
Search Capacity

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).

Pattern: ^\d{2}/\d{2}/\d{4}$
endDate
string
required

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

Pattern: ^\d{2}/\d{2}/\d{4}$
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