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

Subscription

The /cloudInfrastructure/subscriptions resource collection represents all subscriptions available to the Azure accounts added to the Veeam Backup for Microsoft Azure configuration database.

Collection URL

The resource collection is located at the following URL:

https://<hostname>/api/v2/cloudInfrastructure/subscriptions

SubscriptionCollection Representation

{

 "offset": 0,

 "limit": 200,

 "totalCount": 2,

 "results": [

   {

     "id": "1142bdc7-8797-42bc-aa23-9f1fc1411946",

     "environment": "Global",

     "tenantId": "3e924ba9-93bc-40d5-8a47-33f07b239a52",

     "tenantName": "Veeam Software Group GmbH",

     "name": "Integration Tests",

     "status": "Active",

     "_links": {

       "self": {

         "href": "https://51.11.247.127/api/v2/cloudInfrastructure/subscriptions/1142bdc7-8797-42bc-aa23-9f1fc1411946"

       },

       "expiringConnection": {

         "href": "https://51.11.247.127/api/v2/accounts/azure/service/1"

       }

     }

   },

   {

     "id": "3a9a4930-7bbc-4b83-9c68-15d674fbc803",

     "environment": "Global",

     "tenantId": "3e924ba9-93bc-40d5-8a47-33f07b239a52",

     "tenantName": "Veeam Software Group GmbH",

     "name": "Visual Studio Premium MSDN",

     "status": "Active",

     "_links": {

       "self": {

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

       },

       "expiringConnection": {

         "href": "https://51.11.247.127/api/v2/accounts/azure/service/1"

       }

     }

   }

 ],

 "_links": {

   "self": {

     "href": "https://51.11.247.127/api/v2/cloudInfrastructure/subscriptions?offset=0&limit=200"

   }

 }

}

In This Section