Export a log file
Exports the log files from the library. This can only be opened once the log file enters
the complete state.
Request syntax
GET
/v1/logs/<filename>/export
Exports the log file with the specified
name.
Path parameters
filename(string)- The unique file name of the log created.
Example
> GET /v1/logs/TS4500_LOG_BA784_20190815181114.zip/export
HTTP/1.1 200 OK
Content-Type: application/zip
Content-Length: 202719595
<zip file starts here>