Manage Scheduled Maintenance Windows
Updates, gets and deletes client's scheduled maintenence windows.
delete
/api/v2/tenants/{clientId}/scheduleMaintenances/{smId}
Deletes a scheduled maintenance window.
Path Parameters
- clientId
Describes the clientId of the tenant
- smId
get
/api/v2/tenants/{clientId}/scheduleMaintenances/{smId}
Gets scheduled maintenance window details.
Path Parameters
- clientId
Describes the clientId of the tenant
- smId
00
post
/api/v2/tenants/{clientId}/scheduleMaintenances/{smId}
Updates a pending schedule maintenance window.
Notes
- Schedule details can be updated. For example: name, schedule type, and alert conditions. Resource details cannot be updated.
- To get the list of pending schedule maintenance windows, use the Search Schedule Maintenance Windows endpoint.
- For a recurring schedule maintenance to end at a specific time period, provide the end date and time in the field endTime. Example: "2016-05-29T18:55:27+0000"
Path Parameters
- clientId
Describes the clientId of the tenant
- smId
00
00