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
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
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
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