Reference Guide
"Target": "/Oem/Hp"
}
Valid ControlType values are "Off" and "On". "On" creates a link between cartridges
Cx and Cy if there is an appropriate connection path between the two cartridges. It is
possible to create a link from a cartridge to more than one other cartridge. "Off" breaks
an existing link between two cartridges.
c. PATCH Power
{
"Power": "Press"
}
Valid Power values are "Press"and "PressAndHold".
"PressAndHold"unconditionally removes power from all nodes on a cartridge.
"Press"(when all nodes are off) sends a power on signal to all nodes. "Press" (when
any nodes are on) sends a power off signal to all nodes that have power applied. This
requires a running OS for a response.
d. PATCH SKU (Product ID)
{
"SKU": "XXXXXX-B21"
}
e. PATCH Serial Number
{
"SerialNumber": ""
}
f. PATCH IndicatorLED (UID)
{
"IndicatorLED": "Lit"
}
Valid IndicatorLED values are "Off" and "Lit".
18. /rest/v1/Chassis/1/Cartridges/Cx/Logs/IML
a. POST ClearLog
{
"Action": "ClearLog"
}
This action clears the Integrated Management Log of any entries related to the cartridge
(Cx) or any node(s) (CxNy) on the cartridge.
19. /rest/v1/Chassis/1/Switches/Sx
a. POST IndicatorLEDControl
{
"Action": "IndicatorLEDControl",
"ControlType": "Lit"
}
Valid ControlType values are "Off" and "Lit".
b. POST PowerControl
{
"Action": "PowerControl",
"ControlType": "On
}
Valid ControlType values are “Off” and “On”.
c. PATCH Power