[SPEC] Bringing back the specs for _aliases

This commit is contained in:
Honza Král 2014-01-06 17:25:15 +01:00
parent 32c5471d33
commit aacb51bae7
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"indices.get_aliases": {
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-aliases/",
"methods": ["GET"],
"url": {
"path": "/_aliases",
"paths": ["/_aliases", "/{index}/_aliases"],
"parts": {
"index": {
"type" : "list",
"description" : "A comma-separated list of index names to filter aliases"
}
},
"params": {
"timeout": {
"type" : "time",
"description" : "Explicit operation timeout"
}
}
},
"body": null
}
}