White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
235 
 <n1:GroupID>Users.3</n1:GroupID> 
 <n1:InstanceID>iDRAC.Embedded.1#Users.3#UserName 
 </n1:InstanceID> 
 <n1:IsReadOnly>true</n1:IsReadOnly> 
 <n1:MaxLength>16</n1:MaxLength> 
 <n1:MinLength>1</n1:MinLength> 
</n1:DCIM_iDRACCardString> 
19.8  Listing the iDRAC Card Inventory-String Class using groupID 
Enumerate the DCIM_iDRACCardString class to list all the string type iDRAC attributes using the group 
IDs of these groups: NIC, IPv4, and Users. To retrieve the attributes of the groups, set the GroupID to 
one of the following: NIC, IPv4, or Users. 
Invoke dracgetgroupid_string with the following parameters and syntax: 
EXAMPLE: 
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_iDRACCardString 
-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 
IPv4.1   
Users.3 
OUTPUT: 
 <n1:DCIM_iDRACCardString> 
 <n1:AttributeDisplayName>DNS RAC Name 
 </n1:AttributeDisplayName> 
 <n1:AttributeName>DNSRacName</n1:AttributeName> 
 <n1:CurrentValue>idrac-59JJ6K1</n1:CurrentValue> 
 <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#DNSRacName 
 </n1:InstanceID> 
 <n1:IsReadOnly>false</n1:IsReadOnly> 










