Title here
Summary here
Notice: This is the legacy documentation. For the latest features and updates, refer to our current SolusVM documentation.
| Supported Versions | Last Updated |
|---|---|
| 1.2.00 & higher json output 1.14.00 & higher | 2013/04/30 |
| Action | vserver-changeowner |
|---|---|
| Method | GET, POST |
| Variables | vserverid [id of virtual server] clientid [new clients id] rdtype [json] For json output specify json or for default output leave blank. This variable is optional |
| Example Output | XMLSuccess: <status>success</status> <statusmsg>Successfully changed owner</statusmsg> Error: <status>error</status> <statusmsg>ERROR MESSAGE</statusmsg> JSONSuccess: { "status":"success", "statusmsg":"Successfully changed owner" } Error: {"status":"error","statusmsg":"ERROR MESSAGE"} |