Read Node Log

Read Node Log

For a single specified log file, lists the filename, file size, and last-modified time.

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

Name of log file to read properties


Authentication
This operation uses the following authentication methods.
Responses
200

Success

Returns NodeLogProperties of type(s) application/json
This response body class contains all of the following: Resource , InlineNodeLogProperties1
{
    "_self": {
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "last_modified_time": 0,
    "log_size": 0,
    "log_name": "string"
}

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