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
Collection Representation
[ { "id": "c5aba79e-2ebf-4f7f-815c-33088d622cc5", "contactPerson": "James Wilson", "licenseIds": [ 29bf0e25-359a-4854-8919-f4840d83fbc8 ], "licenseAdministratorEmail": "admin@delta.com", "licenseeEmail": "j_wilson@delta.com", "edition": "Enterprise Plus", "monitoring": "Yes", "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, "packages": [ "Backup" ], "sectionTypes": [ "Instance" ], "_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", "licenseIds": [ e97cd35c-5333-4bde-a544-074b8d8e5ad0 ], "licenseAdministratorEmail": "admin@alpha.com", "licenseeEmail": "m_grace@delta.com", "edition": "Enterprise Plus", "monitoring": "No", "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, "packages": [ "Backup" ], "sectionTypes": [ "Instance" ], "_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" } ] } } ] |