Callbacks, Hooks, and other APIs
These links should help you get started learning about programming with YumaPro APIs. Server APIs The API Quickstart has an overview of most th...
Mon, 21 Nov, 2022 at 2:36 PM
The following article illustrates how to utilize the EDIT1 callbacks in examples. The server supports 2 modes of database editing callbacks. The origina...
Thu, 24 Feb, 2022 at 7:02 PM
Problem: How can I differentiate a MERGE operation that creates a leaf from a MERGE that edits an existing leaf? When creating a container that has defa...
Thu, 24 Feb, 2022 at 6:56 PM
Refer to the Online Manual for Up to Date Information EDIT2 Callback EDIT3 Callback The server supports 2 modes of database editing callbacks.The orig...
Sat, 17 Aug, 2024 at 10:15 AM
In this article we are going to use 3 EDIT2 callbacks registered for NP-Container, Presence Container, and a list.
container a-NPcontainer { ...
Mon, 2 Apr, 2018 at 3:55 PM
Hooks callback interaction with EDIT2 callbacks (target=candidate) In case there are multiple Set-Hook callbacks registered and the callbacks add...
Fri, 22 Feb, 2019 at 10:34 AM
Operational data is representing in YANG as a data node that has a "config" property of "false". The netconfd-pro server has 3 ways of ...
Mon, 21 Nov, 2022 at 4:17 PM
The following article illustrates how to utilize the GET2 callback in examples. Let us go through simple examples that will illustrate how to utilize the GE...
Fri, 14 Jan, 2022 at 9:48 AM
Consider this simplified example, that represents GET2 callback for the “interface” list. ...
container interfaces-state {
config false;
...
Mon, 1 Jul, 2019 at 11:28 AM
Consider this simplified example, that represents GET2 callback for the node type of “choice”. ...
choice type {
case interface { // ...
Mon, 2 Apr, 2018 at 4:01 PM