2013-05-26 06:35:26 -04:00
{
2013-06-04 11:24:11 -04:00
"cluster.node_hot_threads" : {
2013-05-26 06:35:26 -04:00
"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/{nodeId}/hotthreads" , "/_cluster/nodes/{nodeId}/hot_threads" , "/_nodes/hotthreads" , "/_nodes/hot_threads" , "/_nodes/{nodeId}/hotthreads" , "/_nodes/{nodeId}/hot_threads" ] ,
"parts" : {
"nodeId" : {
"type" : "list" ,
2013-05-28 04:03:45 -04:00
"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"
2013-05-26 06:35:26 -04:00
}
} ,
"params" : {
"interval" : {
"type" : "time" ,
"description" : "The interval for the second sampling of threads"
} ,
"snapshots" : {
"type" : "string" ,
"description" : "TODO: ?"
} ,
"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
}
}