2013-05-24 06:02:42 -04:00
{
2014-01-16 13:48:14 -05:00
"nodes.info" : {
2014-01-22 08:40:31 -05:00
"documentation" : "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cluster-nodes-info.html" ,
2013-05-24 06:02:42 -04:00
"methods" : [ "GET" ] ,
"url" : {
2014-01-06 03:07:55 -05:00
"path" : "/_nodes" ,
2014-01-08 14:19:29 -05:00
"paths" : [ "/_nodes" , "/_nodes/{node_id}" , "/_nodes/{metric}" , "/_nodes/{node_id}/{metric}" ] ,
2013-05-24 06:02:42 -04:00
"parts" : {
2013-06-12 11:52:32 -04: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 14:19:29 -05:00
"metric" : {
"type" : "list" ,
2014-02-11 04:05:10 -05:00
"options" : [ "settings" , "os" , "process" , "jvm" , "thread_pool" , "network" , "transport" , "http" , "plugins" ] ,
2014-01-08 14:19:29 -05:00
"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)"
2014-01-16 06:42:02 -05:00
} ,
"human" : {
"type" : "boolean" ,
"description" : "Whether to return time and byte values in human-readable format." ,
"default" : false
2013-05-24 06:02:42 -04:00
}
}
} ,
"body" : null
}
}