Web Services Interface Guide

276 Dell Lifecycle Controller Web Services Interface Guide for Windows
GroupID = IPv4.1
InstanceID = iDRAC.Embedded.1#IPv4.1#Enable
IsReadOnly = false
PossibleValues = Disabled, Enabled
DCIM_iDRACCardEnumeration
AttributeDisplayName = User Admin IPMI LAN Privilege
AttributeName = IpmiLanPrivilege
CurrentValue = Administrator
DefaultValue = NoAccess
Dependency = null
DisplayOrder = 0
FQDD = iDRAC.Embedded.1
GroupDisplayName = Users GroupID = Users.3
InstanceID = iDRAC.Embedded.1#Users.3#IpmiLanPrivilege IsReadOnly = false
PossibleValues = User, Operator, Administrator, NoAccess
.
.
.
19.2 Getting an iDRAC Card Enumeration Instance
Use the following example to get an instance of the DCIM_iDRACCardEnumeration class instead of all the
instances as shown in Section 19.1.
Get an iDRACCardEnumeration instance with the following parameters and syntax:
[INSTANCEID]: This is obtained from the enumeration in Section 19.1, which shows an example using
iDRAC.Embedded.1#NIC.1#Enable as an instanceID.
EXAMPLE:
winrm g http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_iDRACCardEnumeration ?InstanceID=[INSTANCE ID]