summaryrefslogtreecommitdiffstats
path: root/test/remote-python/success/expected-response.json
blob: 8b0149fdf829b2503598d0ace87ef2692776d149 (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
{
  "correlationUUID": "9acac95d-9b17-4224-9fe1-0cdb652d027c",
  "commonHeader": {
    "timestamp": "2020-07-02T22:52:50.662Z",
    "originatorId": "System",
    "requestId": "remote-python-request",
    "subRequestId": "1",
    "flags": null
  },
  "actionIdentifiers": {
    "blueprintName": "RT-remote-python",
    "blueprintVersion": "1.0.0",
    "actionName": "remote-python",
    "mode": "sync"
  },
  "status": {
    "code": 200,
    "eventType": "EVENT_COMPONENT_EXECUTED",
    "timestamp": "2020-07-02T22:53:05.357Z",
    "errorMessage": null,
    "message": "success"
  },
  "payload": {
    "remote-python-response": {
      "execute-command-payload": {
        "abc": [
          "xyz",
          "qqq"
        ]
      },
      "execute-command-logs": [
        "remote executor regression"
      ]
    }
  }
}