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