python-hpOneView
python-hpOneView copied to clipboard
DEPRECATED - no longer actively maintained. New repository: https://github.com/HewlettPackard/oneview-python
### Scenario/Intent Trying to create and apply server profiles that include OneView managed local SmartArray devices. Works from GUI but when applied from python script fails. I think the feature...
When will we have a OV 4.20 compatible release? The POSH-HPOneView has frequent updates including 4.20 release 13 days ago, but python-hpOneView latest release was 9 month ago... Will it...
### Description Adds additional custom headers' support for firmware bundles introduced in api600. ### Check List - [X] New functionality includes testing. - [X] All tests pass for Python 2.7+...
id_pools_vmac_ranges and id_pools_WWNN_ranges and id_pools_sn_ranges do not have a get_all function
### Scenario/Intent Query ranges ### Environment Details - **OneView SDK Version:** 4.80 - **OneView Appliance Version:** 4.20 - **OneView Client API Version:** 800 - **Python Version:** 3.7 - **Platform:** [Ubuntu...
### Scenario/Intent Retrieve interconnect statistics at 5min collection intervals (Traffic, error data etc. for all interconnect uplinks and downlinks). Each interconnect takes between 6-12 seconds to return its statistics which...
### Scenario/Intent I want to extract an artifact bundle using the function extract_bundle https://github.com/HewlettPackard/python-hpOneView/blob/master/hpOneView/image_streamer/resources/artifact_bundles.py#L265 ### Environment Details - **OneView SDK Version:** 3.3.0 - **OneView Appliance Version:** 3.10.02-0298793 - **OneView Client...
### Scenario/Intent When calling backups.update_remote_archive, the task runs to completion normally and is successful, but following the task termination, task_monitor.py attempts to perform a get on the remote backup resource....
### Scenario/Intent When attempting to deploy the default artifact bundles included with the I3S image, the task does not complete and the bundle extraction does not make the artifacts available...
### Scenario/Intent Is it possible to find Fans failure,Array Controller failure,Smart Storage Battery Status low or dead, Hard drive degraded or dead by api calls. ### Environment Details - **OneView...
### Scenario/Intent I'm trying to get OneView Appliance Version as indicated in [this blog post](https://developer.hpe.com/blog/hpe-oneview-api-version). As per [documentation](http://h17007.www1.hpe.com/docs/enterprise/servers/oneview4.1/cic-api/en/index.html#rest/version) OneView version should be accessible without a login sessions (or login credential),...