NSX-T Data Center REST API
Show the details of process status in given appliance
Show the details of process status in given appliance.The appliance id can be obtained by below APIs.
1. /api/v1/cluster/nodes
2. /api/v1/systemhealth/appliances/process/status
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/systemhealth/appliances/<appliance-id>/process/status
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/systemhealth/appliances/72e1bd4b-6df6-42d0-9c59-a1c31312c9f1/process/statusSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    ApplianceProcessData+
  