- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Number of Users/Clients per Band per SSID and per AP via Python Module
Is it possible to get the number of clients/users on each channel/band (2.4 Ghz, 5 Ghz and so on) by SSID and also by AP via API in a Python Module? For example, I could get how many clients there are on that channel, for that SSID and the same for the AP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes it is, but it will be necessary to create some kind of filter in the script.
Use the getNetworkClients endpoint to retrieve clients connected to a specific network.
Use the getDeviceClients endpoint to get clients connected to a specific AP.
Use the getDeviceWirelessConnectionStats endpoint to get connection statistics for a device, which includes information about the band (2.4 GHz, 5 GHz).
https://developer.cisco.com/meraki/api-v1/get-network-clients/
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In this GetDeviceWirelessConnectionStats endpoint, it doesn't give me the exact bandwidth of each client. I'm having to get the information from the endpoint's filter, which can be filtered by band (2.4 GHz, 5 GHz). However, many clients don't come back when I test the 3 filters, 2.4, 5 and 6 Ghz. Do you know an endpoint or something I'm doing wrong?
