Reference Guide

11. /rest/v1/Chassis/1/Logs/IML
a. POST ClearLog
{
"Action": "ClearLog"
}
This action clears the Integrated Management Log of any entries related to the chassis.
12. /rest/v1/Chassis/1/PowerMetrics
a. PATCH PowercapMode
{
"Oem": {
"Hp": {
"PowercapMode": x
}
}
}
Supported PowercapMode values are 0, 1, 2, and 5.
13. /rest/v1/Managers/1/RepositoryService
a. POST RemoveFromRepository
{
"Action": "RemoveFromRepository",
"FirmwareFileName": "",
"Target": "/Oem/Hp"
}
This removes the named firmware file from the repository. The firmware files currently in
the repository are listed in the FirmwareRepositoryFiles array.
b. POST RepositoryAddFromURI
{
"Action: RepositoryAddFromURI",
"FirmwareURI: ",
"Target": "/Oem/Hp"
}
This uploads a file to the repository. If the file already exists then it is overwritten by the
new copy.
c. POST RemoveScriptFromRepository
{
"Action": "RemoveScriptFromRepository",
"ScriptFileName": "",
"Target": "/Oem/Hp"
}
This removes the named script file from the repository. The script files currently in the
repository are listed in the ScriptRepositoryFiles array.
d. POST ScriptAddFromURI
{
"Action": "ScriptAddFromURI",
"ScriptURI": "",
"Target": "/Oem/Hp"
}
This uploads a file to the repository. If the file already exists then it is overwritten by the
new copy.
14. /rest/v1/Managers/1/UpdateService
a. POST InstallFromRepository