Cisco Cisco Evolved Programmable Network Manager 1.2 Developer's Guide

Page of 602
MTOSI Interface Details 
 
 
 
 
Cisco EPN Manager 1.2 Maintenance Pack 5 (V.1.2.500) MTOSI API Guide for OSS Integration 
 
 
79 
In case of provisioning  configuration (cli) deployment failures where the operation response is not a SOAP 
Fault,  the error code and message are returned in the  deployResult element of the response. 
 
In case of request timeout during the deployment in progress, the response message contains the 
deployResult element with info message with the deployResult’s actionResult attribute set to “running” as 
below.  
 
 
<
soap:Envelope
 
xmlns:soap
=
"http://schemas.xmlsoap.org/soap/envelope/"
>
 
  
<
soap:Header
>
 
    
<
header
/>
 
  
</
soap:Header
>
 
  
<
soap:Body
>
 
    
<
ns3:provisionResponse
>
 
      
<
ns3:cfsCreation
>
 
        
<
ns5:vendorExtensions
>
 
          
<
ns27:deployResult
 
actionResult
=
"running"
 
action
=
"deploy"
>
 
            
<
ns25:info
>
 
              
<
ns25:code
>
MTOSI_9000
</
ns25:code
>
 
              
<
ns25:message
>
Service deployment is in progress
</
ns25:message
>
 
            
</
ns25:info
>
 
          
</
ns27:deployResult
>
 
        
</
ns5:vendorExtensions
>
 
        
<
ns5:cfsCreationEvents
>
 
          
<!-- -->
 
        
</
ns5:cfsCreationEvents
>
 
      
</
ns3:cfsCreation
>
 
    
</
ns3:provisionResponse
>
 
  
</
soap:Body
>
 
</
soap:Envelope
>
 
 
 
4.13.2.2 
List of error codes 
 
Error code 
Description 
MTOSI_0000 
Default error codes for all the errors/exceptions. This consists of any error occurred in the 
operation execution that will be returned with this code unless the specific error has a 
different code. 
MTOSI_0001 
Default error code for all methods which are not implemented exceptions. These are 
returned when user invokes a operation that is not implemented by Cisco EPN Manager. 
MTOSI_4001 
Default error code for provisioning configuration (cli) deployment failure errors. These 
errors/exceptions are returned as part of the deployResults field in a provisioning 
response (not as a SOAP fault, but in the response of the operation). 
MTOSI_9000 
Default info message code used for service provisioning deployment info messages. When 
request timeout happens while deployment is in progress, the deployment results return 
the info message with this code. 
 
4.13.3 Service Order Data 
The main input for service provisioning is Service Order Data which consists of service level and endpoint 
level configuration. Since this configuration is Cisco specific, ensure that you provide it using MTOSI vendor 
extensions of the MTOSI request. 
 
The schema for the Service Order Data for Optical services versus that for Carrier Ethernet services is 
different. The following table provides the details of the service order data input required for each 
technology and service type.