Verify a snapshot repository
Added in 0.0.0
Check for common misconfigurations in a snapshot repository.
Path parameters
-
repository
string Required A repository name
Query parameters
-
master_timeout
string Explicit operation timeout for connection to master node
Values are
-1
or0
. -
timeout
string Explicit operation timeout
Values are
-1
or0
.
POST
/_snapshot/{repository}/_verify
curl \
--request POST 'http://api.example.com/_snapshot/{repository}/_verify' \
--header "Authorization: $API_KEY"