Skip to content

Change Bandwidth Limits

Supported Versions Last Updated
1.25.34 & higher 2021/11/25
Action vserver-bandwidth
Method GET, POST
Variables

vserverid [id of virtual server]

limit [amount in GB]

overlimit [amount in GB]

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 bandwidth settings changed</statusmsg>

Error:

<status>error</status>

<statusmsg>ERROR MESSAGE</statusmsg>

JSON

Success:

 

{

"status":"success",

"statusmsg":"Virtual server bandwidth settings changed"

}

Error:

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

Back to top