The DellBIOSService resource provides some actions to support BIOS 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}/DellBIOSService'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//Oem/Dell/DellBIOSService' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#DellBIOSService.DellBIOSService",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellBIOSService",
"@odata.type": "#DellBIOSService.v1_0_0.DellBIOSService",
"Actions": {
"#DellBIOSService.DeviceRecovery": {
"Device@Redfish.AllowableValues": [
"BIOS"
],
"target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellBIOSService/Actions/DellBIOSService.DeviceRecovery"
}
},
"Description": "The DellBIOSService resource provides some actions to support BIOS functionality.",
"Id": "DellBIOSService",
"Name": "DellBIOSService"
}