Containerization feature of SO
[so.git] / mso-api-handlers / mso-api-handler-infra / src / test / resources / MsoRequestTest / ProjectAndOwningEntity / ServiceAssignNoOE.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": "testService", 
8       "modelVersion": "10" 
9     }, 
10     "cloudConfiguration": { 
11       "lcpCloudRegionId": "mdt1", 
12       "tenantId": "88a6ca3ee0394ade9403f075db23167e" 
13     }, 
14     "project": { 
15       "projectName": "{some project name}" 
16     }, 
17     "subscriberInfo": { 
18       "globalSubscriberId": "{some subscriber id}" 
19     }, 
20     "requestInfo": { 
21       "productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb", 
22       "source": "VID", 
23       "suppressRollback": true, 
24       "requestorId": "xxxxxx" 
25     }, 
26     "requestParameters": { 
27       "subscriptionServiceType": "VMX", 
28       "aLaCarte": false, 
29       "userParams": [ 
30         { 
31           "service": { 
32             "modelInfo": { 
33               "modelName": "testService", 
34               "modelVersionId": "3c40d244-808e-42ca-b09a-256d83d19d0a" 
35             }, 
36             "instanceParams": [], 
37             "resources": { 
38               "vnfs": [ 
39                 { 
40                   "modelInfo": { 
41                     "modelCustomizationName": "2016-73_MOW-BV-L 0", 
42                                         "modelName": "2016-73_MOW-BV-L", 
43                     "modelCustomizationId": "ab153b6e-c364-44c0-bef6-1f2982117f04" 
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": "201673MowBV..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": "201673Mow.module-1", 
73                         "modelCustomizationId": "72d9d1cd-f46d-447a-abdb-451d6fb05fa8"
74                       }, 
75                       "instanceParams": [ 
76                         { 
77                           "availability_zone_0": "mtpocdv-kvm-az01", 
78                           "vre_a_volume_size_0": "100" 
79                         } 
80                       ] 
81                     }, 
82                                         { 
83                       "modelInfo": { 
84                         "modelName": "201673Mowmodule-1", 
85                         "modelCustomizationId": "72d9d1cd-f46d-447a-abdb-451d6fb05fa8" 
86                       }, 
87                       "instanceParams": [ 
88                         { 
89                           "availability_zone_0": "mtpocdv-kvm-az01", 
90                           "vre_a_volume_size_0": "50" 
91                         } 
92                       ] 
93                     }, 
94                     { 
95                       "modelInfo": { 
96                         "modelName": "201673Mowmodule-2", 
97                         "modelCustomizationId": "da4d4327-fb7d-4311-ac7a-be7ba60cf969" 
98                       }, 
99                       "instanceParams": [ 
100                         { 
101                           "availability_zone_0": "mtpocdv-kvm-az01", 
102                           "vmx_vpfe_int_ip_0": "192.168.0.16" 
103                         } 
104                       ] 
105                     } 
106                   ] 
107                 } 
108               ] 
109             } 
110           } 
111         } 
112       ] 
113     } 
114   } 
115 }