Tenant License Usage
You can get representation of licenses usage by a specific tenant. The following resources represent license usage:
- The /tenants/{instanceUid}/licensing/cloudConnectUsage/byVCCTenantUid resource collection represents Veeam Cloud Connect license instances consumed by a tenant.
- The /tenants/{instanceUid}/licensing/backupServerUsage/byVCCTenantUid resource collection represents Veeam Backup & Replication license instances consumed by a tenant.
- The /tenants/{instanceUid}/licensing/availabilityConsoleUsage/byVCCTenantUid resource collection represents Veeam Service Provider Console license instances consumed by a tenant.
Resource URL
The /tenants/{instanceUid}/licensing/cloudConnectUsage/byVCCTenantUid resource collection is located at the following URL:
The /tenants/{instanceUid}/licensing/backupServerUsage/byVCCTenantUid resource collection is located at the following URL:
https://<hostname>:1281/v2/tenants/{instanceUid}/licensing/backupServerUsage/byVCCTenantUid |
The /tenants/{instanceUid}/licensing/availabilityConsoleUsage/byVCCTenantUid resource collection is located at the following URL:
Resource Representation
[ { "type": "CC_Workstation_Backup", "unitType": "Instances" "rentalUnits": 1.6, "newUnits": 0, "usedUnits": 0, "rentalCount": 10, "newCount": 0, "usedCount": 0 }, { "type": "CC_Server_Backup", "unitType": "Instances" "rentalUnits": 0.33, "newUnits": 0, "usedUnits": 0, "rentalCount": 1, "newCount": 0, "usedCount": 0 } ] |