The gnocchiclient
Python API¶
Usage¶
To use gnocchiclient in a project:
>>> from gnocchiclient.v1 import client
>>> gnocchi = client.Client(...)
>>> gnocchi.resource.list("instance")
Reference¶
For more information, see the reference:
- The
gnocchiclient.auth
Module - The
gnocchiclient.benchmark
Module - The
gnocchiclient.client
Module - The
gnocchiclient.exceptions
Module - The
gnocchiclient.osc
Module - The
gnocchiclient.shell
Module - The
gnocchiclient.utils
Module - The
gnocchiclient.v1.archive_policy
Module - The
gnocchiclient.v1.archive_policy_cli
Module - The
gnocchiclient.v1.archive_policy_rule
Module - The
gnocchiclient.v1.archive_policy_rule_cli
Module - The
gnocchiclient.v1.base
Module - The
gnocchiclient.v1.capabilities
Module - The
gnocchiclient.v1.capabilities_cli
Module - The
gnocchiclient.v1.client
Module - The
gnocchiclient.v1.metric
Module - The
gnocchiclient.v1.metric_cli
Module - The
gnocchiclient.v1.resource
Module - The
gnocchiclient.v1.resource_cli
Module - The
gnocchiclient.v1.resource_type
Module - The
gnocchiclient.v1.resource_type_cli
Module - The
gnocchiclient.v1.status
Module - The
gnocchiclient.v1.status_cli
Module - The
gnocchiclient.version
Module