Method |
Path |
Description |
GET |
/v1/debuginfo/all/bdb{bdb_uid} |
Get debug info for a database from all nodes |
Get database debug info for all nodes
GET /v1/debuginfo/all/bdb/{int: bdb_uid}
Downloads a tar file that contains debug info for the specified database (bdb_uid
) from all nodes.
Required permissions
Request
Example HTTP request
GET /debuginfo/all/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.
Key |
Value |
Description |
Content-Type |
application/x-gzip |
Media type of request/response body |
Content-Length |
653350 |
Length of the response body in octets |
Content-Disposition |
attachment; filename=debuginfo.tar.gz |
Display response in browser |
Status codes