snapshot.getedit

client.snapshot.get([params, [callback]])

Check the API Conventions and the elasticsearch docs for more information pertaining to this method.

Params

masterTimeout

DurationString — Explicit operation timeout for connection to master node

ignoreUnavailable

Boolean — Whether to ignore unavailable snapshots, defaults to false which means a SnapshotMissingException is thrown

verbose

Boolean — Whether to show verbose snapshot info or only show the basic info found in the repository index blob

repository

String — A repository name

snapshot

String, String[], Boolean — A comma-separated list of snapshot names

back to top