Cisco Cisco Evolved Programmable Network Manager 2.0 Developer's Guide

Page of 204
  
 
 
 
Cisco Evolved Programmable Network Manager 2.0.1 RESTCONF API Guide 
 
 
19 
fdn 
String 
Fully Distinguished Name (FDN) of the Module to retrieve. 
name 
String 
Name of the PhysicalConnector to retrieve (not unique). 
description 
String 
Description of the PhysicalConnector to retrieve (not unique). 
<attribute> 
varies 
Uses any non-collection attribute to retrieve 
PhysicalConnector object(s). 
Response  Message 
Response Content Type 
application/xml, application/yang.data+xml, application/json, 
application/yang.data+json 
Response Data 
0 or more PhysicalConnectors of type physical-connector – 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 further detail. 
 
4.6.1  PhysicalConnector Data 
Name 
Type 
Description 
physical-connector 
Container element 
Holds the data for a PhysicalConnector. 
4.7  TerminationPoint Retrieval 
This interface provides the operations required to retrieve TerminationPoint details.  
 
Resource 
Description 
TerminationPoint 
Retrieves TerinationPoints (and associated CEM and MPLS-TE details) in the 
system.  
HTTP Method  
Resource Path  
GET 
/data/v1/cisco-resource-ems:termination-point 
Query Parameters 
Name 
 Type 
Description 
fdn 
String 
Fully DistinguishedName (FDN) of the terminationPoint to 
retrieve a single terminationPoint. 
type 
String (CTP, 
PTP, FTP) 
Type of the termination points to retrieve. 
ndFdn 
String 
Fully Distinguished Name (FDN) of the Node. 
containedCTP 
String(true/fal
se) 
Enables you to return Contained Connection Termination 
Points for a given Termination Point. 
containedInUseCTP 
String(true/fal
se) 
Enables you to return Contained In Use Connection 
Termination Points for a given Termination Point. 
Response  Message 
Response Content Type 
application/xml, application/yang.data+xml, application/json, 
application/yang.data+json 
Response Data 
0 or more terminationPoints of type termination-point – 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