aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/resources/cmSubscription/cmNotificationSubscriptionNcmpInEvent.json
blob: 09796e2f4f2b0d14dd0ba1a8a2a9b0c6a240bffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "data": {
    "subscriptionId": "cm-subscription-001",
    "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"]
        }
      }
    ]
  }
}