Files
python-aodhclient/doc/source/api.rst
2015-12-16 11:00:37 -05:00

430 B

The aodhclient Python API

aodhclient

aodhclient

Usage

To use aodhclient in a project:

>>> from aodhclient.v2 import client
>>> aodh = client.Client(...)
>>> aodh.alarm.list("alarm")

Reference

For more information, see the reference:

ref/v2/index