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.
Files changed (116) hide show
  1. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/PKG-INFO +8 -8
  2. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/README.md +7 -7
  3. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/__init__.py +1 -1
  4. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView.egg-info/PKG-INFO +8 -8
  5. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/setup.py +1 -1
  6. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/LICENSE +0 -0
  7. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/connection.py +0 -0
  8. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/exceptions.py +0 -0
  9. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/oneview_client.py +0 -0
  10. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/__init__.py +0 -0
  11. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/activity/__init__.py +0 -0
  12. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/activity/alerts.py +0 -0
  13. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/activity/events.py +0 -0
  14. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/activity/tasks.py +0 -0
  15. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/data_services/__init__.py +0 -0
  16. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/data_services/metric_streaming.py +0 -0
  17. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/facilities/__init__.py +0 -0
  18. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/facilities/datacenters.py +0 -0
  19. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/facilities/power_devices.py +0 -0
  20. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/facilities/racks.py +0 -0
  21. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/fc_sans/__init__.py +0 -0
  22. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/fc_sans/endpoints.py +0 -0
  23. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/fc_sans/managed_sans.py +0 -0
  24. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/fc_sans/san_managers.py +0 -0
  25. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/fc_sans/san_providers.py +0 -0
  26. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/hypervisors/__init__.py +0 -0
  27. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/hypervisors/hypervisor_cluster_profiles.py +0 -0
  28. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/hypervisors/hypervisor_managers.py +0 -0
  29. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/__init__.py +0 -0
  30. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/connection_templates.py +0 -0
  31. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/ethernet_networks.py +0 -0
  32. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/fabrics.py +0 -0
  33. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/fc_networks.py +0 -0
  34. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/fcoe_networks.py +0 -0
  35. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/interconnect_link_topologies.py +0 -0
  36. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/interconnect_types.py +0 -0
  37. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/interconnects.py +0 -0
  38. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/internal_link_sets.py +0 -0
  39. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/logical_downlinks.py +0 -0
  40. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/logical_interconnect_groups.py +0 -0
  41. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/logical_interconnects.py +0 -0
  42. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/logical_switch_groups.py +0 -0
  43. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/logical_switches.py +0 -0
  44. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/network_sets.py +0 -0
  45. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/sas_interconnect_types.py +0 -0
  46. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/sas_interconnects.py +0 -0
  47. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/sas_logical_interconnect_groups.py +0 -0
  48. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/sas_logical_interconnects.py +0 -0
  49. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/switch_types.py +0 -0
  50. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/switches.py +0 -0
  51. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/networking/uplink_sets.py +0 -0
  52. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/resource.py +0 -0
  53. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/search/__init__.py +0 -0
  54. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/search/index_resources.py +0 -0
  55. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/search/labels.py +0 -0
  56. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/security/__init__.py +0 -0
  57. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/security/certificate_authority.py +0 -0
  58. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/security/certificate_rabbitmq.py +0 -0
  59. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/security/certificates_server.py +0 -0
  60. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/security/login_details.py +0 -0
  61. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/security/roles.py +0 -0
  62. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/security/users.py +0 -0
  63. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/__init__.py +0 -0
  64. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/connections.py +0 -0
  65. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/enclosure_groups.py +0 -0
  66. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/enclosures.py +0 -0
  67. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/id_pools.py +0 -0
  68. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/id_pools_ipv4_ranges.py +0 -0
  69. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/id_pools_ipv4_subnets.py +0 -0
  70. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/id_pools_ranges.py +0 -0
  71. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/logical_enclosures.py +0 -0
  72. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/migratable_vc_domains.py +0 -0
  73. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/rack_manager.py +0 -0
  74. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/server_hardware.py +0 -0
  75. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/server_hardware_types.py +0 -0
  76. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/server_profile_templates.py +0 -0
  77. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/servers/server_profiles.py +0 -0
  78. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/__init__.py +0 -0
  79. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_configuration_timeconfig.py +0 -0
  80. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_device_read_community.py +0 -0
  81. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_device_snmp_v1_trap_destinations.py +0 -0
  82. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_device_snmp_v3_trap_destinations.py +0 -0
  83. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_device_snmp_v3_users.py +0 -0
  84. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_health_status.py +0 -0
  85. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_network_interfaces.py +0 -0
  86. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_node_information.py +0 -0
  87. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_proxy_configuration.py +0 -0
  88. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_ssh_access.py +0 -0
  89. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/appliance_time_and_locale_configuration.py +0 -0
  90. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/backups.py +0 -0
  91. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/firmware_bundles.py +0 -0
  92. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/firmware_drivers.py +0 -0
  93. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/ha_nodes.py +0 -0
  94. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/licenses.py +0 -0
  95. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/repositories.py +0 -0
  96. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/restores.py +0 -0
  97. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/scopes.py +0 -0
  98. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/settings/versions.py +0 -0
  99. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/__init__.py +0 -0
  100. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/drive_enclosures.py +0 -0
  101. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/sas_logical_jbod_attachments.py +0 -0
  102. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/sas_logical_jbods.py +0 -0
  103. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/storage_pools.py +0 -0
  104. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/storage_systems.py +0 -0
  105. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/storage_volume_attachments.py +0 -0
  106. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/storage_volume_templates.py +0 -0
  107. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/storage/volumes.py +0 -0
  108. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/task_monitor.py +0 -0
  109. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/uncategorized/__init__.py +0 -0
  110. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView/resources/uncategorized/unmanaged_devices.py +0 -0
  111. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView.egg-info/SOURCES.txt +0 -0
  112. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView.egg-info/dependency_links.txt +0 -0
  113. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView.egg-info/requires.txt +0 -0
  114. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/hpeOneView.egg-info/top_level.txt +0 -0
  115. {hpeoneview-9.2.0 → hpeoneview-9.3.0}/setup.cfg +0 -0
  116. {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.2.0
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 |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/11433142032)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/9691703512)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/8781715851) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/8137922616) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/7421375670) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/5851838948) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/5332199086) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/4800354967) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/4371621558) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/3626826357)| [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/3006374044) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/2675986741) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/2376290875) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/1967921808) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/1658469670) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/runs/4236699714) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/runs/3524286157) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/986745563) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/726148134) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/623585124) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](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 |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/12366754318)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/11433142032)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/9691703512)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/8781715851) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/8137922616) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/7421375670) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/5851838948) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/5332199086) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/4800354967) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/4371621558) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/3626826357)| [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/3006374044) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/2675986741) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/2376290875) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/1967921808) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/1658469670) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/runs/4236699714) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/runs/3524286157) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/986745563) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/726148134) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/623585124) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](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 7000 (OneView v9.20)
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.2.0-OV9.2
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.2.0-OV9.2 /bin/sh
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 |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/11433142032)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/9691703512)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/8781715851) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/8137922616) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/7421375670) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/5851838948) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/5332199086) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/4800354967) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/4371621558) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/3626826357)| [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/3006374044) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/2675986741) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/2376290875) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/1967921808) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/1658469670) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/runs/4236699714) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/runs/3524286157) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/986745563) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/726148134) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/623585124) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](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 |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/12366754318)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/11433142032)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/9691703512)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/8781715851) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/8137922616) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/7421375670) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/5851838948) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/5332199086) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/4800354967) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/4371621558) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/3626826357)| [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/3006374044) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/2675986741) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/2376290875) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/1967921808) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/1658469670) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/runs/4236699714) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/runs/3524286157) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/986745563) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/726148134) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/623585124) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](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 7000 (OneView v9.20)
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.2.0-OV9.2
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.2.0-OV9.2 /bin/sh
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.2.0'
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.2.0
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 |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/11433142032)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/9691703512)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/8781715851) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/8137922616) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/7421375670) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/5851838948) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/5332199086) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/4800354967) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/4371621558) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/3626826357)| [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/3006374044) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/2675986741) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/2376290875) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/1967921808) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/1658469670) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/runs/4236699714) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/runs/3524286157) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/986745563) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/726148134) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/623585124) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](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 |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/12366754318)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/11433142032)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/10627009175)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/9691703512)|[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/8781715851) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/8137922616) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/7421375670) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/5851838948) |[![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/5332199086) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/4800354967) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/4371621558) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/3626826357)| [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/3006374044) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/2675986741) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/2376290875) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/1967921808) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/1658469670) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/runs/4236699714) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/runs/3524286157) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/986745563) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/726148134) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/623585124) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](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 7000 (OneView v9.20)
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.2.0-OV9.2
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.2.0-OV9.2 /bin/sh
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.2.0',
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