2013-05-24 12:02:42 +02:00
{
2013-06-04 17:24:11 +02:00
"cluster.node_info" : {
2013-05-24 12:02:42 +02:00
"documentation" : "http://elasticsearch.org/guide/reference/api/admin-cluster-nodes-info/" ,
"methods" : [ "GET" ] ,
"url" : {
2014-01-06 09:07:55 +01:00
"path" : "/_nodes" ,
2014-01-08 20:19:29 +01:00
"paths" : [ "/_nodes" , "/_nodes/{node_id}" , "/_nodes/{metric}" , "/_nodes/{node_id}/{metric}" ] ,
2013-05-24 12:02:42 +02:00
"parts" : {
2013-06-12 17:52:32 +02:00
"node_id" : {
2014-01-06 11:50:57 -05:00
"type" : "list" ,
"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"
} ,
2014-01-08 20:19:29 +01:00
"metric" : {
"type" : "list" ,
"options" : [ "settings" , "os" , "process" , "jvm" , "thread_pool" , "network" , "transport" , "http" , "plugin" ] ,
"description" : "A comma-separated list of metrics you wish returned. Leave empty to return all."
}
} ,
"params" : {
"flat_settings" : {
"type" : "boolean" ,
"description" : "Return settings in flat format (default: false)"
2013-05-24 12:02:42 +02:00
}
}
} ,
"body" : null
}
}