White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
231 
 <n1:PossibleValues>Operator</n1:PossibleValues> 
 <n1:PossibleValues>Administrator</n1:PossibleValues> 
 <n1:PossibleValues>NoAccess</n1:PossibleValues> 
</n1:DCIM_iDRACCardEnumeration> 
19.5  Listing the iDRAC Card Inventory-Integer Class 
Enumerate the DCIM_iDRACCardInteger class to list all the integer type iDRAC attributes.  
Enumerate the DCIM_iDRACCardInteger class with the following parameters and syntax: 
EXAMPLE: 
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_iDRACCardInteger 
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD -j utf-8 -y basic 
OUTPUT: 
<n1:DCIM_iDRACCardInteger> 
 <n1:AttributeDisplayName>VLan Priority 
 </n1:AttributeDisplayName> 
 <n1:AttributeName>VLanPriority</n1:AttributeName> 
 <n1:CurrentValue>0</n1:CurrentValue> 
 <n1:DefaultValue>0</n1:DefaultValue> 
 <n1:Dependency xsi:nil="true"/> 
 <n1:DisplayOrder>0</n1:DisplayOrder> 
 <n1:FQDD>iDRAC.Embedded.1</n1:FQDD> 
 <n1:GroupDisplayName>NIC</n1:GroupDisplayName> 
 <n1:GroupID>NIC.1</n1:GroupID> 
 <n1:InstanceID>iDRAC.Embedded.1#NIC.1#VLanPriority 
 </n1:InstanceID> 
 <n1:IsReadOnly>false</n1:IsReadOnly> 
 <n1:LowerBound>0</n1:LowerBound> 
 <n1:UpperBound>7</n1:UpperBound> 
</n1:DCIM_iDRACCardInteger> 
<n1:DCIM_iDRACCardInteger> 
 <n1:AttributeDisplayName>User Admin Privilege 
 </n1:AttributeDisplayName> 
 <n1:AttributeName>Privilege</n1:AttributeName> 
 <n1:CurrentValue>0</n1:CurrentValue> 
 <n1:DefaultValue>0</n1:DefaultValue> 










