A collection of DellSwitchConnection resource
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/DellSwitchConnectionCollection'
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#DellSwitchConnectionCollection.DellSwitchConnectionCollection",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections",
"@odata.type": "#DellSwitchConnectionCollection.DellSwitchConnectionCollection",
"Description": "A collection of DellSwitchConnection resource",
"Members": [
{
"@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"
},
{
"@odata.context": "/redfish/v1/$metadata#DellSwitchConnection.DellSwitchConnection",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections/NIC.Embedded.1-1-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": "NIC.Embedded.1-1-1",
"Id": "NIC.Embedded.1-1-1",
"InstanceID": "NIC.Embedded.1-1-1",
"Name": "DellSwitchConnection",
"StaleData": "NotStale",
"SwitchConnectionID": "No Link",
"SwitchPortConnectionID": "No Link"
},
{
"@odata.context": "/redfish/v1/$metadata#DellSwitchConnection.DellSwitchConnection",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections/NIC.Embedded.2-1-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": "NIC.Embedded.2-1-1",
"Id": "NIC.Embedded.2-1-1",
"InstanceID": "NIC.Embedded.2-1-1",
"Name": "DellSwitchConnection",
"StaleData": "NotStale",
"SwitchConnectionID": "No Link",
"SwitchPortConnectionID": "No Link"
}
],
"Members@odata.count": 3,
"Name": "DellSwitchConnectionCollection"
}