White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
166 
 <n1:CurrentValue>Disabled</n1:CurrentValue> 
 <n1:FQDD>RAID.Integrated.1-1</n1:FQDD> 
 <n1:InstanceID>RAID.Integrated.1-1:RAIDloadBalancedMode 
 </n1:InstanceID> 
 <n1:IsReadOnly>false</n1:IsReadOnly> 
 <n1:PendingValue/> 
 <n1:PossibleValues>Automatic</n1:PossibleValues> 
 <n1:PossibleValues>Disabled</n1:PossibleValues> 
</n1:DCIM_RAIDEnumeration 
16.3  Listing the RAID Inventory-Integer Class 
The RAID Inventory has these attributes: DCIM_RAIDEnumeration (see Section 16.1), DCIM_RAIDInteger 
(this section), and DCIM_RAIDString (see Section 16.5). 
Enumerate the DCIM_RAIDInteger class to display all the RAID controller attributes in a system. 
Enumerate RAIDInteger with the following parameters and syntax: 
EXAMPLE: 
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_RAIDInteger 
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD -j utf-8 -y basic 
OUTPUT: 
<n1:DCIM_RAIDInteger> 
 <n1:AttributeName>RAIDmaxPDsInSpan</n1:AttributeName> 
 <n1:CurrentValue>32</n1:CurrentValue> 
 <n1:FQDD>RAID.Integrated.1-1</n1:FQDD> 
 <n1:InstanceID>RAID.Integrated.1-1:RAIDmaxPDsInSpan 
  </n1:InstanceID> 
 <n1:IsReadOnly>true</n1:IsReadOnly> 
 <n1:LowerBound>0</n1:LowerBound> 
 <n1:PendingValue/> 
 <n1:UpperBound>0</n1:UpperBound> 
</n1:DCIM_RAIDInteger> 
<n1:DCIM_RAIDInteger> 
 <n1:AttributeName>RAIDmaxSpansInVD</n1:AttributeName> 
 <n1:CurrentValue>8</n1:CurrentValue> 
 <n1:FQDD>RAID.Integrated.1-1</n1:FQDD> 
 <n1:InstanceID>RAID.Integrated.1-1:RAIDmaxSpansInVD 
 </n1:InstanceID> 










