Web Services Interface Guide

Dell™ Lifecycle Controller 2 Web Services Interface Guide for Windows Version: 2.1.0
208
FQDD = iDRAC.Embedded.1
GroupDisplayName = NIC
GroupID = NIC.1
InstanceID = iDRAC.Embedded.1#NIC.1#VLanPriority
IsReadOnly = false
LowerBound = 0
UpperBound = 7
DCIM_iDRACCardInteger
AttributeDisplayName = User Admin Privilege
AttributeName = Privilege
CurrentValue = 511
DefaultValue = 0
Dependency = null
DisplayOrder = 0
FQDD = iDRAC.Embedded.1
GroupDisplayName = Users
GroupID = Users.3
InstanceID = iDRAC.Embedded.1#Users.3#Privilege
IsReadOnly = false
LowerBound = 0
UpperBound = 511
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:
winrm e http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_iDRACCardInteger
-u:[USER] -p:[PASSWORD]
-r:https://[IPADDRESS]/wsman -SkipCNcheck -SkipCAcheck
-encoding:utf-8 -a: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: