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

Meraki Insight API

lmendesb
Cisco Employee
Cisco Employee

Hello, Folks.

I'm getting "page not found" when I a consult meraki insight API. Anyone already have same issue? How solve it?

The url used on request. ( The problem is not API KEY )

https://api.meraki.com/api/v1/networks/<mynetworkid>/insight/applications/19.19/healthByTime

image.png

image.png

1 Accepted Solution

Accepted Solutions

inderdeepsingh1
Level 11
Level 11

@lmendesb : You gets an HTTP status code of 500 with the message "Internal Server Error" as a response for API calls. ... It means that the server encountered an unexpected condition that prevented it from fulfilling the request. This error is usually returned by the server when no other error code is suitable.

https://datatracker.ietf.org/doc/html/rfc7231#section-6.6

Check this tread if it helps, I would say its not client issue, Open a Support ticket with Meraki

https://community.meraki.com/t5/Developers-APIs/HTTP-500-and-502-Error-Page-not-found-while-using-API-on-a-very/m-p/88763#M3525

Cisco Awarded Blogs 2020/2021 https://www.thenetworkdna.com/

View solution in original post

4 Replies 4

inderdeepsingh1
Level 11
Level 11

@lmendesb : I am not able to open this above URL. Can you check this

https://developer.cisco.com/meraki/api-v1/#!get-network-insight-application-health-by-time

Cisco Awarded Blogs 2020/2021 https://www.thenetworkdna.com/

Hey @inderdeepsingh1

Yes, it's! On the url I've posted I masked the NetworkID.

inderdeepsingh1
Level 11
Level 11

@lmendesb : You gets an HTTP status code of 500 with the message "Internal Server Error" as a response for API calls. ... It means that the server encountered an unexpected condition that prevented it from fulfilling the request. This error is usually returned by the server when no other error code is suitable.

https://datatracker.ietf.org/doc/html/rfc7231#section-6.6

Check this tread if it helps, I would say its not client issue, Open a Support ticket with Meraki

https://community.meraki.com/t5/Developers-APIs/HTTP-500-and-502-Error-Page-not-found-while-using-API-on-a-very/m-p/88763#M3525

Cisco Awarded Blogs 2020/2021 https://www.thenetworkdna.com/

@inderdeepsingh1 I got it. So, I'll open a case
Thank you!