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]
static validate_alarm(alarm)[source]

Previous topic

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

Next topic

The aodh.api.controllers.v2.alarms Module

Project Source

This Page