summaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/resources/dataOperationRequest.json
blob: 98ed39b9ae8a761c4cdb6702cb11e7e09393b4be (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
{
  "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"
      ]
    },
    {
      "operation": "read",
      "operationId": "running-12",
      "datastore": "ncmp-datastore:passthrough-running",
      "targetIds": [
        "ch1-dmi1",
        "ch7-dmi2",
        "ch2-dmi1"
      ]
    },
    {
      "operation": "read",
      "operationId": "operational-15",
      "datastore": "ncmp-datastore:passthrough-operational",
      "options": "some option",
      "targetIds": [
        "ch4-dmi2",
        "ch6-dmi1"
      ]
    }
  ]
}