Get Reservations
get the maintenance window for this SDDC
Request
URI
GET
https://{api_host}/vmc/api/orgs/{org}/reservations/{reservation}/mw
COPY
Path Parameters
string
org
Required
Organization identifier.
string
reservation
Required
Reservation Identifier
Responses
200
OK
Returns
MaintenanceWindowGet
of type(s)
application/json
This response body class contains all of the following:
InlineMaintenanceWindowGet0
{
"day_of_week": "string",
"hour_of_day": 0,
"duration_min": 0,
"version": 0
}
401
Unauthorized
Operation doesn't return any data structure
403
Access not allowed to the operation for the current user
Returns
ErrorResponse
of type(s)
application/json
"ErrorResponse Object"
integer
status
Required
HTTP status code
string
path
Required
Originating request URI
boolean
retryable
Required
If true, client should retry operation
string
error_code
Required
unique error code
array of
string
error_messages
Required
localized error messages
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vmc/api/orgs/{org}/reservations/{reservation}/mw
Deprecated
Reservations Operations
GET
List Reservations
Deprecated
PUT
Put Reservations
Deprecated
GET
Get Reservations
Deprecated