Products
Platform
General
Public groups
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.
For network-wide alerts you can use the following endpoint.
https://developer.cisco.com/meraki/api-v1/#!update-network-alerts-settings
View solution in original post
You can enable It on the dashboard:
For one network only, I have like 300 networks between wire, wireless, and MX. I need the API to automate that
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
For that reason I like to use templates. 😅
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):
Ah @PhilipDAth, I should have refreshed my screen before answering as I think I was 15 minutes behind your answer. Credit to you! 🙂
Thank you ! that's what i was looking for, and it worked