Callbacks, Hooks, and other APIs

How do I access datastore from SIL-SA callbacks?
AVAILABLE SINCE 20.10-0 RELEASE  The SIL-SA version of the Get Data API has the same goal as regular SIL version; however, it has different template def...
Fri, 4 Sep, 2020 at 10:44 AM
How do I use SIL-SA version of EDIT2 callbacks?
AVAILABLE SINCE 20.10-0 RELEASE  The SIL-SA EDIT2 callback usage is the same as the EDIT2 callback except EDIT2 MERGE handling. The difference is only i...
Fri, 28 Aug, 2020 at 10:23 AM
How do I use GET2 callback?
The GET2 callback functions use 1 callback per object template. The server will issue “get” and “getnext” requests via this API, and the callback code will ...
Thu, 3 Jun, 2021 at 3:11 PM
How do I use Shutdown Callback?
The Shutdown callback function is a user callback that is invoked when the server is about to restart or shutdown. This callback is invoked before any d...
Thu, 3 Jun, 2021 at 3:48 PM
How do I use Candidate Reload Callback?
    The Candidate Reload callback is an internal system callback that is used to clear some cached validation data when the running configuration is loaded...
Thu, 3 Jun, 2021 at 4:03 PM
How do I use Module Load Callback?
The Module Load callback is a user/system callback that is invoked when a YANG module is loaded into the server. This callback is only invoked for main modu...
Thu, 3 Jun, 2021 at 4:12 PM
How do I use Module Unload Callback?
The Module Unload callback is a user/system callback that is invoked when a YANG module is unloaded from the server. This callback is only invoked for main ...
Thu, 3 Jun, 2021 at 4:19 PM
How to use NV-LOAD callback?
The NV-Load callback function is a user callback that is invoked when the running configuration needs to be read from non-volatile storage. A configuration ...
Thu, 3 Jun, 2021 at 4:28 PM
How do I use the NV-Save callback?
The NV-Save callback function is a user callback that is invoked when the running configuration needs to be saved to non-volatile storage. A configuration f...
Thu, 30 Sep, 2021 at 2:17 PM
How do I use Command Complete Callback?
The Command Complete callback function is a user callback that is invoked when the server has completed an RPC operation and the response has been generated...
Thu, 3 Jun, 2021 at 4:32 PM