Hi , We are doing a huge revamp of our Wireless infrastructure. We are now deploying MR36 accross all sites ( 1000++ sites ) and I'm currently looking at the stats available in the dashboard. In the Dashboard , Wireless -> Health -> Connection Logs , I can easily see which SSID is in trouble and which client and so on. So I was curious to automate this process with the API. I'm using this endpoint : /networks/{networkID}/wireless/devices/connectionStats?timespan=86400&ssid={SSIDid} But it is giving me completly different stats from the Dashboard. Ex : {"serial":"Q3AJ-XXXX-XXXX","connectionStats":{"assoc":1,"auth":163,"dhcp":0,"dns":0,"success":84}} I only have 46 Auth errors for that given AP according to the dashboard. 46 != 163. Same period This behavior is present will all error types ( assoc , auth , dhcp , dns ) and seen on Networks with or without a template. I have opened a case about that. Has anyone ever experienced that ? I would expect the connectionstats and the connectionlogs to give me the same amount of errors. In the dashboard it is named ''failure type'' , but I guess failure = error in my book. Thanks ,
... View more