Debug info requests
Debug info requests
Downloads a support package, which includes logs and information about the cluster, nodes, databases, and shards, as a tar file called filename.tar.gz
. Extract the files from the tar file to access the debug info.
Get debug info for all nodes in the cluster
Method | Path | Description |
---|---|---|
GET | /v1/debuginfo/all |
Gets debug info for all nodes |
GET | /v1/debuginfo/all/bdb/{bdb_uid} |
Gets debug info for a database from all nodes |
Get debug info for the current node
Method | Path | Description |
---|---|---|
GET | /v1/debuginfo/node |
Gets debug info for the current node |
GET | /v1/debuginfo/node/bdb/{bdb_uid} |
Gets debug info for a database from the current node |