Several fields on the cable API serializers have been altered or removed to support multiple-object cable terminations #240
Labels
No labels
help wanted
need testing
status: accepted
status: discussing
type: bug
type: documentation
type: duplicate
type: enhancement
type:hardware
type: invalid
type: major feature
type: minor feature
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: DGNum/netbox-agent#240
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
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