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

API data command to get the clients attached to access points?

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.    
1 Reply 1

PolB.
Level 1
Level 1

data/ClientDetails?apName=<apName>

filters you out the clients connected to a specific accesspoint

or you iterate over all "data/ClientDetails" to get all the Clients with their informations which also contains the AP there are connected to.

you could also filter for a specific client (Mac, IP, ...) to get only the info of that client. Depending on what you want to do.

Review Cisco Networking for a $25 gift card