Cisco Cisco Evolved Programmable Network Manager 2.0 Developer's Guide

Page of 88
 RESTCONF/YANG Interface Details 
 
 
 Cisco Evolved Programmable Network Manager 2.0 RESTCONF NBI Guide 
 70
 
Note: Do not use braces for the <id>
 
This object supports the fully-qualified domain name (FDN) attribute, which is unique for 
all PhysicalProtocolEndpoint objects. You may use the FDN as a query parameter to 
retrieve a specific PhysicalProtocolEndpoint object as follows: 
 
 
http://<host>/restconf/data/v1/xmp-im-connectivity-
modulephysicalprotocolendpoint:PhysicalProtocolEndpoint?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. 
Sample Response Data 
4.7.1.1  JSON 
 
Following is the sample code formatted and edited for clarity and length. 
 
{"ns2.PhysicalProtocolEndpoint": [ 
    "PhysicalProtocolEndpoint": [ 
    { 
      "name": "GigabitEthernet0\/1", 
      "owningEntityId": "207208_192.168.23.26", 
      "fdn": "MD\/CISCO_EPNM\/ME\/ASR901-CSG-1-
DOMAIN3.cisco.com\/FTP\/GigabitEthernet0\/1", 
      "isFloatingPep": false, 
      "subclassname": "PhysicalProtocolEndpoint", 
      "instanceId": 220479, 
      "businessKey": "489e4745[207208_192.168.23.26,9]", 
      "clocking": "NOTAPPLICABLE", 
      "entPhysicalIndex": 9, 
      "isInternalPort": false, 
      "speed": 0, 
      "supportsAutoNegotiation": "FALSE", 
      "supportsAutoSpeed": false, 
      "physicalConnector": 
"[PhysicalConnector{'name':'GigabitEthernet0\/1','businessKey':'e01b1a6
3[3,GigabitEthernet0\/1,207208_192.168.23.26]'}]" 
    }, 
    {