White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
225 
 <n1:AttributeDisplayName>Nic Enable</n1:AttributeDisplayName> 
 <n1:AttributeName>Enable</n1:AttributeName> 
 <n1:CurrentValue>Enabled</n1:CurrentValue> 
 <n1:DefaultValue>Enabled</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#Enable</n1:InstanceID> 
 <n1:IsReadOnly>false</n1:IsReadOnly> 
 <n1:PossibleValues>Disabled</n1:PossibleValues> 
 <n1:PossibleValues>Enabled</n1:PossibleValues> 
</n1:DCIM_iDRACCardEnumeration> 
19.3  Listing the iDRAC Card Inventory-Enumeration Class using groupID 
Enumerate the DCIM_iDRACCardEnumeration class to list all the enumerate type iDRAC attributes using 
the group IDs of these groups: NIC, VirtualMedia, IPv4, and Users. To retrieve the attributes of the 
groups, set the GroupID to one of the following: NIC, VirtualMedia, IPv4, or Users. 
Enumerate the iDRACCardEnumeration class using the following parameters and syntax: 
EXAMPLE: 
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_iDRACCardEnumeration 
-h $IPADDRESS -V -v -c dummy.cert -P 443 -u $USERNAME -p $PASSWORD 
-j utf-8 -y basic 
--dialect="http://schemas.microsoft.com/wbem/wsman/1/WQL" 
--filter="select * from DCIM_iDRACCardInteger where GroupID='NIC.1'" 
The possible inputs for GroupID are: 
NIC.1 
VirtualMedia.1 
IPv4.1 
Users.3 
OUTPUT:   
 <n1:DCIM_iDRACCardInteger> 
 <n1:AttributeDisplayName>VLan Priority 
 </n1:AttributeDisplayName> 
 <n1:AttributeName>VLanPriority</n1:AttributeName> 










