Veeam Backup & Replication Licenses
The /licensing/backupserverLicenses resource collection represents a collection of all tenant Veeam Backup & Replication server licenses. The collection includes resources which represent individual licenses and have system IDs.
Collection URL
https://<Availability-Console>:1281/v2/licensing/backupserverLicenses |
Collection Representation
[ { "id": "c5aba79e-2ebf-4f7f-815c-33088d622cc5", "contactPerson": "James Wilson", "licenseAdministratorEmail": "admin@delta.com", "licenseeEmail": "j_wilson@delta.com", "edition": "Enterprise Plus", "licensedTo": "Delta AG", "licenseType": "Rental", "status": "Valid", "supportID": "123456789", "licenseExpirationDate": "2020-10-24T21:00:00Z", "supportExpirationDate": "2020-10-24T21:00:00Z", "licensedSockets": 0, "usedSockets": 0, "licensedVMs": 1000, "usedVMs": 650, "backupServerName": "BACKUP02", "companyName": "Delta", "locationName": "Default location", "newVMs": 40, "totalInstances": 1000, "usedInstances": 521, "_links": { "self": { "href": "https://vac.tech.local:1281/v2/backupLicenses/c5aba79e-2ebf-4f7f-815c-33088d622cc5" }, "backupServers": [ { "href": "https://vac.tech.local:1281/v2/backupServers/2" } ] } }, { "id": "089cc472-302f-4ee2-aca5-24ce0ac513a1", "contactPerson": "Maddison Grace", "licenseAdministratorEmail": "admin@alpha.com", "licenseeEmail": "m_grace@delta.com", "edition": "Enterprise Plus", "licensedTo": "Alpha Enterprise", "licenseType": "Rental", "status": "Valid", "supportID": "987456321", "licenseExpirationDate": "2018-10-24T21:00:00Z", "supportExpirationDate": "2018-10-24T21:00:00Z", "licensedSockets": 0, "usedSockets": 0, "licensedVMs": 1000, "usedVMs": 862, "backupServerName": "BACKUP03", "companyName": "Alpha", "locationName": "Default location", "newVMs": 90, "totalInstances": 0, "usedInstances": 0, "_links": { "self": { "href": "https://vac.tech.local:1281/v2/backupLicenses/089cc472-302f-4ee2-aca5-24ce0ac513a1" }, "backupServers": [ { "href": "https://vac.tech.local:1281/v2/backupServers/3" } ] } } ] |