summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/resources/dataOperationRequest.json
blob: f69b87631f2a6a2d869a6f0f829c3d6aa6a169b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "operations": [
    {
      "operation": "read",
      "operationId": "operational-14",
      "datastore": "ncmp-datastore:passthrough-operational",
      "options": "some option",
      "resourceIdentifier": "some resource identifier",
      "targetIds": [
        "ch3-dmi2",
        "unknown-cm-handle",
        "ch6-dmi1",
        "non-ready-cm-handle"
      ]
    },
    {
      "operation": "read",
      "operationId": "running-12",
      "datastore": "ncmp-datastore:passthrough-running",
      "options": "some option",
      "resourceIdentifier": "some resource identifier",
      "targetIds": [
        "ch1-dmi1",
        "ch7-dmi2",
        "ch2-dmi1",
        "non-ready-cm-handle"
      ]
    },
    {
      "operation": "read",
      "operationId": "operational-15",
      "datastore": "ncmp-datastore:passthrough-operational",
      "options": "some option",
      "resourceIdentifier": "some resource identifier",
      "targetIds": [
        "ch4-dmi2",
        "ch6-dmi1"
      ]
    }
  ]
}