RESTCONF

RESTCONF server/client and RESTfull related questions

What to expect during RESTCONF GET request on list or leaf-list entries?
This article illustrates what the server may reply with upon GET request on a list or leaf-list entry.  The result may depend on what data is getting retri...
Thu, 24 Feb, 2022 at 1:38 PM
How do I use RESTCONF PUT method?
The PUT RESTCONF method represents "create" or "replace" NETCONF operation.  Both the POST and PUT methods can be used to c...
Fri, 16 Jul, 2021 at 5:33 PM
How do I use RESTCONF PATCH method?
The RESTCONF uses the HTTP PATCH method defined in to provide an extensible framework for resource patching mechanisms. Each patch mechanism needs a unique ...
Thu, 21 Jan, 2021 at 11:00 AM