OpenSearch/rest-api-spec/api/indices.get_settings.json

20 lines
521 B
JSON
Raw Normal View History

{
"indices.get_settings": {
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-get-settings/",
"methods": ["GET"],
"url": {
"path": "/_settings",
"paths": ["/_settings", "/{index}/_settings"],
"parts": {
"index": {
"type" : "list",
"description" : "A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices"
}
},
"params": {
}
},
"body": null
}
}