Reference Guide
}
}
}
}
d. PATCH CPU
{
"Oem": {
"Hp": {
"Options": {
"CPU": {
"ClockRate": {
"CurrentFrequency": "1.8"
}
}
}
}
}
}
The "CurrentFrequency" must be in the list of "AvailableFrequency" values.
e. PATCH Options
{
"Oem": {
"Hp": {
"Options": {
"BootOnce": "HDD",
"WOL": "ENABLE",
"BootOrder": [
"PXE",
"M.2"
]
}
}
}
}
Valid BootOrder values are "N/A", "PXE", "HDD", "iSCSI", and "M.2". Up to two
boot order targets can be specified.
f. PATCH BootSourceOverride
{
"Boot": {
"BootSourceOverrideEnabled": "Once",
"BootSourceOverrideTarget": "M.2"
}
}
The list of valid targets for "BootSourceOverrideTarget" is listed in
"BootSourceOverrideSupported".
22. /rest/v1/Systems/CxNy/Logs/IML
a. POST ClearLog
{
"Action": "ClearLog"
}
This action clears the Integrated Management Log of any entries related to the node
(CxNy).