Summary:
Returns the Hardware Node ID associated with the installed Virtuozzo Containers license.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
Returns:
Name |
Min/Max |
Type |
Description |
|
|
|
Hardware Node ID. |
Example:
Input
<packet version="4.0.0">
<target>licensem</target>
<data>
<licensem>
<get_hwid/>
</licensem>
</data>
</packet>
Output
<?xml version="1.0" encoding="UTF-8"?><packet xmlns:ns1="http://www.swsoft.com/webservices/vzl/4.0.0/licensem" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="4.0.0" priority="0" id="9c47947c17t5f90r9b8" time="2008-01-21T14:28:09+0000">
<origin>licensem</origin>
<target>vzclient2-9634f0ee-8c54-924d-9193-64f79dfc8736</target>
<dst>
<director>gend</director>
</dst>
<data>
<licensem>
<hwid>0719.FD4A.CB5D.5681.8117.137A.DA24.AEE9</hwid>
</licensem>
</data>
<src>
<director>gend</director>
</src>
</packet>