aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/resources/cmSubscription/cmNotificationSubscriptionNcmpInEvent.json
blob: 6b665495c0eb9a4b308d94d0c8314ef1c9dbf6f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "data": {
    "subscriptionId": "test-id",
    "predicates": [
      {
        "targetFilter":  ["ch1","ch2"],
        "scopeFilter": {
          "datastore": "ncmp-datastore:passthrough-operational",
          "xpath-filter": ["/x1/y1","x2/y2"]
        }
      },
      {
        "targetFilter":  ["ch3","ch4"],
        "scopeFilter": {
          "datastore": "ncmp-datastore:passthrough-operational",
          "xpath-filter": ["/x3/y3","x4/y4"]
        }
      }
    ]
  }
}