- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
About Status of the redundant MX.
Hi, there!
I want to check which of the MX equipment is in standby or active state among the redundant MX with dashboard API.
What API can I check it with?
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello cumoon,
You could also use in addtion to the other mentioned endpoint the getNetworkApplianceWarmSpare endpoint by iterating through appliance networks if you need to know which specific device is primary and which is the spare.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use https://developer.cisco.com/meraki/api-v1/#!list-the-status-of-every-meraki-device-in-the-organizati...
It returns all devices, including both members of MX HA pairs, if desired you can filter to restrict return info to appliances only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello cumoon,
You could also use in addtion to the other mentioned endpoint the getNetworkApplianceWarmSpare endpoint by iterating through appliance networks if you need to know which specific device is primary and which is the spare.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank u so much:)
