White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Windows Version: 2.1.0
202
EXAMPLE:
winrm g http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_iDRACCardEnumeration
?InstanceID=[INSTANCE ID]
-u:[USER] -p:[PASSWORD]
-r:https://[IPADDRESS]/wsman:443
-SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic
OUTPUT:
DCIM_iDRACCardEnumeration
AttributeDisplayName = Nic Enable
AttributeName = Enable
CurrentValue = Enabled
DefaultValue = Enabled
Dependency = null
DisplayOrder = 0
FQDD = iDRAC.Embedded.1
GroupDisplayName = NIC
GroupID = NIC.1
InstanceID = iDRAC.Embedded.1#NIC.1#Enable
IsReadOnly = false
PossibleValues = Disabled, Enabled
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:
winrm e http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_iDRACCardEnumeration
-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_iDRACCardEnumeration WHERE GroupID='NIC.1'"
The possible inputs for GroupID are:
NIC.1