Update SDDC Maintenance Window Deprecated
update the maintenance window for this SDDC
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/reservations/{reservation}/mw
Parameters
Parameters
string
org
Required
Organization identifier
string
reservation
Required
Reservation Identifier
Request Body
Request Body
MaintenanceWindow (required)
string
day_of_week
Optional
No description available
Possible values are: SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
integer
hour_of_day
Optional
No description available
Response
Response
Response BodyResponse Body
200 OK returns
MaintenanceWindow
{
"day_of_week": "string",
"hour_of_day": 0
}
string
day_of_week
Optional
No description available
Possible values are: SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
integer
hour_of_day
Optional
No description available
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{"day_of_week":"string","hour_of_day":0}' https://vmc.vmware.com/vmc/api/orgs/{org}/reservations/{reservation}/mw
Errors
401
The request requires user authentication.
409
The request could not be completed due to a conflict with the current state of the resource.