Method | Path | Description |
---|
GET | /v1/cluster/debuginfo | Get debug info from all nodes and databases |
Get cluster debug info
GET /v1/cluster/debuginfo
Downloads a tar file that contains debug info from all nodes and databases.
Required permissions
Request
Example HTTP request
GET /cluster/debuginfo
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.
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 or download as attachment |
Status codes