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