MX activos

LopezJ
Getting noticed

MX activos

Buenas tardes, 

 

¿Alguien sabe si hay alguna forma de ver todas los MX activos de forma rápida sin entrar en el Dashboard de meraki?

 

Un saludo y muchas gracias. 

1 Reply 1
alemabrahao
Kind of a big deal

You can achive this using APIs.

 

 

Get the organizationId: Use this endpoint:

GET /organizations


This returns all the organizations you have access to, including their ID.

 

List all devices and filter active MX devices: Use this endpoint:

GET /organizations/{organizationId}/devices/statuses


This endpoint returns all devices in the organization with their status (online, offline, etc.) and type (MX, MS, MR, etc.).

 

You can filter those with:

status = "online"
productType = "appliance" (which corresponds to the MX devices)

I am not a Cisco Meraki employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.
Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco ID. If you don't yet have a Cisco ID, you can sign up.
Labels