2013-05-24 12:02:42 +02:00
|
|
|
{
|
2013-06-18 18:53:01 +02:00
|
|
|
"indices.update_aliases": {
|
2014-01-22 14:40:31 +01:00
|
|
|
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/indices-aliases.html",
|
2013-06-18 18:53:01 +02:00
|
|
|
"methods": ["POST"],
|
2013-05-24 12:02:42 +02:00
|
|
|
"url": {
|
|
|
|
"path": "/_aliases",
|
2013-06-18 18:56:55 +02:00
|
|
|
"paths": ["/_aliases"],
|
2013-05-24 12:02:42 +02:00
|
|
|
"parts": {
|
|
|
|
},
|
|
|
|
"params": {
|
|
|
|
"timeout": {
|
2013-05-27 12:59:26 +02:00
|
|
|
"type" : "time",
|
2013-06-18 18:53:01 +02:00
|
|
|
"description" : "Request timeout"
|
2013-07-23 00:06:25 +02:00
|
|
|
},
|
|
|
|
"master_timeout": {
|
|
|
|
"type" : "time",
|
|
|
|
"description" : "Specify timeout for connection to master"
|
2013-05-24 12:02:42 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2013-05-27 12:59:26 +02:00
|
|
|
"body": {
|
2013-06-21 12:44:17 +02:00
|
|
|
"description" : "The definition of `actions` to perform",
|
|
|
|
"required" : true
|
2013-05-27 12:59:26 +02:00
|
|
|
}
|
2013-05-24 12:02:42 +02:00
|
|
|
}
|
|
|
|
}
|