AlarmStatus
No description
enum AlarmStatus {
OK
ALARM
INSUFFICIENT_DATA
}
Values
AlarmStatus.OK
The metric is within normal operating parameters and below the alarm threshold.
AlarmStatus.ALARM
The metric has exceeded the configured threshold and triggered the alarm condition.
AlarmStatus.INSUFFICIENT_DATA
There is not enough data collected yet to determine the alarm state. This typically occurs when an alarm is first created or after a period of no data.
Member Of
PackageAlarmState
object