Developer

 View Only
  • 1.  AP_SEARCH API query string syntax

    Posted Jun 10, 2019 03:02 PM

    Please provide link to documentaiton for the AP_SEARCH API query string syntax.

     

    I am specifically looking for syntax to find APs which are down.  



  • 2.  RE: AP_SEARCH API query string syntax

    Posted Jun 11, 2019 04:11 AM

    What product are you trying this on?



  • 3.  RE: AP_SEARCH API query string syntax

    Posted Jun 11, 2019 05:49 PM

    Airwave API



  • 4.  RE: AP_SEARCH API query string syntax



  • 5.  RE: AP_SEARCH API query string syntax

    Posted Jun 17, 2019 06:24 PM

    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.