Netconf Device Notification
[netconf.git] / restconf / restconf-nb / src / main / java / org / opendaylight / restconf / nb / rfc8040 / rests / utils / RestconfStreamsConstants.java
index 1a08585272b623b2f9f373f0904ec765c25c54dd..26911539a926e9ea09ded7376c319311f64e2fc7 100644 (file)
@@ -22,6 +22,8 @@ public final class RestconfStreamsConstants {
     public static final String STREAM_PATH = STREAMS_PATH + STREAM_PATH_PART;
     public static final String STREAM_ACCESS_PATH_PART = "/access=";
     public static final String STREAM_LOCATION_PATH_PART = "/location";
+    public static final String NOTIFICATION_TYPE = "notificationType";
+    public static final String DEVICE = "device";
 
     private RestconfStreamsConstants() {
         // Hidden on purpose