{ "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 } }