Web Services Interface Guide
205 Dell Lifecycle Controller Web Services Interface Guide for Windows
AttributeName = RAIDdefaultWritePolicy
CurrentValue = WriteBack
FQDD = Disk.Virtual.1:RAID.Integrated.1-1
InstanceID = Disk.Virtual.1:RAID.Integrated.1-1:RAIDdefaultWritePolicy
IsReadOnly = false
PendingValue
PossibleValues = WriteThrough, WriteBack, WriteBackForce
16.2 Getting a RAID Enumeration Instance
Use the following example to get an instance of the DCIM_RAIDEnumeration class instead of all the
instances as shown in Section 16.1.
Get a RAIDEnumeration instance with the following parameters and syntax:
[INSTANCEID]: This is obtained from the enumeration in Section 16.1, which shows an example using
RAID.Integrated.1-1:RAIDloadBalancedMode as an instanceID.
EXAMPLE:
winrm g cimv2/root/dcim/DCIM_RAIDEnumeration?Ins tanceID=[INSTANCE ID]
-u:[USER] -p:[PASSWORD]
-r:https://[IPADDRESS]/wsman -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic
OUTPUT:
DCIM_RAIDEnumeration
AttributeName = RAIDloadBalancedMode
CurrentValue = Automatic
FQDD = RAID.Integrated.1-1
InstanceID = RAID.Integrated.1-1:RAIDloadBalancedMode
IsReadOnly = false
PendingValue
PossibleValues = Automatic, Disabled