Summary:
Retrieves configuration information for a given Virtuozzo Group.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
Returns:
Name |
Min/Max |
Type |
Description |
|
|
The cluster network configuration information. |
Example:
Retrieving Virtuozzo Group configuration information. The call must be executed on the Master Node.
Input
<packet version="4.0.0">
<target>server_group</target>
<data>
<server_group>
<get_config/>
</server_group>
</data>
</packet>
Output
<?xml version="1.0" encoding="UTF-8"?><ns1:packet xmlns:ns1="http://www.swsoft.com/webservices/vzl/4.0.0/protocol" xmlns:ns2="http://www.swsoft.com/webservices/vzl/4.0.0/server_group" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="29c45d1e0ebt5d03r538" time="2007-02-12T06:35:58+0000" priority="0" version="4.0.0">
<ns1:origin>server_group</ns1:origin>
<ns1:target>vzclient4</ns1:target>
<ns1:dst>
<ns1:director>gend</ns1:director>
</ns1:dst>
<ns1:data>
<ns2:server_group>
<ns2:config>
<ns2:nameservers>
<ns2:nameserver>192.168.1.51</ns2:nameserver>
<ns2:nameserver>192.168.1.52</ns2:nameserver>
</ns2:nameservers>
<ns2:search_domains>
<ns2:search_domain>ts6.com</ns2:search_domain>
</ns2:search_domains>
<ns2:networks/>
</ns2:config>
</ns2:server_group>
</ns1:data>
<ns1:src>
<ns1:director>gend</ns1:director>
</ns1:src>
</ns1:packet>