mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Adds SKU to properties returned by get_system_inventory (#53464)
This commit is contained in:
parent
caf7fd2245
commit
1dba160d9d
1 changed files with 1 additions and 1 deletions
|
@ -966,7 +966,7 @@ class RedfishUtils(object):
|
||||||
# Get these entries, but does not fail if not found
|
# Get these entries, but does not fail if not found
|
||||||
properties = ['Status', 'HostName', 'PowerState', 'Model', 'Manufacturer',
|
properties = ['Status', 'HostName', 'PowerState', 'Model', 'Manufacturer',
|
||||||
'PartNumber', 'SystemType', 'AssetTag', 'ServiceTag',
|
'PartNumber', 'SystemType', 'AssetTag', 'ServiceTag',
|
||||||
'SerialNumber', 'BiosVersion', 'MemorySummary',
|
'SerialNumber', 'SKU', 'BiosVersion', 'MemorySummary',
|
||||||
'ProcessorSummary', 'TrustedModules']
|
'ProcessorSummary', 'TrustedModules']
|
||||||
|
|
||||||
response = self.get_request(self.root_uri + self.systems_uri)
|
response = self.get_request(self.root_uri + self.systems_uri)
|
||||||
|
|
Loading…
Reference in a new issue