summaryrefslogtreecommitdiffstats
path: root/test/py-executor/failing-script/request-payload.json
blob: bacd876fb22d9c0df116054c0e5a0988b5395723 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "commonHeader": {
    "originatorId": "System",
    "requestId": "123456",
    "subRequestId": "1234-12234"
  },
  "actionIdentifiers": {
    "blueprintName": "RT-py-executor",
    "blueprintVersion": "1.0.0",
    "actionName": "failing-remote-python",
    "mode": "sync"
  },
  "payload": {
    "failing-remote-python-request": {}
  }
}