Real time BIOS scanning verifies the integrity and authenticity of the BIOS image in the Primary ROM when the host is powered ON, but not in the POST. This feature is available only with iDRAC Datacenter license and user need to have the Debug privilege to perform this operation
NOTE: RunBIOSLiveScanning action is available with iDRAC version 4.10.10.10 and later versions and only on PowerEdge Rx5x/Cx5x (AMD) systems. For the list of systems, see the Supported systems section in the release notes document for iDRAC version 4.10.10.10.
NOTE: When this action is performed, a recurring job gets scheduled for immediate implementation. After the job is
complete, the recurring task gets deleted automatically. Therefore, performing a GET on the task URI may result in a 404 response after the job is completed.
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//Bios/Actions/Oem/DellBios.RunBIOSLiveScanning' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}