NOTE: Supported BIOS must be installed for this action. Without a supported BIOS, the configuration job is created and scheduled; however, it never runs.
NOTE: Once BIOS time is set, iDRAC time automatically syncs with the new BIOS time. If iDRAC NTP is enabled, iDRAC does not sync with BIOS time.
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//Bios/Actions/Oem/DellBios.SetBiosTime' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}