[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Update Maintenance Schedules
DescriptionUsing this method, you can update a particular maintenance schedules
Request
URLURL
https://localhost/suite-api/api/maintenanceschedules
Request Body
Request Body
maintenance-schedule
of type(s) application/json, application/xml
Required
The maintenance schedules to be updated
Authentication
This operation uses the following authentication methods.
Errors
404
The maintenance schedule does not exist
Code Samples
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{"id":"string","key":"string","schedule":{"dayOfTheMonth":0,"daysOfTheMonth":["string"],"daysOfTheWeek":["UNKNOWN"],"duration":0,"expirationDate":"string","expireRuns":0,"hour":0,"minuteOfTheHour":0,"month":0,"months":[0],"recurrence":0,"scheduleType":"UNKNOWN","startDate":"string","timeZone":"string","weeksOfTheMonth":["UNKNOWNN"]}}' https://localhost/suite-api/api/maintenanceschedules
[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations