White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
169 
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD -j utf-8 -y basic 
OUTPUT: 
<n1:DCIM_RAIDString> 
 <n1:AttributeName>Name</n1:AttributeName> 
 <n1:CurrentValue>MyCacheCadeVD</n1:CurrentValue> 
 <n1:FQDD>DISK.Virtual.0:RAID.Integrated.1-1</n1:FQDD> 
 <n1:InstanceID>DISK.Virtual.0: RAID.Integrated.1-1:Name 
 </n1:InstanceID> 
 <n1:IsReadOnly>true</n1:IsReadOnly> 
 <n1:MaxLength>15</n1:MaxLength> 
 <n1:MinLength>0</n1:MinLength> 
 <n1:PendingValue/> 
</n1:DCIM_RAIDString> 
<n1:DCIM_RAIDString> 
 <n1:AttributeName>Name</n1:AttributeName> 
 <n1:CurrentValue>raid 1 vd</n1:CurrentValue> 
 <n1:FQDD>DISK.Virtual.0:RAID.Integrated.1-1</n1:FQDD> 
 <n1:InstanceID>DISK.Virtual.0:RAID.Integrated.1-1:Name 
 </n1:InstanceID> 
 <n1:IsReadOnly>true</n1:IsReadOnly> 
 <n1:MaxLength>15</n1:MaxLength> 
 <n1:MinLength>0</n1:MinLength> 
 <n1:PendingValue/> 
</n1:DCIM_RAIDString> 
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: 
wsman get http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_RAIDString?InstanceID=$INSTANCEID 
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD -j utf-8 -y basic 
The ‘get’ instance method in 
Section 16.6 uses this 
InstanceID as input. 










