summaryrefslogtreecommitdiff
path: root/rest-api-spec/api/cat.nodes.json
diff options
context:
space:
mode:
Diffstat (limited to 'rest-api-spec/api/cat.nodes.json')
-rw-r--r--rest-api-spec/api/cat.nodes.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/rest-api-spec/api/cat.nodes.json b/rest-api-spec/api/cat.nodes.json
new file mode 100644
index 0000000..a458165
--- /dev/null
+++ b/rest-api-spec/api/cat.nodes.json
@@ -0,0 +1,37 @@
+{
+ "cat.nodes": {
+ "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/cat-nodes.html",
+ "methods": ["GET"],
+ "url": {
+ "path": "/_cat/nodes",
+ "paths": ["/_cat/nodes"],
+ "parts": {
+ },
+ "params": {
+ "local": {
+ "type" : "boolean",
+ "description" : "Return local information, do not retrieve the state from master node (default: false)"
+ },
+ "master_timeout": {
+ "type" : "time",
+ "description" : "Explicit operation timeout for connection to master node"
+ },
+ "h": {
+ "type": "list",
+ "description" : "Comma-separated list of column names to display"
+ },
+ "help": {
+ "type": "boolean",
+ "description": "Return help information",
+ "default": false
+ },
+ "v": {
+ "type": "boolean",
+ "description": "Verbose mode. Display column headers",
+ "default": false
+ }
+ }
+ },
+ "body": null
+ }
+}