Orchestrator Maintenance Mode API

How to use Orchestrator Maintenance Mode API (2019.10.1) ?

  • First authenticate for Orchestrator platform as mentioned in here, but for the HOST tenant:

 

  • Enable Pending Maintenance by calling the endpoint "YourOrchestratorUrl/api/Maintenance/Start?phase=Draining" via "POST", with an empty body and in the header putting just the previously obtained token
     

 

  • Enable Maintenance Mode by calling the endpoint "YourOrchestratorUrl/api/Maintenance/Start?phase=Suspended" via "POST", with an empty body and in the header putting just the previously obtained token

 

  • Turn off Maintenance Mode by calling the endpoint "YourOrchestratorUrl/api/Maintenance/End" via "POST", with an empty body and in the header putting just the previously obtained token