cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2385
Views
3
Helpful
3
Replies

Get Uplinks summary

Aponte1
Community Member

Dear Comunity,

I´m trying to get an uplinks summary (monthly) of each Appliance in my organizations as it it´s shown in the "Summary report" using the webpage as shown below:

image.png

I use this information to feed an external process that gather information and display it in another system, currently using python & webscrapping, since we detected that there is an internal resources in the webpage that displays that information

(https://n393.meraki.com/o/uw_N2b/manage/reports/uplink_details?supports_ssid_filter=true&t0=1683849600&t1=1686441600&network_id=XXXXXXXXXX&node_tag=&num_results=10&usage_uplink=WAN&ssid_name=)

We need to find a way to access the information published by the "uplink_details" api display above, but as far as we can see, this is an internal Api for the web and it´s not published in the meraki API. Does anyone knows how to access that information and could help me?

Best regards,

3 Replies 3

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

Have you checked the developer hub website?

https://developer.cisco.com/meraki/api-latest/#!get-organization-uplinks-statuses

I am not a Cisco employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.

Thank you for you reply.

Yes, I saw the info in the link you posted, but this only gives you general information of the appliance (configuration) for the specified period

image.png

and I was looking the specific parameters shown below in an specific period of time (Loss Rate%, Latency...).

image.png

What I´m looking is, since it´s used as an API of the webpage (meraki dashboard -> Uplink_details), if it was also created in the general API, but that does not seem to be the case. As I comment, I´m already getting that info, but not in the best way possible.

Best regards,

JasonMo
Cisco Employee
Cisco Employee

Hello Aponte,

If you only need loss % and latency then the uplink loss and latency endpoint will provide that.