Skip to main content

POST – BMC reset to factory defaults

Use the POST method to reset BMC to factory defaults.

Request URL

POST https://<BMC_IPADDR>/redfish/v1/Managers/1/Actions/Manager.ResetToDefaults

Request body

FieldTypeDescription

ResetType

StringIt indicates the reset type for bmc. Valid values: “ResetAll", “PreserveNetworkAndUsers”, “PreserveNetwork”, “PreserveUsers”

Response body

None

Status code

HTTP Status CodeError Message ID
500InternalError

Response example

The following example is POST body.

{
"ResetType": "ResetAll"
}

The following example JSON response is returned:

None