Previous page

Next page

Locate page in Contents

Print this page

set_config

Summary:

Modifies Virtuozzo Group configuration.

Request specification:

Name

Min/Max

Type

Description

set_config

1..1

none

 

{

 

 

 

config

1..1

configType

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>

Please send us your feedback on this help page