Network Management

last person joined: yesterday 

Keep an informative eye on your network with HPE Aruba Networking network management solutions
Expand all | Collapse all

Get "New Devices" API

This thread has been viewed 2 times
  • 1.  Get "New Devices" API

    Posted Oct 08, 2019 09:29 PM

    As part of ArubaOS-Instant ZTP deployment, we would like to pull a list of "whitelisted" devices that have been authorized via CSV API upload or manually. These devices show up under "New Devices" as type=Whitelist Device.

     

    Is there a way to retrieve this list via API? I don't see it in the docs and these whitelist devices are unfortunately not available via the other API search endpoints.



  • 2.  RE: Get "New Devices" API
    Best Answer

    EMPLOYEE
    Posted Oct 09, 2019 01:22 PM

    Hi, below url should give the new device list

    https://<AMP IP>/api/list_view.json?list=ap_unauthed&fv_id=0

    and specifically for 'Whitelist Device' in New devices, use the below API

    https://<AMP IP>/api/list_view.json?list=ap_unauthed&fv_id=0&extra_filter=%7B%22type%22%3A%22480%22%7D

     



  • 3.  RE: Get "New Devices" API

    Posted Oct 09, 2019 02:07 PM

    Worked beautifully!

     

    I'm using AirWave 8.2.8 API Guide and I don't see this documented. Am I looking in the wrong place?



  • 4.  RE: Get "New Devices" API

    EMPLOYEE
    Posted Oct 09, 2019 02:18 PM

    The API guide docuements the inbuilt API calls. This is not published API as it is not a direct API call. It is derived from the backend HTML call.