Reserve Capacity
Reserve Capacity
This API endpoint allows users to reserve flexcompute instances by sending a POST request to the specified URL.
HTTP Method
POST
Request Body
accountId(string): The ID of the account for which the reservation is being made.policyName(string): The name of the policy associated with the reservation.startDate(string): The start date for the reservation in the format MM/DD/YYYY.endDate(string): The end date for the reservation in the format MM/DD/YYYY.startTime(string): The start time for the reservation in HH:MM format.endTime(string): The end time for the reservation in HH:MM format.instanceType(string): The type of flexcompute instance being reserved.platform(string): The platform of the flexcompute instance (e.g., Linux/UNIX).quantity(integer): The quantity of instances to be reserved.
Response
The response for this request will be in JSON format and should follow the specified JSON schema.

