- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Find the AP that a client is connected to
Team,
Is it possible to find the (physical) Access Point that a client is connected to?
I could get all clients from all APs to find the AP a device is connected to but that sounds very inefficient.
Client details (/organizations/org_id/clients/search?mac=mac_address) show everything except for the AP that it is connected to.
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you tried the Get Network Clients API endpoint?
https://developer.cisco.com/meraki/api-v1/#!get-network-clients
Like what you see? - Give a Kudo ## Did it answer your question? - Mark it as a Solution 🙂
All code examples are provided as is. Responsibility for Code execution lies solely your own.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you tried the Get Network Clients API endpoint?
https://developer.cisco.com/meraki/api-v1/#!get-network-clients
Like what you see? - Give a Kudo ## Did it answer your question? - Mark it as a Solution 🙂
All code examples are provided as is. Responsibility for Code execution lies solely your own.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
<grin> the one endpoint I did not try 🙂
I would still expect something like the 'recentdevicename' to be part of the client info. But I have a way to get the information now.
Thank you!
DJ
