Download Node Logs for a Time Range

get

/console/admin/api/v2/nodes/log

Dowload node logs for a fixed time range.

Request

Supported Media Types
Query Parameters
  • The start time in query range with format YYYYMMDDHHmmSS.
  • The ID of node
  • The end time in query range with format YYYYMMDDHHmmSS. If you want to enable 'to' parameter, then 'from' parameter needs to be set first.
Back to Top

Response

Supported Media Types

200 Response

Node log file(in .tar.gz format)
Body ()
Root Schema : schema
Type: file

404 Response

No log file found

500 Response

Internal server error
Body ()
Root Schema : 500errorModels
Type: object
Show Source

Default Response

Unexpected error
Body ()
Root Schema : errorModel
Type: object
Show Source
Back to Top