Containerization feature of SO
[so.git] / bpmn / MSOCommonBPMN / src / test / resources / __files / ExecuteBuildingBlock / RequestDetails_CreateVnf.json
1 {
2         "modelInfo": {
3                 "modelType": "vnf",
4                 "modelInvariantId": "ff5256d1-5a33-55df-13ab-12abad84e7ff",
5                 "modelVersionId": "fe042c22-ba82-43c6-b2f6-8f1fc4164091",
6                 "modelName": "vSAMP12",
7                 "modelVersion": "1.0",
8                 "modelCustomizationName": "vSAMP12 1",
9                 "modelCustomizationId": "a7f1d08e-b02d-11e6-80f5-76304dec7eb7"
10         },
11         "cloudConfiguration": {
12                 "lcpCloudRegionId": "mdt1",
13                 "tenantId": "88a6ca3ee0394ade9403f075db23167e"
14         },
15         "subscriberInfo": {
16                 "globalSubscriberId": "subscriberId"
17         },
18         "requestInfo": {
19                 "instanceName": "MSOTEST103a",
20                 "productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
21                 "source": "VID",
22                 "suppressRollback": false,
23                 "requestorId": "xxxxxx"
24         },
25         "platform": {
26                 "platformName": "{some platformName}"
27         },
28         "lineOfBusiness": {
29                 "lineOfBusinessName": "{some string}"
30         },
31         "relatedInstanceList": [
32                 {
33                         "relatedInstance": {
34                                 "instanceId": "{serviceInstanceId}",
35                                 "modelInfo": {
36                                         "modelType": "service",
37                                         "modelInvariantId": "ff3514e3-5a33-55df-13ab-12abad84e7ff",
38                                         "modelVersionId": "fe6985cd-ea33-3346-ac12-ab121484a3fe",
39                                         "modelName": "{parent service model name}",
40                                         "modelVersion": "1.0"
41                                 }
42                         }
43                 },
44                 {
45                         "relatedInstance": {
46                                 "instanceId": "{instanceGroupId}",
47                                 "modelInfo": {
48                                         "modelType": "networkCollection",
49                                         "modelInvariantId": "9ea660dc-155f-44d3-b45c-cc7648b4f31c",
50                                         "modelVersionId": "bb07aad1-ce2d-40c1-85cb-5392f76bb1ef",
51                                         "modelName": "{network collection model name}",
52                                         "modelVersion": "1.0"
53                                 }
54                         }
55                 }
56         ],
57         "requestParameters": {
58                 "userParams": []
59         }
60 }