cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1944
Views
0
Helpful
1
Replies

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.

1 Reply 1

I am new to the cisco prime API and have not figured out how to get a list of wireless devices connected to an access point?   I have been able to get a list of access points, and also a list of client devices, but I can't find the api that lets me get the data for which clients are attached to which access points?   Anyone know this answer?  

data/AccessPointDetails   Gets info on access points.   
data/ClientStats  Gets data on clients.    
But how do I relate the two together?