netbox.circuits.circuits.create how do I get this to take custom fields. #557
-
I have tried performing a single circuit add with custom fields like below and have also created a Json object with the required and cf_name field names in order to test the bulk add. Both run and create the circuit, however, none of the custom fields are being populated. Let me know if I am missing an area where I need to present the custom values differently in either situation. 1.) netbox.circuits.circuits.create(required stuff=values, cf_=value) 2.) I create a Json list of objects and |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
When creating an object and populating the custom field, you do it with a dictionary like this:
|
Beta Was this translation helpful? Give feedback.
When creating an object and populating the custom field, you do it with a dictionary like this: