[[reference-snapshot-verify_repository]] //////// =========================================================================================================================== || || || || || || || ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ || || ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ || || ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ || || ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ || || ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ || || ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ || || || || || || This file is autogenerated, DO NOT send pull requests that changes this file directly. || || You should update the script that does the generation, which can be found in: || || https://github.com/elastic/elastic-client-generator-js || || || || You can run the script with the following command: || || npm run elasticsearch -- --version || || || || || || || =========================================================================================================================== //////// [discrete] [[client.snapshot.verifyRepository]] === client.snapshot.verifyRepository Verifies a repository. {ref}/modules-snapshots.html[{es} documentation] [discrete] ==== Function signature [source,ts] ---- (SnapshotVerifyRepositoryRequest, options?): Promise ---- [discrete] ==== SnapshotVerifyRepositoryRequest [pass] ++++
++++
interface SnapshotVerifyRepositoryRequest extends <> {
  name: <>
  master_timeout?: <>
  timeout?: <>
}

[pass]
++++
++++ [discrete] ==== SnapshotVerifyRepositoryResponse [pass] ++++
++++
interface SnapshotVerifyRepositoryResponse {
  nodes: Record
}

[pass]
++++
++++