29 lines
775 B
JSON
29 lines
775 B
JSON
{
|
|
"snapshot.delete_repository": {
|
|
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
|
"methods": ["DELETE"],
|
|
"url": {
|
|
"path": "/_snapshot/{repository}",
|
|
"paths": ["/_snapshot/{repository}"],
|
|
"parts": {
|
|
"repository": {
|
|
"type": "list",
|
|
"required" : true,
|
|
"description": "A comma-separated list of repository names"
|
|
}
|
|
},
|
|
"params": {
|
|
"master_timeout": {
|
|
"type" : "time",
|
|
"description" : "Explicit operation timeout for connection to master node"
|
|
},
|
|
"timeout": {
|
|
"type" : "time",
|
|
"description" : "Explicit operation timeout"
|
|
}
|
|
}
|
|
},
|
|
"body": null
|
|
}
|
|
}
|