An instance of DellSwitchConnection will have the switch connection view information of all the ports.
Privilege: Login
Note: This URI has been updated to meet the latest Redfish specification based URI naming conventions. The following non-compliant URI may get deprecated in future releases. Old URI: '/redfish/v1/Dell/Systems/{ComputerSystemId}/NetworkPorts/DellSwitchConnection/{SwitchConnectionId}'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//NetworkPorts/Oem/Dell/DellSwitchConnections/' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#DellSwitchConnection.DellSwitchConnection",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections/iDRAC.Embedded.1",
"@odata.type": "#DellSwitchConnection.v1_1_0.DellSwitchConnection",
"Description": "An instance of DellSwitchConnection will have the switch connection view information of all the ports.",
"FQDD": "iDRAC.Embedded.1",
"Id": "iDRAC.Embedded.1",
"InstanceID": "iDRAC.Embedded.1",
"Name": "DellSwitchConnection",
"StaleData": "NotStale",
"SwitchConnectionID": "e8:65:5f:a1:5d:00",
"SwitchPortConnectionID": "ethernet1/1/46"
}