Cisco Cisco Evolved Programmable Network Manager 1.2 Developer's Guide

Page of 594
[Type text] 
 
 
Cisco EPN Manager OSS  Integration  Guide for  MTOSI 
 
 
541 
         <ns3:cfsName> 
            <ns4:rdn> 
               <ns4:type>MD</ns4:type> 
               <ns4:value>CISCO_EPNM</ns4:value> 
            </ns4:rdn> 
            <ns4:rdn> 
               <ns4:type>CFS</ns4:type> 
               <ns4:value>ochtrail-service-1</ns4:value> 
            </ns4:rdn> 
         </ns3:cfsName> 
         <ns3:cfsState>PROVISIONED_ACTIVE</ns3:cfsState> 
      </ns3:retrieveServiceStatesResponse> 
   </soap:Body> 
</soap:Envelope> 
 
9.54 terminate – DWDM/OTN Services  
The terminate is a generic call that can be used to terminate any provisioned CFS. The 
productNameRDN should contain the correct service type value for the “SERVICE_TYPE” RDN 
type. 
9.54.1 DWDM/OTN Service 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.tmforum.org/mtop/sa/xsd/sai/v1" 
xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"> 
   <soapenv:Header> 
      <v1:header></v1:header> 
   </soapenv:Header> 
   <soapenv:Body> 
<v11:terminateRequest> 
    <v11:rootRequest> 
        <!--Optional: --> 
        <v11:vendorExtensions> 
            <ciscoOptTerminateServiceRequest 
xmlns="http://www.cisco.com/epnm/mtop/sa/xsd/sai/ext/opt/v1"> 
                <cfsRef> 
                    <v12:rdn> 
                        <v12:type>MD</v12:type> 
                        <v12:value>CISCO_EPNM</v12:value> 
                    </v12:rdn> 
                    <v12:rdn> 
                        <v12:type>CFS</v12:type> 
                        <v12:value>
ochtrail-demo-ochnc-v123
</v12:value> 
                    </v12:rdn> 
                </cfsRef> 
                <ciscoOptServiceOrderData> 
                    <serviceName>Speed Domain 2</serviceName> 
                </ciscoOptServiceOrderData> 
            </ciscoOptTerminateServiceRequest> 
        </v11:vendorExtensions> 
    </v11:rootRequest> 
    <v11:productName> 
        <!--1 or more repetitions: -->