Containerization feature of SO
[so.git] / bpmn / mso-infrastructure-bpmn / src / test / resources / __files / VCPE / CreateVcpeResCustService / requestRollback.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                                 },
41                                 {
42                                         "name": "Customer_Location",
43                                         "value":
44                                         {
45                                                 "customerLatitude" : "32.89748",
46                                                 "customerLongitude" : "-97.040443"
47                                         }
48                                 },
49                                 {
50                                         "name": "Homing_Model_Ids",
51                                         "value":
52                                         {
53                                                 "resourceModuleName" : "test"
54                                         }
55                                 }
56                         ]
57                 }
58
59         }
60 }