C_HEALTH
code: 47
# get
C_HEALTH ?
Description
Gets the chassis system health information.
Actions
get
Parameters
info
: string, chassis health information json string.
The JSON schema:
{
"0":{
"name": "Chassis",
"data": {
"model_number": "XB22",
"model_name": "B2400"
"serial_number": 846275,
"name": ".195",
"version": "467.0.0"
}
},
"1":{
"name": "Uptime",
"data": {
"uptime_secs": 123456,
}
}
}
Example
# get
input: C_HEALTH ?
output: C_HEALTH ""