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:

Table Of Contents

Previous topic

The aodh shell utility

Next topic

Version 2 API

This Page