M_HEALTH
code: 456
# get
<module-index> M_HEALTH ?
Description
Gets the module health information.
Actions
get
Parameters
info
: string, Module health information json string
The JSON schema:
{
"0":{
"name": "Module",
"data": {
"model": "MFREYA-800G-4S-1P",
"name": "Freya-800G-4S-1P",
"serial_number": 846275,
"version_number": 45680
}
},
"1":{
"name": "Cage",
"data": [
{"insert_count": 9},
{"insert_count": 0}
]
}
}
Example
# get
input: 0 M_HEALTH ?
output: 0 M_HEALTH "{",34,"0",34,":{",34,"name",34,": ",34,"Module",34,",",34,"data",34,": {",34,"model",34,": ",34,"MFREYA-800G-1S-1P",34,",",34,"name",34,": ",34,"Freya-800G-1S-1P",34,",",34,"serial_number",34,": 752973,",34,"version_number",34,": 52711}},",34,"1",34,":{",34,"name",34,": ",34,"Cage",34,",",34,"data",34,": [{",34,"insert_count",34,": 15}]}}"