List Reservations
Get all reservations for this org
Request
URI
GET
https://vmc.vmware.com/vmc/api/orgs/{org}/reservations
COPY
Path Parameters
string
org
Required
Organization identifier
Responses
200
OK
Returns Array of MaintenanceWindowEntry of type(s) application/json
[
{
"in_maintenance_window": false,
"reservation_schedule": {
"reservations": [
{
"duration": 0,
"rid": "string",
"create_time": "string",
"start_time": "2018-05-01'T'05:00:00'Z'"
}
],
"reservations_mw": [
{
"rid": "string",
"week_of": "string",
"create_time": "string"
}
]
},
"reservation_id": "string",
"in_maintenance_mode": false,
"sddc_id": "string"
}
]
401
Unauthorized
Operation doesn't return any data structure
403
Access not allowed to the operation for the current user
Operation doesn't return any data structure