2014-01-16 07:49:24 -05:00
|
|
|
{
|
2014-01-16 13:48:14 -05:00
|
|
|
"snapshot.get": {
|
2014-01-16 07:49:24 -05:00
|
|
|
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
|
|
|
"methods": ["GET"],
|
|
|
|
"url": {
|
|
|
|
"path": "/_snapshot/{repository}/{snapshot}",
|
|
|
|
"paths": ["/_snapshot/{repository}/{snapshot}"],
|
|
|
|
"parts": {
|
|
|
|
"repository": {
|
|
|
|
"type": "list",
|
2014-01-20 05:03:03 -05:00
|
|
|
"required" : true,
|
2014-01-16 07:49:24 -05:00
|
|
|
"description": "A comma-separated list of repository names"
|
|
|
|
},
|
|
|
|
"snapshot": {
|
|
|
|
"type": "list",
|
2014-01-20 05:03:03 -05:00
|
|
|
"required" : true,
|
2014-01-16 07:49:24 -05:00
|
|
|
"description": "A comma-separated list of snapshot names"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"params": {
|
|
|
|
"master_timeout": {
|
|
|
|
"type" : "time",
|
|
|
|
"description" : "Explicit operation timeout for connection to master node"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"body": null
|
|
|
|
}
|
|
|
|
}
|