Update terminations in cable by API #13581
Labels
status: duplicate
This issue has already been raised
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
V.3.5.8
Python version
3.10
Steps to Reproduce
Create 2 devices with one or more network interfaces
Create cable between devices
example : DeviceA(mgmt0) to DeviceB (ge-1/0/2)
Now use PUT/PATCH API (/api/dcim/cables/{id_of_your_cable}/) (example id_of_your_cable = 23 for exemple)
In this application, the device A interface identifier remains the same (so 187 is for the device A interface called mgmt0), but the device B interface has changed, 66 is one device interface but another (for example ge-1/0/3).
You will get this error :
Expected Behavior
I want to modify the cable termination(s)
return the cable with the new interface(s)
Observed Behavior
error 500
The text was updated successfully, but these errors were encountered: