Health
All available keys that are not port specific and change dynamically, as a dictionary.
Syntax: see Call Structure
{ "method": "cbrx_connection_get", "params": [ connection-handle, "Health" ] } |
connection-handle is the Connection Handles as an integer.
Returns:
{ "result": { "Uptime_sec": Uptime_sec, "FiveVoltRail_V": FiveVoltRail_V, "FiveVoltRailMin_V":FiveVoltRailMin_V, "FiveVoltRailMax_V":FiveVoltRailMax_V, "FiveVoltRail_flags": "FiveVoltRail_flags", "TwelveVoltRail_V":TwelveVoltRail_V, "TwelveVoltRailMin_V":TwelveVoltRailMin_V, "TwelveVoltRailMax_V":TwelveVoltRailMax_V, "InputRail_V":InputRail_V "InputRailMin_V":InputRailMin_V, "InputRailMax_V":InputRailMax_V, "TwelveVoltRail_flags": "TwelveVoltRail_flags", "InputRail_flags": "InputRail_flags", "Temperature_C":Temperature_C, "TemperatureMax_C":TemperatureMax_C, "Temperature_flags": "Temperature_flags", "Rebooted":Rebooted } } |
Output | Description |
---|---|
Uptime_sec | see Syntax: see Call Structure |
FiveVoltRail_V | see Syntax: see Call Structure |
FiveVoltRailMin_V | see Syntax: see Call Structure |
FiveVoltRailMax_V | see Syntax: see Call Structure |
FiveVoltRail_flags | see Syntax: see Call Structure |
TwelveVoltRail_V | see Syntax: see Call Structure |
TwelveVoltRailMin_V | see Syntax: see Call Structure |
TwelveVoltRailMax_V | see Syntax: see Call Structure |
InputRail_V | see Syntax: see Call Structure |
InputRailMin_V | see Syntax: see Call Structure |
InputRailMax_V | see Syntax: see Call Structure |
TwelveVoltRail_flags | see Syntax: see Call Structure |
InputRail_flags | see Syntax: see Call Structure |
Temperature_C | see Syntax: see Call Structure |
TemperatureMax_C | see Syntax: see Call Structure |
Temperature_flags | see Syntax: see Call Structure |
Rebooted | see Syntax: see Call Structure |
Example
{
"jsonrpc": "2.0",
"id": 0,
"result": {
"Uptime_sec": 528422,
"FiveVoltRail_V": 5.23,
"FiveVoltRailMin_V": 5.14,
"FiveVoltRailMax_V": 5.25,
"FiveVoltRail_flags": "",
"TwelveVoltRail_V": 12.12,
"TwelveVoltRailMin_V": 11.99,
"TwelveVoltRailMax_V": 12.2,
"InputRail_V": 12.12,
"InputRailMin_V": 11.99,
"InputRailMax_V": 12.2,
"TwelveVoltRail_flags": "",
"InputRail_flags": "",
"Temperature_C": 37.3,
"TemperatureMax_C": 41.1,
"Temperature_flags": "",
"Rebooted": true
}
}