I have read that there is a rate limit of 10 QPS for each organization, and 100 QPS limit for each IP when using Meraki's API: https://developer.cisco.com/meraki/api-v1/rate-limit/ Just wanted to clarify a few things: I am trying to query a device's port status using this route: /devices/{serial}/switch/ports/statues Assuming I have 50 devices within the organization, does this mean it takes me 5 seconds to query the port statuses of every device within the organisation? Next, if I have 2 organisations, each with 50 devices, does that mean that it will still take me 5 seconds to query the port statuses of every device (assume that I query with concurrency)? Wanted to clarify this as it is unclear to me what a query limit for each organization constitutes
... View more