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.