Schemas
The following JSON schemas are used to represent resources in the /repositories collection in the Veeam Backup for Microsoft Azure REST API. Properties included in schemas represent repository details. Some of the properties can be used in POST and PUT requests as well as for query parameter values in GET requests.
RepositoryV2
Property | Type | Description |
---|---|---|
id | string($uuid) | System ID assigned to a repository in the Veeam Backup for Microsoft Azure REST API. |
name | string | Name of the repository in Veeam Backup for Microsoft Azure. |
description | string | Description of the repository. |
azureStorageAccountId | string($uuid) | Azure ID assigned to a storage account where the blob container is located. |
azureStorageAccountName | string | Name of the storage account where the blob container is located. |
azureStorageFolder | string($uuid) | Name of the folder in the selected blob container used to store Azure VM backups. |
azureStorageContainer | string | Name of the blob container where the repository is located. |
enableEncryption | boolean | Defines whether encryption is enabled for backup files stored in the created repository. |
hint | string | [Applies only if encryption is enabled] Hint for the specified password. |
regionId | string | Azure ID assigned to an Azure region where the selected storage account resides. |
regionName | string | Name of the Azure region where the selected storage account resides. |
azureAccountId | string | System ID assigned in Veeam Backup for Microsoft Azure to an Azure Account used to connect to the repository. |
environment | string | Azure environment where the tenant is located: Global, Germany, China, USGovernment. |
status | string | Status of the repository: Creating, Importing, Ready, Failed. |
storageTier | string | Type of access tier applied to the repository: Inferred, Hot, Cool. |
_links | array | A list of methods and operations available for the Repository in the Veeam Backup for Microsoft Azure REST API, and request URLs used to perform the operations. |