{
  "id": "all",
  "title": "All nodes debug info requests",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/rest-api/requests/debuginfo/all/",
  "summary": "Documents the Redis Enterprise Software REST API debuginfo/all requests.",
  "content": "\n\nThis REST API path is deprecated as of Redis Enterprise Software version 7.4.2. Use the new path [`/v1/cluster/debuginfo`]() instead.\n\n\n| Method | Path | Description |\n|--------|------|-------------|\n| [GET](#get-all-debuginfo) | `/v1/debuginfo/all` | Get debug info for all nodes |\n\n## Get debug info for all nodes {#get-all-debuginfo}\n\n\tGET /v1/debuginfo/all\n\nDownloads a tar file that contains debug info from all nodes.\n\n#### Required permissions\n\n| Permission name |\n|-----------------|\n| [view_debugging_info]() |\n\n### Request {#get-all-request} \n\n#### Example HTTP request\n\n\tGET /v1/debuginfo/all \n\n### Response {#get-all-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 for all nodes.\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-all-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/all/bdb requests.","title":"All nodes database debug info requests","url":"https://redis.io/docs/latest/operate/rs/7.8/references/rest-api/requests/debuginfo/all/bdb/"}]
}

