License Usage
You can get representation of licenses usage by a specific company. The following resources represent license usage:
- The tenants/{ID}/licensing/cloudConnectUsage resource collection represents Veeam Cloud Connect license instances consumed by a company.
- The tenants/{ID}/licensing/backupServerUsage resource collection represents Veeam Backup & Replication license instances consumed by a company.
- The tenants/{ID}/licensing/availabilityConsoleUsage resource collection represents Veeam Availability Console license instances consumed by a company.
Resource URL
The tenants/{ID}/licensing/cloudConnectUsage resource collection is located at the following URL:
https://<Availability-Console>:1281/v2/tenants/{ID}/licensing/cloudConnectUsage |
The tenants/{ID}/licensing/backupServerUsage resource collection is located at the following URL:
https://<Availability-Console>:1281/v2/tenants/{ID}/licensing/backupServerUsage |
The tenants/{ID}/licensing/availabilityConsoleUsage resource collection is located at the following URL:
https://<Availability-Console>:1281/v2/tenants/{ID}/licensing/availabilityConsoleUsage |
Resource Representation
[ { "type": "CC_Workstation_Backup", "rentalInstances": 1.6, "newInstances": 0, "usedInstances": 0, "rentalCount": 10, "newCount": 0, "usedCount": 0 }, { "type": "CC_Server_Backup", "rentalInstances": 0.33, "newInstances": 0, "usedInstances": 0, "rentalCount": 1, "newCount": 0, "usedCount": 0 }, ] |