Server Operations Web Services - Pause and Resume Cluster Node
Overview
Universal Controller supports the following RESTful-based web services for the Pause Cluster Node and Resume Cluster Node Server Operations.
Formatting specifications for the web service are provided.
Pause Cluster Node
Description | |
---|---|
URI | http://host_name/uc/resources/serveroperation/pauseclusternode |
HTTP Method | POST |
Description | Sets the instance of the Universal Controller to paused (if active). |
Example URI | http://localhost:8080/uc/resources/serveroperation/pauseclusternode |
Authentication | HTTP Basic |
Consumes Content-Type | n/a |
Produces Content-Type | application/xml, application/json |
Example Response |
Pause Cluster Node: Example Response
XML Response | JSON Response |
---|---|
Resume Cluster Node
Description | |
---|---|
URI | http://host_name/uc/resources/serveroperation/resumeclusternode |
HTTP Method | POST |
Description | Resumes the instance of the Universal Controller (if paused). |
Example URI | http://localhost:8080/uc/resources/serveroperation/resumeclusternode |
Authentication | HTTP Basic |
Consumes Content-Type | n/a |
Produces Content-Type | application/xml, application/json |
Example Response |
Resume Cluster Node: Example Response
XML Response | JSON Response |
---|---|