Containerization feature of SO
[so.git] / bpmn / so-bpmn-tasks / src / test / resources / __files / BuildingBlocks / oofCallback2AR1Vnf.json
1 {
2     "transactionId": "testRequestId",
3     "requestId": "testRequestId",
4     "requestState": "complete",
5     "statusMessage": "success",
6     "solutions": {
7         "licenseSolutions": [
8             {
9                 "entitlementPoolUUID": [
10                     "f1d563e8-e714-4393-8f99-cc480144a05e",
11                     "j1d563e8-e714-4393-8f99-cc480144a05e"
12                 ],
13                 "licenseKeyGroupUUID": [
14                     "s1d563e8-e714-4393-8f99-cc480144a05e",
15                     "b1d563e8-e714-4393-8f99-cc480144a05e"
16                 ],
17                 "resourceModuleName": "vHNPortalaaS_primary_1",
18                 "serviceResourceId": "testResourceIdAR"
19             },
20             {
21                 "entitlementPoolUUID": [
22                     "91d563e8-e714-4393-8f99-cc480144a05e",
23                     "21d563e8-e714-4393-8f99-cc480144a05e"
24                 ],
25                 "licenseKeyGroupUUID": [
26                     "31d563e8-e714-4393-8f99-cc480144a05e",
27                     "71d563e8-e714-4393-8f99-cc480144a05e"
28                 ],
29                 "resourceModuleName": "vHNPortalaaS_secondary_1",
30                 "serviceResourceId": "testResourceIdVNF"
31             }
32         ],
33         "placementSolutions": [
34             [
35             {
36                 "resourceModuleName": "ALLOTTED_RESOURCE",
37                 "serviceInstanceId": "testSIID1",
38                 "serviceResourceId": "testResourceIdAR",
39                 "solution": {
40                     "identifierType": "serviceInstanceId",
41                     "identifiers": ["testSIID1"]
42                 },
43                 "assignmentInfo": [
44                     {
45                         "key": "cloudOwner",
46                         "value": "aic"
47                     },
48                     {
49                         "key": "vnfHostName",
50                         "value": "MDTNJ01"
51                     },
52                     {
53                         "key": "isRehome",
54                         "value": "False"
55                     },
56                     {
57                         "key": "locationId",
58                         "value": "dfwtx"
59                     }
60                 ]
61             },
62             {   "resourceModuleName": "ALLOTTED_RESOURCE",
63                 "serviceResourceId": "testResourceIdAR2",
64                 "solution": {
65                     "identifierType": "serviceInstanceId",
66                     "identifiers": ["testSIID2"]
67                 },
68                 "assignmentInfo": [
69                     {
70                         "key": "cloudOwner",
71                         "value": "aic"
72                     },
73                     {
74                         "key": "vnfHostName",
75                         "value": "testVnfHostname2"
76                     },
77                     {
78                         "key": "isRehome",
79                         "value": "False"
80                     },
81                     {
82                         "key": "locationId",
83                         "value": "testCloudRegionId2"
84                     }
85                 ]
86             },
87             {
88                 "resourceModuleName": "VNF",
89                 "serviceResourceId": "testResourceIdVNF",
90                 "solution": {
91                     "identifierType": "cloudRegionId",
92                     "cloudOwner": "aic",
93                     "identifiers": [
94                         "testCloudRegionId3"
95                     ]
96                 },
97                 "assignmentInfo": [
98                         {
99                             "key": "cloudOwner",
100                             "value": "aic"
101                         },
102                         {
103                             "key": "locationId",
104                             "value": "testCloudRegionId3"
105                         },
106                         {   "key":"flavors",
107                             "value":{"flavorLabel1xxx":"vimFlavorxxx", "flavorLabel2xxx":"vimFlavorxxx"}}
108                     ]
109             }
110         ]
111         ]
112     }
113 }