Operations at backupRepository/
This page describes the service operations at this endpoint.
| URI | Method | Description |
|---|---|---|
| backupRepository/configuration | GET | Retrieves the current configuration of the Backup Repository service |
| backupRepository/repositories | GET | Gets a list of all Backup repositories including configuration and status |
| backupRepository/repositories | PUT | Create backup repository and perform mount. |
| backupRepository/repositories/{id} | DELETE | Remove backup repository from configuration and perform unmount. |
| backupRepository/repositories/{id} | GET | Gets Backup repository info by its id |
| backupRepository/repositories/{id}/mount | PUT | Mount existing backup, add it to backup configuration and load RP into separate backup repository |
| backupRepository/repositories/{id}/unmount | PUT | Unmount existing backup |
| backupRepository/repositories/{repositoryId}/agents | GET | Gets the summary information for all agents with the specified repository and agent. Note that this list can potentially be very large. |
| backupRepository/verifyLocations | PUT | Verify backup locations chain. |