Skip to content

Change Network Speed

Supported Versions Last Updated
1.18 & higher 2018/01/23
Action vserver-change-nspeed
Method POST
Variables

vserverid  [id of virtual server]

customnspeed [network speed value]

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>Virtual server updated</statusmsg>

Error:

error: <status>error</status><statusmsg>ERROR MESSAGE</statusmsg>

success: <status>success</status><statusmsg>Virtual server updated</statusmsg>

Json

Success:

{

"status":"success",

"statusmsg":"Virtual server updated"

}

Error:

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

Back to top