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

Page de 103
Page 96 
OL-28369-01 
orgResolveInScope 
The following example shows how the system looks up the organization with the given DN, and (optional) parent 
organizations recursively to the root. If an organization is not found, an empty map is returned. If found, it searches 
all pools with specified class and filters. 
Note  If inSingleLevel = false, the system searches parent organizations up to the root directory. 
Request Syntax 
<xs:element name="orgResolveInScope" type="orgResolveInScope" 
substitutionGroup="externalMethod"/> 
<xs:complexType name="orgResolveInScope" mixed="true"> 
<xs:all> 
<xs:element name="inFilter" type="filterFilter" minOccurs="0"/> 
</xs:all> 
<xs:attribute name="inClass" type="namingClassId"/> 
<xs:attribute name="inSingleLevel"> 
<xs:simpleType> 
<xs:union memberTypes="xs:boolean"> 
<xs:simpleType> 
<xs:restriction base="xs:string"> 
<xs:enumeration value="no"/> 
<xs:enumeration value="yes"/> 
</xs:restriction> 
</xs:simpleType> 
</xs:union> 
</xs:simpleType> 
</xs:attribute> 
<xs:attribute name="inHierarchical"> 
<xs:simpleType> 
<xs:union memberTypes="xs:boolean"> 
<xs:simpleType> 
<xs:restriction base="xs:string"> 
<xs:enumeration value="no"/> 
<xs:enumeration value="yes"/> 
</xs:restriction> 
</xs:simpleType> 
</xs:union> 
</xs:simpleType> 
</xs:attribute> 
<xs:attribute name="cookie" type="xs:string"/> 
<xs:attribute name="response" type="YesOrNo"/> 
<xs:attribute name="dn" type="referenceObject"/> 
</xs:complexType> 
Response Syntax 
<xs:element name="orgResolveInScope" type="orgResolveInScope" 
substitutionGroup="externalMethod"/> 
<xs:complexType name="orgResolveInScope" mixed="true"> 
<xs:all> 
<xs:element name="outConfigs" type="configMap" minOccurs="0"> 
<xs:unique name="unique_map_key_6"> 
<xs:selector xpath="pair"/> 
<xs:field xpath="@key"/> 
</xs:unique>