Merge Casablanca
[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               "modelType": "service", 
38                           "modelInvariantId": "5d48acb5-097d-4982-aeb2-f4a3bd87d31b", 
39                           "modelVersionId": "3c40d244-808e-42ca-b09a-256d83d19d0a", 
40                           "modelName": "MOW vMX BV 1 Service", 
41                           "modelVersion": "10" 
42             }, 
43             "instanceParams": [], 
44             "resources": { 
45               "vnfs": [ 
46                 { 
47                                   "platform": { 
48                                                 "platformName": "someValue" 
49                                   }, 
50                                   "lineOfBusiness": { 
51                                                 "lineOfBusinessName": "someValue" 
52                                   }, 
53                                   "productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",  
54                   "instanceParams": [ 
55                                         { 
56                                          "instanceName": "someVnfInstanceName"  
57                     } 
58                   ], 
59                   "vfModules": [ 
60                     { 
61                       "modelInfo": { 
62                         "modelName": "201673MowBvL._base_BV..module-0", 
63                         "modelCustomizationId": "a25e8e8c-58b8-4eec-810c-97dcc1f5cb7f" 
64                       }, 
65                       "instanceParams": [ 
66                         { 
67                           "vmx_int_net_len": "24",
68                                                   "asn": "someValue" 
69                         } 
70                       ] 
71                     }, 
72                     { 
73                       "modelInfo": { 
74                         "modelName": "201673MowBvL._vRE_BV..module-1", 
75                         "modelCustomizationId": "72d9d1cd-f46d-447a-abdb-451d6fb05fa8", 
76                                                 "modelType": "vfModule" 
77                       }, 
78                       "instanceParams": [ 
79                         { 
80                           "availability_zone_0": "mtpocdv-kvm-az01", 
81                           "vre_a_volume_size_0": "100" 
82                         } 
83                       ] 
84                     }, 
85                                         { 
86                       "modelInfo": { 
87                         "modelName": "201673MowBvL._vRE_BV..module-1", 
88                         "modelCustomizationId": "72d9d1cd-f46d-447a-abdb-451d6fb05fa8" 
89                       }, 
90                       "instanceParams": [ 
91                         { 
92                           "availability_zone_0": "mtpocdv-kvm-az01", 
93                           "vre_a_volume_size_0": "50" 
94                         } 
95                       ] 
96                     }, 
97                     { 
98                       "modelInfo": { 
99                         "modelName": "201673MowBvL._vPFE_BV..module-2", 
100                         "modelCustomizationId": "da4d4327-fb7d-4311-ac7a-be7ba60cf969" 
101                       }, 
102                       "instanceParams": [ 
103                         { 
104                           "availability_zone_0": "mtpocdv-kvm-az01", 
105                           "vmx_vpfe_int_ip_0": "192.168.0.16" 
106                         } 
107                       ] 
108                     } 
109                   ] 
110                 } 
111               ] 
112             } 
113           } 
114         } 
115       ] 
116     } 
117   } 
118 }