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?
Check the Online Manual for Up to Date Information Transaction Complete Edit Phase Complete The following article illustrates how to utilize the Tran...
Sat, 17 Aug, 2024 at 10:24 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?
Refer to the Online Manual For Up to Date Information Periodic Timer Service Description The netconfd-pro process supports timer callbacks. Th...
Sat, 17 Aug, 2024 at 10:21 AM
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