Callbacks, Hooks, and other APIs

How do I use GET2 callbacks for a YANG leaf and leaf-list?
Consider this simplified example, that represents GET2 callback for the “leaf” and “leaf-list” nodes. ... leaf get2-leaf { config false; ...
Mon, 2 Apr, 2018 at 4:02 PM
How do I use All In One (AIO) GET2 callback?
The All In One (AIO) GET2 mechanism allows to call a single GET2 callback for the whole Subtree. AIO GET2 callbacks follow exactly the same template as reg...
Fri, 15 May, 2020 at 12:32 PM
How do I use All In One (AIO) GET2 callback with val value?
AVAILABLE SINCE 19.10-4 RELEASE This section describes All In One (AIO) GET2 mechanism that allows to call a single GET2 callback for the whole Subtree....
Thu, 24 Feb, 2022 at 6:54 PM
How do I use All In One (AIO) GET2 callback with XML/JSON buffers?
AVAILABLE SINCE 19.10-9 RELEASE This section describes All In One (AIO) GET2 mechanism that allows to call a single GET2 callback for the whole Subtree....
Wed, 19 Aug, 2020 at 3:57 PM
How do I implement get-bulk GET2 callback for a YANG list?
By default, the server expects GET2 callbacks to retrieve only one instance at a time. That's, only one list instance is getting return at a time. Afte...
Wed, 12 May, 2021 at 10:10 AM
How to create an anyxml or anydata return value for a GET2 callback
The YANG anydata or anyxml node types allow a generic container of arbitrary child nodes to be returned. This is simply a terminal data node in YANG, meani...
Thu, 24 Feb, 2022 at 6:49 PM
How to skip GET callbacks output?
This article describes how to skip an output of GET callbacks, GET1 or GET2 callbacks. There could be different reasons to avoid specific callback outpu...
Thu, 24 Feb, 2022 at 6:45 PM
How do I use Set Hook callbacks?
A Set Hook is a function that is invoked within the transaction when an object is modified. When the netconfd-pro server has been configured to provide a ca...
Tue, 18 Aug, 2020 at 5:52 PM
How do I use SIL-SA version of the Set Hook callback?
AVAILABLE SINCE 20.10-0 RELEASE  For more information on what is Set Hook callback and more detailed definition refer to How do I use Set Hook callback?...
Wed, 16 Dec, 2020 at 12:16 PM
How do I use Set Hook callbacks to add new nodes?
A Set Hook is a function that is invoked within the transaction when an object is modified. When the netconfd-pro server has been configured to provide a ca...
Wed, 19 Aug, 2020 at 4:00 PM