blob: d2e0d64892d43148191094508bf07e42e090a6fd [file] [log] [blame]
sourabh_sourabhf232f302023-05-09 14:34:59 +01001{
2 "operations": [
3 {
4 "operation": "read",
5 "operationId": "operational-14",
6 "datastore": "ncmp-datastore:passthrough-operational",
7 "options": "some option",
8 "resourceIdentifier": "some resource identifier",
9 "targetIds": [
10 "ch3-dmi2",
11 "unknown-cm-handle",
sourabh_sourabhede42ea2023-06-26 11:15:57 +010012 "ch6-dmi1",
13 "non-ready-cm handle"
sourabh_sourabhf232f302023-05-09 14:34:59 +010014 ]
15 },
16 {
17 "operation": "read",
18 "operationId": "running-12",
19 "datastore": "ncmp-datastore:passthrough-running",
20 "targetIds": [
21 "ch1-dmi1",
22 "ch7-dmi2",
sourabh_sourabhede42ea2023-06-26 11:15:57 +010023 "ch2-dmi1",
24 "non-ready-cm handle"
sourabh_sourabhf232f302023-05-09 14:34:59 +010025 ]
26 },
27 {
28 "operation": "read",
29 "operationId": "operational-15",
30 "datastore": "ncmp-datastore:passthrough-operational",
31 "options": "some option",
32 "targetIds": [
33 "ch4-dmi2",
34 "ch6-dmi1"
35 ]
36 }
37 ]
38}