Number of Users/Clients per Band per SSID and per AP via Python Module

peagacebe
Conversationalist

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.

2 Replies 2
alemabrahao
Kind of a big deal

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/

I am not a Cisco Meraki employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.
peagacebe
Conversationalist

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?

Get notified when there are additional replies to this discussion.