04-03-2024 06:08 AM
I'm working on a script to update network alerts across our org, and while doing an alert export with the API, I came across this alert:
{'type': 'weeklyUmbrella', 'enabled': False, 'alertDestinations': {'emails': [], 'snmp': False, 'allAdmins': False, 'httpServerIds': []}, 'filters': {}}
What does this alert in the API match up to in the Dashboard? We don't use Umbrella in our org or in any of our networks, so not sure where this would be coming from.
Solved! Go to Solution.
04-03-2024 06:38 AM
This type of alert may be included by default in the API response, even if it is not used in your organization. The ideal would be for you to confirm with Meraki support.
04-03-2024 06:38 AM
This type of alert may be included by default in the API response, even if it is not used in your organization. The ideal would be for you to confirm with Meraki support.
04-03-2024 06:53 AM
That's what I was thinking too. I'll ask Support.
04-03-2024 11:48 AM
The important bit is:
'enabled': FalseIt is disabled so you can ignore it.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide