NetBox provider allows you to get events from NetBox through webhook.
Webhooks
under Operations
section in the sidebar.Add
button.POST
.
Settings
.
Users and Access
tab and then select API Keys
tab and create a new API key.webhook
and click on Create API Key
.Additional headers
field enter X-API-KEY
as the key and the API key generated in step 7 as the value. It should look like below. Refer the screenshot from step 3.SSL verification
(Optional) or enable it based on your requirement.Save
to save the webhook.
Event Rules
under Operations
section in the sidebar and click on Add
button to create a new event rule.
Object types
and Event types
for which you want to receive the events.Action type
select Webhook
and select the webhook created in step 3 and click on Save
.