congress.datasources.aodh_driver.AodhDriver(name='', args=None)¶Bases: congress.datasources.datasource_driver.PollingDataSourceDriver, congress.datasources.datasource_driver.ExecutionDriver
ALARMS = 'alarms'¶TRANSLATORS = [{'table-name': 'alarms', 'field-translators': ({'translator': {'translation-type': 'VALUE'}, 'fieldname': 'alarm_id'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'name'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'state'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'enabled'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'type'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'description'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'time_constraints'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'user_id'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'project_id'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'alarm_actions'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'ok_actions'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'insufficient_data_actions'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'repeat_actions'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'timestamp'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'state_timestamp'}), 'selector-type': 'DICT_SELECTOR', 'translation-type': 'HDICT'}]¶alarms_translator = {'field-translators': ({'translator': {'translation-type': 'VALUE'}, 'fieldname': 'alarm_id'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'name'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'state'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'enabled'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'type'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'description'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'time_constraints'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'user_id'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'project_id'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'alarm_actions'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'ok_actions'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'insufficient_data_actions'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'repeat_actions'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'timestamp'}, {'translator': {'translation-type': 'VALUE'}, 'fieldname': 'state_timestamp'}), 'selector-type': 'DICT_SELECTOR', 'table-name': 'alarms', 'translation-type': 'HDICT'}¶execute(action, action_args)¶Overwrite ExecutionDriver.execute().
get_datasource_info()¶initialize_update_method()¶safe_id()¶value_trans = {'translation-type': 'VALUE'}¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.