In addition,
This is how a sample HTTP Request URL (GET Method )would look like.
To Search the AP: (Based on MAC address)
Example URL: https://<airwave_ip>/ap_search.xml?query=00:40:96
To List the APs: (URL Parameters are optional filters)
Example URL: https://<airwave_ip>/ap_list.xml? id=79&id=3648&ap_folder_id=3&ap_group_id=1&controller_id=15
The Headers for the HTTP request should include
Headers: { 'Cookie' : 'MercuryAuthHandlerCookie_AMPAuth=<cookie_from_auth>' }
where "cookie_from_auth" is a variable which is obtained upon API authentication.
The response will be as described in the API guide.