aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/modules/services/execution-service/src/test/resources/payload/requests/sample-execution-request.json
blob: 27eec8275953d01c62575f105049a2a19ded4492 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "actionIdentifiers": {
    "actionName": "sample-action",
    "blueprintName": "sample-blurprint",
    "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": {
  }
}