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 0e7b8a1 commit 9d8e822
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions f5tt/bigiq.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,11 @@ def bigIqInventory(mode):
inventoryData['chassisSerialNumber'] = ""
inventoryData['platform'] = platformInsights

if 'chassisSlotList' in invDevice['infoState']:
inventoryData['chassisSlotList'] = invDevice['infoState']['chassisSlotList']
else:
inventoryData['chassisSlotList'] = {}

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

Expand Down

0 comments on commit 9d8e822

Please sign in to comment.