Cisco Cisco Evolved Programmable Network Manager 2.0 Developer's Guide

Page of 637
 
Appendix III – Sample SOAP Request Response 
 
 
 
 
 
Cisco EPN Manager 2.0 MTOSI API Guide for OSS Integration  
 
 
376 
9.38 createProtectionProfile 
9.38.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/rp/xsd/protectpc/v1" 
xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1" 
xmlns:v13="http://www.cisco.com/epnm/mtop/nrf/xsd/protectp/ext/v1"> 
   <soapenv:Header> 
    
 
      <v1:header> 
       </v1:header> 
     
   </soapenv:Header> 
   <soapenv:Body> 
      <v11:createProtectionProfileRequest> 
         <!--Optional:--> 
         <v11:meRef> 
            <!--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> 
             
         </v11:meRef> 
         <!--Optional:--> 
         <v11:protectionProfileData> 
            <!--Optional:--> 
            <v13: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>PPF_Sep28_227</v12:value> 
               </v12:rdn>   
            </v13:protectionProfileRef> 
            <!--Optional:--> 
            <v13:profileName>PPF_Sep28_227</v13:profileName> 
            <!--Optional:--> 
            
<v13:protectionType>ONE_PLUS_ONE_PLUS_R_BIDIR_APS</v13:protectionType> 
            <!--Optional:--> 
            <v13:protectionMode>NON_REVERTIVE</v13:protectionMode>