DellSwitchConnectionService provides actions to support switch connection view functionality.
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}/DellSwitchConnectionService'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//Oem/Dell/DellSwitchConnectionService' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#DellSwitchConnectionService.DellSwitchConnectionService",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSwitchConnectionService",
"@odata.type": "#DellSwitchConnectionService.v1_0_0.DellSwitchConnectionService",
"Actions": {
"#DellSwitchConnectionService.ServerPortConnectionRefresh": {
"target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSwitchConnectionService/Actions/DellSwitchConnectionService.ServerPortConnectionRefresh"
}
},
"Description": "DellSwitchConnectionService provides actions to support switch connection view functionality.",
"Id": "DellSwitchConnectionService",
"Name": "DellSwitchConnectionService"
}