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.

1 Reply 1
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.
Get notified when there are additional replies to this discussion.