You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
Trying to create and apply server profiles that include OneView managed local SmartArray devices. Works from GUI but when applied from python script fails. I think the feature was added in OV5.0 which uses API version 1200 but when I put that in the config the SDK bombs. Had to back it down to 1000.
SDKs need to track with OV published releases, this is critical for customer automation development.
Environment Details
OneView SDK Version: 4.80
OneView Appliance Version: 5.00.00
OneView Client API Version: 1000 (want 1200)
Python Version: 3.7.6
Platform: Ubuntu 18.04.3
Steps to Reproduce
Try using API Client version 1200 :)
Expected Result
Script that just creates a profile from a template expected to have all features of the defined template
Actual Result
Created profile is missing features of the source template
I’m traveling right now but I can provide more details if needed but this should be pretty obvious.
The text was updated successfully, but these errors were encountered:
Thank you for showing interest on the status of the Status of OneView Python SDK Project.
OneView Python SDK project module is very much active.
We have been getting multiple requests from Customers & Partners for Python SDK module supporting OV 5.0 / API Version 1200. Development work prioritized for python SDK to support OV 5.0 / API Version 1200. As per the plan , tentatively Python SDK supporting OV 5.0/API Version 1200 will be released this month (December 2019).
Scenario/Intent
Trying to create and apply server profiles that include OneView managed local SmartArray devices. Works from GUI but when applied from python script fails. I think the feature was added in OV5.0 which uses API version 1200 but when I put that in the config the SDK bombs. Had to back it down to 1000.
SDKs need to track with OV published releases, this is critical for customer automation development.
Environment Details
Steps to Reproduce
Try using API Client version 1200 :)
Expected Result
Script that just creates a profile from a template expected to have all features of the defined template
Actual Result
Created profile is missing features of the source template
I’m traveling right now but I can provide more details if needed but this should be pretty obvious.
The text was updated successfully, but these errors were encountered: