Callbacks, Hooks, and other APIs

How do I use Transaction Start Callback?
The following article illustrates how to utilize the Transaction Start callback in examples. The Transaction Start function is the user/system callback ...
Thu, 12 Sep, 2019 at 2:37 PM
How do I use Transaction Start Callback for SIL-SA?
The Transaction Start SA function is the sub-agent user/system callback that is invoked right before the transaction is started. The server sends “server r...
Wed, 2 Jun, 2021 at 1:41 PM
How do I use Transaction Complete Callback?
The following article illustrates how to utilize the Transaction Complete callback in examples. The Transaction Complete function is the user/system cal...
Thu, 17 Mar, 2022 at 11:17 AM
How do I use Transaction Complete Callback for SIL-SA?
The Transaction Complete SA function is the user/system callback that is invoked after the transactions has been processed.  After the transaction is compl...
Mon, 31 Jan, 2022 at 11:00 AM
How do I use Startup Hook Callback?
The Startup Hook function is the user/system callback that is invoked before any changes done to the <startup> datastore. It is invoked only if the &l...
Thu, 12 Sep, 2019 at 3:55 PM
How do I use Commit Completeness Callbacks?
If an application needs to perform additional actions and manipulations with datastore(s) in the same transaction during <commit> operation, there are...
Wed, 10 Nov, 2021 at 4:47 PM
How do I use Set Order Hook?
The Set Order Hook callback function is the user/system callback that is used to provide an access for a specific list instance object and modify its sec...
Thu, 24 Feb, 2022 at 6:42 PM
How do I use Dynamic Default Hook callback?
The Dynamic Default Hook function is the user/system callback that can be used to set up dynamic default value to the non-default leafy nodes during load or...
Thu, 24 Feb, 2022 at 6:39 PM
How do I use Timer Callbacks?
Description The netconfd-pro process supports timer callbacks. The minimum interval is 1 second. The interval units are seconds. One-time-only and p...
Thu, 12 Sep, 2019 at 4:20 PM
What callback invocation order is used by YumaPro server?
This article gives a quick overview for the callbacks invocation order. Callbacks on Candidate datastore Assume we register all the possible callbacks a...
Thu, 12 Sep, 2019 at 4:07 PM