AlarmIntervalRT
No description
type AlarmIntervalRT {
description: String
endAt: timestamptz
label: String
machine: MachineTP
machineRef: Int
metricKey: String
nativeCode: String
sequence: Int
startAt: timestamptz
}
Fields
AlarmIntervalRT.description ● String scalar
A short description of the alarm.
AlarmIntervalRT.endAt ● timestamptz scalar
The end of an interval. Intervals are right-exclusive.
AlarmIntervalRT.label ● String scalar
The label of the alarm (one of: NORMAL, WARNING, FAULT, UNAVAILABLE)
AlarmIntervalRT.machine ● MachineTP object
The machine the event originates from.
AlarmIntervalRT.machineRef ● Int scalar
A unique, numeric identifier for the machine.
AlarmIntervalRT.metricKey ● String scalar
Each metric is globally identified by the combination of machineRef and metricKey.
AlarmIntervalRT.nativeCode ● String scalar
The native code further specifies the alarm. The combination of machineRef, metricKey, and nativeCode uniquely identifies the alarm.
AlarmIntervalRT.sequence ● Int scalar
An integer value that determines the order of events with the same eventTime and metric.
AlarmIntervalRT.startAt ● timestamptz scalar
The start of an interval.
Returned By
AlarmIntervalRT query ● alarmIntervals query