Summary:
Updates a Virtuozzo Containers license.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
|
A Base64-encoded string containing the license serial number. |
|
|
|
|
Returns:
Name |
Min/Max |
Type |
Description |
|
|
The updated license information. |
Description
The update
call allows to update a Virtuozzo Containers license installed on a Hardware Node. The call will establish a connection with the SWsoft authentication server and will verify whether your existing license is eligible for the update. Upon approval, it will retrieve the new license information and will update your existing license.
Example:
<packet version="4.0.0">
<target>licensem</target>
<data>
<licensem>
<update>
<serial>NTc4RS43RjE3LkE5MEYuNzQyMS45RUU3LkRBOTIuMkVERC42ODI5</serial>
</update>
</licensem>
</data>
</packet>