Skip to content

Commit 8b43a73

Browse files
authored
added connected-device API endpoint (#540)
1 parent ea0ba9b commit 8b43a73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/lookup/nb_lookup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def get_endpoint(netbox, term):
172172
"cluster-types": {"endpoint": netbox.virtualization.cluster_types},
173173
"clusters": {"endpoint": netbox.virtualization.clusters},
174174
"config-contexts": {"endpoint": netbox.extras.config_contexts},
175+
"connected-device": {"endpoint": netbox.dcim.connected_device},
175176
"console-connections": {"endpoint": netbox.dcim.console_connections},
176177
"console-ports": {"endpoint": netbox.dcim.console_ports},
177178
"console-server-port-templates": {

0 commit comments

Comments
 (0)