server_status
server_status
Definition
server_status shows information regarding the specified serverid.
Bandwidth is in MB.
Parameters
action=server_status, serverid=(int)
Example Response
<xml> <title>Quantact api</title> <tos> For authorized use only. Usage of this api is governed by the Quantact terms of service. http://www.quantact.com/aup.shtml </tos> <body> <action>server_status</action> <data> <servername>xenbox2</servername> <serverplan>XS1</serverplan> <hostname>host4</hostname> <status>Stopped</status> <bandwidth_current>25</bandwidth_current> <currentdistro>Centos 5</currentdistro> <kernel>linux-2.6.31.6</kernel> </data> <response> <code>1</code> <text>Action accepted</text> </response> </body> </xml>

