Reconfigure Network

Supported VersionsLast Updated
1.22.02 & higher2019/04/26
Actionvserver-reconfigure-network
MethodGET, POST
Variables

vserverid [id of virtual server]

rdtype [json] For json output specify json or for default output leave blank. This variable is optional

Example Output

XML

Success:

<status>success</status>

<statusmsg></statusmsg>

Error:

<status>error</status>

<statusmsg>ERROR MESSAGE</statusmsg>

JSON

Success:

{"status":"success","statusmsg":""}

Error:

{"status":"error","statusmsg":"ERROR MESSAGE"}