RESTCONF

RESTCONF server/client and RESTfull related questions

What is RESTCONF?
YumaPro SDK fully supports the RESTCONF protocol as defined in IETF RFC 8040. RESTCONF is a REST like protocol running over an HTTP interface to access...
Mon, 21 Nov, 2022 at 10:28 AM
What RESTCONF features are supported by YumaPro SDK?
The restconf program has the following features: Complete implementation of RESTCONF protocol, defined by IETF RFC 8040. Completely new framework ...
Wed, 27 Sep, 2017 at 1:55 PM
How do I use the RESTCONF Client?
RESTCONF Server implements the RESTCONF protocol [RFC8040]. It communicates with a RESTCONF Client through a Web Server, an Apache HTTP Server. In case HTT...
Mon, 21 Nov, 2022 at 10:29 AM
Setting up RESTCONF on Ubuntu/Debian
Configure the optional RESTCONF protocol on Ubuntu/Debian systems The restconf program is the FastCGI thin client that connects Apache2 (or other WEB se...
Mon, 21 Nov, 2022 at 10:54 AM
Setting up RESTCONF on Fedora/CentOS
Configure the optional RESTCONF protocol on Fedora/CentOS systems The restconf program is the FastCGI thin client that connects Apache2 (or other WEB se...
Mon, 21 Nov, 2022 at 11:12 AM
RESTCONF on SELinux systems (Red Hat, CentOS, Fedora)
In order to use the YumaPro SDK's restconf program on an SELinux system there are several requirements: You must use YumaPro SDK version 17.10 (or ...
Mon, 21 Nov, 2022 at 5:34 PM
Setting up RESTCONF on the NGINX WEB server
The NGINX WEB server can be used to support the RESTCONF protocol within netconfd-pro. The 17.10-4 release (or later) must be used. Example instruction...
Fri, 8 Jul, 2022 at 6:07 PM
How can I execute web requests with tools like curl?
To send simple GET request the following command can be used:     > curl http://restconf-dev/restconf/data/restconf-state/capabilities \     -H "A...
Thu, 24 Feb, 2022 at 1:24 PM
How can I retrieve the RESTCONF server capability information?
A client can retrieve the capability information from the server by HTTP GET request via WEB browser:   GET /restconf/data/ietf-restconf-monitoring:restcon...
Thu, 7 Nov, 2019 at 3:00 PM
How can I make an edit with either JSON or XML encoding?
To create a new "artist" resource within the "library" resource, the client might send the following JSON encoded request. Note: the...
Thu, 7 Nov, 2019 at 3:02 PM