Properties
The /licensing/backupserverLicenses resource has a number of properties that reflect license characteristics. Properties can be used for POST, PUT, and DELETE requests and as query parameter values in GET requests.
Property | Type | Description |
---|---|---|
id | string | System ID assigned to a Veeam Backup & Replication license in Veeam Backup & Replication. Is identical to the serverUid property of the /backupServers resources. |
contactPerson | string | Name of a contact person in an organization to which the license is issued. |
licenseAdministratorEmail | string | Email address of the license administrator in a company. |
licenseeEmail | string | Email address of a contact person in a company. |
edition | string | Type of Veeam Backup & Replication product edition. Possible values:
|
licensedTo | string | Name of a person or organization to which the license is issued. |
licenseType | string | Type of the license. Possible values:
|
status | string | Current status of the license. Possible values:
|
supportID | string | Support ID required for contacting Veeam Customer Support. |
licenseExpirationDate | string | License expiration date and time. Date and time string is formatted in accordance with ISO 8601. |
supportExpirationDate | string | Support expiration date and time. Date and time string is formatted in accordance with ISO 8601. |
licensedSockets | integer | Number of licensed sockets. |
usedSockets | integer | Number of used sockets. |
licensedVMs | integer | Number of licensed VMs. |
usedVMs | integer | Number of used VMs. |
backupServerName | string | Name of a Veeam Backup & Replication server to which license is uploaded. |
companyName | string | Name of a company in Veeam Availability Console to which the licensed server belongs. |
locationName | string | Name of a company location at which the licensed server is located. |
newVMs | integer | Number of VMs treated as New (for rental licenses). |
totalInstances | integer | Total number of available instances. |
usedInstances | integer | Number of instances consumed by managed objects. |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). Contains a link to the backup server, on which license was installed. This property can be excluded from the response. For more information, see the SetLinks Custom Query Option (setLinks) section. |