The resources in the /Tenants/{ID}/BackupResources collection have a number of properties that reflect cloud repository resource characteristics. Properties can be used as query parameter values in GET requests.
Property | Type | Description |
---|---|---|
id | integer | System ID assigned to a backup resource in Veeam Availability Console RESTful API. |
cloudRepositoryName | string | Name of a cloud repository configured for a company or department. |
storageQuota | integer | Amount of storage space allocated to a company or department. |
storageQuotaUnits | string | Measurement units for storage space allocated to a company or department. |
vMsQuota | integer | Number of VMs that a company or department can store on a cloud repository. If quota is unlimited, the property value is 0. |
trafficQuota | integer | Amount of data that a company or department can download from the cloud repository during a billing period. If quota is unlimited, the property value is 0. |
trafficQuotaUnits | string | Measurement units for the data that a company or department can download from the cloud repository. |
wanAccelerationEnabled | boolean | Indicates whether WAN Accelerator is enabled for data transfer to a cloud repository. |
usedStorageQuota | integer | Amount of allocated storage space already used by a company or department. |
usedStorageQuotaUnits | string | Measurement units for allocated storage space already used by the company or department. |
usedTrafficQuota | integer | Amount of data that a company or department has already downloaded from a cloud repository during a billing period. If quota is unlimited, the property value is -1. |
usedTrafficQuotaUnits | string | Measurement units for the data that a company or department has already downloaded from a cloud repository. |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). Can contain links to WAN Accelerators and backup repositories. |