Replies: 1 comment 1 reply
-
Aren't you connecting twice the same interface pairs within your for loop ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using netbox 3.4.4 and the following code to create cables using netbox script :
Tough I get this error :
I can't understand why two terminations would be created with the same "termination_id". Indeed The "termination=" parameters of the CableTermination.objects.create() functions are different every time the functions are called.
And I couldn't find a way to force the value of "termination_id".
Would anyone have any idea which could help me with this issue ? I'm kind of stuck for now.
Here is the traceback :
Regards,
Romain
Beta Was this translation helpful? Give feedback.
All reactions