Description
Hello!
Firstly thank you for making this tool, i have experience in using a similar tool but for syncing VMware objects into netbox but im slowly moving away from vmware so would very much like to get this setup working and tested. I've been having a go at getting this working over a couple of days but cant seem to get the backend connected with Netbox.
Setup:
Netbox running in docker with netbox-proxbox==0.0.6b2 installed
proxbox-api backend in its own container (same docker host as above tho)
Adding the proxbox-api endpoint seem to work fine, getting a green successfull box. But when i try to add the netbox endpoint its having some issues, i get the following in the logs from the proxbox-api backend (api key and my domain has been scrubbed):
sqlalchemy.exc.IntegrityError: (sqlite3.IntegrityError) UNIQUE constraint failed: netboxendpoint.id
[SQL: INSERT INTO netboxendpoint (id, name, ip_address, domain, port, token, verify_ssl) VALUES (?, ?, ?, ?, ?, ?, ?)]
[parameters: (4, 'NetBox Endpoint', '127.0.0.1', 'netbox.mydomain.com, 443, 'secretToken123, 1)]
(Background on this error at: https://sqlalche.me/e/20/gkpj)
Any ideas?