Web Services Interface Guide

Dell™ Lifecycle Controller 2 Web Services Interface Guide for Windows Version: 2.1.0
145
DCIM_VirtualDiskView (16.10)
DCIM_EnclosureView (16.11)
16.1 Listing the RAID Inventory-Enumeration Class
The RAID Inventory has these attributes: DCIM_RAIDEnumeration (this section), DCIM_RAIDInteger
(Section 16.3), and DCIM_RAIDString (see Section 16.5).
Enumerate the DCIM_RAIDEnumeration class to display all the RAID controllers and virtual disk
attributes in a system.
Enumerate the DCIM_RAIDEnumeration class with the following parameters and syntax:
EXAMPLE:
winrm e http://schemas.dmtf.org/wbem/wscim/1/cim
-schema/2/root/dcim/DCIM_RAIDEnumeration
-u:[USER] -p:[PASSWORD]
-r:https://[IPADDRESS]/wsman:443 -SkipCNCheck -SkipCACheck
-encoding:utf-8 -a:basic
OUTPUT:
DCIM_RAIDEnumeration
AttributeName = RAIDSupportedDiskProt
CurrentValue = SAS, SATA
FQDD = RAID.Integrated.1-1
InstanceID = RAID.Integrated.1-1:RAIDSupportedDiskProt
IsReadOnly = true
PendingValue
PossibleValues = SAS, SATA
DCIM_RAIDEnumeration
AttributeName = RAIDloadBalancedMode
CurrentValue = Automatic
FQDD = RAID.Integrated.1-1
InstanceID = RAID.Integrated.1-1:RAIDloadBalancedMode
IsReadOnly = false
PendingValue
PossibleValues = Automatic, Disabled
DCIM_RAIDEnumeration
AttributeName = RAIDBatteryLearnMode
CurrentValue = Automatic
FQDD = RAID.Integrated.1-1
InstanceID = RAID.Integrated.1-1:RAIDBatteryLearnMode
IsReadOnly = false
PendingValue
PossibleValues = Automatic, Warn only, Disabled
DCIM_RAIDEnumeration
AttributeName = RAIDdefaultWritePolicy
The ‘get’ instance method in
section 16.2 uses this
InstanceID as input.
The ‘set attribute’ method in section
16.19.1 uses the FQDD,
AttributeName, and PossibleValues
fields as input.
The ‘set attributes’
method in section
16.19.2 uses the FQDD,
AttributeName, and
PossibleValues fields as
input.