98ed39b9ae8a761c4cdb6702cb11e7e09393b4be
[cps.git] / cps-ncmp-service / src / test / resources / resourceDataBatchRequest.json
1 {
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",
12         "ch6-dmi1"
13       ]
14     },
15     {
16       "operation": "read",
17       "operationId": "running-12",
18       "datastore": "ncmp-datastore:passthrough-running",
19       "targetIds": [
20         "ch1-dmi1",
21         "ch7-dmi2",
22         "ch2-dmi1"
23       ]
24     },
25     {
26       "operation": "read",
27       "operationId": "operational-15",
28       "datastore": "ncmp-datastore:passthrough-operational",
29       "options": "some option",
30       "targetIds": [
31         "ch4-dmi2",
32         "ch6-dmi1"
33       ]
34     }
35   ]
36 }