server_getserveridbyname
server_getserveridbyname
Definition
server_getserveridbyname returns the serverid for a given servername.
Parameters
action=server_getserveridbyname, servername=(alphanumeric characters)
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_getserveridbyname</action> <data> <server> <servername>xenbox3</servername> <serverid>1510</serverid> </server> </data> <response> <code>1</code> <text>Action accepted</text> </response> </body> </xml>

