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
- application/json
Query Parameters
-
from: number
The start time in query range with format YYYYMMDDHHmmSS.
-
id(required): string
The ID of node
-
to: number
The end time in query range with format YYYYMMDDHHmmSS. If you want to enable 'to' parameter, then 'from' parameter needs to be set first.
Response
Supported Media Types
- application/json
200 Response
Node log file(in .tar.gz format)
Root Schema : schema
Type:
file
404 Response
No log file found
500 Response
Internal server error
Default Response
Unexpected error