cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1469
Views
4
Helpful
1
Replies

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

Juan-Carlos Perez
1 Accepted Solution

Accepted Solutions

sungod
Level 11
Level 11

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.

View solution in original post

1 Reply 1

sungod
Level 11
Level 11

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.