Cisco Cisco Evolved Programmable Network Manager 1.2 Developer's Guide

Page of 602
Appendix III – Sample SOAP Request Response 
 
 
 
Cisco EPN Manager 1.2 Maintenance Pack 5 (V.1.2.500) MTOSI API Guide for OSS Integration 
 
 
361 
                     <ns3:type>QOS_PROFILE</ns3:type> 
                     <ns3:value>2068066</ns3:value> 
                  </ns3:rdn> 
               </ns5:name> 
               <ns5:discoveredName>MyUniProfile1</ns5:discoveredName> 
            </ns4:qosProfileName> 
            <ns4:qosProfileName> 
               <ns5:name> 
                  <ns3:rdn> 
                     <ns3:type>MD</ns3:type> 
                     <ns3:value>CISCO_EPNM</ns3:value> 
                  </ns3:rdn> 
                  <ns3:rdn> 
                     <ns3:type>QOS_PROFILE</ns3:type> 
                     <ns3:value>2068067</ns3:value> 
                  </ns3:rdn> 
               </ns5:name> 
               <ns5:discoveredName>MyServiceProfile1</ns5:discoveredName> 
            </ns4:qosProfileName> 
         </ns4:QosProfileNameList> 
      </ns4:getAllQosProfileNamesResponse> 
   </soap:Body> 
</soap:Envelope> 
 
9.34 getProtectionProfile 
9.34.1 SOAP Request 
<soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1" 
xmlns:v11="http://www.cisco.com/epnm/mtop/msi/xsd/protectpr/v1" 
xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"> 
   <soapenv:Header> 
      <v1:header>  
      </v1:header> 
   </soapenv:Header> 
   <soapenv:Body> 
      <v11:getProtectionProfileRequest> 
         <!--Optional:--> 
         <v11:protectionProfileRef> 
            <!--1 or more repetitions:--> 
            <v12:rdn> 
               <v12:type>MD</v12:type> 
               <v12:value>CISCO_EPNM</v12:value> 
            </v12:rdn> 
            <v12:rdn> 
               <v12:type>ME</v12:type> 
               <v12:value>cvg-scapa-227.cisco.com</v12:value> 
            </v12:rdn> 
            <v12:rdn> 
               <v12:type>PPF</v12:type> 
               <v12:value>test1</v12:value> 
            </v12:rdn> 
         </v11:protectionProfileRef> 
      </v11:getProtectionProfileRequest>