-
Trying to create a script in Netbox with with this:
trying to add the custom field but it fails, and i have tried many different things but cannot seem to get it working. |
Beta Was this translation helpful? Give feedback.
Answered by
candlerb
Oct 29, 2024
Replies: 1 comment 1 reply
-
custom_field_data is the attribute you are looking for.
Note that you can exercise your ORM code interactively in nbshell, and you can use help(model) to access documentation.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jeremystretch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
custom_field_data is the attribute you are looking for.
Note that you can exercise your ORM code interactively in nbshell, and you can use help(model) to access documentation.