Working with Notifications

Notification development, usage and customization

What are RESTCONF Notifications, and how do I receive them?
YumaPro RESTCONF server supports notifications and populates a stream resource for each notification delivery service access point. A RESTCONF client can...
Thu, 24 Feb, 2022 at 5:45 PM
How do I subscribe to "toaster.yang" notifications via RESTCONF?
  The libtoaster source code is available in yumapro-dev and yumapro-source packages. The SIL library for the toaster.yang will be loaded dynamically b...
Wed, 23 Dec, 2020 at 10:08 AM
How do I configure Apache2 WEB Server to support Server-Sent Event (SSE)?
 In order to enable SSE feature In Apache2 WEB Server the restconf.conf file should be configured with the following parameters:      <IfModule mod_fcg...
Tue, 4 May, 2021 at 1:08 PM
What notifications are built into the server?
module event type description ietf-netconf-notifications <netconf-session-start> Standard version of <sysSessionStart>event i...
Fri, 3 Feb, 2017 at 10:10 AM
How do I construct Notification message payload?
The yangdump-pro program will automatically generate functions to queue a specific notification type for processing. It is up to the SIL callback code to in...
Wed, 25 Nov, 2020 at 2:28 PM
Using Custom Event Streams
The NETCONF notification delivery system allows for multiple event streams. Each event stream has its own subscriptions and its own notification queue (repl...
Thu, 24 Feb, 2022 at 5:37 PM
Enabling Notifications
The netconfd-pro server supports all the capabilities of RFC 5277, and the notification monitoring portion of the ietf-netconf-monitoring.yang data model.  ...
Fri, 13 Sep, 2019 at 12:32 PM
Notification Log
Each system event is saved to the notification replay buffer for the NETCONF event stream. The <replayComplete> and <notificationComplete> noti...
Fri, 13 Sep, 2019 at 12:34 PM
Using Event Filters
An event filter is a way to disable generation of specific notification event types from being added to the notification replay buffer.  This can be useful ...
Fri, 13 Sep, 2019 at 12:37 PM
How to Filter Event Stream Contents?
The set of event notifications delivered in an event stream may be further refined by applying a user-specified filter supplied at subscription creation tim...
Tue, 5 Jan, 2021 at 1:30 PM