mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
Adds SKU to properties returned by get_system_inventory (#53464)
This commit is contained in:
committed by
John R Barker
parent
caf7fd2245
commit
1dba160d9d
@@ -966,7 +966,7 @@ class RedfishUtils(object):
|
||||
# Get these entries, but does not fail if not found
|
||||
properties = ['Status', 'HostName', 'PowerState', 'Model', 'Manufacturer',
|
||||
'PartNumber', 'SystemType', 'AssetTag', 'ServiceTag',
|
||||
'SerialNumber', 'BiosVersion', 'MemorySummary',
|
||||
'SerialNumber', 'SKU', 'BiosVersion', 'MemorySummary',
|
||||
'ProcessorSummary', 'TrustedModules']
|
||||
|
||||
response = self.get_request(self.root_uri + self.systems_uri)
|
||||
|
||||
Reference in New Issue
Block a user