White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
208 
<p:SetAttributes_INPUT xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_BIOSService"> 
 <p:Target>BIOS.Setup.1-1</p:Target> 
 <p:AttributeName>BootMode</p:AttributeName> 
 <p:AttributeValue>Bios</p:AttributeValue> 
 <p:AttributeName>BootSeqRetry</p:AttributeName> 
 <p:AttributeValue>Disabled</p:AttributeValue> 
</p:SetAttributes_INPUT>  
OUTPUT: 
<n1:SetAttributes_OUTPUT> 
 <n1:Message>The command was successful</n1:Message> 
 <n1:MessageID>BIOS001</n1:MessageID> 
 <n1:RebootRequired>Yes</n1:RebootRequired> 
 <n1:ReturnValue>0</n1:ReturnValue> 
 <n1:SetResult>Set PendingValue</n1:SetResult> 
</n1:SetAttributes_OUTPUT> 
17.5  Listing the BIOS Inventory-Integer Class 
Enumerate BIOSInteger with the following parameters and syntax: 
EXAMPLE: 
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_BIOSInteger 
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD -j utf-8 -y basic 
OUTPUT: 
<n1:DCIM_BIOSInteger> 
 <n1:AttributeName>AcPwrRcvryUserDelay</n1:AttributeName> 
 <n1:CurrentValue>30</n1:CurrentValue> 
 <n1:DefaultValue xsi:nil="true"/> 
 <n1:FQDD>BIOS.Setup.1-1</n1:FQDD> 
 <n1:InstanceID> 
 BIOS.Setup.1-1:AcPwrRcvryUserDelay 
 </n1:InstanceID> 
 <n1:IsReadOnly>true</n1:IsReadOnly> 
 <n1:LowerBound>30</n1:LowerBound> 
 <n1:PendingValue xsi:nil="true"/> 
 <n1:UpperBound>240</n1:UpperBound> 
</n1:DCIM_BIOSInteger> 
17.6  Listing the BIOS Inventory-String Class 
Enumerate BIOSString with the following parameters and syntax: 










