4 years ago
Receiving alert via webhook
I would like to alert when Cisco Air Marshal detects a rogue access point and found this Postman workspace,which indicates that Cisco will post to a webhook. I also found a href="https://communitie...
It really depends on what Cisco calls "webhooks". If they mean that the CAM could call a URL (with payload) when some event is detected by the CAM, then you would be providing LM credentials to the CAM so that when CAM makes the URL call (http post request with payload) it can authenticate with the API to make that call. The URL would be the push endpoint of the API. You'd need the ability to make a POST instead of a GET and you'd need to be able to supply a payload.