dell / iDRAC-Redfish-Scripting

Python and PowerShell scripting for Dell EMC PowerEdge iDRAC REST API with DMTF Redfish
GNU General Public License v2.0
584 stars 273 forks source link

extend GetEthernetInterfacesREDFISH.py with Link detail informations #261

Closed 84STI closed 1 year ago

84STI commented 1 year ago

Hi, I am searching for a way to get extended iDRAC NIC details like "Switch Connection ID" and "Switch Port Connection ID" from the NIC Port Summary of each NIC (see attached Image). This would be a very valuable addition of information to the GetEthernetInterfacesREDFISH.py script. It would help us checking the link status and if cabling was done right according to the configuration. image

84STI commented 1 year ago

Nevermind just found out that your DellSwitchConnectionCollectionREDFISH.py does just that :-)