OpenSearch/rest-api-spec/api/snapshot.get_repository.json
Clinton Gormley 53359c0d3d [SPEC] Created snapshot.* and nodes.* namespaces
Moved node_info, node_stats, shutdown and hot_threads into nodes.*
Moved snapshot and repository APIs into snapshot.*
2014-01-17 11:58:44 +01:00

24 lines
634 B
JSON

{
"snapshot.get_repository": {
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
"methods": ["GET"],
"url": {
"path": "/_snapshot",
"paths": ["/_snapshot", "/_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"
}
}
},
"body": null
}
}