MethodPathDescription
GET/v1/debuginfo/allGet debug info for all nodes

Get debug info for all nodes

GET /v1/debuginfo/all

Downloads a tar file that contains debug info from all nodes.

Required permissions

Permission name
view_debugging_info

Request

Example HTTP request

GET /debuginfo/all 

Response

Downloads the debug info in a tar file called filename.tar.gz. Extract the files from the tar file to access the debug info for all nodes.

Response headers

KeyValueDescription
Content-Typeapplication/x-gzipMedia type of request/response body
Content-Length653350Length of the response body in octets
Content-Dispositionattachment; filename=debuginfo.tar.gzDisplay response in browser or download as attachment

Status codes

CodeDescription
200 OKSuccess.
500 Internal Server ErrorFailed to get debug info.