2013-05-24 06:02:42 -04:00
|
|
|
{
|
2013-06-07 12:54:21 -04:00
|
|
|
"indices.get_warmer": {
|
2013-05-27 16:25:08 -04:00
|
|
|
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-warmers/",
|
2013-05-24 06:02:42 -04:00
|
|
|
"methods": ["GET"],
|
|
|
|
"url": {
|
2013-06-20 05:04:45 -04:00
|
|
|
"path": "/_warmer",
|
2013-05-24 06:02:42 -04:00
|
|
|
"paths": ["/{index}/_warmer", "/{index}/_warmer/{name}", "/{index}/{type}/_warmer/{name}"],
|
|
|
|
"parts": {
|
|
|
|
"index": {
|
2013-05-27 16:25:08 -04:00
|
|
|
"type" : "list",
|
|
|
|
"description" : "A comma-separated list of index names to restrict the operation; use `_all` or empty string to perform the operation on all indices"
|
2013-05-24 06:02:42 -04:00
|
|
|
},
|
|
|
|
"name": {
|
2013-05-27 16:25:08 -04:00
|
|
|
"type" : "string",
|
|
|
|
"description" : "The name of the warmer (supports wildcards); leave empty to get all warmers"
|
2013-05-24 06:02:42 -04:00
|
|
|
},
|
|
|
|
"type": {
|
2013-05-27 16:25:08 -04:00
|
|
|
"type" : "list",
|
|
|
|
"description" : "A comma-separated list of document types to restrict the operation; leave empty to perform the operation on all types"
|
2013-05-24 06:02:42 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"params": {
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"body": null
|
|
|
|
}
|
|
|
|
}
|