Operations and Methods
The following method-implemented operations are supported for the /accounts/azure/repository collection in the Veeam Backup for Microsoft Azure REST API:
- (GET)/api/v2/accounts/azure/repository — retrieves resource representation of all repository accounts added to the Veeam Backup for Microsoft Azure configuration database.
- (GET)/api/v2/accounts/azure/repository/{accountId} — retrieves representation of a repository account with the specified ID.
- (DELETE)/api/v2/accounts/azure/repository/{accountId} — removes a repository account with the specified ID from the Veeam Backup for Microsoft Azure configuration database.
- (POST)/api/v2/accounts/azure/repository/export — exports to a file a list of repository accounts added to the Veeam Backup for Microsoft Azure configuration database.
- (POST)/api/v2/accounts/azure/repository/listSubscriptionsByToken — retrieves resource representation of all subscriptions available for the repository account created automatically.
- (POST)/api/v2/accounts/azure/repository/listSubscriptionsByApp — retrieves resource representation of all subscriptions available for the repository account created using an existing AD application.
- (GET)/api/v2/accounts/azure/repository/getDeviceCode — obtains a device authentication code to authenticate Veeam Backup for Microsoft Azure to the Microsoft Azure Cross-platform Command Line Interface (Azure CLI).
- (POST)/api/v2/accounts/azure/repository/authenticate — authenticates Veeam Backup for Microsoft Azure to the Azure CLI.
- (POST)/api/v2/accounts/azure/repository/saveByToken — creates a repository account automatically.
- (PUT)/api/v2/accounts/azure/repository/updateByToken/{accountId} — modifies an automatically created repository account with the specified ID.
- (POST)/api/v2/accounts/azure/repository/saveByApp — creates a repository account using an existing AD application.
- (PUT)/api/v2/accounts/azure/repository/updateByApp/{accountId} — modifies a specific repository account created using the existing AD application.