Uploading cables by API #13280
Replies: 1 comment
-
It is solved this way: |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi, i use API and python scritp to create cables in netbox (using pynetbox). After update netbox from 3.2 version to 3.4.6 i have problem with scripts because parametrs of cables change with it. Before update template for cable looks like this where intf_a and intf_b are objects from netbox and label is string:
Now i see documentations and i need to put list of object from netbox in termination_a_id and termination_b_id and fileds termination_type isn't exist. I try modify my template like this so error is occured:
What is right data format for it?
netbox version is 3.4.6
pynetbox version is 6.6.2
Beta Was this translation helpful? Give feedback.
All reactions