The aodhclient
Python API¶
Usage¶
To use aodhclient in a project:
>>> from aodhclient.v2 import client
>>> aodh = client.Client(...)
>>> aodh.alarm.list()
Reference¶
For more information, see the reference:
aodhclient
Python API¶To use aodhclient in a project:
>>> from aodhclient.v2 import client
>>> aodh = client.Client(...)
>>> aodh.alarm.list()
For more information, see the reference:
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.