Web Services Interface Guide

Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0
232
<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.1</n1:GroupID>
<n1:InstanceID>iDRAC.Embedded.1#Users.1#Privilege
</n1:InstanceID>
<n1:IsReadOnly>true</n1:IsReadOnly>
<n1:LowerBound>0</n1:LowerBound>
<n1:UpperBound>511</n1:UpperBound>
</n1:DCIM_iDRACCardInteger>
19.6 Listing the iDRAC Card Inventory-Integer Class using groupID
Enumerate the DCIM_iDRACCardInteger class to list all the integer type iDRAC attributes using the
group IDs of these groups: NIC and Users. To retrieve the attributes of the groups, set the GroupID to
one of the following: NIC or Users.
All the iDRAC attributes of type integer that are part of a given Group (NIC and Users) are retrieved. In
order to do this, “GroupID” needs to be set to one of the following: NIC or Users.
Enumerate the 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
--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
Users.3
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>