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
Field | Type | Description |
---|---|---|
ResetType | String | It indicates the reset type for bmc. Valid values: “GracefulRestart", “ForceRestart” |
Response body
None
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Response example
The following example is POST body.
{
"ResetType": "GracefulRestart"
}
The following example JSON response is returned:
None
Give documentation feedback