HP3PARClient is a Python package containing a class that uses HTTP REST and SSH calls to talk with an HP 3PAR Storage Array. This documentation attempts to explain everything you need to know to use HP3PARClient. Some of the API calls use SSH to talk to a 3PAR. This is done only in the case where the REST API on the 3PAR doesn’t exist.
All issues should be reported (and can be tracked / voted for / commented on) at the main github issues, in the “3PAR Python Driver” project.
This documentation is generated using the Sphinx documentation generator. The source files for the documentation are located in the doc/ directory of the HP3PARClient distribution. To generate the docs locally run the following command from the root directory of the HP3PARClient source.
$ tox -e docs