aboutsummaryrefslogtreecommitdiffstats
path: root/app/discover/fetchers/aci/aci_fetch_leaf_to_spine_pnics.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/discover/fetchers/aci/aci_fetch_leaf_to_spine_pnics.py')
-rw-r--r--app/discover/fetchers/aci/aci_fetch_leaf_to_spine_pnics.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/discover/fetchers/aci/aci_fetch_leaf_to_spine_pnics.py b/app/discover/fetchers/aci/aci_fetch_leaf_to_spine_pnics.py
index 992df77..d400007 100644
--- a/app/discover/fetchers/aci/aci_fetch_leaf_to_spine_pnics.py
+++ b/app/discover/fetchers/aci/aci_fetch_leaf_to_spine_pnics.py
@@ -126,6 +126,7 @@ class AciFetchLeafToSpinePnics(AciAccess):
downlink_pnic_json = {
"id": db_downlink_pnic_id,
+ "object_name": downlink_pnic_id,
"type": "switch_pnic",
"role": "downlink",
"connected_to": db_uplink_pnic_id,
@@ -137,6 +138,7 @@ class AciFetchLeafToSpinePnics(AciAccess):
uplink_pnic_json = {
"id": db_uplink_pnic_id,
+ "object_name": uplink_pnic_id,
"type": "switch_pnic",
"role": "uplink",
"connected_to": db_downlink_pnic_id,