Products
Platform
General
Public groups
It is not possible to monitor weather devices are up or down via the Dashboard API - correct?
Solved! Go to solution.
you can check if the uplink status is active.
GET https://dashboard.meraki.com/api/v0/networks/{{networkId}}/devices/{{serial}}/uplink
{"status": "Active",}
VS
["status": "Failed"}
View solution in original post
That did the trick thanks!
I wish there was a way to all the API from a "front end" page, rather than having to do it from a back end.
It would be great if you could define a CORS domain in the API key section.