NSX-T Data Center REST API
Read node properties
Returns information about the NSX appliance. Information includesrelease number, time zone, system time, kernel version, message of the day
(motd), and host name.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/node
                  
/api/v1/cluster/<cluster-node-id>/node
/api/v1/transport-nodes/<transport-node-id>/node
              
            /api/v1/cluster/<cluster-node-id>/node
/api/v1/transport-nodes/<transport-node-id>/node
Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/nodeSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    NodeProperties+
  