- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Need some help determining the values from API calls
Hi,
I am making three calls
/networks/:networkId/wireless/clientCountHistory
and
/networks/:networkId/wireless/clientCountHistory
dashboard.wireless.getNetworkWirelessConnectionStats
both for same time range (1day) and SSID
connection stats gives
and the client fails returns 180 unique Mac address
but client count only has a count of 11?
I think I might use "client connection status" to get me what i want but i would still like to know what "client count" is showing me as I know there are far more than 11 clients connected in the last 24 hours.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you post the parameters given in the call to https://developer.cisco.com/meraki/api-v1/#!get-network-wireless-client-count-history and also the complete return data.
Fwiw for a few years I've used https://developer.cisco.com/meraki/api-v1/#!get-device-wireless-connection-stats for analysis/reporting, it's proven good for understanding where/why there are problems across large organizations.
