I use this API call to get usage for each AP https://api.meraki.com/api/v1/networks/<network ID>/wireless/dataRateHistory?deviceSerial=<AP Serial Number>?timespan=3600&resolution=3600 This give me results for the last 10 minutes Once I collect the info, I parse it and write it to a back end database and use Power BI to display the results
... View more