Cisco Cisco Evolved Programmable Network Manager 2.0 Developer's Guide

Page of 254
  
 
 
Cisco EPN Manager 2.0.3 RESTCONF NBI Guide  
 
 
30 
4.12 Virtual Connection Route Retrieval 
This interface provides the operations required to retrieve Virtual Connection Route. 
 
Resource 
Description 
Virtual Connection Route 
Retrieves all Virtual Connections Routes in the system or retrieve specific set 
based on the input parameters.  
HTTP Method  
Resource Path  
GET 
/data/v1/cisco-service-network:virtual-connection-route 
Query Parameters 
Name 
 Type 
Description 
vcType 
String  
Type of the virtual connection for which the Routes should be 
retrieved. Possible values: carrier-ethernet-vpn, tdm-cem, 
mpls-te-tunnel, and layer3-vpn. 
vcFdn 
String 
Fully Distinguished Name (FDN) of the virtual connection for 
which the routes should be retrieved. 
 
 
 
Response Message 
Response Content Type 
application/xml, application/yang.data+xml, application/json, 
application/yang.data+json 
Response Data 
0 or more Virtual Connection Routes of type virtual-connection-route – see 
yang model for the data details. 
HTTP Status Code 
  200 OK - Success with response message-body 
  401, 403 – Authentication and Authorization errors. 
  400 Bad Request - Invalid request message.  
  500 Internal Server Error - operation-failed. 
Please refer to RESTCONF standard status codes and standard error response 
data for more details. 
4.12.1 Virtual Connection Route Data 
Name 
Type 
Description 
virtual-connection-route 
Container element 
Holds the data from virtual 
connection route. 
4.13 Multi-Layer Topology Retrieval 
This interface provides the operations required to retrieve Multi Layer Topology for a given Virtual 
Connection. The Multi Layer Topology can be used to retrieve the data for CEM, Flex and Optical Virtual 
Connections. 
 
Resource 
Description 
Virtual Connection Route 
Retrieves all Virtual Connections Routes in the system or retrieve specific set 
based on the input parameters.  
HTTP Method  
Resource Path  
GET 
/data/v1/
cisco-resource-network:virtual-connection-multi-layer-route
 
Query Parameters 
Name 
 Type 
Description 
vcFdn 
String 
Fully Distinguished Name (FDN) of the virtual connection for 
which the MLT should be retrieved. 
 
 
 
Response Message