Web Services Interface Guide

208 Dell Lifecycle Controller Web Services Interface Guide for Windows
LowerBound = 1
PendingValue
UpperBound = 100
16.4 Getting a RAID Integer Instance
Use the following example to get an instance of the DCIM_RAIDInteger class, instead of all instances as
shown in Section 16.3.
Get a RAIDInteger instance with the following parameters and syntax:
[INSTANCEID]: This is obtained from the enumeration in Section 16.3, which shows an example using
RAID.Integrated.1-1:RAIDrebuildRate as an instanceID
EXAMPLE:
winrm g cimv2/root/dcim/DCIM_RAIDInteger?Ins tanceID=[INSTANCE ID]
-u:[USER] -p:[PASSWORD]
-r:https://[IPADDRESS]/wsman -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic
OUTPUT:
DCIM_RAIDInteger
AttributeName = RAIDrebuildRate
CurrentValue = 30
FQDD = RAID.Integrated.1-1
InstanceID = RAID.Integrated.1-1:RAIDrebuildRate
IsReadOnly = false
LowerBound = 1
PendingValue
UpperBound = 100
16.5 Listing the RAID Inventory-String Class
The RAID Inventory has these attributes: DCIM_RAIDEnumeration (see Section 16.1), DCIM_RAIDInteger
(see Section 16.3), and DCIM_RAIDString(this section).
Enumerate the DCIM_RAIDString class to display all the RAID controller string attributes in a system.