Retrieve custom field value from netbox shell #9461
-
Hi all. Getting stuck again with custom_fields here. Could you please help? |
Beta Was this translation helpful? Give feedback.
Answered by
ben-marquardt-tfs
Jun 1, 2022
Replies: 1 comment 2 replies
-
You should be able to find your custom field of 'Lan' with custom_field_data['LAN']. From what you have said it seems like you would just do Device.custom_field_data['LAN'] |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tux-mania
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to find your custom field of 'Lan' with custom_field_data['LAN']. From what you have said it seems like you would just do Device.custom_field_data['LAN']