18 lines
461 B
JSON
18 lines
461 B
JSON
{
|
|
"indices.seal": {
|
|
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-seal.html",
|
|
"methods": ["POST", "GET"],
|
|
"url": {
|
|
"path": "/_seal",
|
|
"paths": ["/_seal", "/{index}/_seal"],
|
|
"parts": {
|
|
"index": {
|
|
"type" : "list",
|
|
"description" : "A comma-separated list of index names; use `_all` or empty string for all indices"
|
|
}
|
|
}
|
|
},
|
|
"body": null
|
|
}
|
|
}
|