- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Active and Failover WAN Link performance
Hello,
I need to produce reports on the Active & Failover links performance on a given time period. Something like:
Network Name | WAN Link Name | UPSpeed | Down Speed | Overall Data usage | Avg Throughput | Avg Packet loss.
Insight produces some of this information but I need a license and I cannot export the info on a spreadsheet for further analysis.
Has anyone done something similar through APIs? Any advice?
Thank you
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
These are probably closest to getting you the info (I use these calls to create monthly data on link usage/quality)...
https://developer.cisco.com/meraki/api-v1/#!get-organization-appliance-uplinks-usage-by-network
https://developer.cisco.com/meraki/api-v1/#!get-network-appliance-uplinks-usage-history
https://developer.cisco.com/meraki/api-v1/#!get-organization-devices-uplinks-loss-and-latency
But I don't recall any endpoints that return actual link speed, i.e. you can only infer up/down speed (or throughput) from usage over time.
Note that the first of these calls is early access, so you need to enable EA on the organization(s) you want to use it on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
These are probably closest to getting you the info (I use these calls to create monthly data on link usage/quality)...
https://developer.cisco.com/meraki/api-v1/#!get-organization-appliance-uplinks-usage-by-network
https://developer.cisco.com/meraki/api-v1/#!get-network-appliance-uplinks-usage-history
https://developer.cisco.com/meraki/api-v1/#!get-organization-devices-uplinks-loss-and-latency
But I don't recall any endpoints that return actual link speed, i.e. you can only infer up/down speed (or throughput) from usage over time.
Note that the first of these calls is early access, so you need to enable EA on the organization(s) you want to use it on.
