Change Hard Disk Size¶
| Supported Versions | Last Updated |
|---|---|
| 1.16.09 & higher | 2015/03/06 |
| Action | vserver-change-hdd |
|---|---|
| Method | GET, POST |
| Variables | vserverid [id of virtual server] hdd [amount in GB] rdtype [json] For json output specify json or for default output leave blank. This variable is optional |
| Example Output | XMLSuccess:
<status>success</status> <statusmsg>Virtual server hdd changed</statusmsg> Error: <status>error</status> <statusmsg>ERROR MESSAGE</statusmsg> JSONSuccess:
{ "status":"success", "statusmsg":"Virtual server hdd changed" } Error: {"status":"error","statusmsg":"ERROR MESSAGE"} |