Summary:
Dismantles an existing VIrtuozzo group.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
Returns:
OK/Error
Description:
The call dismantles a Virtuozzo group by removing all relevant references from the Master and Slave Nodes. Once completed, the Nodes may be added to other Virtuozzo groups. Any former participant of a group may also become a Master Node forming its own group. The call must be executed on the Master Node.
Example:
Input
<packet version="4.0.0" id="2">
<target>server_group</target>
<data>
<server_group>
<destroy/>
</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="26c45d1d434t428br538" time="2007-02-12T05:54:53+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>
<ns1:ok/>
</ns2:server_group>
</ns1:data>
<ns1:src>
<ns1:director>gend</ns1:director>
</ns1:src>
</ns1:packet>