White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
147 
 <n1:PendingValue xsi:nil="true"/> 
</n1:DCIM_NICString> 
. 
. 
. 
15.3  Listing the CNA Inventory-Integer Class 
Enumerate the DCIM_NICInteger class with the following parameters and syntax: 
EXAMPLE: 
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_NICInteger 
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD -j utf-8 -y basic 
OUTPUT: 
<n1:DCIM_NICInteger> 
 <n1:AttributeName>BlnkLeds</n1:AttributeName> 
 <n1:CurrentValue>0</n1:CurrentValue> 
 <n1:DefaultValue xsi:nil="true"/> 
 <n1:FQDD>NIC.Embedded.1-1</n1:FQDD> 
 <n1:InstanceID>NIC.Embedded.1-1:BlnkLeds</n1:InstanceID> 
 <n1:IsReadOnly>false</n1:IsReadOnly> 
 <n1:LowerBound>0</n1:LowerBound> 
 <n1:PendingValue xsi:nil="true"/> 
 <n1:UpperBound>15</n1:UpperBound> 
</n1:DCIM_NICInteger> 
<n1:DCIM_NICInteger> 
 <n1:AttributeName>LunBusyRetryCnt</n1:AttributeName> 
 <n1:CurrentValue>0</n1:CurrentValue> 
 <n1:DefaultValue xsi:nil="true"/> 
 <n1:FQDD>NIC.Embedded.1-1</n1:FQDD> 
 <n1:InstanceID>NIC.Embedded.1-1:LunBusyRetryCnt 
 </n1:InstanceID> 
 <n1:IsReadOnly>false</n1:IsReadOnly> 
 <n1:LowerBound>0</n1:LowerBound> 
 <n1:PendingValue xsi:nil="true"/> 
 <n1:UpperBound>60</n1:UpperBound> 
</n1:DCIM_NICInteger> 
<n1:DCIM_NICInteger> 










