Bases: ceilometer.api.controllers.v2.base.Base
Representation of an alarm.
Note
combination_rule and threshold_rule are mutually exclusive. The type of the alarm should be set to threshold or combination and the appropriate rule should be filled.
Bases: ceilometer.api.controllers.v2.base.Base
Representation of an event in an alarm’s history.
Bases: pecan.rest.RestController
Manages operations on a single alarm.
Delete this alarm.
Return this alarm.
Get the state of this alarm.
Assembles the alarm history requested.
Parameters: | q – Filter rules for the changes to be described. |
---|
Modify this alarm.
Parameters: | data – an alarm within the request body. |
---|
Set the state of this alarm.
Parameters: | state – an alarm state within the request body. |
---|
Bases: ceilometer.api.controllers.v2.base.Base
Representation of a time constraint on an alarm.
Bases: pecan.rest.RestController
Manages operations on the alarms collection.
Return all alarms, based on the query provided.
Parameters: | q – Filter rules for the alarms to be returned. |
---|
Create a new alarm.
Parameters: | data – an alarm within the request body. |
---|
Bases: wsme.types.UserType
A user type that represents a cron format.
Bases: ceilometer.api.controllers.v2.base.ClientSideError