White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
16 
 <n1:InstanceID>DCIM:Memory:1.0.0</n1:InstanceID> 
 <n1:OtherRegisteredOrganization>DCIM</n1:OtherRegisteredOrganization> 
 <n1:RegisteredName>Memory</n1:RegisteredName> 
 <n1:RegisteredOrganization>1</n1:RegisteredOrganization> 
 <n1:RegisteredVersion>1.0.0</n1:RegisteredVersion> 
</n1:DCIM_LCRegisteredProfile> 
... 
<n1:DCIM_RegisteredProfile> 
 <n1:AdvertiseTypeDescriptions>WS-Identify 
 </n1:AdvertiseTypeDescriptions> 
 <n1:AdvertiseTypes>1</n1:AdvertiseTypes> 
 <n1:Caption xsi:nil="true"/> 
 <n1:Description xsi:nil="true"/> 
 <n1:ElementName xsi:nil="true"/> 
 <n1:InstanceID>DCIM:CSRegisteredProfile:1</n1:InstanceID> 
 <n1:OtherRegisteredOrganization xsi:nil="true"/> 
 <n1:RegisteredName>Base Server</n1:RegisteredName> 
 <n1:RegisteredOrganization>2</n1:RegisteredOrganization> 
 <n1:RegisteredVersion>1.0.0</n1:RegisteredVersion> 
</n1:DCIM_RegisteredProfile>DCIM_RegisteredProfile 
. 
. 
. 
The above example shows that the DMTF Base Server profile version 1.0.0 is implemented. 
4.3  Discovering Implementation Namespace 
The implementation CIM namespace may be discovered from the interop (root/interop) CIM namespace 
using the class CIM_ElementConformsToProfile that associates an instance of CIM_RegisteredProfile 
class with an instance of CIM_ComputerSystem class.  
Profiles: n/a 
EXAMPLE: (filtered for CIM_ComputerSystem) 
wsman associators http://schemas.dmtf.org/wbem/wscim/1/* 
--filter "http://schemas.dell.com/wbem/wscim/1/cim-
schema/2/CIM_RegisteredProfile?InstanceID=DCIM:CSRegisteredProfile:1" 
--dialect “http://schemas.dmtf.org/wbem/wsman/1/cimbinding/associationFilter” 
-h $IPADDRESS -P 443 -u $USERNAME -p $PASSWORD -V -v -c dummy.cert 
-j utf-8 -y basic -N root/interop 
OUTPUT: 
<n1:DCIM_ElementConformsToProfile> 
 <n1:ConformantStandard> 
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address> 










