06-01-2023 08:08 AM
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.
06-01-2023 08:48 AM
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.
06-01-2023 08:48 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide