10-11-2020 05:42 AM
Hey,
I would like to create an alert that alerts me when a client connects to my Meraki network. This could be either a client that has connected to the network for the first time or a client that has already connected to the network in the past.
I explored the possibility to do that by setting an alert that would send a trigger to a webhook of mine.
Unfortunately, I could not find a way to set such an alert on the dashboard.
I noticed that you can also set alerts using Meraki API - https://n70.meraki.com/Armis-Network/n/33qHDagb/manage/support/api_docs/v1#update-the-alert-configuration-for-this-network - but I could not find a documentation of the alerts that could be set, using this API route.
Periodically querying the clients that are connected to the network using Meraki's API is not feasible.
It will consume too many API calls(I would like to monitor a relatively large number of networks) and we are limited to only 5 API calls per second.
Could anyone help me with that?
Thanks,
Gal.
Solved! Go to Solution.
10-11-2020 10:34 AM
I think the Meraki Scanning API might be your best bet for this. https://developer.cisco.com/meraki/scanning-api/#!introduction
You could create a collector to receive the real-time POST data containing clients that your network sees, and only take action when you see a specific client that you're interested in become associated. You will have to filter through some data that you don't care about (clients you don't wish to monitor), but won't be required to make a bunch of API calls to the dashboard to do so.
10-11-2020 10:34 AM
I think the Meraki Scanning API might be your best bet for this. https://developer.cisco.com/meraki/scanning-api/#!introduction
You could create a collector to receive the real-time POST data containing clients that your network sees, and only take action when you see a specific client that you're interested in become associated. You will have to filter through some data that you don't care about (clients you don't wish to monitor), but won't be required to make a bunch of API calls to the dashboard to do so.
10-12-2020 03:45 AM
I also bumped into this possible solution.
I really hoped that it would have been possible via API or another simple method.
Setting up an HTTP server with a public IP is a bit overkill for what I'm intending on doing here.
10-11-2020 01:05 PM
The MX series supports such an alert.
10-12-2020 03:42 AM
Unfortunately, this alert should include MR devices 😕
Wish MR devices would have supported such an alert.
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