The aodh.api.controllers.v2.alarm_rules.threshold Module

class aodh.api.controllers.v2.alarm_rules.threshold.AlarmThresholdRule(query=None, **kwargs)[source]

Bases: aodh.api.controllers.v2.base.AlarmRule

Alarm Threshold Rule

Describe when to trigger the alarm based on computed statistics

as_dict()[source]
classmethod sample()[source]
static validate(threshold_rule)[source]
classmethod validate_alarm(alarm)[source]