File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -193,9 +193,11 @@ def get_endpoint(netbox, term):
193
193
"interfaces" : {"endpoint" : netbox .dcim .interfaces },
194
194
"inventory-items" : {"endpoint" : netbox .dcim .inventory_items },
195
195
"ip-addresses" : {"endpoint" : netbox .ipam .ip_addresses },
196
+ "locations" : {"endpoint" : netbox .dcim .locations },
196
197
"manufacturers" : {"endpoint" : netbox .dcim .manufacturers },
197
198
"object-changes" : {"endpoint" : netbox .extras .object_changes },
198
199
"platforms" : {"endpoint" : netbox .dcim .platforms },
200
+ "power-panels" : {"endpoint" : netbox .dcim .power_panels },
199
201
"power-connections" : {"endpoint" : netbox .dcim .power_connections },
200
202
"power-outlet-templates" : {"endpoint" : netbox .dcim .power_outlet_templates },
201
203
"power-outlets" : {"endpoint" : netbox .dcim .power_outlets },
You can’t perform that action at this time.
0 commit comments