2014-01-16 07:21:31 -05:00
|
|
|
{
|
2014-01-16 13:40:12 -05:00
|
|
|
"cat.allocation": {
|
2015-03-24 12:03:35 -04:00
|
|
|
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-allocation.html",
|
2014-01-16 07:21:31 -05:00
|
|
|
"methods": ["GET"],
|
|
|
|
"url": {
|
2014-01-16 11:06:03 -05:00
|
|
|
"path": "/_cat/allocation",
|
2014-01-16 13:40:12 -05:00
|
|
|
"paths": ["/_cat/allocation", "/_cat/allocation/{node_id}"],
|
2014-01-16 07:21:31 -05:00
|
|
|
"parts": {
|
2014-01-16 13:40:12 -05:00
|
|
|
"node_id": {
|
2014-01-16 07:21:31 -05:00
|
|
|
"type": "list",
|
|
|
|
"description": "A comma-separated list of node IDs or names to limit the returned information"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"params": {
|
2014-01-16 11:06:03 -05:00
|
|
|
"bytes": {
|
|
|
|
"type": "enum",
|
|
|
|
"description" : "The unit in which to display byte values",
|
|
|
|
"options": [ "b", "k", "m", "g" ]
|
|
|
|
},
|
2014-01-16 07:21:31 -05:00
|
|
|
"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": {
|
2014-01-16 11:06:03 -05:00
|
|
|
"type": "list",
|
|
|
|
"description" : "Comma-separated list of column names to display"
|
|
|
|
},
|
|
|
|
"help": {
|
2014-01-16 07:21:31 -05:00
|
|
|
"type": "boolean",
|
|
|
|
"description": "Return help information",
|
|
|
|
"default": false
|
|
|
|
},
|
|
|
|
"v": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "Verbose mode. Display column headers",
|
2014-12-12 08:51:20 -05:00
|
|
|
"default": true
|
2014-01-16 07:21:31 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"body": null
|
|
|
|
}
|
|
|
|
}
|