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