Update karaf cache nc-notifications YANG schema 46/97246/8
authorVachhani, Shweta (sv111y) <sv111y@att.com>
Wed, 18 Aug 2021 11:51:34 +0000 (13:51 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Thu, 10 Mar 2022 16:04:16 +0000 (16:04 +0000)
https://github.com/sysrepo/sysrepo/issues/2365

JIRA: TRNSPRTPCE-493
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I52050644ac9e05b9edc46f589ac613f759201d45
Signed-off-by: Balagangadhar Bathula <bb4341@att.com>
karaf/src/main/assembly/cache/schema/nc-notifications@2008-07-14.yang

index 1812d4e46e71007927d4c96dc88d7bfdbb876418..63c26fbd36f8f03524f0adca52e44575d15c58d7 100644 (file)
@@ -75,6 +75,20 @@ module nc-notifications {
                supported.";
             type yang:date-and-time;   // xsd:dateTime is wrong!
           }
+
+          leaf replayLogAgedTime {
+            when "current()/../replaySupport" {
+              description
+               "This object MUST be present if replay is supported
+               and any notifications have been aged out of the log.";
+            }
+            type yang:date-and-time;
+            description
+              "The timestamp of the last notification aged
+              out of the log. This object MUST be present
+              if replay is supported and any notifications
+              have been aged out of the log.";
+          }
         }
       }
     }