2013-05-24 06:02:42 -04:00
|
|
|
{
|
2013-06-07 13:44:28 -04:00
|
|
|
"indices.get_settings": {
|
2013-05-27 11:08:45 -04:00
|
|
|
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-get-settings/",
|
2013-06-07 13:44:28 -04:00
|
|
|
"methods": ["GET"],
|
2013-05-24 06:02:42 -04:00
|
|
|
"url": {
|
|
|
|
"path": "/_settings",
|
|
|
|
"paths": ["/_settings", "/{index}/_settings"],
|
|
|
|
"parts": {
|
|
|
|
"index": {
|
2013-05-27 11:08:45 -04:00
|
|
|
"type" : "list",
|
|
|
|
"description" : "A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices"
|
2013-05-24 06:02:42 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"params": {
|
|
|
|
}
|
|
|
|
},
|
2013-06-07 13:44:28 -04:00
|
|
|
"body": null
|
2013-05-24 06:02:42 -04:00
|
|
|
}
|
|
|
|
}
|