Get snapshot repository information Added in 2.1.0
Get a list of snapshot repositories for a cluster. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the get snapshot repository API.
GET /_cat/repositories
curl \
-X GET http://api.example.com/_cat/repositories
Response examples (200)
[
{
"id": "string",
"type": "string"
}
]