aodh.api.controllers.v2.alarms Module¶aodh.api.controllers.v2.alarms.Alarm(rule=None, time_constraints=None, **kwargs)[source]¶Bases: aodh.api.controllers.v2.base.Base
Representation of an alarm.
aodh.api.controllers.v2.alarms.AlarmChange(**kw)[source]¶Bases: aodh.api.controllers.v2.base.Base
Representation of an event in an alarm’s history.
aodh.api.controllers.v2.alarms.AlarmController(alarm_id)[source]¶Bases: pecan.rest.RestController
Manages operations on a single alarm.
history(*args, **kwargs)[source]¶Assembles the alarm history requested.
| Parameters: |
|
|---|
aodh.api.controllers.v2.alarms.AlarmTimeConstraint(**kw)[source]¶Bases: aodh.api.controllers.v2.base.Base
Representation of a time constraint on an alarm.
aodh.api.controllers.v2.alarms.AlarmsController[source]¶Bases: pecan.rest.RestController
Manages operations on the alarms collection.
aodh.api.controllers.v2.alarms.CronType[source]¶Bases: wsme.types.UserType
A user type that represents a cron format.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.