blob: 04d37b8bb903f0fc6e0dfe5e3d573445f142431c [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",
mpriyankdaa92d72024-05-31 09:46:11 +01009 "xpathFilter": ["/x1/y1","x2/y2"]
emacleea25711d2024-01-24 15:22:58 +000010 }
11 },
12 {
13 "targetFilter": ["ch3","ch4"],
14 "scopeFilter": {
15 "datastore": "ncmp-datastore:passthrough-operational",
mpriyankdaa92d72024-05-31 09:46:11 +010016 "xpathFilter": ["/x3/y3","x4/y4"]
emacleea25711d2024-01-24 15:22:58 +000017 }
18 }
19 ]
20 }
21}