Edit

Share via


Schedule Maintenance - Stop Maintenance Schedule

Stops the scheduled maintenance details for specified schedule ID.

GET http://<Servername>/OperationsManager/StopScheduleMaintenance/{scheduleId}

URI Parameters

Name In Required Type Description
scheduleId
path True

string (uuid)

Schedule ID to stop

Responses

Name Type Description
200 OK

object

Ok.Successfully stopped maintenance schedule.

Media Types: "application/json", "text/json", "application/xml", "text/xml"

Examples

StopMaintenanceSchedule

Sample request

GET http://<Servername>/OperationsManager/StopScheduleMaintenance/c4f763ce-eff7-ec11-acf9-02155eb7914c

Sample response

[
  "OK"
]