Files
deb-python-aodhclient/doc/source/api.rst
2015-08-30 19:39:12 +02:00

470 B

The gnocchiclient Python API

gnocchiclient

gnocchiclient

Usage

To use python-gnocchiclient in a project:

>>> from gnocchiclient.v1 import client
>>> gnocchi = client.Client(...)
>>> gnocchi.resource.list("instance")

Reference

For more information, see the reference:

ref/v1/index