NSX-T Data Center REST API
Restart or shutdown node
Restarts or shuts down the NSX appliance.Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /api/v1/transport-nodes/<transport-node-id>/node?action=restart|shutdown
                  
/api/v1/node?action=restart|shutdown
/api/v1/cluster/<cluster-node-id>/node?action=restart|shutdown
              
            /api/v1/node?action=restart|shutdown
/api/v1/cluster/<cluster-node-id>/node?action=restart|shutdown
Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    n/a
  Example Request:
POST https://<nsx-mgr>/api/v1/node?action=restartSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  