Virtual Server Status¶
| Supported Versions | Last Updated |
|---|---|
| 1.25.34 & higher | 2021/11/25 |
| Action | vserver-status |
|---|---|
| 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 | XMLSuccess: <status>success</status> <statusmsg>disabled|online|offline</statusmsg> Error: <status>error</status> <statusmsg>ERROR MESSAGE</statusmsg> JSONSuccess: { "status":"success", "statusmsg":"disabled|online|offline" } Error: {"status":"error","statusmsg":"ERROR MESSAGE"} |