[Solved] NMS Sync with Netbox not working
Posted: Mon Aug 19, 2024 12:57 pm
We're using the latest version of Unimus (2.5.0) as jar file on a RHEL9 system, Java 11 and a mariadb backend. Also an nginx as reverse proxy on the same machine.
I configured the NMS Sync and use role=xxxx as filter. But this raises a 400 returncode. The netbox http-log shows this:
Same issue with location=??? as filter.
I configured the NMS Sync and use role=xxxx as filter. But this raises a 400 returncode. The netbox http-log shows this:
It looks like the first request gets the devicerole succesfully, but at the 2nd request the URL is cut off at the end. A browser-request at https://netbox/api/dcim/devices/?role=xxxx gives the correct results.... "GET /api/dcim/device-roles/?name=xxxx HTTP/1.1" 200 52
... "GET /api/dcim/devices/?role HTTP/1.1" 400 73
Same issue with location=??? as filter.