White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
248 
 <n1:AttributeName>DeviceName</n1:AttributeName> 
 <n1:CurrentValue>QLE2562 </n1:CurrentValue> 
 <n1:Dependency xsi:nil="true"/> 
 <n1:FQDD>FC.Slot.4-1</n1:FQDD> 
 <n1:InstanceID>FC.Slot.4-1:DeviceName</n1:InstanceID> 
 <n1:IsReadOnly>true</n1:IsReadOnly> 
 <n1:MaxLength>16</n1:MaxLength> 
 <n1:MinLength>0</n1:MinLength> 
 <n1:PendingValue xsi:nil="true"/> 
 <n1:ValueExpression xsi:nil="true"/> 
 </n1:DCIM_FCString> 
 </wsen:Items> 
 </wsen:PullResponse> 
 </s:Body> 
. 
. 
23.4  Listing the FC Inventory-Integer Class 
Enumerate FCInteger class ith the following parameters and syntax: 
EXAMPLE: 
winrm e http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_FCInteger  
-u:[USER] -p:[PASSWORD]  
-r:https://[IPADDRESS]/wsman -SkipCNcheck -SkipCAcheck  
-encoding:utf-8 -a:basic 
OUTPUT: 
 <s:Body> 
 <wsen:PullResponse> 
 <wsen:EnumerationContext>bba65194-d0f9-10f9-8126-215754cb2b78</wsen:EnumerationContext> 
 <wsen:Items> 
 <n1:DCIM_FCInteger> 
 <n1:AttributeDisplayName xsi:nil="true"/> 
  <n1:AttributeName>PortNumber</n1:AttributeName> 
 <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> 
. 
. 










