MethodPathDescription
GET/v1/debuginfo/node/bdb/{bdb_uid}Get debug info for the current node regarding a specific database

Get database debug info for current node

GET /v1/debuginfo/node/bdb/{int: bdb_uid}

Downloads a tar file that contains debug info for the specified database (bdb_uid) from the current node.

Required permissions

Permission name
view_debugging_info

Request

Example HTTP request

GET /debuginfo/node/bdb/1 

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.

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

Status codes

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