Closed
Description
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