Cisco Cisco Elastic Services Controller 2.2 Developer's Guide

Page of 84
    </event> 
  </escEvent> 
</notification> 
 
Once all the VM’s in the deployment are ALIVE, an escEvent of type SERVICE_ALIVE with a SUCCESS 
status will be sent: 
<notification xmlns="urn:ietf:params:xml:ns:netconf:notification:1.0"> 
  <eventTime>2015-04-28T23:38:21.656+00:00</eventTime> 
  <escEvent xmlns="http://www.cisco.com/esc/esc"> 
    <status>SUCCESS</status> 
    <status_message>Service group deployment completed 
successfully!</status_message> 
    <depname>csr-dep</depname> 
    <tenant>vnf-tenant</tenant> 
    <depid>3e0d269a-c3a4-454a-832f-44e0528ed2c1</depid> 
    <vm_source/> 
    <vm_target/> 
    <event> 
      <type>SERVICE_ALIVE</type> 
    </event> 
  </escEvent> 
</notification> 
 
Once the SERVICE_ALIVE event is sent, the Deploy Service configuration has been successfully activated. 
Operational data 
If the tenant was created, then it will show up in operational data.  Refer to 
section 6.1.1
 for details. 
If any ephemeral networks were created, then they will show up in operational data.  Refer to 
section  
for details.   
NOTE: It is not possible to differentiate in operational data between regular Tenant networks, and 
ephemeral (Deployment) networks. 
If any subnets for ephemeral networks were created, then they will show up in operational data.  Refer 
to 
section 6.1.5
 for details.  
When the Deploy Service completes successfully, the deployment will appear in the operational data. A 
Netconf request can be sent using the get method with an appropriate filter to query the operational 
data of the deployment: 
Netconf Request  
 
<rpc message-id="1" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> 
  <get> 
    <filter select="esc_datamodel/opdata/tenants/tenant[name=’vnf-
tenant’]/deployments[deployment_name=‘csr-dep’]" type="xpath"/> 
  </get> 
</rpc>