Containerization feature of SO
[so.git] / mso-api-handlers / mso-api-handler-infra / src / test / resources / MsoRequestTest / RequestParameters / VfModules.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-256d83d19d0a",
39               "modelVersionId": "3c40d244-808e-42ca-b09a-256d83d19d0a" 
40             }, 
41             "instanceParams": [], 
42             "resources": { 
43               "vnfs": [ 
44                 { 
45                   "modelInfo": { 
46                     "modelCustomizationName": "2016-73_MOW-BV-L 0", 
47                                         "modelName": "2016-73_MOW-BV-L", 
48                                         "modelVersionId": "3c40d244-808e-42ca-b09a-256d83d19d0a",
49                     "modelCustomizationId": "ab153b6e-c364-44c0-bef6-1f2982117f04" 
50                   }, 
51                   "cloudConfiguration": {
52                                 "lcpCloudRegionId": "mdt1",
53                                 "tenantId": "88a6ca3ee0394ade9403f075db23167e"
54                                   },
55                                   "platform": { 
56                                                 "platformName": "someValue" 
57                                   }, 
58                                   "lineOfBusiness": { 
59                                                 "lineOfBusinessName": "someValue" 
60                                   }, 
61                                   "productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",  
62                   "instanceParams": [ 
63                                         { 
64                                          "instanceName": "someVnfInstanceName"  
65                     } 
66                   ] 
67                 } 
68               ] 
69             } 
70           } 
71         } 
72       ] 
73     } 
74   } 
75 }