Skip to main content

CurrentAlarmRT

No description

type CurrentAlarmRT {
description: String
label: String
latestEventAt: timestamptz!
machine: MachineTP
machineRef: Int
metricKey: String
nativeCode: String
startAt: timestamptz
}

Fields

CurrentAlarmRT.description ● String scalar

CurrentAlarmRT.label ● String scalar

CurrentAlarmRT.latestEventAt ● timestamptz! non-null scalar

CurrentAlarmRT.machine ● MachineTP object

The machine the event originates from.

CurrentAlarmRT.machineRef ● Int scalar

A unique, numeric identifier for the machine.

CurrentAlarmRT.metricKey ● String scalar

Each metric is globally identified by the combination of machineRef and metricKey.

CurrentAlarmRT.nativeCode ● String scalar

CurrentAlarmRT.startAt ● timestamptz scalar

The start of an interval.

Returned By

CurrentAlarmRT query ● currentAlarmsByMachine query

Member Of

MachineTP object