White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
206 
. 
17.2  Getting a BIOS Enumeration Instance 
Getting one particular instance of the BIOSEnumeration, instead of all instances as shown in Section 
17.1, is shown below. 
Get a BIOSEnumeration instance with the following parameters and syntax: 
 [INSTANCEID]: This is obtained from the enumeration in Section 17.1, which shows an 
example using BIOS.Setup.1-1:NumLock as an instanceID 
EXAMPLE: 
wsman get http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_BIOSEnumeration 
 ?InstanceID=$INSTANCEID -h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD 
 -о utf-8 –н basic 
OUTPUT: 
<n1:DCIM_BIOSEnumeration> 
 <n1:AttributeName>NumLock</n1:AttributeName> 
 <n1:CurrentValue>On</n1:CurrentValue> 
 <n1:DefaultValue xsi:nil="true"/> 
 <n1:FQDD>BIOS.Setup.1-1</n1:FQDD> 
 <n1:InstanceID>BIOS.Setup.1-1:NumLock</n1:InstanceID> 
 <n1:IsReadOnly>false</n1:IsReadOnly> 
 <n1:PendingValue xsi:nil="true"/> 
 <n1:PossibleValues>On</n1:PossibleValues> 
 <n1:PossibleValues>Off</n1:PossibleValues> 
</n1:DCIM_BIOSEnumeration> 
17.3  Changing the BIOS BootMode-SetAttribute() 
The SetAttribute() method can be used to apply changes to setting the BootMode configuration to a 
given instance. 
Invoke SetAttribute() with the following parameters (from Section 17.1) and syntax: 
TARGET: Obtained from the InstanceID field 
AttributeName: Obtained from the AttributeName field 
AttributeValue: Obtained from the PossibleValues field 
EXAMPLE: 










