Appc POC configscaleout usecase
[appc/deployment.git] / installation / appc / src / main / resources / ScaleOut.json
1 {
2  "actionIdentifiers": {
3    "actionName": ${action-name},
4    "blueprintName": "appc_CDS",
5    "blueprintVersion": "1.0.0",
6    "mode": "sync"
7  },
8  "commonHeader": {
9    "flags": {
10      "force": true,
11      "ttl": 3600
12    },
13    "originatorId": "appc",
14    "requestId": ${request-id},
15    "subRequestId": ${sub-request-id},
16    "timestamp": ${time-stamp}
17  },
18  "payload": {
19    "ConfigScaleOut-request": {
20      "ConfigScaleOut-properties": {
21        "service-instance-id": ${service-instance-id},
22        "vnf-id":${vnf-id},
23        "vf-module-id": ${vf-module-id}
24      },
25      "resolution-key": ${resolution-key}
26    }
27  }
28 }
29
30