Previous page

Next page

Locate page in Contents

Print this page

get_vt_info

Summary:

Retrieves the read-only Virtuozzo Containers information.

Request specification:

Name

Min/Max

Type

Description

get_vt_info

1..1

none

 

Returns:

Name

Min/Max

Type

Description

vt_info

0..1

vt_infoType

 

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>

Please send us your feedback on this help page