Evaluation interface
An evaluation of the alert rule.
Properties
| alert |
The state of the alert after the evaluation. |
| evaluated |
An array of evaluated periods. |
| evaluation |
The time when the evaluation was performed. |
| threshold |
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