Replies: 1 comment
-
Webhooks are generally the recommended solution for this sort of thing. NetBox will automatically send configured webhooks as objects are created, modified, and/or deleted. Alternatively, you could poll the changelog API endpoint at |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i am trying to push out changes in Netbox to the Switch infrastructure - I have the whole Ansible Inventory + Switchconfig stuff working (From Netbox) with VLANs, Port Security, EAP etc.
The question now is - How do i make some "notification" if something changed. From former inventory database i wrote i implemented a json http long polling interfaces which dumped all changed objects.
Does Netbox have anything like that e.g. some REST interface to poll the next changes after change XYZ?
Flo
Beta Was this translation helpful? Give feedback.
All reactions