Several fields on the cable API serializers have been altered or removed to support multiple-object cable terminations
Describe the bug
The Netbox api fields was changed from version 3.3.0 and it cause error
AttributeError: object has no attribute "termination_b"
Expected behavior A clear and concise description of what you expected to happen.
Configuration file
Environment:
- Netbox agent version: master
- Netbox: v3.3.1 Additional context Details of API fields listed at here https://github.com/netbox-community/netbox/releases/tag/v3.3.0
Hi @bds-congnguyen
Thanks for the issue
Unfortunately, netbox-agent is not yet compatible with Netbox 3.3 which introduces lots of changes in the cable API
You should disable the LLDP feature from the agent while I, or a contributor, make the necessary modifications
Thanks !
https://github.com/netbox-community/pynetbox/issues/491
So now pynetbox is released with support for 3.3.
I've created a branch for cable management support with Netbox >3.3 and pynetbox v7 https://github.com/Solvik/netbox-agent/pull/277