Have you looked into the org wide calls, which lets you retrieve stats on all devices in a single API call? Maybe one of them has the info that you need? Some examples: https://developer.cisco.com/meraki/api-v1/get-organization-devices-availabilities/ https://developer.cisco.com/meraki/api-v1/get-organization-devices-uplinks-addresses-by-device/ As a matter of interest, are you using asyncio or standard blocking IO, and how many devices are you talking about? 10, 100, 1000?
... View more