Diode SDK Python version
v1.10.0
Diode version
v1.10.0
Diode NetBox Plugin version
v1.10.0
NetBox version
v4.5.8
Steps to reproduce
Trying to ingest Device, Interface and Interface IP results in error "TypeError: IPAddress.new() got an unexpected keyword argument 'interface'"
Looking through documentation docs/examples/ip_address.py, I cannot find any mentions of "interface".
The interface object inside IP is last seen in the old documentation: https://github.com/netboxlabs/diode-sdk-python/blob/release/docs/entities.md
Expected behavior
When ingesting IP, it should be possible to assign it to interface.
Observed behavior
No IP is assigned to the created interface.
Diode SDK Python version
v1.10.0
Diode version
v1.10.0
Diode NetBox Plugin version
v1.10.0
NetBox version
v4.5.8
Steps to reproduce
Trying to ingest Device, Interface and Interface IP results in error "TypeError: IPAddress.new() got an unexpected keyword argument 'interface'"
Looking through documentation docs/examples/ip_address.py, I cannot find any mentions of "interface".
The interface object inside IP is last seen in the old documentation: https://github.com/netboxlabs/diode-sdk-python/blob/release/docs/entities.md
Expected behavior
When ingesting IP, it should be possible to assign it to interface.
Observed behavior
No IP is assigned to the created interface.