The heat.api.cloudwatch.watch ModuleΒΆ

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

WatchController.delete_alarms(req)[source]

Implements DeleteAlarms API action

WatchController.describe_alarm_history(req)[source]

Implements DescribeAlarmHistory API action

WatchController.describe_alarms(req)[source]

Implements DescribeAlarms API action

WatchController.describe_alarms_for_metric(req)[source]

Implements DescribeAlarmsForMetric API action

WatchController.disable_alarm_actions(req)[source]

Implements DisableAlarmActions API action

WatchController.enable_alarm_actions(req)[source]

Implements EnableAlarmActions API action

WatchController.get_metric_statistics(req)[source]

Implements GetMetricStatistics API action

WatchController.list_metrics(req)[source]

Implements ListMetrics API action Lists metric datapoints associated with a particular alarm, or all alarms if none specified

WatchController.put_metric_alarm(req)[source]

Implements PutMetricAlarm API action

WatchController.put_metric_data(req)[source]

Implements PutMetricData API action

WatchController.set_alarm_state(req)[source]

Implements SetAlarmState API action

heat.api.cloudwatch.watch.create_resource(options)[source]

Watch resource factory method.

Previous topic

The heat.api.cloudwatch Module

Next topic

The heat.api.aws.exception Module

This Page