Skip to main content

POST, PUT, PATCH – BIOS SD

Request

POST/PATCH/PUT https://{{ip}}/redfish/v1/Systems/Self/Bios/SD
Content-Type: application/json

Request example

{
"Attributes": {
"ACPI002": false,
"ACPI003": true
}
}

Note
  • If the values of the attributes in POST/PATCH/PUT request body match with the existing current values in BIOS (i..e current_bios_settings file OR Systems/Self/Bios) then it will not be included in future settings BIOS file and hence will not be displayed in GET call of Bios/SD.

  • This URI does not have any Request Body size limit for POST/PATCH/PUT methods.

Response

The response status is 204. For Error Responses, please refer to Error Response.

Note
Out Of Band PATCH/POST/PUT request will be blocked during the Host System Booting until the Inventory is processed by the Redfish service and the request will respond with status code 503 and Service Not Available message.