aboutsummaryrefslogtreecommitdiffstats
path: root/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/ServiceInstance.template
diff options
context:
space:
mode:
Diffstat (limited to 'tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/ServiceInstance.template')
-rw-r--r--tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/ServiceInstance.template35
1 files changed, 35 insertions, 0 deletions
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
index 00000000..a573a77f
--- /dev/null
+++ b/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/ServiceInstance.template
@@ -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