AlarmIntervalRT_stream_cursor_value_input
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
input AlarmIntervalRT_stream_cursor_value_input {
description: String
endAt: timestamptz
label: String
machineRef: Int
metricKey: String
nativeCode: String
sequence: Int
startAt: timestamptz
}
Fields
AlarmIntervalRT_stream_cursor_value_input.description ● String scalar
A short description of the alarm.
AlarmIntervalRT_stream_cursor_value_input.endAt ● timestamptz scalar
The end of an interval. Intervals are right-exclusive.
AlarmIntervalRT_stream_cursor_value_input.label ● String scalar
The label of the alarm (one of: NORMAL, WARNING, FAULT, UNAVAILABLE)
AlarmIntervalRT_stream_cursor_value_input.machineRef ● Int scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
AlarmIntervalRT_stream_cursor_value_input.metricKey ● String scalar
Each metric is globally identified by the combination of machineRef and metricKey.
AlarmIntervalRT_stream_cursor_value_input.nativeCode ● String scalar
The native code further specifies the alarm. The combination of machineRef, metricKey, and nativeCode uniquely identifies the alarm.
AlarmIntervalRT_stream_cursor_value_input.sequence ● Int scalar
An integer value that determines the order of events with the same eventTime and metric.
AlarmIntervalRT_stream_cursor_value_input.startAt ● timestamptz scalar
The start of an interval.