27 lines
745 B
JSON
27 lines
745 B
JSON
{
|
|
"cluster.get_settings": {
|
|
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cluster-update-settings.html",
|
|
"methods": ["GET"],
|
|
"url": {
|
|
"path": "/_cluster/settings",
|
|
"paths": ["/_cluster/settings"],
|
|
"parts": {},
|
|
"params": {
|
|
"flat_settings": {
|
|
"type": "boolean",
|
|
"description": "Return settings in flat format (default: false)"
|
|
},
|
|
"master_timeout": {
|
|
"type" : "time",
|
|
"description" : "Explicit operation timeout for connection to master node"
|
|
},
|
|
"timeout": {
|
|
"type" : "time",
|
|
"description" : "Explicit operation timeout"
|
|
}
|
|
}
|
|
},
|
|
"body": null
|
|
}
|
|
}
|