server_iplist
server_iplist
Definition
server_iplist shows the ip addresses assigned to a serverid, and if they are public or private ip addresses.
Parameters
requires: action=server_iplist, 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_iplist</action> <data> <ip> <address>69.12.216.2</address> <public>Y</public> </ip> </data> <response> <code>1</code> <text>Action accepted</text> </response> </body> </xml>

