DM-
SV01 Server ● BMC User Manual ● Rev. 2.1
129
3.3.14.1 Reboot BMC
Using a POST request, it is possible to reboot the BMC. As explained in section “2.3.3 Reboot BMC”,
the host system is not affected by the BMC reboot and the BMC will become inaccessible during the
reboot process.
Function
BMC reboot
Operation
POST
URI
https://<BMC_IP>/redfish/v1/Managers/bmc/Actions/Manager.Reset
Payload
{
“ResetType”:”GracefulRestart”
}
Header
X-Auth-
Token: “<token>”
Expected
response
200 OK
Reply
{
"@Message.ExtendedInfo": [
{
"@odata.type": "#Message.v1_0_0.Message",
"Message": "Successfully Completed Request",
"MessageArgs": [],
"MessageId": "Base.1.4.0.Success",
"Resolution": "None",
"Severity": "OK"
}
]
}
Once the operation is successful, it returns the response “200 OK” and the BMC is immediately
rebooted.