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
default

Unexpected error

Returns ApiError of type(s) application/octet-stream
{
    "module_name": "string",
    "error_message": "string",
    "error_code": 0
}
string
module_name
Optional

module_name

string
error_message
Optional

error_message

integer As int64 As int64
error_code
Optional

error_code