Bios schema contains properties related to the BIOS attribute registry. The attribute registry describes the system-specific BIOS attributes and actions for changing to BIOS settings. Changes to the BIOS typically require a system reset before they take effect. It is likely that a client finds the @Redfish.Settings term in this resource, and if it is found, the client makes requests to change BIOS settings by modifying the resource identified by the @Redfish.Settings term.username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//Bios/Settings' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#Bios.Bios",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Bios/Settings",
"@odata.type": "#Bios.v1_2_3.Bios",
"Actions": {
"Oem": {
"DellManager.v1_0_0#DellManager.ClearPending": {
"target": "/redfish/v1/Systems/System.Embedded.1/Bios/Settings/Actions/Oem/DellManager.ClearPending"
}
}
},
"AttributeRegistry": "BiosAttributeRegistry.v1_0_3",
"Attributes": {},
"Description": "BIOS Configuration Pending Settings. These settings will be applied on next system reboot.",
"Id": "Settings",
"Name": "BIOS Configuration Pending Settings",
"Oem": {
"Dell": {
"@odata.context": "/redfish/v1/$metadata#DellManager.DellManager",
"@odata.type": "#DellManager.v1_4_0.DellManager",
"Jobs": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs"
}
}
}
}