Cisco Cisco Prime Network Services Controller 3.0 Guide Du Développeur

Page de 103
Page 74 
OL-28369-01 
Example 
Note  The descr property of orgDataCenter (under org-root/org-tenant1 and org-root/org-tenant2) is 
modified. Because the descr property is not implicit, it can be modified. If implicit, the modification 
does not apply and a new orgDataCenter is created. 
The descr property of orgDataCenter (under org-root/org-tenant1 and org-root/org-tenant2) is modified. Because 
the descr property is not implicit, it can be modified. If implicit, the modification does not apply and a new 
orgDataCenter is created. 
Request 
<configConfMoGroup 
cookie="<real_cookie>" 
inHierarchical="false"> 
<inDns> 
<dn value="org-root/org-tenant1" /> 
<dn value="org-root/org-tenant2" /> 
</inDns> 
<inConfig> 
<orgDatacenter 
dn="org-HR" 
descr="HR (Human Resources)"/> 
</inConfig> 
</configConfMoGroup> 
Response 
<configConfMoGroup 
cookie="<real_cookie>" 
commCookie="5/15/0/600" 
srcExtSys="10.193.33.206" 
destExtSys="10.193.33.206" 
srcSvc="sam_extXMLApi" 
destSvc="resource-mgr_dme" 
response="yes"> 
<outConfigs> 
<orgDatacenter 
descr="HR (Human Resources)" 
dn="org-root/org-Cola/org-HR" 
fltAggr="0" 
level="2" 
name="HR" 
status="modified"/> 
<orgDatacenter 
descr="HR (Human Resources)" 
dn="org-root/org-tenant1/org-HR" 
fltAggr="0" 
level="2" 
name="HR" 
status="modified"/> 
</outConfigs> 
</configConfMoGroup> 
configConfMos 
The following example shows how to configure managed objects in multiple subtrees using DNs. 
Request Syntax 
<xs:element name="configConfMos" type="configConfMos" 
substitutionGroup="externalMethod"/> 
<xs:complexType name="configConfMos" mixed="true">