summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/test/test/py-executor/success/request-payload.json
blob: f23b0de1b732536d9422e97e4ae9c240dcb0e941 (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": "remote-python",
    "mode": "sync"
  },
  "payload": {
    "remote-python-request": {}
  }
}