Connected user/device

Solved
Boundless
Getting noticed

Connected user/device

 Hi,

 

I would like to build a map to display the connected devices on Meraki APs in real time with a coulour code depending on the signal strength.

 

Can we get this kind of info through the API?

 

Thanks

Noel-Edouard Chenu
1 Accepted Solution
HodyCrouch
Building a reputation

You can use the Scanning API to receive connected clients along with their locations and RSSI.  You also get the ssid, which you can use to filter by connected vs. probing devices.

 

https://documentation.meraki.com/MR/Monitoring_and_Reporting/Scanning_API

 

The Scanning API does not include client names (only mac addresses).  If you want additional information about clients, you would use the Dashboard API (probably /devices/[serial]/clients).  You would need the serial number of each access point, which you can get from the Dashboard API, from the Meraki Dashboard UI, or from the label on each access point.

View solution in original post

2 Replies 2
HodyCrouch
Building a reputation

You can use the Scanning API to receive connected clients along with their locations and RSSI.  You also get the ssid, which you can use to filter by connected vs. probing devices.

 

https://documentation.meraki.com/MR/Monitoring_and_Reporting/Scanning_API

 

The Scanning API does not include client names (only mac addresses).  If you want additional information about clients, you would use the Dashboard API (probably /devices/[serial]/clients).  You would need the serial number of each access point, which you can get from the Dashboard API, from the Meraki Dashboard UI, or from the label on each access point.

Thanks a lot!
Noel-Edouard Chenu
Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco account. If you don't yet have a Cisco account, you can sign up.