AlarmIntervalRT_bool_exp
Boolean expressions to filter AlarmIntervalRT. All fields are combined with a logical AND.
input AlarmIntervalRT_bool_exp {
_and: [AlarmIntervalRT_bool_exp!]
_not: AlarmIntervalRT_bool_exp
_or: [AlarmIntervalRT_bool_exp!]
description: String_comparison_exp
endAt: timestamptz_comparison_exp
label: String_comparison_exp
machine: MachineTP_bool_exp
machineRef: Int_comparison_exp
metricKey: String_comparison_exp
nativeCode: String_comparison_exp
sequence: Int_comparison_exp
startAt: timestamptz_comparison_exp
}
Fields
AlarmIntervalRT_bool_exp._and ● [AlarmIntervalRT_bool_exp!] list input
Combines the given expressions using a logical AND
AlarmIntervalRT_bool_exp._not ● AlarmIntervalRT_bool_exp input
Negates the result of the given expression.
AlarmIntervalRT_bool_exp._or ● [AlarmIntervalRT_bool_exp!] list input
Combines the given expressions using a logical OR.
AlarmIntervalRT_bool_exp.description ● String_comparison_exp input
A short description of the alarm.
AlarmIntervalRT_bool_exp.endAt ● timestamptz_comparison_exp input
The end of an interval. Intervals are right-exclusive.
AlarmIntervalRT_bool_exp.label ● String_comparison_exp input
The label of the alarm (one of: NORMAL, WARNING, FAULT, UNAVAILABLE)
AlarmIntervalRT_bool_exp.machine ● MachineTP_bool_exp input
The machine the event originates from.
AlarmIntervalRT_bool_exp.machineRef ● Int_comparison_exp input
A unique, numeric identifier for the machine.
AlarmIntervalRT_bool_exp.metricKey ● String_comparison_exp input
Each metric is globally identified by the combination of machineRef and metricKey.
AlarmIntervalRT_bool_exp.nativeCode ● String_comparison_exp input
The native code further specifies the alarm. The combination of machineRef, metricKey, and nativeCode uniquely identifies the alarm.
AlarmIntervalRT_bool_exp.sequence ● Int_comparison_exp input
An integer value that determines the order of events with the same eventTime and metric.
AlarmIntervalRT_bool_exp.startAt ● timestamptz_comparison_exp input
The start of an interval.
Member Of
AlarmIntervalRT_bool_exp input ● AlarmIntervalRT query ● alarmIntervals query