mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
32 lines
615 B
JSON
32 lines
615 B
JSON
|
{
|
||
|
"cluster.state": {
|
||
|
"documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-state/",
|
||
|
"methods": ["GET"],
|
||
|
"url": {
|
||
|
"path": "/_cluster/state",
|
||
|
"paths": ["/_cluster/state"],
|
||
|
"parts": {
|
||
|
},
|
||
|
"params": {
|
||
|
"master_timeout": {
|
||
|
},
|
||
|
"filter_nodes": {
|
||
|
},
|
||
|
"filter_routing_table": {
|
||
|
},
|
||
|
"filter_metadata": {
|
||
|
},
|
||
|
"filter_blocks": {
|
||
|
},
|
||
|
"filter_indices": {
|
||
|
},
|
||
|
"filter_index_templates": {
|
||
|
},
|
||
|
"local": {
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"body": null
|
||
|
}
|
||
|
}
|