Skip to main content

HP 3PAR HTTP REST Client

Project description

HP 3PAR REST Client

This is a Client library that can talk to the HP 3PAR Storage array. The 3PAR storage array has a REST web service interface as of 3.1.2 of the firmware. This client library implements a simple interface to talking with that REST interface using the python httplib2 http library.

Requirements

This REST Client requires the 3.1.2 3PAR firmware to be installed on the array.

Capabilities

  • Create Volume

  • Delete Volume

  • Get all volumes

  • Get a volume

  • Create CPG

  • Delete CPG

  • Get all CPGs

  • Get a CPG

  • Create a VLUN

  • Delete a VLUN

  • Get all VLUNs

  • Get a VLUN

Installation

$ python setup.py install

Unit Tests

$ pip install nose
$ cd test
$ nosetests

Folders

  • docs – contains the documentation.

  • hp3parclient – the actual client.py library

  • test – unit tests

  • samples – some sample uses

Documentation

To view the built documentation point your browser to

python-3parclient/docs/_build/html/index.html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hp3parclient-1.0.0.tar.gz (17.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page