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
OneView Appliance Version: [Version of the OneView appliance you're interacting with]
OneView Client API Version: 800
Actual Result
Line 57 in example:
server = server_hardwares.get_by_name(server_name)
Line 79 in example:
server_byId = server_hardwares.get_by_uri(server.data['uri'])
Scenario/Intent
Use example server_hardware.py. Function
-get_by_name
Environment Details
Actual Result
Line 57 in example:
server = server_hardwares.get_by_name(server_name)
Line 79 in example:
server_byId = server_hardwares.get_by_uri(server.data['uri'])
do not work