Skip to content

Change Boot Order

Supported Versions Last Updated
1.2.00 & higher
json output 1.14.00 & higher
2013/04/30
Action vserver-bootorder
Method GET, POST
Variables

vserverid [id of virtual server]

bootorder [cd(Hard Disk CDROM)|dc{CDROM Hard Disk)|c(Hard Disk)|d{CDROM)]

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>Boot order changed</statusmsg>

Error:

 <status>error</status>

<statusmsg>ERROR MESSAGE</statusmsg>

JSON

Success:

 {

"status":"success",

"statusmsg":"Boot order changed"

}

Error:

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

Back to top