summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/test/py-executor/success/expected-response.json
blob: 1318508232b312ad04b7a6a875e4a1e0787b8804 (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
{
  "commonHeader": {
    "timestamp": "2020-05-26T13:47:27.143Z",
    "originatorId": "System",
    "requestId": "123456",
    "subRequestId": "1234-12234",
    "flags": null
  },
  "actionIdentifiers": {
    "blueprintName": "RT-py-executor",
    "blueprintVersion": "1.0.0",
    "actionName": "remote-python",
    "mode": "sync"
  },
  "status": {
    "code": 200,
    "eventType": "EVENT_COMPONENT_EXECUTED",
    "timestamp": "2020-05-26T13:47:27.193Z",
    "errorMessage": null,
    "message": "success"
  },
  "payload": {
    "remote-python-response": {
      "status": "success",
      "response-data": {
        "HelloWorld-request": {
          "hello": "world"
        }
      }
    }
  }
}