-
-
Notifications
You must be signed in to change notification settings - Fork 346
Description
Thank you for this excellent Softare 😃.
I'd like to know if there are any Possibilities to integrate NetAlertX with something like Nautobot / NetBox for IP Address Management so that known Devices can automatically be marked as such. Other Fields (e.g. Name, Vendor, Type, Location, Group, ...) could be automatically populated as well 👍.
I'm not currently using Nautobot, but it's on my To-Do List to (hopefully soon) deploy it. I just started using NetAlertX inside an Alpine KVM Virtual Machine running Podman as Root (something which I typically never do but is needed here to access the L2/ARP Network).
Otherwise I would have to write my own Bridge using the API on either Side to e.g. update existing Devices Credentials based on their MAC Address etc.
A quick glance at the Documentation shows that it might be to just to a simple API POST Request using either of:
- https://github.com/jokob-sk/NetAlertX/blob/main/docs/API_DEVICE.md#2-update-device-fields
- https://github.com/jokob-sk/NetAlertX/blob/main/docs/API_DEVICE.md#7-update-a-single-column
Or would I need to use GraphQL ? From past Experiences I found GraphQL to be much more difficult to decipher, probably because I'm not very experienced with it.