10-01-2017 06:14 PM
It is not possible to monitor weather devices are up or down via the Dashboard API - correct?
Solved! Go to Solution.
10-02-2017 03:10 AM
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"
}
10-02-2017 03:10 AM
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"
}
10-02-2017 11:54 AM
That did the trick thanks!
10-02-2017 12:03 PM
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.
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