snapshot.getRepositoryedit

client.snapshot.getRepository([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

local

Boolean — Return local information, do not retrieve the state from master node (default: false)

repository

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

back to top