Skip to main content

alarmIntervals_args

A set of arguments passed to the function.

input alarmIntervals_args {
machineRef: Int
metricKey: String
windowEndAt: timestamptz
windowStartAt: timestamptz
}

Fields

alarmIntervals_args.machineRef ● Int scalar

A unique, numeric identifier for the machine.

alarmIntervals_args.metricKey ● String scalar

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

alarmIntervals_args.windowEndAt ● timestamptz scalar

The end of a time window.

alarmIntervals_args.windowStartAt ● timestamptz scalar

The start of a time window.

Member Of

alarmIntervals query