Reference Guide

224 Lifecycle Controller Web Services Interface Guide for Linux
<n1:CurrentValue>1</n1:CurrentValue>
<n1:Dependency xsi:nil="true"/>
<n1:FQDD>FC.Slot.4-1</n1:FQDD>
<n1:InstanceID>FC.Slot.4-1:PortNumber</n1:InstanceID>
<n1:IsReadOnly>true</n1:IsReadOnly>
<n1:LowerBound>0</n1:LowerBound>
<n1:PendingValue xsi:nil="true"/>
<n1:UpperBound>2</n1:UpperBound>
</n1:DCIM_FCInteger>
</wsen:Items>
</wsen:PullResponse>
</s:Body>
</s:Envelope>
23.2 Listing the FC Inventory-Statistics Class
If RT-CEM is disabled on the System, this method will return failure.
Enumerate FCStatistics class with the following parameters and syntax:
EXAMPLE:
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cimschema/2/root/dcim/DCI
M_FCStatistics
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-j utf-8 -y basic
OUTPUT:
<s:Body>
<wsen:PullResponse>
<wsen:EnumerationContext>d84b4590-d0f9-10f9-8180-215754cb2b78</wsen:Enumera
tionContext>
<wsen:Items>
<n1:DCIM_FCStatistics>
<n1:FCInvalidCRCs>0</n1:FCInvalidCRCs>
<n1:FCLinkFailures>0</n1:FCLinkFailures>
<n1:FCLossOfSignals>0</n1:FCLossOfSignals>
<n1:FCRxKBCount>0</n1:FCRxKBCount>
<n1:FCRxSequences xsi:nil="true"/>
<n1:FCRxTotalFrames>0</n1:FCRxTotalFrames>
<n1:FCTxKBCount>0</n1:FCTxKBCount>
<n1:FCTxSequences xsi:nil="true"/>
<n1:FCTxTotalFrames>0</n1:FCTxTotalFrames>
<n1:FQDD>FC.Slot.2-1</n1:FQDD>
<n1:InstanceID>FC.Slot.2-1</n1:InstanceID>
<n1:OSDriverState>2</n1:OSDriverState>
<n1:PortSpeed>2</n1:PortSpeed>
<n1:PortStatus>3</n1:PortStatus>
</n1:DCIM_FCStatistics>
</wsen:Items>
</wsen:PullResponse>
</s:Body>