Cisco Cisco Evolved Programmable Network Manager 1.2 Developer's Guide

Page of 360
RESTCONF/YANG Interface Details 
 
 
Cisco EPN Manager RESTConf NBI Guide  
332
 
 
 
URL 
Description 
http://<host>/restconf/v1/data/epnm-restconf-xmp-im-ext-
opticalpathsettingscfs:OpticalPathSettingsCFS 
Retrieve all OpticalPathSettingsCFS 
instances 
http://<host>/restconf/v1/data/epnm-restconf-xmp-im-ext-
opticalpathsettingscfs:OpticalPathSettingsCFS/{id} 
Retrieve OpticalPathSettingsCFS 
instance by database instance id 
Sample Response Data 
4.58.1.1 
JSON 
 
This sample is formatted and edited for clarity and length. 
 
{"ns1.OpticalPathSettingsCFS": [ 
    { 
      "instanceId": 1592607, 
      "routeType": "PRIMARY", 
      "subclassname": "OpticalPathSettingsCFS", 
      "validationMode": "None", 
      "validationZoneThreshold": "Green" 
    }, 
    { 
      "instanceId": 1592608, 
      "routeType": "SECONDARY", 
      "subclassname": "OpticalPathSettingsCFS", 
      "validationMode": "None", 
      "validationZoneThreshold": "Green" 
    } 
  ]