Containerization feature of SO
[so.git] / bpmn / so-bpmn-infrastructure-common / src / test / resources / __files / VCPE / CreateVcpeResCustService / requestNoSIName.json
1 {
2         "requestDetails":
3                 {
4                         "modelInfo":
5                                 {
6                                         "modelType":"service",
7                                         "modelInvariantUuid":"uuid-miu-svc-011-abcdef",
8                                         "modelVersionId":"ASDC_TOSCA_UUID",
9                                         "modelName":"SIModelName1",
10                                         "modelVersion":"2"
11                                 },
12                         "subscriberInfo":
13                                 {
14                                         "globalSubscriberId":"SDN-ETHERNET-INTERNET",
15                                         "subscriberName":"Kaneohe"
16                                 },
17                         "requestInfo":
18                                 {
19                                         "source":"VID",
20                                         "suppressRollback":"false",
21                                         "productFamilyId":"a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
22                                         "instanceName":"serviceInstanceName"
23                                 },
24                         "cloudConfiguration":
25                                 {
26                                         "lcpCloudRegionId":"mdt1_123",
27                                         "tenantId":"8b1df54faa3b49078e3416e21370a3ba"
28                                 },
29                         "owningEntity": {
30                                 "owningEntityId": "038d99af-0427-42c2-9d15-971b99b9b489",
31                                 "owningEntityName": "PACKET CORE"
32                         },
33                         "requestParameters":
34                                 {
35                                         "subscriptionServiceType":"123456789",
36                                         "aLaCarte":"false",
37                                         "userParams": [
38                                                 {
39                                                         "name": "BRG_WAN_MAC_Address",
40                                                         "value": "brgmac"
41                                                 },
42                                                 {
43                                                         "name": "Customer_Location",
44                                                         "value":
45                                                         {
46                                                                 "customerLatitude" : "32.89748",
47                                                                 "customerLongitude" : "-97.040443"
48                                                         }
49                                                 },
50                                                 {
51                                                         "name": "Homing_Model_Ids",
52                                                         "value":
53                                                         {
54                                                                 "resourceModuleName" : "test"
55                                                         }
56                                                 }
57                                         ]
58                                 }
59
60                 }
61 }