blob: 09796e2f4f2b0d14dd0ba1a8a2a9b0c6a240bffb [file] [log] [blame]
emacleea25711d2024-01-24 15:22:58 +00001{
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}