summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/notifications/subscribe-to-notification.yang
blob: 5fe7df70a6cede13b03ce4ef9a1523cdb0e1acd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module subscribe-to-notification {

    yang-version 1;
    namespace "subscribe:to:notification";
    prefix "subs-to-notifi";

    description
        "Added input parameters to rpc create-data-change-event-subscription and to create-notification-stream";

    revision "2016-10-28" {
    }

    container "notifi"{
        leaf "location"{
            type string;
        }
    }
}