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

Tenant

The /cloudInfrastructure/tenants resource collection represents all tenants 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/tenants

TenantCollection Representation

{

 "result": {

   "offset": 0,

   "limit": 200,

   "totalCount": 1,

   "results": [

     {

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

       "name": "Veeam Software Group GmbH"

     }

   ],

   "_links": {

     "self": {

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

     }

   }

 },

 "id": "2fa30a54-90f9-4b3e-8437-499e32eb8b5b",

 "startTime": "2020-12-01T21:31:58.4323732Z",

 "status": "Success",

 "_links": {

   "self": {

     "href": "https://51.11.247.127/api/v2/operations/2fa30a54-90f9-4b3e-8437-499e32eb8b5b"

   }

 }

}

In This Section