This REST API path is deprecated as of Redis Enterprise Software version 7.4.2. Use the new path /v1/cluster/debuginfo
instead.
Method | Path | Description |
---|
GET | /v1/debuginfo/all | Get 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
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.
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