hpeOneView 9.2.0__tar.gz → 9.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/PKG-INFO +8 -8
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/README.md +7 -7
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/__init__.py +1 -1
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView.egg-info/PKG-INFO +8 -8
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/setup.py +1 -1
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/LICENSE +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/connection.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/exceptions.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/oneview_client.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/__init__.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/activity/__init__.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/activity/alerts.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/activity/events.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/activity/tasks.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/data_services/__init__.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/data_services/metric_streaming.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/facilities/__init__.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/facilities/datacenters.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/facilities/power_devices.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/facilities/racks.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/fc_sans/__init__.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/fc_sans/endpoints.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/fc_sans/managed_sans.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/fc_sans/san_managers.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/fc_sans/san_providers.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/hypervisors/__init__.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/hypervisors/hypervisor_cluster_profiles.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/hypervisors/hypervisor_managers.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/__init__.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/connection_templates.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/ethernet_networks.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/fabrics.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/fc_networks.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/fcoe_networks.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/interconnect_link_topologies.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/interconnect_types.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/interconnects.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/internal_link_sets.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/logical_downlinks.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/logical_interconnect_groups.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/logical_interconnects.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/logical_switch_groups.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/logical_switches.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/network_sets.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/sas_interconnect_types.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/sas_interconnects.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/sas_logical_interconnect_groups.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/sas_logical_interconnects.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/switch_types.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/switches.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/uplink_sets.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/resource.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/search/__init__.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/search/index_resources.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/search/labels.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/security/__init__.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/security/certificate_authority.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/security/certificate_rabbitmq.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/security/certificates_server.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/security/login_details.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/security/roles.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/security/users.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/__init__.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/connections.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/enclosure_groups.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/enclosures.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/id_pools.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/id_pools_ipv4_ranges.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/id_pools_ipv4_subnets.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/id_pools_ranges.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/logical_enclosures.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/migratable_vc_domains.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/rack_manager.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/server_hardware.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/server_hardware_types.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/server_profile_templates.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/server_profiles.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/__init__.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_configuration_timeconfig.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_device_read_community.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_device_snmp_v1_trap_destinations.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_device_snmp_v3_trap_destinations.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_device_snmp_v3_users.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_health_status.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_network_interfaces.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_node_information.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_proxy_configuration.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_ssh_access.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_time_and_locale_configuration.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/backups.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/firmware_bundles.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/firmware_drivers.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/ha_nodes.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/licenses.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/repositories.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/restores.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/scopes.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/versions.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/__init__.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/drive_enclosures.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/sas_logical_jbod_attachments.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/sas_logical_jbods.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/storage_pools.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/storage_systems.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/storage_volume_attachments.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/storage_volume_templates.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/volumes.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/task_monitor.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/uncategorized/__init__.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/uncategorized/unmanaged_devices.py +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView.egg-info/SOURCES.txt +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView.egg-info/dependency_links.txt +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView.egg-info/requires.txt +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView.egg-info/top_level.txt +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/setup.cfg +0 -0
- {hpeoneview-9.2.0 → hpeoneview-9.3.0}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: hpeOneView
|
|
3
|
-
Version: 9.
|
|
3
|
+
Version: 9.3.0
|
|
4
4
|
Summary: HPE OneView Python Library
|
|
5
5
|
Home-page: https://github.com/HewlettPackard/oneview-python
|
|
6
6
|
Download-URL: https://github.com/HewlettPackard/oneview-python/tarball/v8.6.0
|
|
@@ -17,10 +17,10 @@ Requires-Dist: docutils<0.18
|
|
|
17
17
|
|
|
18
18
|
## Build Status
|
|
19
19
|
|
|
20
|
-
| OV Version | 9.20 | 9.10 | 9.00 | 8.90 |8.80 | 8.70 | 8.60 | 8.50 | 8.40 | 8.30 | 8.20 | 8.10 | 8.00 | 7.20 | 7.10 | 7.00 | 6.60 | 6.50 | 6.40 | 6.30 | 6.20 | 6.10 | 6.00 | 5.60 |
|
|
21
|
-
| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |------------- | ------------- | ------------- | ------------- | ------------- | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |----------------------------------------------------------------------------: |----------------------------------------------------------------------------: |---------------------------------------------------------------------------: |---------------------------------------------------------------------------: |
|
|
22
|
-
| SDK Version/Tag |[v.9.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.2.0)|[v.9.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.1.0)|[v.9.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.0.0)|[v8.9.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.9.0)|[v8.8.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.8.0)|[v8.7.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.7.0)|[v8.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/8.6.0)|[v8.5.1](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.5.1)|[v8.4.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.4.0)|[v8.3.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.3.0)|[v8.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.2.0)|[v8.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.1.0)|[v8.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.0.0)|[v7.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v7.2.0)|[v7.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v7.1.0)| [v7.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v7.0.0) | [v6.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.6.0) | [v6.5.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.5.0) | [v6.4.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.4.0) | [v6.3.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.3.0) | [v6.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.2.0) | [v6.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.1.0) | [v6.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.0.0) | [v5.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v5.6.0) |
|
|
23
|
-
| Build Status |[](https://github.com/HewlettPackard/oneview-python/actions/runs/11433142032)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/9691703512)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/8781715851) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/8137922616) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/7421375670) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/5851838948) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/5332199086) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/4800354967) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/4371621558) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/3626826357)| [](https://github.com/HewlettPackard/oneview-python/actions/runs/3006374044) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/2675986741) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/2376290875) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/1967921808) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/1658469670) | [](https://github.com/HewlettPackard/oneview-python/runs/4236699714) | [](https://github.com/HewlettPackard/oneview-python/runs/3524286157) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/986745563) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/726148134) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/623585124) | [](https://travis-ci.com/github/HewlettPackard/oneview-python/builds/214352373) |
|
|
20
|
+
| OV Version | 9.30 | 9.20 | 9.10 | 9.00 | 8.90 |8.80 | 8.70 | 8.60 | 8.50 | 8.40 | 8.30 | 8.20 | 8.10 | 8.00 | 7.20 | 7.10 | 7.00 | 6.60 | 6.50 | 6.40 | 6.30 | 6.20 | 6.10 | 6.00 | 5.60 |
|
|
21
|
+
| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |------------- | ------------- | ------------- | ------------- | ------------- | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |----------------------------------------------------------------------------: |----------------------------------------------------------------------------: |---------------------------------------------------------------------------: |---------------------------------------------------------------------------: |---------------------------------------------------------------------------: |
|
|
22
|
+
| SDK Version/Tag |[v.9.3.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.3.0)|[v.9.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.2.0)|[v.9.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.1.0)|[v.9.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.0.0)|[v8.9.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.9.0)|[v8.8.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.8.0)|[v8.7.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.7.0)|[v8.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/8.6.0)|[v8.5.1](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.5.1)|[v8.4.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.4.0)|[v8.3.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.3.0)|[v8.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.2.0)|[v8.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.1.0)|[v8.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.0.0)|[v7.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v7.2.0)|[v7.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v7.1.0)| [v7.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v7.0.0) | [v6.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.6.0) | [v6.5.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.5.0) | [v6.4.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.4.0) | [v6.3.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.3.0) | [v6.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.2.0) | [v6.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.1.0) | [v6.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.0.0) | [v5.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v5.6.0) |
|
|
23
|
+
| Build Status |[](https://github.com/HewlettPackard/oneview-python/actions/runs/12366754318)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/11433142032)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/9691703512)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/8781715851) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/8137922616) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/7421375670) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/5851838948) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/5332199086) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/4800354967) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/4371621558) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/3626826357)| [](https://github.com/HewlettPackard/oneview-python/actions/runs/3006374044) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/2675986741) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/2376290875) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/1967921808) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/1658469670) | [](https://github.com/HewlettPackard/oneview-python/runs/4236699714) | [](https://github.com/HewlettPackard/oneview-python/runs/3524286157) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/986745563) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/726148134) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/623585124) | [](https://travis-ci.com/github/HewlettPackard/oneview-python/builds/214352373) |
|
|
24
24
|
|
|
25
25
|
## Introduction
|
|
26
26
|
|
|
@@ -37,7 +37,7 @@ Latest version of the OneView Python [SDK Documentation](https://hewlettpackard.
|
|
|
37
37
|
|
|
38
38
|
## What's New
|
|
39
39
|
|
|
40
|
-
HPE OneView Python library extends support of the SDK to OneView REST API version
|
|
40
|
+
HPE OneView Python library extends support of the SDK to OneView REST API version 7200 (OneView v9.30)
|
|
41
41
|
### Migration script
|
|
42
42
|
Perform migration from HPE OneView 6.x to HPE OneView 7.0 for non-Synergy appliance using below script.
|
|
43
43
|
```bash
|
|
@@ -112,13 +112,13 @@ HPE OneView SDK for Python can be installed from Source,Pypi and Docker containe
|
|
|
112
112
|
Download and store a local copy of hpe-oneview-sdk-for-python and use it as a Docker image. <br />
|
|
113
113
|
```bash
|
|
114
114
|
|
|
115
|
-
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v9.
|
|
115
|
+
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v9.3.0-OV9.3
|
|
116
116
|
```
|
|
117
117
|
|
|
118
118
|
Run docker commands and this will in turn create sh session where you can create files, issue commands and execute the tests <br />
|
|
119
119
|
```bash
|
|
120
120
|
|
|
121
|
-
$ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v9.
|
|
121
|
+
$ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v9.3.0-OV9.3 /bin/sh
|
|
122
122
|
|
|
123
123
|
```
|
|
124
124
|
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## Build Status
|
|
4
4
|
|
|
5
|
-
| OV Version | 9.20 | 9.10 | 9.00 | 8.90 |8.80 | 8.70 | 8.60 | 8.50 | 8.40 | 8.30 | 8.20 | 8.10 | 8.00 | 7.20 | 7.10 | 7.00 | 6.60 | 6.50 | 6.40 | 6.30 | 6.20 | 6.10 | 6.00 | 5.60 |
|
|
6
|
-
| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |------------- | ------------- | ------------- | ------------- | ------------- | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |----------------------------------------------------------------------------: |----------------------------------------------------------------------------: |---------------------------------------------------------------------------: |---------------------------------------------------------------------------: |
|
|
7
|
-
| SDK Version/Tag |[v.9.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.2.0)|[v.9.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.1.0)|[v.9.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.0.0)|[v8.9.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.9.0)|[v8.8.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.8.0)|[v8.7.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.7.0)|[v8.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/8.6.0)|[v8.5.1](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.5.1)|[v8.4.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.4.0)|[v8.3.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.3.0)|[v8.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.2.0)|[v8.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.1.0)|[v8.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.0.0)|[v7.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v7.2.0)|[v7.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v7.1.0)| [v7.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v7.0.0) | [v6.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.6.0) | [v6.5.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.5.0) | [v6.4.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.4.0) | [v6.3.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.3.0) | [v6.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.2.0) | [v6.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.1.0) | [v6.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.0.0) | [v5.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v5.6.0) |
|
|
8
|
-
| Build Status |[](https://github.com/HewlettPackard/oneview-python/actions/runs/11433142032)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/9691703512)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/8781715851) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/8137922616) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/7421375670) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/5851838948) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/5332199086) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/4800354967) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/4371621558) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/3626826357)| [](https://github.com/HewlettPackard/oneview-python/actions/runs/3006374044) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/2675986741) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/2376290875) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/1967921808) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/1658469670) | [](https://github.com/HewlettPackard/oneview-python/runs/4236699714) | [](https://github.com/HewlettPackard/oneview-python/runs/3524286157) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/986745563) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/726148134) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/623585124) | [](https://travis-ci.com/github/HewlettPackard/oneview-python/builds/214352373) |
|
|
5
|
+
| OV Version | 9.30 | 9.20 | 9.10 | 9.00 | 8.90 |8.80 | 8.70 | 8.60 | 8.50 | 8.40 | 8.30 | 8.20 | 8.10 | 8.00 | 7.20 | 7.10 | 7.00 | 6.60 | 6.50 | 6.40 | 6.30 | 6.20 | 6.10 | 6.00 | 5.60 |
|
|
6
|
+
| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |------------- | ------------- | ------------- | ------------- | ------------- | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |----------------------------------------------------------------------------: |----------------------------------------------------------------------------: |---------------------------------------------------------------------------: |---------------------------------------------------------------------------: |---------------------------------------------------------------------------: |
|
|
7
|
+
| SDK Version/Tag |[v.9.3.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.3.0)|[v.9.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.2.0)|[v.9.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.1.0)|[v.9.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.0.0)|[v8.9.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.9.0)|[v8.8.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.8.0)|[v8.7.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.7.0)|[v8.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/8.6.0)|[v8.5.1](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.5.1)|[v8.4.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.4.0)|[v8.3.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.3.0)|[v8.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.2.0)|[v8.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.1.0)|[v8.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.0.0)|[v7.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v7.2.0)|[v7.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v7.1.0)| [v7.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v7.0.0) | [v6.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.6.0) | [v6.5.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.5.0) | [v6.4.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.4.0) | [v6.3.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.3.0) | [v6.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.2.0) | [v6.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.1.0) | [v6.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.0.0) | [v5.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v5.6.0) |
|
|
8
|
+
| Build Status |[](https://github.com/HewlettPackard/oneview-python/actions/runs/12366754318)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/11433142032)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/9691703512)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/8781715851) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/8137922616) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/7421375670) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/5851838948) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/5332199086) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/4800354967) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/4371621558) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/3626826357)| [](https://github.com/HewlettPackard/oneview-python/actions/runs/3006374044) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/2675986741) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/2376290875) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/1967921808) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/1658469670) | [](https://github.com/HewlettPackard/oneview-python/runs/4236699714) | [](https://github.com/HewlettPackard/oneview-python/runs/3524286157) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/986745563) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/726148134) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/623585124) | [](https://travis-ci.com/github/HewlettPackard/oneview-python/builds/214352373) |
|
|
9
9
|
|
|
10
10
|
## Introduction
|
|
11
11
|
|
|
@@ -22,7 +22,7 @@ Latest version of the OneView Python [SDK Documentation](https://hewlettpackard.
|
|
|
22
22
|
|
|
23
23
|
## What's New
|
|
24
24
|
|
|
25
|
-
HPE OneView Python library extends support of the SDK to OneView REST API version
|
|
25
|
+
HPE OneView Python library extends support of the SDK to OneView REST API version 7200 (OneView v9.30)
|
|
26
26
|
### Migration script
|
|
27
27
|
Perform migration from HPE OneView 6.x to HPE OneView 7.0 for non-Synergy appliance using below script.
|
|
28
28
|
```bash
|
|
@@ -97,13 +97,13 @@ HPE OneView SDK for Python can be installed from Source,Pypi and Docker containe
|
|
|
97
97
|
Download and store a local copy of hpe-oneview-sdk-for-python and use it as a Docker image. <br />
|
|
98
98
|
```bash
|
|
99
99
|
|
|
100
|
-
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v9.
|
|
100
|
+
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v9.3.0-OV9.3
|
|
101
101
|
```
|
|
102
102
|
|
|
103
103
|
Run docker commands and this will in turn create sh session where you can create files, issue commands and execute the tests <br />
|
|
104
104
|
```bash
|
|
105
105
|
|
|
106
|
-
$ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v9.
|
|
106
|
+
$ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v9.3.0-OV9.3 /bin/sh
|
|
107
107
|
|
|
108
108
|
```
|
|
109
109
|
|
|
@@ -14,7 +14,7 @@ from future import standard_library
|
|
|
14
14
|
standard_library.install_aliases()
|
|
15
15
|
|
|
16
16
|
__title__ = 'hpeOneView'
|
|
17
|
-
__version__ = '9.
|
|
17
|
+
__version__ = '9.3.0'
|
|
18
18
|
__copyright__ = '(C) Copyright (2012-2024) Hewlett Packard Enterprise Development LP'
|
|
19
19
|
__license__ = 'Apache'
|
|
20
20
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: hpeOneView
|
|
3
|
-
Version: 9.
|
|
3
|
+
Version: 9.3.0
|
|
4
4
|
Summary: HPE OneView Python Library
|
|
5
5
|
Home-page: https://github.com/HewlettPackard/oneview-python
|
|
6
6
|
Download-URL: https://github.com/HewlettPackard/oneview-python/tarball/v8.6.0
|
|
@@ -17,10 +17,10 @@ Requires-Dist: docutils<0.18
|
|
|
17
17
|
|
|
18
18
|
## Build Status
|
|
19
19
|
|
|
20
|
-
| OV Version | 9.20 | 9.10 | 9.00 | 8.90 |8.80 | 8.70 | 8.60 | 8.50 | 8.40 | 8.30 | 8.20 | 8.10 | 8.00 | 7.20 | 7.10 | 7.00 | 6.60 | 6.50 | 6.40 | 6.30 | 6.20 | 6.10 | 6.00 | 5.60 |
|
|
21
|
-
| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |------------- | ------------- | ------------- | ------------- | ------------- | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |----------------------------------------------------------------------------: |----------------------------------------------------------------------------: |---------------------------------------------------------------------------: |---------------------------------------------------------------------------: |
|
|
22
|
-
| SDK Version/Tag |[v.9.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.2.0)|[v.9.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.1.0)|[v.9.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.0.0)|[v8.9.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.9.0)|[v8.8.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.8.0)|[v8.7.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.7.0)|[v8.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/8.6.0)|[v8.5.1](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.5.1)|[v8.4.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.4.0)|[v8.3.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.3.0)|[v8.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.2.0)|[v8.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.1.0)|[v8.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.0.0)|[v7.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v7.2.0)|[v7.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v7.1.0)| [v7.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v7.0.0) | [v6.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.6.0) | [v6.5.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.5.0) | [v6.4.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.4.0) | [v6.3.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.3.0) | [v6.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.2.0) | [v6.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.1.0) | [v6.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.0.0) | [v5.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v5.6.0) |
|
|
23
|
-
| Build Status |[](https://github.com/HewlettPackard/oneview-python/actions/runs/11433142032)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/9691703512)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/8781715851) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/8137922616) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/7421375670) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/5851838948) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/5332199086) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/4800354967) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/4371621558) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/3626826357)| [](https://github.com/HewlettPackard/oneview-python/actions/runs/3006374044) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/2675986741) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/2376290875) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/1967921808) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/1658469670) | [](https://github.com/HewlettPackard/oneview-python/runs/4236699714) | [](https://github.com/HewlettPackard/oneview-python/runs/3524286157) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/986745563) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/726148134) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/623585124) | [](https://travis-ci.com/github/HewlettPackard/oneview-python/builds/214352373) |
|
|
20
|
+
| OV Version | 9.30 | 9.20 | 9.10 | 9.00 | 8.90 |8.80 | 8.70 | 8.60 | 8.50 | 8.40 | 8.30 | 8.20 | 8.10 | 8.00 | 7.20 | 7.10 | 7.00 | 6.60 | 6.50 | 6.40 | 6.30 | 6.20 | 6.10 | 6.00 | 5.60 |
|
|
21
|
+
| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |------------- | ------------- | ------------- | ------------- | ------------- | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |----------------------------------------------------------------------------: |----------------------------------------------------------------------------: |---------------------------------------------------------------------------: |---------------------------------------------------------------------------: |---------------------------------------------------------------------------: |
|
|
22
|
+
| SDK Version/Tag |[v.9.3.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.3.0)|[v.9.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.2.0)|[v.9.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.1.0)|[v.9.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v.9.0.0)|[v8.9.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.9.0)|[v8.8.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.8.0)|[v8.7.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.7.0)|[v8.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/8.6.0)|[v8.5.1](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.5.1)|[v8.4.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.4.0)|[v8.3.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.3.0)|[v8.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.2.0)|[v8.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.1.0)|[v8.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v8.0.0)|[v7.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v7.2.0)|[v7.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v7.1.0)| [v7.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v7.0.0) | [v6.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.6.0) | [v6.5.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.5.0) | [v6.4.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.4.0) | [v6.3.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.3.0) | [v6.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.2.0) | [v6.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.1.0) | [v6.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.0.0) | [v5.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v5.6.0) |
|
|
23
|
+
| Build Status |[](https://github.com/HewlettPackard/oneview-python/actions/runs/12366754318)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/11433142032)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/9691703512)|[](https://github.com/HewlettPackard/oneview-python/actions/runs/8781715851) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/8137922616) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/7421375670) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/5851838948) |[](https://github.com/HewlettPackard/oneview-python/actions/runs/5332199086) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/4800354967) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/4371621558) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/3626826357)| [](https://github.com/HewlettPackard/oneview-python/actions/runs/3006374044) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/2675986741) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/2376290875) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/1967921808) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/1658469670) | [](https://github.com/HewlettPackard/oneview-python/runs/4236699714) | [](https://github.com/HewlettPackard/oneview-python/runs/3524286157) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/986745563) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/726148134) | [](https://github.com/HewlettPackard/oneview-python/actions/runs/623585124) | [](https://travis-ci.com/github/HewlettPackard/oneview-python/builds/214352373) |
|
|
24
24
|
|
|
25
25
|
## Introduction
|
|
26
26
|
|
|
@@ -37,7 +37,7 @@ Latest version of the OneView Python [SDK Documentation](https://hewlettpackard.
|
|
|
37
37
|
|
|
38
38
|
## What's New
|
|
39
39
|
|
|
40
|
-
HPE OneView Python library extends support of the SDK to OneView REST API version
|
|
40
|
+
HPE OneView Python library extends support of the SDK to OneView REST API version 7200 (OneView v9.30)
|
|
41
41
|
### Migration script
|
|
42
42
|
Perform migration from HPE OneView 6.x to HPE OneView 7.0 for non-Synergy appliance using below script.
|
|
43
43
|
```bash
|
|
@@ -112,13 +112,13 @@ HPE OneView SDK for Python can be installed from Source,Pypi and Docker containe
|
|
|
112
112
|
Download and store a local copy of hpe-oneview-sdk-for-python and use it as a Docker image. <br />
|
|
113
113
|
```bash
|
|
114
114
|
|
|
115
|
-
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v9.
|
|
115
|
+
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v9.3.0-OV9.3
|
|
116
116
|
```
|
|
117
117
|
|
|
118
118
|
Run docker commands and this will in turn create sh session where you can create files, issue commands and execute the tests <br />
|
|
119
119
|
```bash
|
|
120
120
|
|
|
121
|
-
$ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v9.
|
|
121
|
+
$ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v9.3.0-OV9.3 /bin/sh
|
|
122
122
|
|
|
123
123
|
```
|
|
124
124
|
|
|
@@ -20,7 +20,7 @@ from setuptools import find_packages
|
|
|
20
20
|
from setuptools import setup
|
|
21
21
|
|
|
22
22
|
setup(name='hpeOneView',
|
|
23
|
-
version='9.
|
|
23
|
+
version='9.3.0',
|
|
24
24
|
description='HPE OneView Python Library',
|
|
25
25
|
url='https://github.com/HewlettPackard/oneview-python',
|
|
26
26
|
download_url="https://github.com/HewlettPackard/oneview-python/tarball/v8.6.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/data_services/metric_streaming.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/hypervisors/hypervisor_managers.py
RENAMED
|
File without changes
|
|
File without changes
|
{hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/connection_templates.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/logical_interconnect_groups.py
RENAMED
|
File without changes
|
{hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/logical_interconnects.py
RENAMED
|
File without changes
|
{hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/logical_switch_groups.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/sas_interconnect_types.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/sas_logical_interconnects.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/security/certificate_authority.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/server_profile_templates.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_health_status.py
RENAMED
|
File without changes
|
{hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_network_interfaces.py
RENAMED
|
File without changes
|
{hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_node_information.py
RENAMED
|
File without changes
|
{hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_proxy_configuration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/sas_logical_jbod_attachments.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/storage_volume_attachments.py
RENAMED
|
File without changes
|
{hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/storage_volume_templates.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/uncategorized/unmanaged_devices.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|