You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem here is that this call is per network, not per organization like all of the others. This means iterating over all the networks you have while respecting the API timing limits meraki enforces. End result is that things can take a long time when there are a non trivial number of networks to go over.
Looking at the code, there's a cache so that subsequent calls will be fast, but the first time around will take a long time and block results, which is what you are seeing. Let me try to have it load the data in the background without blocking results. Then when the data is set, it will show up in the results. Seem resonable?
When we try to set the preference provided in the below issue, it completely stopped reporting data for that Meraki org with no errors in the logs.
preferences:
show_uplink_bandwidth_limits: true
Issue refernce link: #686
Please check on this.
The text was updated successfully, but these errors were encountered: