Reference Guide
{
"Action": "InstallFromRepository",
"FirmwareFileName": "",
"ForceUpdate": true,
"UpdateTargets": "",
"Target": "/Oem/Hp"
}
This flashes the UpdateTargets with the repository file specified.
b. POST InstallFromURI
{
"Action": "InstallFromURI",
"FirmwareURI": "",
"ForceUpdate": true,
"UpdateTargets": "",
"Target": "/Oem/Hp"
}
This flashes the UpdateTargets with the file at the URI.
c. POST ClearUpdateStatus
{
"Action": "ClearUpdateStatus",
"Target": "/Oem/Hp"
}
This clears the last update status.
15. /rest/v1/Managers/1/NetworkService
a. PATCH Alert Mail
{
"Oem": {
"Hp": {
"AlertMailSenderDomain": "",
"AlertMailEmail": "",
"AlertMailEnabled": false,
"AlertMailSMTPServer": "",
"AlertMailSenderDomain": ""
}
}
}
b. PATCH Remote Syslog
{
"Oem": {
"Hp": {
"RemoteSyslogServer": "xxx.xxx.xxx.xxx",
"RemoteSyslogEnabled": true
"RemoteSyslogPort": 514
}
}
}
c. PATCH HTTP Port
{
"HTTP": {
"Port": 80
}
}
WARNING! Setting the HTTP Port will cause an immediate iLO CM reboot.
d. PATCH HTTPS Port