Raritan PX2/PX3 JSON-RPC API
|
13 constant
int FLAG_VALUE_INVALID = 0x1;
16 constant
int FLAG_VALUE_OLD = 0x2;
19 constant
int FLAG_ENTRY_CRITICAL = 0x4;
string id
unique id of the entry
Definition: Fitness.idl:23
string id
id of the associated data entry
Definition: Fitness.idl:39
void getErrorLogIndexRange(out int firstIndex, out int entryCount)
Returns the error log index range.
int value
normalized value
Definition: Fitness.idl:24
An entry in the reliability database.
Definition: Fitness.idl:22
An entry in the reliability error log.
Definition: Fitness.idl:38
vector< DataEntry > getDataEntries()
Returns the fitness data entries.
int thresholdValue
normalized threshold value
Definition: Fitness.idl:27
Fitness Daemon
Definition: Fitness.idl:7
int powerOnHours
power on hours when error occured
Definition: Fitness.idl:43
int flags
flags (see above)
Definition: Fitness.idl:29
long rawValue
raw value
Definition: Fitness.idl:42
int maxValue
maximum possible normalized value
Definition: Fitness.idl:25
time timeStampUTC
UTC time stamp when error occured.
Definition: Fitness.idl:44
long rawValue
raw value
Definition: Fitness.idl:28
Fitness Daemon interface
Definition: Fitness.idl:10
int worstValue
worst normalized value seen yet
Definition: Fitness.idl:26
vector< ErrorLogEntry > getErrorLogEntries(in int startIndex, in int count)
Returns the error log.
int value
normalized value
Definition: Fitness.idl:40
int thresholdValue
normalized threshold value
Definition: Fitness.idl:41