Operations and Methods
The following method-implemented operations are supported for the /repositories collection in the Veeam Backup for Microsoft Azure REST API:
- (GET)/api/v1/repositories — retrieves resource representation of all repositories added to the Veeam Backup for Microsoft Azure configuration database.
- (POST)/api/v1/repositories — adds a repository to the Veeam Backup for Microsoft Azure configuration database.
- (GET)/api/v1/repositories/{repositoryId} — retrieves representation of a repository with the specified ID.
- (PUT)/api/v1/repositories/{repositoryId} — modifies settings of a repository with the specified ID.
- (DELETE)/api/v1/repositories/{repositoryId} — removes a repository with the specified ID from the Veeam Backup for Microsoft Azure configuration database.
- (POST)/api/v1/repositories/settings/validate — checks whether repository settings are valid.
- (POST)/api/v1/repositories/{repositoryId}/checkPassword — checks the password used for encryption on a repository with the specified ID.
- (POST)/api/v1/repositories/export — exports to a file a list of repositories added to the Veeam Backup for Microsoft Azure configuration database.