2013-05-24 06:02:42 -04:00
{
2013-06-07 13:44:28 -04:00
"indices.get_settings" : {
2014-11-25 09:52:33 -05:00
"documentation" : "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/indices-get-settings.html" ,
2013-06-07 13:44:28 -04:00
"methods" : [ "GET" ] ,
2013-05-24 06:02:42 -04:00
"url" : {
"path" : "/_settings" ,
2014-01-14 16:31:42 -05:00
"paths" : [ "/_settings" , "/{index}/_settings" , "/{index}/_settings/{name}" , "/_settings/{name}" ] ,
2013-05-24 06:02:42 -04:00
"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"
2014-01-09 03:44:14 -05:00
} ,
2014-01-14 16:31:42 -05:00
"name" : {
2014-01-20 05:03:03 -05:00
"type" : "list" ,
2014-01-14 16:31:42 -05:00
"description" : "The name of the settings that should be included"
2013-05-24 06:02:42 -04:00
}
} ,
"params" : {
2014-01-05 17:06:02 -05:00
"ignore_unavailable" : {
"type" : "boolean" ,
"description" : "Whether specified concrete indices should be ignored when unavailable (missing or closed)"
} ,
"allow_no_indices" : {
"type" : "boolean" ,
"description" : "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)"
} ,
"expand_wildcards" : {
"type" : "enum" ,
2015-01-23 10:03:17 -05:00
"options" : [ "open" , "closed" , "none" , "all" ] ,
2014-01-05 17:06:02 -05:00
"default" : [ "open" , "closed" ] ,
"description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both."
} ,
2014-01-06 11:50:57 -05:00
"flat_settings" : {
"type" : "boolean" ,
"description" : "Return settings in flat format (default: false)"
2014-01-17 10:39:18 -05:00
} ,
"local" : {
"type" : "boolean" ,
"description" : "Return local information, do not retrieve the state from master node (default: false)"
2014-01-05 17:06:02 -05:00
}
2013-05-24 06:02:42 -04:00
}
} ,
2013-06-07 13:44:28 -04:00
"body" : null
2013-05-24 06:02:42 -04:00
}
}