2013-05-24 06:02:42 -04:00
{
2013-06-04 11:24:11 -04:00
"cluster.node_stats" : {
2013-05-24 06:02:42 -04:00
"documentation" : "http://elasticsearch.org/guide/reference/api/admin-cluster-nodes-stats/" ,
"methods" : [ "GET" ] ,
"url" : {
2014-01-06 03:07:55 -05:00
"path" : "/_nodes/stats" ,
2013-05-26 08:03:25 -04:00
"paths" : [
"/_nodes/stats" ,
2013-06-12 11:52:32 -04:00
"/_nodes/{node_id}/stats" ,
2013-05-26 08:03:25 -04:00
"/_nodes/stats/{metric_family}" ,
2013-06-12 11:52:32 -04:00
"/_nodes/{node_id}/stats/{metric_family}" ,
2014-01-08 15:24:23 -05:00
"/_nodes/stats/{metric_family}/{metric}" ,
2014-01-08 15:03:06 -05:00
"/_nodes/{node_id}/stats/{metric_family}/{metric}"
2013-05-26 08:03:25 -04:00
] ,
2013-05-24 06:02:42 -04:00
"parts" : {
2013-05-26 08:03:25 -04:00
"fields" : {
"type" : "list" ,
"description" : "A comma-separated list of fields to return detailed information for, when returning the `indices` metric family (supports wildcards)"
} ,
"metric_family" : {
"type" : "enum" ,
2013-06-12 14:39:16 -04:00
"options" : [ "all" , "fs" , "http" , "indices" , "jvm" , "network" , "os" , "process" , "thread_pool" , "transport" ] ,
2013-05-28 04:09:02 -04:00
"description" : "Limit the information returned to a certain metric family"
2013-05-26 08:03:25 -04:00
} ,
"metric" : {
"type" : "enum" ,
2013-09-20 07:26:04 -04:00
"options" : [ "completion" , "docs" , "fielddata" , "filter_cache" , "flush" , "get" , "id_cache" , "indexing" , "merges" , "refresh" , "search" , "store" , "warmer" ] ,
2014-01-08 15:03:06 -05:00
"description" : "Limit the information returned for `indices` family to a specific metric. Isn't used if `indices` (or `all`) metric family isn't specified."
2013-05-26 06:20:43 -04:00
} ,
2013-06-12 11:52:32 -04:00
"node_id" : {
2013-05-26 08:03:25 -04:00
"type" : "list" ,
2013-05-28 04:09:02 -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-24 06:02:42 -04:00
}
} ,
"params" : {
2013-09-20 07:26:04 -04:00
"fields" : {
"type" : "list" ,
2013-09-20 08:15:08 -04:00
"description" : "A comma-separated list of fields for `fielddata` metric (supports wildcards)"
2013-05-24 06:02:42 -04:00
}
}
} ,
"body" : null
}
}