Cisco Cisco Evolved Programmable Network Manager 1.2 Developer's Guide

Page of 360
 
                                                          RESTCONF/YANG 
Interface Details 
 
 
Cisco EPNM RESTConf  NBI  Guide  
 
 
 
101 
forwardingRelati
onshipEnd 
ForwardingRela
tionshipEnd 
The set of instances of ForwardingRelationship for this instance of FREnd (it 
is one side of the association class). 
lowerLayerPEP 
Set<ProtocolEn
dpoint> 
The set of instances of ProtocolEndpoint subclasses that serve as a lower 
layer in a protocol stack for this instance of a ProtocolEndpoint subclass. 
The lower layer PEPs are said to provide connectivity to the upper layer 
PEPs. 
opticalOduGroup
End 
OpticalOduGro
upEnd 
subclassname 
String 
The name of the object type. 
upperLayerPEP 
Set<ProtocolEn
dpoint> 
The set of instances of ProtocolEndpoint subclasses that serve as upper 
layers in a protocol stack for this instance of a ProtocolEndpoint subclass. 
This instance (and possibly others) are said to provide connectivity to the 
upper layer PEPs. 
 
Operations 
The table below lists the operations available to retrieve OpticalInterfacePEP data from 
RESTCONF via the http protocol. 
All URLs require basic authentication and can produce: 
 
application/xml 
 
application/yang.data+xml 
 
application/json 
 
application/yang.data+json 
 
The first URL retrieves all the OpticalInterfacePEP entities in the database. The final URL 
retrieves a specific OpticalInterfacePEP by its database instance id. Enter the instance id, 
but do not include the braces. 
 
URL 
Description 
http://<host>/restconf/v1/data/epnm-restconf-xmp-im-ext-
opticalinterfacepep:OpticalInterfacePEP 
Retrieve all OpticalInterfacePEP 
instances 
http://<host>/restconf/v1/data/epnm-restconf-xmp-im-ext-
opticalinterfacepep:OpticalInterfacePEP/{id} 
Retrieve OpticalInterfacePEP instance 
by database instance id 
 
This object supports the fully-qualified domain name (FDN) attribute, which is unique for 
all OpticalInterfacePEP objects. You may use the FDN as a query parameter to retrieve a 
specific OpticalInterfacePEP object as follows: 
 
http://<host>/restconf/v1/data/epnm-restconf-xmp-im-ext-
opticalinterfacepep:OpticalInterfacePEP?fdn=<value
 
Where <host> is the host name or IP address of the Cisco EPN Manager server and <value> 
is the value of the FDN attribute for the object to retrieve.