The /Tenants resource collection represents a collection of all companies managed in Veeam Availability Console that runs in the Service Provider mode. If Veeam Availability Console runs in the Enterprise mode the collection represents managed departments. The collection includes resources which represent individual companies or departments and have system IDs.
Collection URL
https://<Availability-Console>:1281/v2/Tenants |
Collection Representation
[ { "id": 2, "name": "Alpha", "taxId": "", "telephone": "", "country": "", "companyId": null, "notes": "", "maxConcurrentTasks": 1, "bandwidthThrottlingEnabled": false, "allowedBandwidth": 1, "allowedBandwidthUnits": "MB/s", "vMsBackedUp": 15, "vMsReplicated": 6, "vMsBackedUpToCloud": 4, "managedPhysicalWorkstations": 25, "managedCloudWorkstations": 10, "managedPhysicalServers": 6, "managedCloudServers": 14, "expirationEnabled": false, "expirationDate": null, "actions": [ "enable", "disable", "sendWelcomeLetter", "exportToCSV", "exportToXML" ], "_links": { "self": { "href": "https://vac:1281/v2/tenants/2" }, "backupResources": [ { "href": "https://vac:1281/v2/tenants/2/backupResources/1" } ], "locations": [ { "href": "https://vac:1281/v2/tenants/2/locations/2" } ], "replicaResources": [ { "href": "https://vac:1281/v2/tenants/2/replicaresources/57266097-a226-4930-9594-1fc3e92c66e3" } ], "users": [ { "href": "https://vac:1281/v2/users/2" } ], "subscriptionPlans": { "href": "https://vac:1281/v2/subscriptionPlans/0" } } }, { "id": 3, "name": "Delta", "taxId": "", "telephone": "", "country": "", "companyId": null, "notes": "", "maxConcurrentTasks": 1, "bandwidthThrottlingEnabled": true, "allowedBandwidth": 512, "allowedBandwidthUnits": "KB/s", "vMsBackedUp": 1, "vMsReplicated": 4, "vMsBackedUpToCloud": 8, "managedPhysicalWorkstations": 2, "managedCloudWorkstations": 16, "managedPhysicalServers": 8, "managedCloudServers": 6, "expirationEnabled": false, "expirationDate": null, "actions": [ "enable", "disable", "sendWelcomeLetter", "exportToCSV", "exportToXML" ], "_links": { "self": { "href": "https://vac:1281/v2/tenants/3" }, "backupResources": [ { "href": "https://vac:1281/v2/tenants/3/backupResources/2" } ], "locations": [ { "href": "https://vac:1281/v2/tenants/3/locations/3" } ], "replicaResources": [ { "href": "https://vac:1281/v2/tenants/3/replicaresources/0f6a07ae-bfc3-4efd-8e20-2f238e3bacc7" } ], "users": [ { "href": "https://vac:1281/v2/users/3" } ], "subscriptionPlans": { "href": "https://vac:1281/v2/subscriptionPlans/0" } } } ] |