DungKHoang
DungKHoang
id_pools_vmac_ranges and id_pools_WWNN_ranges and id_pools_sn_ranges do not have a get_all function
### Scenario/Intent Query ranges ### Environment Details - **OneView SDK Version:** 4.80 - **OneView Appliance Version:** 4.20 - **OneView Client API Version:** 800 - **Python Version:** 3.7 - **Platform:** [Ubuntu...
### Scenario/Intent Use the examples provided but it does not work Please ensure that there is consistency in the SDK for naming functions. some resources have function get_by('name'.... Other have...
### Scenario/Intent Use example server_hardware.py. Function - get_by_uri -get_by_name ### Environment Details - **OneView SDK Version:**4.80 - **OneView Appliance Version:** [Version of the OneView appliance you're interacting with] - **OneView...
I have this ansible playbook to get lldp information and I'd like to retrieve the mac_addr of a lldp neighbor Here is the code: - hosts: all roles: - role:...
### Expected Behavior Add SPP to Synergy OneView firmware bundle ### Actual Behavior Error with cmdlet ### Steps to reproduce Add-OVBaseline -file SPP..... ``` ### Version Information HPE OneView PowerShell...
### Expected Behavior There are several errors in the PowerShell script generated by the cmdlet Convertto-OVPowerShellscript for a LIG with VC 100Gb F32 module 1. Incorrect Module Type : **$fabricModuleType...
The convertto-OVpowershellscript generates incorrect instructions for UpLinkSet configuration in a LIG **$uplinkType = "Ethernet"** even though we specify an uplinkset of type **"Tunnel"** in the GUI ### Version Information HPE...
The convertto-OVpowershellscript generates incorrect instructions for SNMP configuration in a LIG Here is the line generated: $snmpConfig = New-OVSnmpConfiguration -ReadCommunity $readCommunity **-snmpConsistencyChecking $snmpConsistencyChecking** -SnmpV1 $True -SnmpV3 $True There is no...
### Expected Behavior I have a SPT with BIOS Settings and ConsistencyCheck set to ' Exact' The PS script generated by Convertto-OVPowerShellScript for SPT with BIOS settings should the value...
### Expected Behavior I have a SPT configured with iLO Directory Group and generate a PowerShell script with the Convertto-... cmdlet The variable $GroupSID is set to $null. If I...