- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Network Wide Alert Settings API
Hi All,
Is there an API for the networkwide - alerts ?
I want to set alerts for config changes for all networks in an org.
Thank you in advance
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For network-wide alerts you can use the following endpoint.
https://developer.cisco.com/meraki/api-v1/#!update-network-alerts-settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can enable It on the dashboard:
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For one network only, I have like 300 networks between wire, wireless, and MX. I need the API to automate that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well, you're going to have to have a script, which is also going to take some work, so I don't know what a certain advantage would be.
https://developer.cisco.com/meraki/api-latest/#!update-organization-alerts-profile
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For that reason I like to use templates. 😅
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You might want to first read the current alerts for the network:
https://developer.cisco.com/meraki/api-v1/#!get-network-alerts-settings
and then use this to update the alerts (after adding the one you want):
https://developer.cisco.com/meraki/api-v1/#!update-network-alerts-settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ah @PhilipDAth, I should have refreshed my screen before answering as I think I was 15 minutes behind your answer. Credit to you! 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you ! that's what i was looking for, and it worked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For network-wide alerts you can use the following endpoint.
https://developer.cisco.com/meraki/api-v1/#!update-network-alerts-settings
