ElastixFork Fork v0.0.1 ElastixFork.Snapshot.Repository
Functions for working with repositories. A repository is required for taking and restoring snapshots of indices.
Link to this section Summary
Functions
Removes the reference to the location where the snapshots are stored.
If repo_name specified, will retrieve information about a registered repository. Otherwise, will retrieve information about all repositories.
Registers a repository.
Verifies a registered but unverified repository.
Link to this section Functions
Link to this function
delete(elastic_url, repo_name)
Removes the reference to the location where the snapshots are stored.
Link to this function
get(elastic_url, repo_name \\ "_all")
If repo_name specified, will retrieve information about a registered repository. Otherwise, will retrieve information about all repositories.
Link to this function
register(elastic_url, repo_name, data, query_params \\ [])
Registers a repository.
Link to this function
verify(elastic_url, repo_name)
Verifies a registered but unverified repository.