Monitor Devcies

Solved
PhilipDAth
Kind of a big deal
Kind of a big deal

Monitor Devcies

It is not possible to monitor weather devices are up or down via the Dashboard API - correct?

1 Accepted Solution
ww
Kind of a big deal
Kind of a big deal

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

3 Replies 3
ww
Kind of a big deal
Kind of a big deal

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"
}

PhilipDAth
Kind of a big deal
Kind of a big deal

That did the trick thanks!

PhilipDAth
Kind of a big deal
Kind of a big deal

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.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco account. If you don't yet have a Cisco account, you can sign up.