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-07 12:27:15 -04:00
"paths" : [ "/_cluster/nodes" , "/_cluster/nodes/{nodeId}" , "/_nodes" , "/_nodes/{nodeId}" , "/_nodes/settings" , "/_nodes/{nodeId}/settings" , "/_nodes/os" , "/_nodes/{nodeId}/os" , "/_nodes/process" , "/_nodes/{nodeId}/process" , "/_nodes/jvm" , "/_nodes/{nodeId}/jvm" , "/_nodes/thread_pool" , "/_nodes/{nodeId}/thread_pool" , "/_nodes/network" , "/_nodes/{nodeId}/network" , "/_nodes/transport" , "/_nodes/{nodeId}/transport" , "/_nodes/http" , "/_nodes/{nodeId}/http" , "/_nodes/plugin" , "/_nodes/{nodeId}/plugin" ] ,
2013-05-24 06:02:42 -04:00
"parts" : {
"nodeId" : {
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
} ,
"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
}
}