Cisco Cisco Evolved Programmable Network Manager 1.2 Developer's Guide

Page of 579
[Type text] 
 
 
Cisco EPN Manager OSS  Integration  Guide for  MTOSI 
 
 
388 
9.44.3 DWDM/OTN Service SOAP Request 
Various request can be made based on 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> 
 
9.44.4 DWDM/OTN Service SOAP Response 
 <
soap:Envelope
 
xmlns:soap
=
"http://schemas.xmlsoap.org/soap/envelope/"
>
 
   
<
soap:Header
>