summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/test/resource-resolution/force-resolution/expected-payloads/expected-response-2.json
blob: 5d524264114011af3dcda3037033fde5e89d718d (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
{
  "correlationUUID": null,
  "commonHeader": {
    "timestamp": "2020-05-07T22:18:06.901Z",
    "originatorId": "System",
    "requestId": "1234",
    "subRequestId": "1234-12234",
    "flags": null
  },
  "actionIdentifiers": {
    "blueprintName": "RT-resource-resolution",
    "blueprintVersion": "1.0.0",
    "actionName": "resource-resolution",
    "mode": "sync"
  },
  "status": {
    "code": 200,
    "eventType": "EVENT_COMPONENT_EXECUTED",
    "timestamp": "2020-05-07T22:18:22.289Z",
    "errorMessage": null,
    "message": "success"
  },
  "payload": {
    "resource-resolution-response": {
      "meshed-template": {
        "helloworld-velocity": "{\n  \"default\": \"ok\",\n  \"input\": \"ok-ok\",\n  \"script\": {\n    \"python\": \"ok\",\n    \"kotlin\": \"ok\"\n  },\n  \"db\": \"ok\",\n  \"rest\": {\n    \"GET\": \"get:ok\",\n    \"POST\": \"post:ok\",\n    \"PUT\": \"put:ok\",\n    \"PATCH\": \"patch:ok\",\n    \"DELETE\": \"delete:ok\"\n  }\n}\n",
        "helloworld-jinja": "{\n  \"default\": \"ok\",\n  \"input\": \"ok-ok\",\n  \"script\": {\n    \"python\": \"ok\",\n    \"kotlin\": {\n      \"base\": \"ok\"\n      \"from suspend function\": \"ok\"\n    }\n  },\n  \"db\": \"ok\",\n  \"rest\": {\n    \"GET\": \"get:ok\",\n    \"POST\": \"post:ok\",\n    \"PUT\": \"put:ok\",\n    \"PATCH\": \"patch:ok\",\n    \"DELETE\": \"delete:ok\"\n  }\n}\n"
      }
    }
  }
}