We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bddc60 commit 68e7e5eCopy full SHA for 68e7e5e
plugins/lookup/nb_lookup.py
@@ -181,6 +181,7 @@ def get_endpoint(netbox, term):
181
"console-server-ports": {"endpoint": netbox.dcim.console_server_ports},
182
"content-types": {"endpoint": netbox.extras.content_types},
183
"custom-fields": {"endpoint": netbox.extras.custom_fields},
184
+ "custom-field-choice-sets": {"endpoint": netbox.extras.custom_field_choice_sets},
185
"custom-links": {"endpoint": netbox.extras.custom_links},
186
"device-bay-templates": {"endpoint": netbox.dcim.device_bay_templates},
187
"device-bays": {"endpoint": netbox.dcim.device_bays},
0 commit comments