Modify data operation schema to accommodate additional information
[cps.git] / cps-ncmp-service / src / test / resources / dataOperationRequest.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         "non-ready-cm-handle"
14       ]
15     },
16     {
17       "operation": "read",
18       "operationId": "running-12",
19       "datastore": "ncmp-datastore:passthrough-running",
20       "options": "some option",
21       "resourceIdentifier": "some resource identifier",
22       "targetIds": [
23         "ch1-dmi1",
24         "ch7-dmi2",
25         "ch2-dmi1",
26         "non-ready-cm-handle"
27       ]
28     },
29     {
30       "operation": "read",
31       "operationId": "operational-15",
32       "datastore": "ncmp-datastore:passthrough-operational",
33       "options": "some option",
34       "resourceIdentifier": "some resource identifier",
35       "targetIds": [
36         "ch4-dmi2",
37         "ch6-dmi1"
38       ]
39     }
40   ]
41 }