White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
17 
 AdvertiseTypeDescriptions = WS-Identify 
 AdvertiseTypes = 1 
 Caption = null 
 Description = null 
 ElementName = null 
 InstanceID = DCIM:CSRegisteredProfile:1 
 OtherRegisteredOrganization = null 
 RegisteredName = Base Server 
 RegisteredOrganization = 2 
 RegisteredVersion = 1.0.0 
. 
. 
. 
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: 
winrm e http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/* -dialect:association -associations -
filter: 
{object=DCIM_ComputerSystem?CreationClassName=DCIM_ComputerSystem+Name=srv:system+__cimna
mespace=root/dcim} 
-u:[USER] -p:[PASSWORD]  
-r:https://[IPADDRESS]/wsman -encoding:utf-8 -a:basic 
-SkipCNcheck –SkipCAcheck 
OUTPUT: 
DCIM_CSRoleLimitedToTarget 
 DefiningRole 
 Address = http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous 
 ReferenceParameters  
 ResourceURI = http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_Role   
 SelectorSet 
 Selector: CreationClassName = DCIM_Role, Name = DCIM:Role:9, __cimnamespace = 
root/dcim 
 TargetElement 
 Address = http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous 
 ReferenceParameters 
 ResourceURI = http://schemas.dell.com/wbem/wscim/1/cim-
schema/2/DCIM_ComputerSystem  
 SelectorSet 
 Selector: CreationClassName = DCIM_ComputerSystem, Name = srv:system, __cimnamespace 
= root/dcim 










