summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cds-processor-payload.json
blob: 13aa57c1440a0d747fae54fd56c1da56df4a804d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "commonHeader": {
    "originatorId": "SDNC_DG",
    "requestId": ${request-id},
    "subRequestId": ${resource-id}
  },
  "actionIdentifiers": {
    "blueprintName": ${tmp.sdnc-model-name},
    "blueprintVersion": ${tmp.sdnc-model-version},
    "actionName": ${action-name},
    "mode": "sync"
  },
  "payload": {
    "resource-assignment-request": {
      "template-prefix": [
        ${tmp.sdnc-artifact-name}
      ],
      "resource-assignment-properties":
        ${tmp.json-payload}
    }
  }
}