RESTCONF

RESTCONF server/client and RESTfull related questions

What RESTCONF query parameters are supported?
Each RESTCONF [RFC8040] operation allows zero or more query parameters to be present in the request URI. The specific parameters that are allowed depends on...
Fri, 8 Nov, 2019 at 11:21 AM
What headers are utilized in RESTCONF messages?
There are several HTTP header lines utilized in RESTCONF [RFC8040] messages. Messages are not limited to the HTTP headers listed in this section. HTTP defi...
Fri, 8 Nov, 2019 at 11:23 AM
How to configure RESTCONF over TLS
TLS, or transport layer security, and its predecessor SSL, secure sockets layer, are secure protocols created in order to place normal traffic in a protecte...
Thu, 24 Feb, 2022 at 1:28 PM
Can I use NETCONF operations with RESTCONF?
All YANG "rpc" statements are available as RESTCONF operation resources, including the NETCONF operations. Note about locking: Each RESTCONF ...
Thu, 24 Feb, 2022 at 1:29 PM
How to use the Confirmed Commit procedure in RESTCONF
The confirmed commit procedure in NETCONF allows an edit transaction to be automatically rolled back unless confirmed within a specific time period. This i...
Thu, 24 Feb, 2022 at 1:30 PM
Does YumaPro RESTCONF have a global timeout for an URI query?
Problem You may notice that any REST query that takes longer than 4 or 5 minutes seems to give an 500 internal error, and that changing the timeout for you...
Thu, 24 Feb, 2022 at 1:31 PM
How do I use RESTCONF POST method?
The RESTCONF protocol uses HTTP methods to identify the CRUD operations requested for a particular resource. The POST RESTCONF method represents "creat...
Thu, 24 Feb, 2022 at 1:33 PM
How do I use YANG Patch?
YANG Patch [RFC8072] is an "ordered 'edit' list" approach that provides RESTCONF client developers with more precise RESTCONF client contr...
Thu, 24 Feb, 2022 at 1:35 PM
How do I replace the entire contents of the Datastore resource (PUT on datastore)?
The PUT method is supported for data and datastore resources. A PUT on the datastore resource is used to replace the entire contents of the datastore.&n...
Fri, 16 Jul, 2021 at 5:16 PM
How to setup .well-known resource?
In line with the best practices defined by [RFC7320], RESTCONF enables deployments to specify where the RESTCONF API is located. When first connecting to a ...
Thu, 24 Feb, 2022 at 1:36 PM