Containerization feature of SO
[so.git] / mso-api-handlers / mso-api-handler-infra / src / test / resources / ServiceInstanceTest / ReplaceVnf.json
1 {
2         "vnfInstanceId": "ff305d54-75b4-431b-adb2-eb6b9e5ff000",
3         "requestDetails": {
4                 "modelInfo": {
5                         "modelType": "vnf",
6                         "modelInvariantId": "ff5256d2-5a33-55df-13ab-12abad84e7ff",
7                         "modelName": "vSAMP12..base..module-0",
8                         "modelVersion": "1",
9                         "modelVersionId": "1",
10                         "modelCustomizationId": "68dc9a92-214c-11e7-93ae-92361f002671"
11                 },
12                 "cloudConfiguration": {
13                         "lcpCloudRegionId": "mdt1",
14                         "tenantId": "88a6ca3ee0394ade9403f075db23167e"
15                 },
16                 "requestInfo": {
17                         "instanceName": "VNFTEST-10",
18                         "source": "VID",
19                         "suppressRollback": true,
20                         "requestorId": "xxxxxx",
21                         "productFamilyId": "FamilyID"
22                 },
23                 "relatedInstanceList": [
24         {
25             "relatedInstance": {
26                "instanceId": "f7ce78bb-423b-11e7-93f8-0050569a7968", 
27                "modelInfo": {   
28                   "modelType": "service",
29                   "modelInvariantId": "ff3514e3-5a33-55df-13ab-12abad84e7ff",
30                   "modelVersionId": "fe6985cd-ea33-3346-ac12-ab121484a3fe",
31                   "modelName": "vSAMP12",
32                   "modelVersion": "1.0"
33                }
34             }
35          },
36          {
37             "relatedInstance": {
38                "instanceId": "ff305d54-75b4-431b-adb2-eb6b9e5ff000",
39                                 "instanceDirection": "source",
40                "modelInfo": {   
41                   "modelType": "vnf",
42                   "modelInvariantId": "ff5256d1-5a33-55df-13ab-12abad84e7ff",
43                   "modelVersionId": "fe6478e4-ea33-3346-ac12-ab121484a3fe",
44                   "modelName": "vSAMP12",
45                   "modelVersion": "1.0",
46                   "modelCustomizationId": "b0ed83ec-b7b4-4c70-91c2-63feeaf8609b"
47                }
48             }
49          }
50          ],
51                 "requestParameters": {
52                         "aLaCarte": true,
53                         "userParams": []
54                 },
55                 "platform": {
56                 "platformName": "platformName"
57         },
58         "lineOfBusiness": {
59                 "lineOfBusinessName": "lobName"
60         }
61         }
62 }