Reference Guide

{
"Power": "On"
}
Valid Power values are "On"and "Off".
d. PATCH Serial Number
{
"SerialNumber": ""
}
e. PATCH Indicator LED (UID)
{
"IndicatorLED": "Off"
}
Valid IndicatorLED values are Lit and Off.
f. PATCH SKU (Product ID)
{
"SKU": "XXXXXX-B21"
}
20. /rest/v1/Chassis/1/Switches/Sx/Logs/IML
a. POST ClearLog
{
"Action": "ClearLog"
}
This action clears the Integrated Management Log of any entries related to the switch
(Sx).
21. /rest/v1/Systems/CxNy
a. POST PowerButton
{
"Action": "PowerButton",
PushType: “”
}
Valid PushType values are "Press" and "PressAndHold". "PressAndHold"
unconditionally removes power from the node. "Press" (when the node is off) sends a
power on signal to the node. "Press" (when the node is on) sends a power off signal
the node. This requires a running OS for a response.
b. POST Reset
{
"Action": "Reset",
"ResetType": ""
}
Valid ResetType values are "On", "Off", "Reset", "ColdReset", and
"GracefulShutdown". "ResetType": "On" changes the power state of the node
to "On". "ResetType": "Off" forces the power state of the node to "Off".
"ResetType": " GracefulShutdown " changes the power state of the node to
"Off" based on the OS services running on the node. "ResetType": "Reset" and
"ResetType": "ColdReset" forces the power state of the node to "Off" and then
back to "On".
c. PATCH BSC
{
"Oem": {
"Hp": {
"Options": {
"BSC": "Enable"