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" ,
2013-06-12 11:52:32 -04:00
"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" ] ,
2013-05-26 06:35:26 -04:00
"parts" : {
2013-06-12 11:52:32 -04:00
"node_id" : {
2013-05-26 06:35:26 -04:00
"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" : {
2013-06-04 11:27:21 -04:00
"type" : "number" ,
"description" : "Number of samples of thread stacktrace (default: 10)"
2013-05-26 06:35:26 -04:00
} ,
"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
}
}