Management - find server (XML)

Use this to find a site database location

API Usage

In order to find the server a site is on and/ or display all site/ server mappings in an Opentracker.net account, use this URL to perform a GET or POST request.

Parameters

The following parameters are required:

administrator the admintrator requesting the site/ server mappings
password the password of the administrator
site OPTIONAL. A specific site to request a server mapping for

Examples

To request all site/ server mappings for an account:
HTTP GET/ POST: find_server.jsp?administrator=admin@opentracker.net&password=demo123

To request a single site/ server mapping:
HTTP GET/ POST: find_server.jsp?administrator=admin@opentracker.net&password=demo123&site=www.opentracker.net

Standard response

Page returns (a single) xml text formatted as: '\n\n'. Where sXX.opentracker.net is the hostname of the server recording data for the site.

Errors

site is unknown in administrator's account.
administrator is not supplied.
password is not supplied.
No data profile for administrator.
Password is not correct for administrator.
Illegal role for administrator email (user not administrator).
Illegal number of administrators.
Illegal administrator for site.

We would love to hear your feedback. Please use the facebook comment box below