Skip to content

Commit

Permalink
Host slot info added
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofiorucci committed Nov 27, 2024
1 parent 9d8e822 commit 7502178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion f5tt/bigiq.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def bigIqInventory(mode):
if 'chassisSlotList' in invDevice['infoState']:
inventoryData['chassisSlotList'] = invDevice['infoState']['chassisSlotList']
else:
inventoryData['chassisSlotList'] = {}
inventoryData['chassisSlotList'] = []

if 'licenseEndDateTime' in invDevice['infoState']['license']:
inventoryData['licenseEndDateTime']=invDevice['infoState']['license']['licenseEndDateTime']
Expand Down

0 comments on commit 7502178

Please sign in to comment.