Web Services Interface Guide

210 Dell Lifecycle Controller Web Services Interface Guide for Windows
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
PendingValue
16.7 Listing the RAID Inventory-ControllerView Class
The DCIM_ControllerView class groups together a set of Controller properties.
Enumerate ControllerView with the following parameters and syntax:
EXAMPLE:
winrm e http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_ControllerView -u:[USER] -p:[PASSWORD]
-r:https://[IPADDRESS]/wsman