mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 10:51:24 -07:00
redfish_info: Report Id in GetManagerInventory output (#7140)
This commit is contained in:
parent
7721420388
commit
5fcb98cd3f
2 changed files with 3 additions and 1 deletions
|
@ -3349,7 +3349,7 @@ class RedfishUtils(object):
|
|||
result = {}
|
||||
inventory = {}
|
||||
# Get these entries, but does not fail if not found
|
||||
properties = ['FirmwareVersion', 'ManagerType', 'Manufacturer', 'Model',
|
||||
properties = ['Id', 'FirmwareVersion', 'ManagerType', 'Manufacturer', 'Model',
|
||||
'PartNumber', 'PowerState', 'SerialNumber', 'Status', 'UUID']
|
||||
|
||||
response = self.get_request(self.root_uri + manager_uri)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue