OpenSearch/rest-api-spec/api/cluster.delete_repository.json

28 lines
752 B
JSON
Raw Normal View History

{
2014-01-16 10:32:21 -05:00
"cluster.delete_repository": {
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
"methods": ["DELETE"],
"url": {
"path": "/_snapshot/{repository}",
"paths": ["/_snapshot/{repository}"],
"parts": {
"repository": {
"type": "list",
"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
}
}