This is an archive version of the document. To get the most up-to-date information, see the current version.

Company Backup Resources

In this article

    The /tenants/{ID}/backupResources resource collection represents a collection of all cloud repository resources available to a company in Veeam Availability Console. The collection includes resources which represent individual backup resources and have system IDs.

    Collection URL

    https://<Availability-Console>:1281/v2/tenants/{ID}/backupResources

    Collection Representation Company Backup Resources

    [

     {

       "id": 1,

       "cloudRepositoryName": "Delta Cloud Vol01",

       "storageQuota": 300,

       "storageQuotaUnits": "GB",

       "vMsQuota": 0,

       "trafficQuota": 0,

       "trafficQuotaUnits": "GB",

       "wanAccelerationEnabled": true,

       "usedStorageQuota": 10.6,

       "usedStorageQuotaUnits": "GB",

       "usedTrafficQuota": 1.9,

       "usedTrafficQuotaUnits": "MB",

       "_links": {

         "self": {

           "href": "https://vac.tech.local:1281/v2/tenants/2/backupResources/1"

         },

         "backupRepositories": {

           "href": "https://vac.tech.local:1281/v2/backupRepositories/7"

         },

         "wanAccelerators": {

           "href": "https://vac.tech.local:1281/v2/wanAccelerators/4512013c-376b-47db-8837-286399790ca8"

         }

       }

     },

    {

       "id": 2,

       "cloudRepositoryName": "Delta Cloud Vol02",

       "storageQuota": 500,

       "storageQuotaUnits": "GB",

       "vMsQuota": 0,

       "trafficQuota": 0,

       "trafficQuotaUnits": "GB",

       "wanAccelerationEnabled": true,

       "usedStorageQuota": 11.7,

       "usedStorageQuotaUnits": "GB",

       "usedTrafficQuota": 12.2,

       "usedTrafficQuotaUnits": "KB",

       "_links": {

         "self": {

           "href": "https://vac.tech.local:1281/v2/tenants/2/backupResources/1"

         },

         "backupRepositories": {

           "href": "https://vac.tech.local:1281/v2/backupRepositories/7"

         },

         "wanAccelerators": {

           "href": "https://vac.tech.local:1281/v2/wanAccelerators/4512013c-376b-47db-8837-286399790ca8"

         }

       }

     }

    ]

    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.