Evaluation interface

An evaluation of the alert rule.

Properties

alertState

The state of the alert after the evaluation.

evaluatedPeriods

An array of evaluated periods.

evaluationTime

The time when the evaluation was performed.

thresholdMet

Indicates whether the threshold was met for this evaluation.

Property Details

alertState

The state of the alert after the evaluation.

alertState?: string

Property Value

string

evaluatedPeriods

An array of evaluated periods.

evaluatedPeriods?: EvaluatedPeriod[]

Property Value

evaluationTime

The time when the evaluation was performed.

evaluationTime?: Date

Property Value

Date

thresholdMet

Indicates whether the threshold was met for this evaluation.

thresholdMet?: boolean

Property Value

boolean