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.
2 parents b24788a + 2f78ad2 commit a24f226Copy full SHA for a24f226
plugins/lookup/nb_lookup.py
@@ -181,6 +181,9 @@ 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": {
185
+ "endpoint": netbox.extras.custom_field_choice_sets
186
+ },
187
"custom-links": {"endpoint": netbox.extras.custom_links},
188
"device-bay-templates": {"endpoint": netbox.dcim.device_bay_templates},
189
"device-bays": {"endpoint": netbox.dcim.device_bays},
0 commit comments