Oct 1 2017
6:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 1 2017
6:14 PM
Monitor Devcies
It is not possible to monitor weather devices are up or down via the Dashboard API - correct?
Solved! Go to solution.
1 Accepted Solution
Oct 2 2017
3:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 2 2017
3: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"
}
3 Replies 3
Oct 2 2017
3:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 2 2017
3: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"
}
Oct 2 2017
11:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 2 2017
11:54 AM
That did the trick thanks!
Oct 2 2017
12:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 2 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.

Get notified when there are additional replies to this discussion.