Re: [controller-dev] Help regarding Yang 1.1 actions on RestConf.

2019-05-28 Thread Tomáš Cére
Since you are using the rfc8040 implementation of restconf, you need to use requests that conform to that rfc. >From the examples you provided it seems like you are trying to use new >restconf implementation with requests for old(draft2) impl. I have couple of netconf examples in a postman coll

Re: [controller-dev] Help regarding Yang 1.1 actions on RestConf.

2019-05-27 Thread Tom Pantelis
On Mon, May 27, 2019 at 8:06 PM Ajay Deep Singh < ajay.deep.si...@ericsson.com> wrote: > Hi Everyone, > > > > I am facing issue over Restconf for testing new code added by me to > support Yang 1.1 Action please can someone help me out here. > > > > I can find Old restconf implementation is mapped

[controller-dev] Help regarding Yang 1.1 actions on RestConf.

2019-05-27 Thread Ajay Deep Singh
Hi Everyone, I am facing issue over Restconf for testing new code added by me to support Yang 1.1 Action please can someone help me out here. I can find Old restconf implementation is mapped to /restconf, and new restconf implementation is mapped to /rests/data. So I tried adding my sim

[controller-dev] Help regarding Yang 1.1 actions

2019-04-25 Thread Emmett Cox
Hi everyone, Myself and several members of my team are investigating what changes we would need to implement to allow restconf, mdsal and netconf to support Yang 1.1 actions, both in a clustered and non-clustered way. To that end we've been trying to find documentation or guides regarding t