CESNET / netopeer2

NETCONF toolset
BSD 3-Clause "New" or "Revised" License
299 stars 188 forks source link

restconf #1384

Closed lilililizheng closed 1 year ago

lilililizheng commented 1 year ago

I would like to know if netopeer2-server supports the restconf protocol, and if so, how do I use it.

michalvasko commented 1 year ago

It does not. There is a separate project with the ultimate goal of creating a RESTCONF server on top of sysrepo but it is not finished and I do not know details as to the exact state it is in.

jktjkt commented 1 year ago

The current status of rousette, currently the almost-RESTCONF server :) is that basic, unauthenticated read-only access works. Anything which requires authentication & authorization is currently not supported, and these HTTP requests are being rejected.

It's an open source project, so patches are welcome, as usual. If there are no external contributions, we plan to eventually get around to implementing all the RESTCONF-related features, but it's currently a best-effort project.

lilililizheng commented 1 year ago

Thanks, restconf is more useful than netconf in some cases