Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Dear,
I am trying to call REST or RESTCONF to viptela vManage NED...
Via the CLI I am getting expected output from the following command:
mmalysz@ncs> request devices device org3-vmanage-2 live-status vmanage-stats:exec get_vedges | more
result suc...
I've been trying to use special characters in the URL. I have used this for translation of interface:In [3]: quote("TenGigE=0/0/1","=")Out[3]: 'TenGigE=0%2F0%2F1'And the REST call works fine:(auto) MMALYSZ-M-60YE:452 mmalysz$ curl -isu admin:admin -X...
In tailf-ned-cisco-ios-xr.yang we can see:The config option cisco-iosxr-transaction-id-method is available under: /ncs:devices/global-settings/ned-settings/ /ncs:devices/ncs:profiles/profile:cisco-iosxr/ned-settings/ /ncs:/dev...
What is the difference between REST and RESTCONF.According to NSO NB Guide:REST API:It tries to follow the RESTCONF Internet Draft [draft-ietf-netconf-restconf] but since it predates the creation of RESTCONF, a number of differences exists.RESTCONF A...
Customer would like to have certain entities modeled explicitly withing the data model. The one below is just an example. In that case the address could be easily a mandatory leaf directly under test-service list. However for the definition of more g...
Thanks - It was a good idea to use module name and not prefix.
But I have another problem...
Now the call to
https://127.0.0.1:8888/restconf/data/devices/device=org3-vmanage-2/live-status/tailf-ned-viptela-vmanage-stats:exec/get_vedges
Works fine, ho...
Very interesting deck. It raises one question about behavior of Commit Queue's (slide 28).
In case Device is Locked (taken for the duration of the sync operation) a transaction would fail.
That perfectly makes sense in case Commit Queue's are disabl...
If you want to create multiple instances it is possible to send a call to higher level URI.However if you want to mix create of one instance with i.e. deletion of another - for this one you'd need to use yang-patch as defined in RFC8072 - NSO 4.6 / 4...
While reading this discussion one concern popped up in my mind related to stacked services related to this. Jan Lindblad - what happens in case the parent service calculated that there is a change required to the child's create() function in case par...