snapshot.getRepositoryedit

client.snapshot.getRepository({
  repository: string | string[],
  master_timeout: string,
  local: boolean
})

Reference

repository

string | string[] - A comma-separated list of repository names

master_timeout or masterTimeout

string - Explicit operation timeout for connection to master node

local

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