Containerization feature of SO
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / test / resources / CreateSiSample.json
1 {
2         "variables": {
3                 "bpmnRequest": {
4                         "value": "{\n  \"requestDetails\": {\n    \"cloudConfiguration\": {\n      \"lcpCloudRegionId\": \"mtn6\", \n      \"tenantId\": \"0422ffb57ba042c0800a29dc85ca70f8\"\n    }, \n    \"modelInfo\": {\n      \"modelInvariantUuid\": \"52b49b5d-3086-4ffd-b5e6-1b1e5e7e062f\", \n      \"modelName\": \"MSO Test Network\", \n      \"modelType\": \"service\", \n      \"modelUuid\": \"aed5a5b7-20d3-44f7-90a3-ddbd16f14d1e\", \n      \"modelVersion\": \"1.0\"\n    }, \n    \"owningEntity\": {\n      \"owningEntityId\": \"123459af-0427-42c2-9d15-971b99b12345\", \n      \"owningEntityName\": \"vSAMP10a Entity-200\"\n    }, \n    \"project\": {\n      \"projectName\": \"vSAMP10a Project-3\"\n    }, \n    \"requestInfo\": {\n      \"instanceName\": \"MSO-DEV-SI-1802-v6-2-19-10\", \n      \"requestorId\": \"xxxxxx\", \n      \"source\": \"VID\", \n      \"suppressRollback\": false\n    }, \n    \"requestParameters\": {\n      \"aLaCarte\": true, \n      \"subscriptionServiceType\": \"MSO-dev-service-type\", \n      \"userParams\": [\n        {\n          \"name\": \"someUserParam\", \n          \"value\": \"someValue\"\n        }\n      ]\n    }, \n    \"subscriberInfo\": {\n      \"globalSubscriberId\": \"MSO_1610_dev\", \n      \"subscriberName\": \"MSO_1610_dev\"\n    }\n  }\n}\n",
5                         "type": "String"
6                 },
7                 "requestId": {
8                         "value": "6dd20050-76ee-418f-a153-50720a8f3286",
9                         "type": "String"
10                 },
11                 "mso-request-id": {
12                         "value": "6dd20050-76ee-418f-a153-50720a8f3286",
13                         "type": "String"
14                 },
15                 "isBaseVfModule": {
16                         "value": false,
17                         "type": "Boolean"
18                 },
19                 "recipeTimeout": {
20                         "value": 180,
21                         "type": "Integer"
22                 },
23                 "requestAction": {
24                         "value": "createInstance",
25                         "type": "String"
26                 },
27                 "serviceInstanceId": {
28                         "value": "",
29                         "type": "String"
30                 },
31                 "vnfId": {
32                         "value": "",
33                         "type": "String"
34                 },
35                 "vfModuleId": {
36                         "value": "",
37                         "type": "String"
38                 },
39                 "volumeGroupId": {
40                         "value": "",
41                         "type": "String"
42                 },
43                 "networkId": {
44                         "value": "",
45                         "type": "String"
46                 },
47                 "configurationId": {
48                         "value": "",
49                         "type": "String"
50                 },
51                 "serviceType": {
52                         "value": "",
53                         "type": "String"
54                 },
55                 "vnfType": {
56                         "value": "",
57                         "type": "String"
58                 },
59                 "vfModuleType": {
60                         "value": "",
61                         "type": "String"
62                 },
63                 "networkType": {
64                         "value": "",
65                         "type": "String"
66                 },
67                 "host": {
68                         "value": "localhost",
69                         "type": "String"
70                 }
71         }
72 }