Containerization feature of SO
[so.git] / bpmn / so-bpmn-infrastructure-common / src / test / resources / __files / InfrastructureFlows / CreateVnfInfraRequest.json
1 {
2   "requestDetails": {
3       "modelInfo": {
4         "modelType": "vnf",
5          "modelInvariantUuid": "ff5256d1-5a33-55df-13ab-12abad84e7ff",
6          "modelUuid": "fe6478e4-ea33-3346-ac12-ab121484a3fe",
7          "modelName": "vSAMP12",
8          "modelVersion": "1.0",
9          "modelInstanceName": "vSAMP12 1",
10          "modelCustomizationUuid": "customizationId123"
11       },
12       "cloudConfiguration": {
13           "lcpCloudRegionId": "mdt1",
14           "tenantId": "88a6ca3ee0394ade9403f075db23167e"
15       },
16       "requestInfo": {
17           "instanceName": "testVnfName123",
18           "productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
19           "source": "VID",
20           "suppressRollback": false
21       },
22       "relatedInstanceList": [
23          {
24             "relatedInstance": {
25                "instanceId": "{serviceInstanceId}",
26                "modelInfo": {
27                   "modelType": "service",
28                   "modelInvariantUuid": "ff3514e3-5a33-55df-13ab-12abad84e7ff",
29                   "modelUuid": "fe6985cd-ea33-3346-ac12-ab121484a3fe",
30                   "modelName": "{parent service model name}",
31                   "modelVersion": "1.0"
32                }
33             }
34          }
35       ],
36       "requestParameters": {
37       },
38           "platform": {
39                 "platformName": "platform name"
40           },
41           "lineOfBusiness": {
42                 "lineOfBusinessName": "line of business names"
43           }
44   }
45   
46 }