2014-01-16 07:21:31 -05:00
|
|
|
{
|
2014-01-16 13:40:12 -05:00
|
|
|
"cat.health": {
|
|
|
|
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-health.html",
|
2014-01-16 07:21:31 -05:00
|
|
|
"methods": ["GET"],
|
|
|
|
"url": {
|
2014-01-16 11:06:03 -05:00
|
|
|
"path": "/_cat/health",
|
|
|
|
"paths": ["/_cat/health"],
|
2014-01-16 07:21:31 -05:00
|
|
|
"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": {
|
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
|
|
|
|
},
|
2014-01-16 16:09:39 -05:00
|
|
|
"ts": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "Set to false to disable timestamping",
|
|
|
|
"default": true
|
|
|
|
},
|
2014-01-16 07:21:31 -05:00
|
|
|
"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
|
|
|
|
}
|
|
|
|
}
|