def get_metric_statistics(self, req): """Implements GetMetricStatistics API action.""" self._enforce(req, 'GetMetricStatistics') return exception.HeatAPINotImplementedError()
def put_metric_alarm(self, req): """Implements PutMetricAlarm API action.""" self._enforce(req, 'PutMetricAlarm') return exception.HeatAPINotImplementedError()
def enable_alarm_actions(self, req): """Implements EnableAlarmActions API action.""" self._enforce(req, 'EnableAlarmActions') return exception.HeatAPINotImplementedError()