Need some help determining the values from API calls

DevilWAH
Here to help

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

 

    "assoc"99,
    "auth"922,
    "dhcp"68,
    "dns"8,
    "success"4753
 

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. 

1 Reply 1
sungod
Head in the Cloud

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.

 

 

Get notified when there are additional replies to this discussion.