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.authModule - The
gnocchiclient.benchmarkModule - The
gnocchiclient.clientModule - The
gnocchiclient.exceptionsModule - The
gnocchiclient.oscModule - The
gnocchiclient.shellModule - The
gnocchiclient.utilsModule - The
gnocchiclient.v1.archive_policyModule - The
gnocchiclient.v1.archive_policy_cliModule - The
gnocchiclient.v1.archive_policy_ruleModule - The
gnocchiclient.v1.archive_policy_rule_cliModule - The
gnocchiclient.v1.baseModule - The
gnocchiclient.v1.capabilitiesModule - The
gnocchiclient.v1.capabilities_cliModule - The
gnocchiclient.v1.clientModule - The
gnocchiclient.v1.metricModule - The
gnocchiclient.v1.metric_cliModule - The
gnocchiclient.v1.resourceModule - The
gnocchiclient.v1.resource_cliModule - The
gnocchiclient.v1.resource_typeModule - The
gnocchiclient.v1.resource_type_cliModule - The
gnocchiclient.v1.statusModule - The
gnocchiclient.v1.status_cliModule - The
gnocchiclient.versionModule