summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/functions/python-executor/src/test/resources/payload/requests/sample-remote-python-request.json
blob: 68a3664324ac075b55465be7421cc0dc505317ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "actionIdentifiers": {
    "actionName": "activate",
    "blueprintName": "remote_scripts",
    "blueprintVersion": "1.0.0",
    "mode": "sync"
  },
  "commonHeader": {
    "flags": {
      "force": true,
      "ttl": 3600
    },
    "originatorId": "sdnc",
    "requestId": "123456-1000",
    "subRequestId": "sub-123456-1000",
    "timestamp": "2012-04-23T18:25:43.511Z"
  },
  "payload": {
    "execute-remote-python": {
        "input": "1234"
    }
  }
}