Summary:
Retrieves the read-only Virtuozzo Containers information.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
Returns:
Name |
Min/Max |
Type |
Description |
|
|
|
Example:
Using the Virtuozzo implementation of the interface to retrieve Virtuozzo information.
Input
<packet>
<target>vzaenvm</target>
<data>
<vzaenvm>
<get_vt_info/>
</vzaenvm>
</data>
</packet>
Output
<ns1:packet priority="0" version="4.0.0">
<ns1:origin>vzaenvm</ns1:origin>
<ns1:data>
<ns2:vzaenvm>
<ns2:vt_info xsi:type="ns3:vt_infoType">
<ns3:version>4.0.0-112.swsoft</ns3:version>
<ns3:release>?</ns3:release>
<ns3:sve_eid>72145bf0-7562-43d4-b707-cc33d37e3f10</ns3:sve_eid>
<ns3:hwid>BD95.2511.D49F.422B.6247.EAFC.0423.E8C2</ns3:hwid>
</ns2:vt_info>
</ns2:vzaenvm>
</ns1:data>
</ns1:packet>