- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Retrieving MX Device Performance Score in batch
Hey all, I am trying to use the following API route to obtain the performance scores of my organisations' firewall devices: /devices/{serial}/appliance/performance
However, this only gives me one firewall device's performance score per query. Is there a way I can obtain this information for every MX device in an organization? This is in part due to the QPS limit set by Meraki (10 for each organization), I would like to make sure I am able to retrieve this information without encountering limit errors.
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There you go :https://developer.cisco.com/meraki/api-v1/get-organization-summary-top-appliances-by-utilization/
Description is bugged. You can filter on top X appliances not only top 10.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wat about iterating through all appliances of the org with a short delay between each query?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There you go :https://developer.cisco.com/meraki/api-v1/get-organization-summary-top-appliances-by-utilization/
Description is bugged. You can filter on top X appliances not only top 10.
