Merge "Add orchestration project to SO integration testing repository"
[integration/csit.git] / tests / so / orchestration / assets / templates / bpmn-infra / aLaCarte / Create / ServiceInstance.template
diff --git a/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/ServiceInstance.template b/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/ServiceInstance.template
new file mode 100644 (file)
index 0000000..a573a77
--- /dev/null
@@ -0,0 +1,35 @@
+{
+  "requestDetails": {
+    "requestInfo": {
+      "productFamilyId": "${productFamilyId}",
+      "instanceName": "${instanceName}",
+      "source": "VID",
+      "suppressRollback": false,
+      "requestorId": "ROBOT"
+    },
+    "modelInfo": {
+      "modelType": "${serviceInstModelType}",
+      "modelInvariantId": "${serviceInstModelInvariantId}",
+      "modelVersionId": "${serviceInstModelNameVersionId}",
+      "modelName": "${serviceInstModelName}",
+      "modelVersion": "${serviceInstModelVersion}"
+    },
+    "project": {
+       "projectName": "${projectName}"
+       },
+    "owningEntity": {
+       "owningEntityId": "${owningEntityId}",
+       "owningEntityName": "${owningEntityName}"
+       },
+    "requestParameters": {
+     "testApi": "${testApi}",
+      "userParams": [],
+      "subscriptionServiceType": "${serviceType}",
+      "aLaCarte": ${aLaCarteFlag}
+    },
+    "subscriberInfo": {
+      "globalSubscriberId": "${subscriberId}",
+      "subscriberName": "${subscriberId}"
+    }
+  }
+}
\ No newline at end of file