Currently, attempting to update a device in NetBox returns a 400 Bad Request response.
On further inspection, it looks like the primary_ipv4 and primary_ipv6 IP Addresses are assigned to the wrong field.
This should be an easy fix.
Expected Behaviour
No response
Steps to Reproduce
Register device in NetBox according to established usage
Execute Nazara again to update the device.
--> See Nazara raise an UnexpectedResponseError and abort execution
Nazara Version
master
NetBox Version
v3.6.9
NetBox Deployment Type
Docker
Affected Module
API Connection
Bug Description
Currently, attempting to update a device in NetBox returns a
400 Bad Request
response. On further inspection, it looks like theprimary_ipv4
andprimary_ipv6
IP Addresses are assigned to the wrong field. This should be an easy fix.Expected Behaviour
No response
Steps to Reproduce
--> See Nazara raise an
UnexpectedResponseError
and abort execution