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
Solved! Go to solution.
@LucasMendes : 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
@LucasMendes : 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
@LucasMendes : 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