Appc POC configscaleout usecase
[appc/deployment.git] / installation / appc / src / main / resources / ScaleOut.json
diff --git a/installation/appc/src/main/resources/ScaleOut.json b/installation/appc/src/main/resources/ScaleOut.json
new file mode 100644 (file)
index 0000000..e0d9527
--- /dev/null
@@ -0,0 +1,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}
+   }
+ }
+}
+
+