mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-14 00:45:30 +00:00
Files were generated with the `thor api:generate:spec --force --verbose --crawl` command, and based on the 0.90 branch (elasticsearch/elasticsearch@5ec4064).
26 lines
449 B
JSON
26 lines
449 B
JSON
{
|
|
"indices.warmer.get": {
|
|
"documentation": "",
|
|
"methods": ["GET"],
|
|
"url": {
|
|
"path": "/{index}/_warmer",
|
|
"paths": ["/{index}/_warmer", "/{index}/_warmer/{name}", "/{index}/{type}/_warmer/{name}"],
|
|
"parts": {
|
|
"index": {
|
|
},
|
|
"name": {
|
|
},
|
|
"type": {
|
|
}
|
|
},
|
|
"params": {
|
|
"index": {
|
|
},
|
|
"name": {
|
|
}
|
|
}
|
|
},
|
|
"body": null
|
|
}
|
|
}
|