NetBox provider allows you to get events from NetBox through webhook.
NetBox is the leading solution for modeling and documenting modern networks. By combining the traditional disciplines of IP address management (IPAM) and datacenter infrastructure management (DCIM) with powerful APIs and extensions, NetBox provides the ideal “source of truth” to power network automation. Read on to discover why thousands of organizations worldwide put NetBox at the heart of their infrastructure.
To connect NetBox to Keep, you need to create a webhook in NetBox.
Webhooks
under Operations
section in the sidebar.Add
button.Enter https://api.keephq.dev/alerts/event/netbox as the URL and select the request method as POST
.
Follow the below steps to create a new API key in Keep.
Go to Keep dashboard and click on the profile icon in the botton left corner and click 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.Click on Save
to save the webhook.
Go to 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
.Now, you have successfully connected NetBox to Keep. You will start receiving the events in Keep based on the event rules you have created.
This provider can’t be used as a “step” or “action” in workflows. If you want to use it, please let us know by creating an issue in the GitHub repository.
NetBox provider allows you to get events from NetBox through webhook.
NetBox is the leading solution for modeling and documenting modern networks. By combining the traditional disciplines of IP address management (IPAM) and datacenter infrastructure management (DCIM) with powerful APIs and extensions, NetBox provides the ideal “source of truth” to power network automation. Read on to discover why thousands of organizations worldwide put NetBox at the heart of their infrastructure.
To connect NetBox to Keep, you need to create a webhook in NetBox.
Webhooks
under Operations
section in the sidebar.Add
button.Enter https://api.keephq.dev/alerts/event/netbox as the URL and select the request method as POST
.
Follow the below steps to create a new API key in Keep.
Go to Keep dashboard and click on the profile icon in the botton left corner and click 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.Click on Save
to save the webhook.
Go to 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
.Now, you have successfully connected NetBox to Keep. You will start receiving the events in Keep based on the event rules you have created.
This provider can’t be used as a “step” or “action” in workflows. If you want to use it, please let us know by creating an issue in the GitHub repository.