I'd like to rebuild the connection steps graph from the meraki dashboard->access points->health page. As far as I have seen the Meraki Dashboard API v1 endpoints for wireless connection stats by network (https://developer.cisco.com/meraki/api-latest/#!get-network-wireless-connection-stats or https://developer.cisco.com/meraki/api-latest/#!get-network-wireless-clients-connection-stats) should contain the data to fill the graph. I tried to calculate the percentages of each connection step and compared them with the original connection step graph in the dashboard but was not able to receive the same results. Here is an example of the response data of the network connection stats endpoint and the dashboard graph for the exact same timespan: Am I missing some data to perform the calculation and receiving the exact same results or is the calculation more complex than just calculating (step failed attempts) / (total attempts) ?
... View more