2013-05-24 06:02:42 -04:00
{
2013-06-07 12:54:21 -04:00
"indices.get_alias" : {
2015-03-24 12:03:35 -04:00
"documentation" : "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html" ,
2013-05-24 06:02:42 -04:00
"methods" : [ "GET" ] ,
"url" : {
2014-01-14 16:31:42 -05:00
"path" : "/_alias/" ,
"paths" : [ "/_alias" , "/_alias/{name}" , "/{index}/_alias/{name}" , "/{index}/_alias" ] ,
2013-05-24 06:02:42 -04:00
"parts" : {
"index" : {
2013-05-27 06:43:54 -04:00
"type" : "list" ,
"description" : "A comma-separated list of index names to filter aliases"
2013-05-26 06:20:43 -04:00
} ,
"name" : {
2013-05-27 06:43:54 -04:00
"type" : "list" ,
"description" : "A comma-separated list of alias names to return"
2013-05-24 06:02:42 -04:00
}
} ,
"params" : {
2013-12-11 18:30:12 -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" ] ,
2013-12-11 18:30:12 -05:00
"default" : "open" ,
"description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both."
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)"
2013-05-24 06:02:42 -04:00
}
}
} ,
"body" : null
}
}