summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/modules/services/workflow-service/src/test/resources/execution-input/resource-assignment-input.json
blob: ce7bc8e5a25ffd33dbec425f996c5675315c1451 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "commonHeader": {
    "originatorId": "System",
    "requestId": "1234",
    "subRequestId": "1234-12234"
  },
  "actionIdentifiers": {
    "blueprintName": "baseconfiguration",
    "blueprintVersion": "1.0.0",
    "actionName": "resource-assignment",
    "mode": "sync"
  },
  "payload": {
    "resource-assignment-request": {
      "resource-assignment-properties": {
        "request-id": "1234",
        "action-name": "resource-assignment",
        "scope-type": "vnf-type",
        "hostname": "localhost"
      }
    }
  }
}