Skip to content

Commit

Permalink
Add LinkStatus to Ethernet Interface attribute list
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-yves FONTANIERE committed Sep 27, 2023
1 parent 7bf24ee commit 003ccab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/module_utils/redfish_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2460,7 +2460,7 @@ def get_nic(self, resource_uri):
result = {}
properties = ['Name', 'Id', 'Description', 'FQDN', 'IPv4Addresses', 'IPv6Addresses',
'NameServers', 'MACAddress', 'PermanentMACAddress',
'SpeedMbps', 'MTUSize', 'AutoNeg', 'Status']
'SpeedMbps', 'MTUSize', 'AutoNeg', 'Status', 'LinkStatus']
response = self.get_request(self.root_uri + resource_uri)
if response['ret'] is False:
return response
Expand Down

0 comments on commit 003ccab

Please sign in to comment.