Read Node Log Data

Read Node Log Data

For a single specified log file, returns the content of the log file. This method supports byte-range requests. To request just a portion of a log file, supply an HTTP Range header, e.g. "Range: bytes= - ". is optional, and, if omitted, the file contents from start to the end of the file are returned.'

Request
URI
GET
https://nsxmanager.your.domain/api/v1/node/logs/{log-name}/data
COPY
Path Parameters
string
log-name
Required

Name of log to read


Authentication
This operation uses the following authentication methods.
Responses
200
Operation doesn't return any data structure

206
Operation doesn't return any data structure

400
Returns BadRequest of type(s) application/json
Operation doesn't return any data structure

403
Returns Forbidden of type(s) application/json
Operation doesn't return any data structure

404
Returns NotFound of type(s) application/json
Operation doesn't return any data structure

412
Returns PreconditionFailed of type(s) application/json
Operation doesn't return any data structure

500
Operation doesn't return any data structure

503
Returns ServiceUnavailable of type(s) application/json
Operation doesn't return any data structure