White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
15 
4  Discovery 
4.1  Discovering Web Service Capability  
Determine if the target system supports the wsman  interface using the ‘identify’ command.  
Profiles: 
http://www.dmtf.org/sites/default/files/standards/documents/DSP0217_2.0.0.pdf 
EXAMPLE: 
wsman identify 
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD 
-j utf-8 -y basic 
-u:[USER] -p:[PASSWORD] 
OUTPUT: 
<wsmid:IdentifyResponse> 
<wsmid:ProtocolVersion>http://schemas.dmtf.org/wbem/wsman/1/wsman 
.xsd</wsmid:ProtocolVersion> 
 <wsmid:ProductVendor>Openwsman Project</wsmid:ProductVendor> 
 <wsmid:ProductVersion>2.2.4</wsmid:ProductVersion> 
</wsmid:IdentifyResponse> 
4.2  Discovering what Profiles are Implemented 
Implemented profiles are advertised using the class CIM_RegisteredProfile. Enumerate this class in the 
“root/interop” CIM namespace. 
Profiles: 
http://www.dmtf.org/sites/default/files/standards/documents/DSP1033_1.0.0.pdf  
EXAMPLE: 
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/CIM_RegisteredProfile?__cimnamespace=root/interop  
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD 
-j utf-8 -y basic 
OUTPUT: 
<n1:DCIM_LCRegisteredProfile> 
 <n1:AdvertiseTypeDescriptions>WS-Identify 
 </n1:AdvertiseTypeDescriptions> 
 <n1:AdvertiseTypeDescriptions>Interop Namespace 
 </n1:AdvertiseTypeDescriptions> 
 <n1:AdvertiseTypes>1</n1:AdvertiseTypes> 
 <n1:AdvertiseTypes>1</n1:AdvertiseTypes> 










