2013-05-24 12:02:42 +02:00
|
|
|
{
|
2013-06-17 18:52:48 +02:00
|
|
|
"cluster.get_settings": {
|
2015-03-24 17:03:35 +01:00
|
|
|
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-update-settings.html",
|
2013-06-17 18:52:48 +02:00
|
|
|
"methods": ["GET"],
|
2013-05-24 12:02:42 +02:00
|
|
|
"url": {
|
|
|
|
"path": "/_cluster/settings",
|
|
|
|
"paths": ["/_cluster/settings"],
|
2014-01-06 11:50:57 -05:00
|
|
|
"parts": {},
|
2013-05-24 12:02:42 +02:00
|
|
|
"params": {
|
2014-01-06 11:50:57 -05:00
|
|
|
"flat_settings": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "Return settings in flat format (default: false)"
|
2014-01-16 15:27:24 +01:00
|
|
|
},
|
|
|
|
"master_timeout": {
|
|
|
|
"type" : "time",
|
|
|
|
"description" : "Explicit operation timeout for connection to master node"
|
|
|
|
},
|
|
|
|
"timeout": {
|
|
|
|
"type" : "time",
|
|
|
|
"description" : "Explicit operation timeout"
|
2014-01-06 11:50:57 -05:00
|
|
|
}
|
2013-05-24 12:02:42 +02:00
|
|
|
}
|
|
|
|
},
|
2013-06-17 18:52:48 +02:00
|
|
|
"body": null
|
2013-05-24 12:02:42 +02:00
|
|
|
}
|
|
|
|
}
|