NSX-T Data Center REST API
List available node logs
Returns the number of log files and lists the log files that reside on theNSX virtual appliance. The list includes the filename, file size,
and last-modified time in milliseconds since epoch (1 January 1970) for each
log file. Knowing the last-modified time with millisecond accuracy since
epoch is helpful when you are comparing two times, such as the time of a
POST request and the end time on a server.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/transport-nodes/<transport-node-id>/node/logs
                  
/api/v1/cluster/<cluster-node-id>/node/logs
/api/v1/node/logs
              
            /api/v1/cluster/<cluster-node-id>/node/logs
/api/v1/node/logs
Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/node/logsSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    NodeLogPropertiesListResult+
  