Power cycle the disguise server via the IPMI interface.
Note: This will not gracefully shut down the OS.
POST /api/chassis/power/cycle
{
"message": "ok"
}
Turn off the disguise server via the IPMI interface.
Note: This will not gracefully shut down the OS.
POST /api/chassis/power/off
{
"message": "ok"
}
Turn on the disguise server via the IPMI interface.
POST /api/chassis/power/on
Get the chassis status information via the IPMI interface.
GET /api/chassis/power/status
{
"message": "ok"
}
Get the current system stats - fan speeds, temps, etc.
GET /api/chassis/stats
{
"System Power": "on",
"Power Overload": "false",
"Main Power Fault": "false",
"Power Control Fault": "false"
}
Blink the OLED screen and rear LED strip to help with server identification.
POST /api/chassis/whoami
{
""
}