Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
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 t...
I'd like to know if it's possible to get the data via Python that generates the graphs and tables in the Summary Report found in Organization -> Monitor -> Summary Report. Only by SSID and for a specific period, as is possible in the Meraki Dashboard...
I want to be able to extract via Python the same view with the same information that it contains in Organization -> Monitor -> Firmware upgrades -> Schedule Upgrades. The Network, Device Type, Current Firmware, Firmware type, Status, Upgrade schedule...
Either the count of clients per band or in detail would be useful, but I need to relate this count of clients per band by SSID, Network and AP.However, when I try theGetNetworkWirelessClientConnectionStatsFirst of all, the output doesn't give me the ...
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 b...