Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Public Attributes | |
int | creationOrderId |
failures created later have a larger id; range 1..failure-count | |
string | componentId |
the ID of the affected hardware component | |
int | type |
one of the hardware failure type constants | |
string | description |
human readable string describing HW component and failure | |
boolean | isAsserted |
true when the failure is currently asserted | |
time | lastAssertTimeStamp |
UNIX timestamp (UTC) when the failure was last asserted. | |
time | lastDeassertTimeStamp |
UNIX timestamp (UTC) when the failure was last deasserted (0 if asserted) | |
int | assertCount |
count of assertions | |
Hardware Failure.
Definition at line 21 of file HardwareHealth.idl.
int fitness::HardwareHealth::Failure::assertCount |
count of assertions
Definition at line 29 of file HardwareHealth.idl.
string fitness::HardwareHealth::Failure::componentId |
the ID of the affected hardware component
Definition at line 23 of file HardwareHealth.idl.
int fitness::HardwareHealth::Failure::creationOrderId |
failures created later have a larger id; range 1..failure-count
Definition at line 22 of file HardwareHealth.idl.
string fitness::HardwareHealth::Failure::description |
human readable string describing HW component and failure
Definition at line 25 of file HardwareHealth.idl.
boolean fitness::HardwareHealth::Failure::isAsserted |
true
when the failure is currently asserted
Definition at line 26 of file HardwareHealth.idl.
time fitness::HardwareHealth::Failure::lastAssertTimeStamp |
UNIX timestamp (UTC) when the failure was last asserted.
Definition at line 27 of file HardwareHealth.idl.
time fitness::HardwareHealth::Failure::lastDeassertTimeStamp |
UNIX timestamp (UTC) when the failure was last deasserted (0 if asserted)
Definition at line 28 of file HardwareHealth.idl.
int fitness::HardwareHealth::Failure::type |
one of the hardware failure type constants
Definition at line 24 of file HardwareHealth.idl.