server_list
server_list
Definition
server_list shows the servers by name, their plan, their serverid, and the host they reside on. Servers shown are currently active for this account.
Parameters
requires: action=server_list
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_list</action> <data> <server> <servername>testbox3</servername> <serverid>1500</serverid> <plan>VS2</plan> <host>vz8</host> </server> <server> <servername>xenbox2</servername> <serverid>1504</serverid> <plan>XS1</plan> <host>host4</host> </server> <server> <servername>xenbox3</servername> <serverid>1510</serverid> <plan>XS1</plan> <host>host12</host> </server> </data> <response> <code>1</code> <text>Action accepted</text> </response> </body> </xml>

