{ "info": { "author": "Walter A. Boring IV", "author_email": "walter.boring@hp.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP" ], "description": "HP 3PAR REST Client\n===================\nThis is a Client library that can talk to the HP 3PAR Storage array. The 3PAR\nstorage array has a REST web service interface and a command line interface.\nThis client library implements a simple interface for talking with either\ninterface, as needed. The python Requests library is used to communicate\nwith the REST interface. The python paramiko library is used to communicate\nwith the command line interface over an SSH connection.\n\nRequirements\n============\nThis branch requires 3.1.3 version MU1 or later of the 3PAR firmware.\nFile Persona capabilities require 3PAR firmware 3.2.1 Build 46 or later.\n\nCapabilities\n============\n* Create Volume\n* Delete Volume\n* Get all Volumes\n* Get a Volume\n* Modify a Volume\n* Copy a Volume\n* Create a Volume Snapshot\n\n* Create CPG\n* Delete CPG\n* Get all CPGs\n* Get a CPG\n* Get a CPG's Available Space\n\n* Create a VLUN\n* Delete a VLUN\n* Get all VLUNs\n* Get a VLUN\n\n* Create a Host\n* Delete a Host\n* Get all Hosts\n* Get a Host\n* Get VLUNs for a Host\n* Find a Host\n\n* Find a Host Set for a Host\n* Get all Host Sets\n* Get a Host Set\n* Create a Host Set\n* Delete a Host Set\n* Modify a Host Set\n\n* Get all Ports\n* Get iSCSI Ports\n* Get FC Ports\n* Get IP Ports\n\n* Set Volume Metadata\n* Get Volume Metadata\n* Get All Volume Metadata\n* Find Volume Metadata\n* Remove Volume Metadata\n\n* Create a Volume Set\n* Delete a Volume Set\n* Modify a Volume Set\n* Get a Volume Set\n* Get all Volume Sets\n* Find one Volume Set containing a specified Volume\n* Find all Volume Sets containing a specified Volume\n\n* Create a QOS Rule\n* Modify a QOS Rule\n* Delete a QOS Rule\n* Set a QOS Rule\n* Query a QOS Rule\n* Query all QOS Rules\n\n* Get a Task\n* Get all Tasks\n\n* Get a Patch\n* Get all Patches\n\n* Get WSAPI Version\n* Get WSAPI Configuration Info\n* Get Storage System Info\n* Get Overall System Capacity\n\n* Stop Online Physical Copy\n* Query Online Physical Copy Status\n* Stop Offline Physical Copy\n\nFile Persona Capabilities\n=========================\n* Get File Services Info\n\n* Create a File Provisioning Group\n* Grow a File Provisioning Group\n* Get File Provisioning Group Info\n* Modify a File Provisioning Group\n* Remove a File Provisioning Group\n\n* Create a Virtual File Server\n* Get Virtual File Server Info\n* Modify a Virtual File Server\n* Remove a Virtual File Server\n\n* Assign an IP Address to a Virtual File Server\n* Get the Network Config of a Virtual File Server\n* Modify the Network Config of a Virtual File Server\n* Remove the Network Config of a Virtual File Server\n\n* Create a File Services User Group\n* Modify a File Services User Group\n* Remove a File Services User Group\n\n* Create a File Services User\n* Modify a File Services User\n* Remove a File Services User\n\n* Create a File Store\n* Get File Store Info\n* Modify a File Store\n* Remove a File Store\n\n* Create a File Share\n* Get File Share Info\n* Modify a File Share\n* Remove a File Share\n\n* Create a File Store Snapshot\n* Get File Store Snapshot Info\n* Remove a File Store Snapshot\n\n* Reclaim Space from Deleted File Store Snapshots\n* Get File Store Snapshot Reclamation Info\n* Stop or Pause a File Store Snapshot Reclamation Task\n\n* Set File Services Quotas\n* Get Files Services Quota Info\n\nInstallation\n============\n\nTo install::\n\n $ sudo pip install .\n\nUnit Tests\n==========\n\nTo run all unit tests::\n\n $ tox -e py27\n\nTo run a specific test::\n\n $ tox -e py27 -- test/file.py:class_name.test_method_name\n\nTo run all unit tests with code coverage::\n\n $ tox -e cover\n\nThe output of the coverage tests will be placed into the ``coverage`` dir.\n\n\nFolders\n=======\n\n* docs -- contains the documentation.\n* hp3parclient -- the actual client.py library\n* test -- unit tests\n* samples -- some sample uses\n\nDocumentation\n=============\n\nTo build the documentation::\n\n $ tox -e docs\n\nTo view the built documentation point your browser to::\n\n docs/html/index.html\n\n\nRunning Simulators\n==================\n\nThe unit tests should automatically start/stop the simulators. To start them\nmanually use the following commands. To stop them, use 'kill'. Starting them\nmanually before running unit tests also allows you to watch the debug output.\n\n* WSAPI::\n\n $ python test/HP3ParMockServer_flask.py -port 5001 -user -password -debug\n\n* SSH::\n\n $ python test/HP3ParMockServer_ssh.py [port]\n\n", "description_content_type": null, "docs_url": "https://pythonhosted.org/hp3parclient/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://packages.python.org/hp3parclient", "keywords": "hp,3par,rest", "license": "Apache License, Version 2.0", "maintainer": null, "maintainer_email": null, "name": "hp3parclient", "package_url": "https://pypi.org/project/hp3parclient/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hp3parclient/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://packages.python.org/hp3parclient" }, "release_url": "https://pypi.org/project/hp3parclient/3.3.2/", "requires_dist": null, "requires_python": null, "summary": "HP 3PAR HTTP REST Client", "version": "3.3.2" }, "last_serial": 2373774, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "439768db22afe378265575e6dad4edef", "sha256": "8f6adbd5f4b014bdfe0fa97fa0ed5f7b7880c3434d7f168d5cc2cffe4bc76a74" }, "downloads": -1, "filename": "hp3parclient-1.0.0.tar.gz", "has_sig": false, "md5_digest": "439768db22afe378265575e6dad4edef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17122, "upload_time": "2012-12-17T20:40:28", "url": "https://files.pythonhosted.org/packages/dd/95/adc2fec65c01b6fde07ed2988631f61d428cf28725ea23772d4ed3fe6edf/hp3parclient-1.0.0.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "52cdcb930eb0dc81d93689abe169c502", "sha256": "bab78a3fa14236d7884af52271fd91d08d51ec99b7e2d6c6fb477bfdfb9ef259" }, "downloads": -1, "filename": "hp3parclient-2.0.0.tar.gz", "has_sig": false, "md5_digest": "52cdcb930eb0dc81d93689abe169c502", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42167, "upload_time": "2013-08-21T00:14:25", "url": "https://files.pythonhosted.org/packages/86/e1/714530430812b92e9d599ed601fa263ca140473fd71c6240b62d6eca7b7e/hp3parclient-2.0.0.tar.gz" } ], "2.9.0": [ { "comment_text": "", "digests": { "md5": "7883a2c44505102727eb199d2cf196bb", "sha256": "1482e104dab9cc6afb72dc77ab9f5bdf8cc6e5f6bdc3234e7bed6d9330b77431" }, "downloads": -1, "filename": "hp3parclient-2.9.0.tar.gz", "has_sig": false, "md5_digest": "7883a2c44505102727eb199d2cf196bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31034, "upload_time": "2014-01-31T00:24:08", "url": "https://files.pythonhosted.org/packages/c3/ad/18d2853b6972be3f80411ff1a34ac811bf9dcc977b58a5fb59fb4030acd4/hp3parclient-2.9.0.tar.gz" } ], "2.9.1": [ { "comment_text": "", "digests": { "md5": "73b8f4f69adab74db17fe9b6a3b6b4f0", "sha256": "a301b187f65edce3df406cc24a0c512bfef14155b36c4e5d6d89c7dc09c2afca" }, "downloads": -1, "filename": "hp3parclient-2.9.1.tar.gz", "has_sig": false, "md5_digest": "73b8f4f69adab74db17fe9b6a3b6b4f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31059, "upload_time": "2014-01-31T18:37:36", "url": "https://files.pythonhosted.org/packages/bf/99/2d8b53dd0d46c3d352ce229bb056a9c19d7f296f67b0e879e73fed87c0ed/hp3parclient-2.9.1.tar.gz" } ], "2.9.2": [ { "comment_text": "", "digests": { "md5": "dc0e183110f74b350d2f396a2cc3b8f2", "sha256": "3fac696684554d34922871f56c119641a7c067a9be89013ef7e4452eb46c5273" }, "downloads": -1, "filename": "hp3parclient-2.9.2.tar.gz", "has_sig": false, "md5_digest": "dc0e183110f74b350d2f396a2cc3b8f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30702, "upload_time": "2014-02-03T18:09:31", "url": "https://files.pythonhosted.org/packages/70/81/8bc08c7e8cc4d8968e50ba744bf198734b3c7cf1699e5fc6fb54e4e8ef7c/hp3parclient-2.9.2.tar.gz" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "3f6ff3b91252efd9dca5c64e072fbd7c", "sha256": "1a3acbe86acf8f698dbda83ced88872fe118eab3a91ae22d6c0cb70d109b9cc5" }, "downloads": -1, "filename": "hp3parclient-3.0.0.tar.gz", "has_sig": false, "md5_digest": "3f6ff3b91252efd9dca5c64e072fbd7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40895, "upload_time": "2014-02-10T19:10:39", "url": "https://files.pythonhosted.org/packages/6a/c9/518ad1dbc6f7442b2a20d2d6d3cf4764fa0c36ff6a8c12cad3920b4a7339/hp3parclient-3.0.0.tar.gz" } ], "3.1.0": [ { "comment_text": "", "digests": { "md5": "6a3e25bd4dd47ae585a34ec807dfd6d6", "sha256": "a629fd967ef89fd6b7243198bea7264274dff39071149895aabd6782b93213c2" }, "downloads": -1, "filename": "hp3parclient-3.1.0.tar.gz", "has_sig": false, "md5_digest": "6a3e25bd4dd47ae585a34ec807dfd6d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39758, "upload_time": "2014-07-31T21:40:42", "url": "https://files.pythonhosted.org/packages/54/c9/1268554cd900d82151e152568aa0e8f381875c15274eafc0bf04483186af/hp3parclient-3.1.0.tar.gz" } ], "3.1.1": [ { "comment_text": "", "digests": { "md5": "82edf0125e8478b34c2391917218785c", "sha256": "25e5897e45ac34336e087000a9e6910cc81c331dde234aa88baaee20d90ff7a1" }, "downloads": -1, "filename": "hp3parclient-3.1.1.tar.gz", "has_sig": false, "md5_digest": "82edf0125e8478b34c2391917218785c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41218, "upload_time": "2014-09-18T21:23:56", "url": "https://files.pythonhosted.org/packages/7e/3b/d7fbeeedaf02557dbc30b55e777b6c7ac721a3ed34262032e0370fba092a/hp3parclient-3.1.1.tar.gz" } ], "3.1.2": [ { "comment_text": "", "digests": { "md5": "5999314abafebbacc0aa6c309de26885", "sha256": "35df89df7cdebda7360a17a872adc233e2782c51cf54a6dfb1f8c5664c949d1a" }, "downloads": -1, "filename": "hp3parclient-3.1.2.tar.gz", "has_sig": false, "md5_digest": "5999314abafebbacc0aa6c309de26885", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42417, "upload_time": "2014-11-14T18:40:40", "url": "https://files.pythonhosted.org/packages/7f/a8/1b90649ceade97da2335a17060a8e2a6fa9ece0cb44b2189c1f0ebb951fe/hp3parclient-3.1.2.tar.gz" } ], "3.1.3": [ { "comment_text": "", "digests": { "md5": "6eb8f319201bb8eca5b55ab2518d7844", "sha256": "d5363553c0dc157b711c80dd41d79fbccc792f49b7820ce515c4e05c229e66ac" }, "downloads": -1, "filename": "hp3parclient-3.1.3.tar.gz", "has_sig": false, "md5_digest": "6eb8f319201bb8eca5b55ab2518d7844", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42610, "upload_time": "2015-01-16T22:53:33", "url": "https://files.pythonhosted.org/packages/46/ff/a7b97ddea16b38f971bf55fd9680863f783cbb0817b935c43580a53edf9e/hp3parclient-3.1.3.tar.gz" } ], "3.2.0": [ { "comment_text": "", "digests": { "md5": "f4cc346281ae86c21b5f975cc3b4d759", "sha256": "83c0c00a5ba9fd5cecf6f32c6aea9d222e34abcb521548988b70ac8d062ec2f2" }, "downloads": -1, "filename": "hp3parclient-3.2.0.tar.gz", "has_sig": false, "md5_digest": "f4cc346281ae86c21b5f975cc3b4d759", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66344, "upload_time": "2015-02-26T00:57:42", "url": "https://files.pythonhosted.org/packages/c9/c3/9748e7269cb7f5ba3c2dc640c4052d944c564888df129f589fbb929fd385/hp3parclient-3.2.0.tar.gz" } ], "3.2.1": [ { "comment_text": "", "digests": { "md5": "16220a2c15849e090f783029dfca6257", "sha256": "987a911dc00012e2e33263d9db2bc2a3ffa7f67a1e7aa1345cbac4c304211814" }, "downloads": -1, "filename": "hp3parclient-3.2.1.tar.gz", "has_sig": false, "md5_digest": "16220a2c15849e090f783029dfca6257", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67153, "upload_time": "2015-05-15T22:59:19", "url": "https://files.pythonhosted.org/packages/51/3c/4d1f554569f83c956c64323d5b31aa51426b980578b4397fe2c432b79ad5/hp3parclient-3.2.1.tar.gz" } ], "3.2.2": [ { "comment_text": "", "digests": { "md5": "8b39db1c2f53e7f39e3f23a130eff8b0", "sha256": "6f0c76b4728a9cf27ec1de47ec019463adaabef448ede6784bb17bcfcbbb560d" }, "downloads": -1, "filename": "hp3parclient-3.2.2.tar.gz", "has_sig": false, "md5_digest": "8b39db1c2f53e7f39e3f23a130eff8b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72559, "upload_time": "2015-08-28T17:42:49", "url": "https://files.pythonhosted.org/packages/1a/a1/93a671797d0e8684827f2dc0af276d37d58a957f159f4dd98f8aa0d1425e/hp3parclient-3.2.2.tar.gz" } ], "3.3.0": [ { "comment_text": "", "digests": { "md5": "85fada371a58c712097032958335635f", "sha256": "afebd72fcc8bddd5d111e3681240ce2abe9759d388c9469bf1e0fee3a885a1df" }, "downloads": -1, "filename": "hp3parclient-3.3.0.tar.gz", "has_sig": false, "md5_digest": "85fada371a58c712097032958335635f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72652, "upload_time": "2015-10-05T20:45:19", "url": "https://files.pythonhosted.org/packages/da/ac/9138ca76cc47e4108cf1cc0d89bb6fe50df2e9fe0c646867ad4ad73ab613/hp3parclient-3.3.0.tar.gz" } ], "3.3.1": [ { "comment_text": "", "digests": { "md5": "6dec60ef480c9f8d2c3aac0854623cd5", "sha256": "8b777f30f611d07d437d85bafddb8021e2c6735a350bf8a4ae7102ddd892ff3f" }, "downloads": -1, "filename": "hp3parclient-3.3.1.tar.gz", "has_sig": false, "md5_digest": "6dec60ef480c9f8d2c3aac0854623cd5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73793, "upload_time": "2016-02-08T19:12:02", "url": "https://files.pythonhosted.org/packages/9d/58/cb4d11191da9644845ab0537cda53c33d1582a48aa5ba1e92d317b221a3f/hp3parclient-3.3.1.tar.gz" } ], "3.3.2": [ { "comment_text": "", "digests": { "md5": "3a22ae8183f261a1fb9a63e47480cdb3", "sha256": "4217bc378440397d0527c4dbc99f7fe3e9d5f9d0cbce165a1c2cca3e599b3d11" }, "downloads": -1, "filename": "hp3parclient-3.3.2.tar.gz", "has_sig": false, "md5_digest": "3a22ae8183f261a1fb9a63e47480cdb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94092, "upload_time": "2016-05-17T17:54:34", "url": "https://files.pythonhosted.org/packages/89/d1/9593368c70e89af4125ca989da6cba209872a05e5d4d58e75a2d6e397844/hp3parclient-3.3.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3a22ae8183f261a1fb9a63e47480cdb3", "sha256": "4217bc378440397d0527c4dbc99f7fe3e9d5f9d0cbce165a1c2cca3e599b3d11" }, "downloads": -1, "filename": "hp3parclient-3.3.2.tar.gz", "has_sig": false, "md5_digest": "3a22ae8183f261a1fb9a63e47480cdb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94092, "upload_time": "2016-05-17T17:54:34", "url": "https://files.pythonhosted.org/packages/89/d1/9593368c70e89af4125ca989da6cba209872a05e5d4d58e75a2d6e397844/hp3parclient-3.3.2.tar.gz" } ] }