{
  "id": "node",
  "title": "Current node debug info requests",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/rest-api/requests/debuginfo/node/",
  "summary": "Documents the Redis Enterprise Software REST API debuginfo/node requests.",
  "content": "\n\nThis REST API path is deprecated as of Redis Enterprise Software version 7.4.2. Use the new path [`/v1/nodes/debuginfo`]() instead.\n\n\n| Method | Path | Description |\n|--------|------|-------------|\n| [GET](#get-debuginfo-node) | `/v1/debuginfo/node` | Get debug info for the current node |\n\n## Get debug info for current node {#get-debuginfo-node}\n\n\tGET /v1/debuginfo/node\n\nDownloads a tar file that contains debug info for the current node.\n\n#### Required permissions\n\n| Permission name |\n|-----------------|\n| [view_debugging_info]() |\n\n### Request {#get-request} \n\n#### Example HTTP request\n\n\tGET /v1/debuginfo/node \n\n### Response {#get-response} \n\nDownloads the debug info in a tar file called `filename.tar.gz`. Extract the files from the tar file to access the debug info.\n\n#### Response headers\n\n| Key | Value | Description |\n|-----|-------|-------------|\n| Content-Type | application/x-gzip | Media type of request/response body |\n| Content-Length | 653350 | Length of the response body in octets |\n| Content-Disposition | attachment; filename=debuginfo.tar.gz | Display response in browser or download as attachment |\n\n### Status codes {#get-status-codes} \n\n| Code | Description |\n|------|-------------|\n| [200 OK](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1) | Success. |\n| [500 Internal Server Error](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1) | Failed to get debug info. |\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00",
  "children": [{"id":"bdb","summary":"Documents the Redis Enterprise Software REST API debuginfo/node/bdb requests.","title":"Current node database debug info requests","url":"https://redis.io/docs/latest/operate/rs/7.8/references/rest-api/requests/debuginfo/node/bdb/"}]
}

