Callbacks, Hooks, and other APIs
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
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
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
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
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
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
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
Check the Online Manual for Up to Date Information Set Hook A Set Hook is a function that is invoked within the transaction when an object is modified....
Sat, 17 Aug, 2024 at 10:18 AM
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
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