OpenSearch/rest-api-spec/api/cluster.node.hotthreads.json

26 lines
643 B
JSON

{
"cluster.node.hotthreads": {
"documentation": "",
"methods": ["GET"],
"url": {
"path": "/_cluster/nodes/hotthreads",
"paths": ["/_cluster/nodes/hotthreads", "/_cluster/nodes/hot_threads", "/_cluster/nodes/{nodeId}/hotthreads", "/_cluster/nodes/{nodeId}/hot_threads", "/_nodes/hotthreads", "/_nodes/hot_threads", "/_nodes/{nodeId}/hotthreads", "/_nodes/{nodeId}/hot_threads"],
"parts": {
"nodeId": {
}
},
"params": {
"interval": {
},
"snapshots": {
},
"threads": {
},
"type": {
}
}
},
"body": null
}
}