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.
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'])
do not work
The text was updated successfully, but these errors were encountered:
@DungKHoang , get_by_name and get_by_uri methods are implemented in SDK version 5.0.0-beta its not available with SDK version 4.8, I think you got confused with the SDK versions.
Use get_by method with filed and value parameters, If you want the same functionality in SDK version 4.8.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: