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