[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Get Reservations Deprecated
Descriptionget the maintenance window for this SDDC
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/reservations/{reservation}/mw
Path Parameters
Path Parameters
string
org
Required
Organization identifier
string
reservation
Required
Reservation Identifier
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
MaintenanceWindowGet
of type(s) application/json
This response body class contains all of the following:
MaintenanceWindow, InlineMaintenanceWindowGet1
Errors
401
Unauthorized
ErrorResponse
403
Access not allowed to the operation for the current user
Code Samples
PowerCLI Client SDK Example
Invoke-OrgsOrgReservationsReservationMwGet -Org "MyOrg" -Reservation "MyReservation"
cURL Command
curl https://vmc.vmware.com/vmc/api/orgs/{org}/reservations/{reservation}/mw
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmc-ui-servicename: reservations
x-vmw-vapi-methodname: get
[{"label":"Latest (v1.1)","version":"latest"}]
vmc