dell / iDRAC-Redfish-Scripting

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

IDRAC 14gen switchconnection ID #42

Closed adamliq closed 5 years ago

adamliq commented 5 years ago

Whilst IDRAC 14Gen web interface can view the switchconnection ID for a network adapter. I am unable to find within the Redfish API an ability to view the switchconnection ID for a network adapter. Is this possible within redfish.

texroemer commented 5 years ago

Hi @adamliq

This OEM property is currently not supported in Redfish but Dell is looking into adding more OEM properties for future iDRAC releases. For now, you can only get this property information using either iDRAC GUI, RACADM or WSMAN.

RACADM command example is "racadm switchconnection view".

texroemer commented 5 years ago

@adamliq

Wanted to give you an update. Redfish support for switch connection information will be coming in next 14G iDRAC9 release 3.30 which is scheduled to be released March 2019.

zaiguiw commented 3 months ago

Redfish support for switch connection information will be coming in next 14G iDRAC9 release 3.30 which is scheduled to be released March 2019

Did the release happen?

texroemer commented 3 months ago

Hi @zaiguiw

Yes this is now supported by Redfish and script is available on GitHub.

https://github.com/dell/iDRAC-Redfish-Scripting/blob/master/Redfish%20Python/DellSwitchConnectionCollectionREDFISH.py

Thanks Tex

zaiguiw commented 3 months ago

Thanks Texas! Let me look into it.