mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
26 lines
643 B
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
|
|
}
|
|
}
|