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