Verifies the integrity of the contents of a snapshot repository Technical preview
Path parameters
-
A repository name
Query parameters
-
meta_thread_pool_concurrency number
Number of threads to use for reading metadata
-
blob_thread_pool_concurrency number
Number of threads to use for reading blob contents
-
Number of snapshots to verify concurrently
-
Number of indices to verify concurrently
-
Number of snapshots to verify concurrently within each index
-
max_failed_shard_snapshots number
Maximum permitted number of failed shard snapshots
-
verify_blob_contents boolean
Whether to verify the contents of individual blobs
-
max_bytes_per_sec string
Rate limit for individual blob verification
POST /_snapshot/{repository}/_verify_integrity
curl \
-X POST http://api.example.com/_snapshot/{repository}/_verify_integrity
Response examples (200)
{}