The gnocchiclient
Python API¶
Usage¶
To use gnocchiclient in a project:
>>> from gnocchiclient.v1 import client
>>> gnocchi = client.Client(...)
>>> gnocchi.resource.list("instance")
gnocchiclient
Python API¶To use gnocchiclient in a project:
>>> from gnocchiclient.v1 import client
>>> gnocchi = client.Client(...)
>>> gnocchi.resource.list("instance")