You can use the Shutdown method to restart or shutdown a node that has not yet been added to a cluster. To use this method, login in to the MIP for the pending node and enter the shutdown method with either the restart or halt options in the following table.
This method has the following input parameter:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
option | Action to take for the node shutdown:
|
string | None | Yes |
https://<MIP>:443/json-rpc/<API version>/?method=Shutdown&option=halt
This method has no return values.
Requests for this method are similar to the following example:
{ "method": "Shutdown", "params": { "option": "restart" }, "id": 1 }
This method returns a response similar to the following example:
{ "id" : 1, "result" : {} }