Skip to main content

POST – BMC reset

Use the POST method to reset the BMC.

Request URL

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

Request body

FieldTypeDescription
ResetTypeStringIt indicates the reset type for bmc. Valid values: “GracefulRestart", “ForceRestart”

Response body

None

Status code

HTTP Status CodeError Message ID
500InternalError

Response example

The following example is POST body.

{
"ResetType": "GracefulRestart"
}

The following example JSON response is returned:

None