Technical White Paper
</n1:DCIM_RAIDInteger>
<n1:DCIM_RAIDInteger>
<n1:AttributeName>RAIDrebuildRate</n1:AttributeName>
<n1:CurrentValue>11</n1:CurrentValue>
<n1:FQDD>RAID.Integrated.1-1</n1:FQDD>
<n1:InstanceID>RAID.Integrated.1-1:RAIDrebuildRate
</n1:InstanceID>
<n1:IsReadOnly>false</n1:IsReadOnly>
<n1:LowerBound>1</n1:LowerBound>
<n1:PendingValue/>
<n1:UpperBound>100
</n1:UpperBound>
</n1:DCIM_RAIDInteger>
<n1:DCIM_RAIDInteger>
<n1:AttributeName>RAIDccRate
</n1:AttributeName>
<n1:CurrentValue>22</n1:CurrentValue>
<n1:FQDD>RAID.Integrated.1-1</n1:FQDD>
<n1:InstanceID>RAID.Integrated.1-1:RAIDccRate</n1:InstanceID>
<n1:IsReadOnly>false</n1:IsReadOnly>
<n1:LowerBound>1</n1:LowerBound>
<n1:PendingValue/>
<n1:UpperBound>100</n1:UpperBound>
</n1:DCIM_RAIDInteger>
<n1:DCIM_RAIDInteger>
<n1:AttributeName>
RAIDreconstructRate
</n1:AttributeName>
<n1:CurrentValue>33
</n1:CurrentValue>
<n1:FQDD>RAID.Integrated.1-1
</n1:FQDD>
<n1:InstanceID>RAID.Integrated.1-1:RAIDreconstructRate
</n1:InstanceID>
<n1:IsReadOnly>false</n1:IsReadOnly>
<n1:LowerBound>1</n1:LowerBound>
<n1:PendingValue/>
<n1:UpperBound>100</n1:UpperBound>
</n1:DCIM_RAIDInteger>
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:
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cimschema/
2/root/dcim/DCIM_RAIDInteger
?InstanceID=[INSTANCEID] -h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
The ‘get’ instance method in
Section 16.4 used this
InstanceID
as input.
The ‘set attribute’ method in Section
16.19.3 uses the
FQDD,
AttributeName,
and a value equal to
or between the LowerBound and
UpperBound fields as input.
The ‘set attributes’ method in section
16.19.4 uses the
FQDD,
AttributeName,
and a value equal to
or between the LowerBound and
UpperBound fields as input.