Cisco Cisco Evolved Programmable Network Manager 2.0 Developer's Guide

Page of 642
 
Appendix III – Sample SOAP Request Response 
 
 
 
 
 
Cisco EPN Manager 2.0.3 MTOSI API Guide for OSS Integration  
 
 
410 
         </ns7:inventoryData>   
      </ns7:getServiceInventoryResponse> 
   </soap:Body> 
</soap:Envelope>
 
9.46.3 DWDM/OTN Service SOAP Request 
Various requests can be made based on the serviceType, Granularity and CFS RDN. The possible 
requests of getServiceInventory for CFS data are: 
 
ServiceObjectType 
            ServiceType 
Granularity 
CFS RDN 
Description 
CFS 
OCHCC / OCHNC / OCH-Trail 
/ODU_TUNNEL / ODU_UNI 
NAME/FULL 
Give all CFS 
name/ full object  
instances 
CFS 
OCHCC / OCHNC / OCH-Trail 
/ODU_TUNNEL / ODU_UNI 
NAME/FULL 
Give  CFS name/ 
full object  
instances for a 
CFS_ID  
 
<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.tmforum.org/mtop/msi/xsd/sir/v1" 
xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"> 
   <soapenv:Header> 
      <v1:header>       
      </v1:header> 
   </soapenv:Header> 
   <soapenv:Body> 
      <v11:getServiceInventoryRequest> 
         <v11:filter> 
            <!--You have a CHOICE of the next 2 items at this level--> 
            <v11:scope> 
               <!--Zero or more repetitions:--> 
               <v11:baseInstance> 
                  <!--1 or more repetitions:--> 
                  <v12:rdn> 
                     <v12:type>MD</v12:type> 
                     <v12:value>CISCO_EPNM</v12:value> 
                  </v12:rdn> 
                  <v12:rdn> 
                     <v12:type>SERVICE_TYPE</v12:type> 
                     <v12:value>OCHCC</v12:value> 
                  </v12:rdn> 
               </v11:baseInstance> 
               <v11:serviceObjectType>CFS</v11:serviceObjectType>               
            </v11:scope> 
            <v11:selection>FULL</v11:selection> 
         </v11:filter> 
      </v11:getServiceInventoryRequest> 
   </soapenv:Body> 
</soapenv:Envelope>