Containerization feature of SO
[so.git] / mso-api-handlers / mso-api-handler-infra / src / test / resources / MsoRequestTest / RequestParameters / UserParamsVnfModelInfo.json
1
2   "requestDetails": { 
3     "modelInfo": { 
4       "modelType": "service", 
5       "modelInvariantId": "5d48acb5-097d-4982-aeb2-f4a3bd87d31b", 
6       "modelVersionId": "3c40d244-808e-42ca-b09a-256d83d19d0a", 
7       "modelName": "MOW vMX BV 1 Service", 
8       "modelVersion": "10" 
9     }, 
10     "cloudConfiguration": { 
11       "lcpCloudRegionId": "mdt1", 
12       "tenantId": "88a6ca3ee0394ade9403f075db23167e" 
13     }, 
14     "owningEntity": { 
15       "owningEntityId": "038d99af-0427-42c2-9d15-971b99b9b489", 
16       "owningEntityName": "PACKET CORE" 
17     }, 
18     "project": { 
19       "projectName": "{some project name}" 
20     }, 
21     "subscriberInfo": { 
22       "globalSubscriberId": "{some subscriber id}" 
23     }, 
24     "requestInfo": { 
25       "productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb", 
26       "source": "VID", 
27       "suppressRollback": true, 
28       "requestorId": "xxxxxx" 
29     }, 
30     "requestParameters": { 
31       "subscriptionServiceType": "VMX", 
32       "aLaCarte": false, 
33       "userParams": [ 
34         { 
35           "service": { 
36             "modelInfo": { 
37               "modelName": "MOW vMX BV 1 Service", 
38               "modelCustomizationId": "3c40d244-808e-42ca-b09a-256d83d19d0b",
39               "modelVersionId": "3c40d244-808e-42ca-b09a-256d83d19d0a" 
40             }, 
41             "instanceParams": [], 
42             "resources": { 
43               "vnfs": [ 
44                 { 
45                                   "platform": { 
46                                                 "platformName": "someValue" 
47                                   }, 
48                                   "lineOfBusiness": { 
49                                                 "lineOfBusinessName": "someValue" 
50                                   }, 
51                                   "productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",  
52                   "instanceParams": [ 
53                                         { 
54                                          "instanceName": "someVnfInstanceName"  
55                     } 
56                   ], 
57                   "vfModules": [ 
58                     { 
59                       "modelInfo": { 
60                         "modelName": "201673MowBvL._base_BV..module-0", 
61                         "modelCustomizationId": "a25e8e8c-58b8-4eec-810c-97dcc1f5cb7f" 
62                       }, 
63                       "instanceParams": [ 
64                         { 
65                           "vmx_int_net_len": "24",
66                                                   "asn": "someValue" 
67                         } 
68                       ] 
69                     }, 
70                     { 
71                       "modelInfo": { 
72                         "modelName": "201673MowBvL._vRE_BV..module-1", 
73                         "modelCustomizationId": "72d9d1cd-f46d-447a-abdb-451d6fb05fa8", 
74                                                 "modelType": "vfModule" 
75                       }, 
76                       "instanceParams": [ 
77                         { 
78                           "availability_zone_0": "mtpocdv-kvm-az01", 
79                           "vre_a_volume_size_0": "100" 
80                         } 
81                       ] 
82                     }, 
83                                         { 
84                       "modelInfo": { 
85                         "modelName": "201673MowBvL._vRE_BV..module-1", 
86                         "modelCustomizationId": "72d9d1cd-f46d-447a-abdb-451d6fb05fa8" 
87                       }, 
88                       "instanceParams": [ 
89                         { 
90                           "availability_zone_0": "mtpocdv-kvm-az01", 
91                           "vre_a_volume_size_0": "50" 
92                         } 
93                       ] 
94                     }, 
95                     { 
96                       "modelInfo": { 
97                         "modelName": "201673MowBvL._vPFE_BV..module-2", 
98                         "modelCustomizationId": "da4d4327-fb7d-4311-ac7a-be7ba60cf969" 
99                       }, 
100                       "instanceParams": [ 
101                         { 
102                           "availability_zone_0": "mtpocdv-kvm-az01", 
103                           "vmx_vpfe_int_ip_0": "192.168.0.16" 
104                         } 
105                       ] 
106                     } 
107                   ] 
108                 } 
109               ] 
110             } 
111           } 
112         } 
113       ] 
114     } 
115   } 
116 }