Reference Guide
213 Lifecycle Controller Web Services Interface Guide for Linux
<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>
<n1:MaxLength>63</n1:MaxLength>
<n1:MinLength>1</n1:MinLength>
</n1:DCIM_iDRACCardString>
<n1:DCIM_iDRACCardString>
<n1:AttributeDisplayName>IP Address</n1:AttributeDisplayName>
<n1:AttributeName>Address</n1:AttributeName>
<n1:CurrentValue>10.35.0.104</n1:CurrentValue>
<n1:DefaultValue>192.168.0.120</n1:DefaultValue>
<n1:Dependency xsi:nil="true"/>
<n1:DisplayOrder>0</n1:DisplayOrder>
<n1:FQDD>iDRAC.Embedded.1</n1:FQDD>
<n1:GroupDisplayName>IPv4</n1:GroupDisplayName>
<n1:GroupID>IPv4.1</n1:GroupID>
<n1:InstanceID>iDRAC.Embedded.1#IPv4.1#Address</n1:InstanceID>
<n1:IsReadOnly>false</n1:IsReadOnly>
<n1:MaxLength>16</n1:MaxLength>
<n1:MinLength>1</n1:MinLength>
</n1:DCIM_iDRACCardString>
<n1:DCIM_iDRACCardString>
<n1:AttributeDisplayName>User Admin User Name </n1:AttributeDisplayName>
<n1:AttributeName>UserName</n1:AttributeName>
<n1:CurrentValue xsi:nil="true"/>
<n1:DefaultValue/>
<n1:Dependency xsi:nil="true"/>
<n1:DisplayOrder>0</n1:DisplayOrder>
<n1:FQDD>iDRAC.Embedded.1</n1:FQDD>
<n1:GroupDisplayName>Users</n1:GroupDisplayName>
<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/cimschema/2/root/dcim/DCI
M_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'"