Reference Guide

a. POST AutoPowerOn
"Action": "AutoPowerOnControl",
"ControlType": "Off",
"Target": "/Oem/Hp"
}
Valid ControlType values are On and Off.
b. PATCH AutoPowerOn
{
"Oem": {
"Hp": {
"AutoPowerOn": "On"
}
}
}
Valid AutoPowerOn values are On and Off.
c. POST IndicatorLED
{
"Action": "IndicatorLEDControl",
ControlType: On,
Target: /Oem/Hp
}
Valid ControlType values are Off and Lit.
d. PATCH IndicatorLED (UID)
{
"IndicatorLED": "Off"
}
Valid IndicatorLED values are Off and Lit.
e. POST AssetTag
{
"Action": "SetAssetTag",
"AssetTag ": "",
"Target": "/Oem/Hp"
}
The maximum length for asset tag is 32.
f. POST ChassisName
{
"Action: SetChassisName",
"ChassisName": "",
"Target": "/Oem/Hp"
}
The maximum length for chassis name is 63.
g. PATCH SKU (Product ID)
{
"SKU: "
}
The SKU must be 2 through 16 characters in length.
h. PATCH SerialNumber
{
"SerialNumber": ""
}
The SerialNumber must be 2 through 16 characters in length.