RESTCONF
RESTCONF server/client and RESTfull related questions
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
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
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
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
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
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
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
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
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
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