Search compute instances
Search for compute instances available for a specific account within a specified date and time range. Use this API to filter and retrieve details about compute instances.
Request Headers
1. Authorization string Required
Value: Bearer {access_token}
Request Parameters
2. accountId string Required
The registered account id of the account.
3. startDate string Required
The start date in MM/DD/YYYY format.
4. endDate string Required
The end date in MM/DD/YYYY format.
5. totalCapacityAvailable string Optional
6. startTime string Optional
Default value: 00:00
The start time in HH:MM format (24-hour clock).
7. endTime string Optional
Default value: 23:59:59
The end time in HH:MM format (24-hour clock).
8. instanceType string Optional
9. platform string Optional
Request Body
Response 200 OK
The response will include a list of InstanceTypeOfferings that match the search criteria provided.
Response 200 OK - If no instances match the given criteria, the response might look like this:
Response 400 Bad Request - If there are invalid inputs (e.g., missing or incorrect parameters), the API will return an error response like: