Operations at BackupRepositoryManagement

This page describes the backend methods at this endpoint.

Signature Description
Void Create(BackupRepositoryConfiguration configuration) Create backup repository and perform mount.
Void Delete(String id) Remove backup repository from configuration and perform unmount.
AgentInfoSummaryCollection GetAgents(String repositoryId) Gets the summary information for all agents with the specified repository and agent. Note that this list can potentially be very large.
BackupRepositoryServiceConfiguration GetConfiguration() Retrieves the current configuration of the Backup Repository service
BackupRepositoryInfoDictionary GetRepositories() Gets a list of all Backup repositories including configuration and status
RepositorySummaryInfo GetRepositoryById(String id) Gets Backup repository info by its id
Void Mount(String id) Mount existing backup, add it to backup configuration and load RP into separate backup repository
Void Unmount(String id) Unmount existing backup
Void VerifyLocations(BackupLocationCollection locations) Verify backup locations chain.