White Papers

Dell™ Lifecycle Controller 2 Web Services Interface Guide for Windows Version: 2.1.0
149
OUTPUT:
DCIM_RAIDString
AttributeName = Name
CurrentValue = MyCacheCadeVD
FQDD = Disk.Virtual.0:RAID.Integrated.1-1
InstanceID = Disk.Virtual.0:RAID.Integrated.1-1:Name
IsReadOnly = true
MaxLength = 15
MinLength = 0
PendingValue
DCIM_RAIDString
AttributeName = Name
CurrentValue = raid 1 vd
FQDD = Disk.Virtual.1:RAID.Integrated.1-1
InstanceID = Disk.Virtual.1:RAID.Integrated.1-1:Name
IsReadOnly = true
MaxLength = 15
MinLength = 0
PendingValue
16.6 Getting a RAID String Instance
Use the following example to get an instance of the DCIM_RAIDString class instead of all instances as
shown in Section 16.5.
Get a DCIM_RAIDString instance with the following parameters and syntax:
[INSTANCEID]: This is obtained from the enumeration in Section 16.5, which shows an example
using Disk.Virtual.0:RAID.Integrated.1-1:Name as an instanceID
EXAMPLE:
winrm g cimv2/root/dcim/DCIM_RAIDString?Ins
tanceID=[INSTANCE ID]
-u:[USER] -p:[PASSWORD]
-r:https://[IPADDRESS]/wsman -SkipCNcheck -SkipCAcheck
-encoding:utf-8 -a:basic
OUTPUT:
DCIM_RAIDString
AttributeName = Name
CurrentValue = MyCacheCadeVD
FQDD = Disk.Virtual.0:RAID.Integrated.1-1
InstanceID = Disk.Virtual.0:RAID.Integrated.1-1:Name
IsReadOnly = true
MaxLength = 15
MinLength = 0
The ‘get’ instance method in
Section 16.6 uses this
InstanceID as input.