python2-gnocchi
bindings to the OpenStack Gnocchi API - Python 2.7
Install
- All systems
-
curl cmd.cat/python2-gnocchi.sh
- Debian
-
apt-get install python-gnocchiclient
- Ubuntu
-
apt-get install python-gnocchiclient
- Kali Linux
-
apt-get install python-gnocchiclient
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-gnocchiclient
- Raspbian
-
apt-get install python-gnocchiclient
- Dockerfile
- dockerfile.run/python2-gnocchi
python-gnocchiclient
bindings to the OpenStack Gnocchi API - Python 2.7
This is a client for OpenStack gnocchi API. There's a Python API (the gnocchiclient module), and a command-line script. Each implements the entire OpenStack Gnocchi API. Gnocchi is a service for managing a set of resources and storing metrics about them, in a scalable and resilient way. Its functionalities are exposed over an HTTP REST API. This package contains the Python 2.7 module.