Get snapshot repository information
Added in 0.0.0
Query parameters
-
local
boolean Return local information, do not retrieve the state from master node (default: false)
-
master_timeout
string Explicit operation timeout for connection to master node
curl \
--request GET 'http://api.example.com/_snapshot' \
--header "Authorization: $API_KEY"
{
"my_repository" : {
"type" : "fs",
"uuid" : "0JLknrXbSUiVPuLakHjBrQ",
"settings" : {
"location" : "my_backup_location"
}
}
}