OpenSearch/rest-api-spec/api/cluster.node_hot_threads.json

37 lines
1.4 KiB
JSON

{
"cluster.node_hot_threads": {
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-cluster-nodes-hot-threads/",
"methods": ["GET"],
"url": {
"path": "/_cluster/nodes/hot_threads",
"paths": ["/_cluster/nodes/hotthreads", "/_cluster/nodes/hot_threads", "/_cluster/nodes/{node_id}/hotthreads", "/_cluster/nodes/{node_id}/hot_threads", "/_nodes/hotthreads", "/_nodes/hot_threads", "/_nodes/{node_id}/hotthreads", "/_nodes/{node_id}/hot_threads"],
"parts": {
"node_id": {
"type" : "list",
"description" : "A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes"
}
},
"params": {
"interval": {
"type" : "time",
"description" : "The interval for the second sampling of threads"
},
"snapshots": {
"type" : "number",
"description" : "Number of samples of thread stacktrace (default: 10)"
},
"threads": {
"type" : "number",
"description" : "Specify the number of threads to provide information for (default: 3)"
},
"type": {
"type" : "enum",
"options" : ["cpu", "wait", "block"],
"description" : "The type to sample (default: cpu)"
}
}
},
"body": null
}
}