Merge "Streamline outcome response for subscription creation"
[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       "targetIds": [
21         "ch1-dmi1",
22         "ch7-dmi2",
23         "ch2-dmi1",
24         "non-ready-cm handle"
25       ]
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 }