Current node debug info requests

Documents the Redis Enterprise Software REST API debuginfo/node requests.

Method Path Description
GET /v1/debuginfo/node Get debug info for the current node

Get debug info for current node

GET /v1/debuginfo/node

Downloads a tar file that contains debug info for the current node.

Required permissions

Permission name
view_debugging_info

Request

Example HTTP request

GET /debuginfo/node 

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

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

Code Description
200 OK Success.
500 Internal Server Error Failed to get debug info.
RATE THIS PAGE
Back to top ↑