Stop All Nodes

get

/nodeManagers/{id}/stopAllNodes

Stops all the nodes in a Node Manager.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

All the nodes have been stopped successfully.

404 Response

The requested resource cannot be found.
Body ()
Root Schema : Error
Type: object
Used when an API encounters an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx).
Show Source

422 Response

The entity cannot be processed due to semantic-errors.
Body ()
Root Schema : Error
Type: object
Used when an API encounters an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx).
Show Source

500 Response

The system has encountered an internal server error.
Body ()
Root Schema : Error
Type: object
Used when an API encounters an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx).
Show Source
Back to Top

Examples

The following example shows how to start all the nodes in a node manager by submitting a GET request on the REST resource using cURL. For more information about cURL, see Use cURL.

curl -X GET 'http://host:port/nodeManagers/NMGR-31eoeh-otm-ln3hrqc9/stopAllNodes'

Example of the Response Body

If successful, the response code 200 is displayed.

Back to Top