kmullican
kmullican
This has been resolved by using the following combination of steps: First, create a new profile from the template, which will be unassigned new_profile = oneview_client.server_profile_templates.get_new_profile(TEMPLATE_URI) Now update the serverHardwareUri,...
I'd like to make a suggestion that oneview_client.server_profile_templates.get_new_profile should perhaps be renamed to oneview_client.server_profile_templates.create_new_profile? The verbage "get" is not intuitive since this is actually used to "create" a new profile...
@fgbulsoni yes, true, thx. It's a "get in preparation to create", lol. would it be best for me to close this issue since it has been resolved? just wanted to...