We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
i cannot list interfaces in netbox with latest version of library 4.2.2-0.
I always get error:
"no value given for required property cable_end"
Code:
infResList, res, err := client.DcimAPI.DcimInterfacesList(context.Background()).Limit(1000).Execute()
I didn't have this problem with older versions 3.x.x.
If i set cable end to A or B, it will work. But not all interfaces had set cable_end in netbox and i cannot get all interfaces which i need.
Netbox server version is 4.1.11
The text was updated successfully, but these errors were encountered:
216d8f7
Merge pull request #196 from netbox-community/fix/#195
34e9279
fix #195
Can you try with '@v4.2.2-1' ?
go get github.com/netbox-community/go-netbox/v4@v4.2.2-1
Sorry, something went wrong.
it works now. thx
No branches or pull requests
Hi,
i cannot list interfaces in netbox with latest version of library 4.2.2-0.
I always get error:
Code:
I didn't have this problem with older versions 3.x.x.
If i set cable end to A or B, it will work. But not all interfaces had set cable_end in netbox and i cannot get all interfaces which i need.
Netbox server version is 4.1.11
The text was updated successfully, but these errors were encountered: