Summary:
Modifies Virtuozzo Group configuration.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
Virtuozzo Group configuration. |
|
} |
|
|
|
Returns:
OK/Error
Example:
Adding two name servers and one search domain to a Virtuozzo Group. The call must be executed on the Master Node.
<packet version="4.0.0">
<target>server_group</target>
<data>
<server_group>
<set_config>
<config>
<nameservers>
<nameserver>192.168.1.51</nameserver>
<nameserver>192.168.1.52</nameserver>
</nameservers>
<search_domains>
<search_domain>ts6.com</search_domain>
</search_domains>
</config>
</set_config>
</server_group>
</data>
</packet>