2013-05-24 06:02:42 -04:00
{
2013-06-04 11:24:11 -04:00
"cluster.node_info" : {
2013-05-24 06:02:42 -04:00
"documentation" : "http://elasticsearch.org/guide/reference/api/admin-cluster-nodes-info/" ,
"methods" : [ "GET" ] ,
"url" : {
"path" : "/_cluster/nodes" ,
2013-06-12 11:52:32 -04:00
"paths" : [ "/_cluster/nodes" , "/_cluster/nodes/{node_id}" , "/_nodes" , "/_nodes/{node_id}" , "/_nodes/settings" , "/_nodes/{node_id}/settings" , "/_nodes/os" , "/_nodes/{node_id}/os" , "/_nodes/process" , "/_nodes/{node_id}/process" , "/_nodes/jvm" , "/_nodes/{node_id}/jvm" , "/_nodes/thread_pool" , "/_nodes/{node_id}/thread_pool" , "/_nodes/network" , "/_nodes/{node_id}/network" , "/_nodes/transport" , "/_nodes/{node_id}/transport" , "/_nodes/http" , "/_nodes/{node_id}/http" , "/_nodes/plugin" , "/_nodes/{node_id}/plugin" ] ,
2013-05-24 06:02:42 -04:00
"parts" : {
2013-06-12 11:52:32 -04:00
"node_id" : {
2013-05-26 06:42:31 -04:00
"type" : "list" ,
2013-05-28 04:04:49 -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-05-26 06:20:43 -04:00
"all" : {
2013-05-26 06:42:31 -04:00
"type" : "boolean" ,
"description" : "Return all available information"
2013-05-26 06:20:43 -04:00
} ,
2013-05-24 06:02:42 -04:00
"clear" : {
2013-05-26 06:42:31 -04:00
"type" : "boolean" ,
"description" : "Reset the default settings"
2013-05-24 06:02:42 -04:00
} ,
2013-05-26 06:20:43 -04:00
"http" : {
2013-05-26 06:42:31 -04:00
"type" : "boolean" ,
"description" : "Return information about HTTP"
2013-05-24 06:02:42 -04:00
} ,
2013-05-26 06:20:43 -04:00
"jvm" : {
2013-05-26 06:42:31 -04:00
"type" : "boolean" ,
"description" : "Return information about the JVM"
2013-05-26 06:20:43 -04:00
} ,
"network" : {
2013-05-26 06:42:31 -04:00
"type" : "boolean" ,
"description" : "Return information about network"
2013-05-24 06:02:42 -04:00
} ,
"os" : {
2013-05-26 06:42:31 -04:00
"type" : "boolean" ,
"description" : "Return information about the operating system"
2013-05-24 06:02:42 -04:00
} ,
2013-05-26 06:20:43 -04:00
"plugin" : {
2013-05-26 06:42:31 -04:00
"type" : "boolean" ,
"description" : "Return information about plugins"
2013-05-26 06:20:43 -04:00
} ,
2013-05-24 06:02:42 -04:00
"process" : {
2013-05-26 06:42:31 -04:00
"type" : "boolean" ,
"description" : "Return information about the Elasticsearch process"
2013-05-24 06:02:42 -04:00
} ,
2013-05-26 06:20:43 -04:00
"settings" : {
2013-05-26 06:42:31 -04:00
"type" : "boolean" ,
"description" : "Return information about node settings"
2013-05-24 06:02:42 -04:00
} ,
"thread_pool" : {
2013-05-26 06:42:31 -04:00
"type" : "boolean" ,
"description" : "Return information about the thread pool"
2013-05-24 06:02:42 -04:00
} ,
2013-06-20 05:44:02 -04:00
"timeout" : {
"type" : "time" ,
"description" : "Explicit operation timeout"
} ,
2013-05-24 06:02:42 -04:00
"transport" : {
2013-05-26 06:42:31 -04:00
"type" : "boolean" ,
"description" : "Return information about transport"
2013-05-24 06:02:42 -04:00
}
}
} ,
"body" : null
}
}