URL
POST https://{api-url}/api/v2/tenants/{tenantId}/scheduleMaintenances/{smId}/end
Sample URLs
https://{api-url}/api/v2/tenants/client_93/scheduleMaintenances/SM-a7aa1874-ee4f-4a12-add1-2313bd717d4e/end
Notes
- User can end only active schedule maintenance windows.
- Active schedule maintenance windows that are one-time maintenance windows move to a completed state. Recurring maintenance windows move to pending state.
Status code
200 OK
Sample response
{
"uniqueId": "SM-a7aa1874-ee4f-4a12-add1-2313bd717d4e",
"status": "Pending"
}