endpoint for heat AWS-compatible CloudWatch API
-
class heat.api.cloudwatch.watch.WatchController(options)[source]
Bases: object
WSGI controller for CloudWatch resource in heat API
Implements the API actions
-
delete_alarms(req)[source]
Implements DeleteAlarms API action
-
describe_alarm_history(req)[source]
Implements DescribeAlarmHistory API action
-
describe_alarms(req)[source]
Implements DescribeAlarms API action
-
describe_alarms_for_metric(req)[source]
Implements DescribeAlarmsForMetric API action
-
disable_alarm_actions(req)[source]
Implements DisableAlarmActions API action
-
enable_alarm_actions(req)[source]
Implements EnableAlarmActions API action
-
get_metric_statistics(req)[source]
Implements GetMetricStatistics API action
-
list_metrics(req)[source]
Implements ListMetrics API action
Lists metric datapoints associated with a particular alarm,
or all alarms if none specified
-
put_metric_alarm(req)[source]
Implements PutMetricAlarm API action
-
put_metric_data(req)[source]
Implements PutMetricData API action
-
set_alarm_state(req)[source]
Implements SetAlarmState API action
-
heat.api.cloudwatch.watch.create_resource(options)[source]
Watch resource factory method.