2013-05-24 06:02:42 -04:00
|
|
|
{
|
|
|
|
"cluster.state": {
|
2014-01-09 16:44:14 -05:00
|
|
|
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-state.html",
|
2013-05-24 06:02:42 -04:00
|
|
|
"methods": ["GET"],
|
|
|
|
"url": {
|
|
|
|
"path": "/_cluster/state",
|
|
|
|
"paths": ["/_cluster/state"],
|
2014-01-06 11:50:57 -05:00
|
|
|
"parts": {},
|
2013-05-24 06:02:42 -04:00
|
|
|
"params": {
|
2013-05-26 06:20:43 -04:00
|
|
|
"filter_blocks": {
|
2014-01-06 11:50:57 -05:00
|
|
|
"type": "boolean",
|
|
|
|
"description": "Do not return information about blocks"
|
2013-05-24 06:02:42 -04:00
|
|
|
},
|
2013-05-26 06:20:43 -04:00
|
|
|
"filter_index_templates": {
|
2014-01-06 11:50:57 -05:00
|
|
|
"type": "boolean",
|
|
|
|
"description": "Do not return information about index templates"
|
2013-05-24 06:02:42 -04:00
|
|
|
},
|
2013-05-26 06:20:43 -04:00
|
|
|
"filter_indices": {
|
2014-01-06 11:50:57 -05:00
|
|
|
"type": "list",
|
|
|
|
"description": "Limit returned metadata information to specific indices"
|
2013-05-24 06:02:42 -04:00
|
|
|
},
|
|
|
|
"filter_metadata": {
|
2014-01-06 11:50:57 -05:00
|
|
|
"type": "boolean",
|
|
|
|
"description": "Do not return information about indices metadata"
|
2013-05-24 06:02:42 -04:00
|
|
|
},
|
2013-05-26 06:20:43 -04:00
|
|
|
"filter_nodes": {
|
2014-01-06 11:50:57 -05:00
|
|
|
"type": "boolean",
|
|
|
|
"description": "Do not return information about nodes"
|
2013-05-24 06:02:42 -04:00
|
|
|
},
|
2013-05-26 06:20:43 -04:00
|
|
|
"filter_routing_table": {
|
2014-01-06 11:50:57 -05:00
|
|
|
"type": "boolean",
|
|
|
|
"description": "Do not return information about shard allocation (`routing_table` and `routing_nodes`)"
|
2013-05-24 06:02:42 -04:00
|
|
|
},
|
|
|
|
"local": {
|
2014-01-06 11:50:57 -05:00
|
|
|
"type": "boolean",
|
|
|
|
"description": "Return local information, do not retrieve the state from master node (default: false)"
|
2013-05-26 06:20:43 -04:00
|
|
|
},
|
|
|
|
"master_timeout": {
|
2014-01-06 11:50:57 -05:00
|
|
|
"type": "time",
|
|
|
|
"description": "Specify timeout for connection to master"
|
|
|
|
},
|
|
|
|
"flat_settings": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "Return settings in flat format (default: false)"
|
2013-05-24 06:02:42 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"body": null
|
|
|
|
}
|
|
|
|
}
|