Skip to content

Reconfigure Network

Supported Versions Last Updated
1.22.02 & higher 2019/04/26
Action vserver-reconfigure-network
Method GET, 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"}

Back to top