blob: 6b665495c0eb9a4b308d94d0c8314ef1c9dbf6f5 [file] [log] [blame]
emacleea25711d2024-01-24 15:22:58 +00001{
2 "data": {
emaclee18c5a512024-04-30 18:18:31 +01003 "subscriptionId": "test-id",
emacleea25711d2024-01-24 15:22:58 +00004 "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}