HTTP Callout Notifier#
The HTTP callout notifier can be used to invoke webhooks of various platforms.
Configuration#
event:
notifiers:
http:
# enable HTTP callout
enable: true
channels:
# send important events to HTTP API
- url: https://example.net/call-in/foo
# HTTP method
method: POST
# HTTP content type header
content_type: application/json
# MiniJinja template for HTTP body
template: custom-http.json
# event filter
events:
- ARP_NEIGHBOR_UNKNOWN
- IPV6_NEIGHBOR_UNKNOWN
See also: schema description
Template#
A custom template needs to be created as there is no default one.