blob: f69b87631f2a6a2d869a6f0f829c3d6aa6a169b2 [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",
sourabh_sourabh353bf282023-08-18 10:56:42 +010013 "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",
sourabh_sourabh353bf282023-08-18 10:56:42 +010020 "options": "some option",
21 "resourceIdentifier": "some resource identifier",
sourabh_sourabhf232f302023-05-09 14:34:59 +010022 "targetIds": [
23 "ch1-dmi1",
24 "ch7-dmi2",
sourabh_sourabhede42ea2023-06-26 11:15:57 +010025 "ch2-dmi1",
sourabh_sourabh353bf282023-08-18 10:56:42 +010026 "non-ready-cm-handle"
sourabh_sourabhf232f302023-05-09 14:34:59 +010027 ]
28 },
29 {
30 "operation": "read",
31 "operationId": "operational-15",
32 "datastore": "ncmp-datastore:passthrough-operational",
33 "options": "some option",
sourabh_sourabh353bf282023-08-18 10:56:42 +010034 "resourceIdentifier": "some resource identifier",
sourabh_sourabhf232f302023-05-09 14:34:59 +010035 "targetIds": [
36 "ch4-dmi2",
37 "ch6-dmi1"
38 ]
39 }
40 ]
41}