cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

How to get a list of current associated wireless clients for individual access point or group location using Cisco Prime API

vue.vicky
Level 1
Level 1

Hi!

Does anybody have an example on how to get the information available in Cisco Prime GUI (Inventory / Device Management / Network Devices / Device Groups / Unified AP / AP Name) using the API? I'm trying to get a list of unique usernames connected on a specified access point in real time. When I use this API command, 

"webacs/api/v4/data/AccessPoints?.full=true&.sort&name=contains("AP Name")", it will give me the total client count but I'm running into an issue with the process of identifying number of people connected accurately. Right now the number I'm accessing is just the clients for each access point added together. However, this doesn't actually account for any sort of user with multiple devices.

Who Me Too'd this topic