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

Storage Account

The /storageAccounts resource collection represents all Azure storage accounts to which service and repository accounts added to the Veeam Backup for Microsoft Azure configuration database have permissions.

Collection URL

The resource collection is located at the following URL:

https://<hostname>/api/v3/cloudInfrastructure/storageAccounts

Storage AccountCollection Representation

{

 "offset": 0,

 "limit": 2,

 "totalCount": 12,

 "results": [

   {

     "id": "5i6k9o4s4tf9pfnx4rct6fqg9ruf8oyznrpmyutjrfbne3p4wjeo",

     "resourceId": "/subscriptions/3a9a4930-7bbc-4b83-9c68-15d674fbc803/resourcegroups/cpm-backup-luaan/providers/microsoft.storage/storageaccounts/cpmbackupluaandiag982",

     "name": "cpmbackupluaandiag982",

     "skuName": "Standard_LRS",

     "performance": "Standard",

     "redundancy": "LRS",

     "accessTier": "Hot",

     "regionId": "ukwest",

     "regionName": "UK West",

     "removedFromAzure": false,

     "supportsTiering": false,

     "_links": {

       "self": {

         "href": "https://13.89.239.221/api/v3/cloudInfrastructure/storageAccounts/5i6k9o4s4tf9pfnx4rct6fqg9ruf8oyznrpmyutjrfbne3p4wjeo"

       },

       "subscription": {

         "href": "https://13.89.239.221/api/v3/cloudInfrastructure/subscriptions/3a9a4930-7bbc-4b83-9c68-15d674fbc803"

       },

       "resourcegroup": {

         "href": "https://13.89.239.221/api/v3/cloudInfrastructure/resourceGroups/58hhkkkfnit3738k76agx7b76nu6de18nssz9gxnr71za7hphr1o"

       },

       "containers": {

         "href": "https://13.89.239.221/api/v3/cloudInfrastructure/storageAccounts/5i6k9o4s4tf9pfnx4rct6fqg9ruf8oyznrpmyutjrfbne3p4wjeo/containers"

       }

     }

   },

   {

     "id": "k1iwcetykpfn6r457qdsrpedsbj9yj5ibiqxapn9sgr1zy5qsa3y",

     "resourceId": "/subscriptions/3a9a4930-7bbc-4b83-9c68-15d674fbc803/resourcegroups/cpm-backup-luaan/providers/microsoft.storage/storageaccounts/cpmbackupluaanukwest",

     "name": "cpmbackupluaanukwest",

     "skuName": "Standard_RAGRS",

     "performance": "Standard",

     "redundancy": "RAGRS",

     "accessTier": "Hot",

     "regionId": "ukwest",

     "regionName": "UK West",

     "removedFromAzure": false,

     "supportsTiering": true,

     "_links": {

       "self": {

         "href": "https://13.89.239.221/api/v3/cloudInfrastructure/storageAccounts/k1iwcetykpfn6r457qdsrpedsbj9yj5ibiqxapn9sgr1zy5qsa3y"

       },

       "subscription": {

         "href": "https://13.89.239.221/api/v3/cloudInfrastructure/subscriptions/3a9a4930-7bbc-4b83-9c68-15d674fbc803"

       },

       "resourcegroup": {

         "href": "https://13.89.239.221/api/v3/cloudInfrastructure/resourceGroups/58hhkkkfnit3738k76agx7b76nu6de18nssz9gxnr71za7hphr1o"

       },

       "containers": {

         "href": "https://13.89.239.221/api/v3/cloudInfrastructure/storageAccounts/k1iwcetykpfn6r457qdsrpedsbj9yj5ibiqxapn9sgr1zy5qsa3y/containers"

       }

     }

   }

 ],

 "_links": {

   "self": {

     "href": "https://13.89.239.221:443/api/v3/cloudInfrastructure/storageAccounts?regionIds=ukwest&repositoryCompatible=False&vhdCompatible=False&offset=0&limit=2"

   },

   "next": {

     "href": "https://13.89.239.221:443/api/v3/cloudInfrastructure/storageAccounts?regionIds=ukwest&repositoryCompatible=False&vhdCompatible=False&offset=2&limit=2"

   }

 }

}

In This Section