ChassisStatus¶
DATA TYPE¶
Contents¶
PARAMETER | DESCRIPTION | DATATYPE |
---|---|---|
chassis-power | Chassis power state. true: ON, false: OFF | Boolean |
power-supply | Power supply health status. true: healthy, false: fault | Boolean |
cpu | CPU health status. true: healthy, false: fault | Boolean |
memory | Memory health status. true: healthy, false: fault | Boolean |
fan | Fan health status. true: healthy, false: fault | Boolean |
disk | Disk health status. Number: number of failures | Integer |
nic | Nic health status. true: healthy, false: fault | Boolean |
system-board | System board health status. true: healthy, false: fault | Boolean |
etc | RaidCard health status. true: healthy, false: fault | Boolean |
Example¶
{
"chassis-status": {
"chassis-power": true,
"power-supply": true,
"cpu": true,
"memory": true,
"fan": true,
"disk": 0,
"nic": true,
"system-board": true,
"etc": true
}
}