summaryrefslogtreecommitdiffstats
path: root/test/retrieve-resolution/retrieve-success/expected-payloads/expected-response.json
blob: cd8c89ec2ab41780012821bf5c1455cd6b93de7b (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
42
43
44
45
{
  "correlationUUID": "d70b019f-7b05-4830-8707-8eea2cba707c",
  "commonHeader": {
    "timestamp": "2020-12-15T18:13:16.780Z",
    "originatorId": "System",
    "requestId": "retrieve-resolution-resolve",
    "subRequestId": "resolve-001",
    "flags": null
  },
  "actionIdentifiers": {
    "blueprintName": "RT-retrieve-resolution",
    "blueprintVersion": "1.0.0",
    "actionName": "retrieve-resolution",
    "mode": "sync"
  },
  "status": {
    "code": 200,
    "eventType": "EVENT_COMPONENT_EXECUTED",
    "timestamp": "2020-12-15T18:13:18.814Z",
    "errorMessage": null,
    "message": "success"
  },
  "payload": {
    "retrieve-resolution-response": {
      "retrieved-values": {
        "resolved-template": {
          "input": "ok",
          "kotlin1": "val1",
          "kotlin2": "val2",
          "kotlin3": "val3",
          "kotlin4": "val4"
        },
        "retrieved-resolution": [
          [
            "ok",
            "val1",
            "val2",
            "val3",
            "val4"
          ]
        ]
      }
    }
  }
}