Containerization feature of SO
[so.git] / bpmn / MSOCommonBPMN / src / test / resources / __files / ExecuteBuildingBlock / GeneralBuildingBlockExpected.json
1 {
2         "requestContext": {
3                 "product-family-id": "productFamilyId",
4                 "source": "source",
5                 "requestor-id": "requestorId",
6                 "mso-request-id": "requestId",
7                 "subscription-service-type": "subscriptionServiceType",
8                 "user-params": null,
9                 "action": "createInstance",
10                 "callback-url": "callbackURL",
11                 "requestParameters": {
12                         "subscriptionServiceType": "subscriptionServiceType"
13                 }
14         },
15         "orchContext": {
16                 "is-rollback-enabled": false
17         },
18         "cloudRegion": {
19                 "lcp-cloud-region-id": "lcpCloudRegionId",
20                 "cloud-owner": "att-aic",
21                 "tenant-id": "tenantId",
22                 "complex": "complexName"
23         },
24         "userInput": null,
25         "customer": {
26                 "global-customer-id": "globalCustomerId",
27                 "subscriber-name": "subscriberName",
28                 "subscriber-type": "subscriberType",
29                 "service-subscription": {
30                         "service-type": "subscriptionServiceType",
31                         "service-instances": [
32                                 {
33                                         "service-instance-id": "3655a595-05d1-433c-93c0-3afd6b572545",
34                                         "service-instance-name": "serviceInstanceName",
35                                         "orchestration-status": "PRECREATED",
36                                         "owning-entity": {
37                                                 "owning-entity-id": "owningEntityId",
38                                                 "owning-entity-name": "owningEntityName"
39                                         },
40                                         "project": {
41                                                 "project-name": "projectName"
42                                         },
43                                         "vnfs": [],
44                                         "allotted-resources": [],
45                                         "networks": [],
46                                         "vhn-portal-url": null,
47                                         "service-instance-location-id": null,
48                                         "selflink": null,
49                                         "metadata": null,
50                                         "configurations": [],
51                                         "model-info-service-instance": {
52                                                 "description": "description",
53                                                 "created": null,
54                                                 "model-name": "modelName",
55                                                 "model-uuid": "modelUUID",
56                                                 "model-invariant-uuid": "modelInvariantUUID",
57                                                 "model-version": "modelVersion",
58                                                 "service-type": "serviceType",
59                                                 "service-role": "serviceRole",
60                                                 "environment-context": "environmentContext",
61                                                 "workload-context": "workloadContext"
62                                         }
63                                 }
64                         ]
65                 }
66         },
67         "serviceInstance": {
68                 "service-instance-id": "3655a595-05d1-433c-93c0-3afd6b572545",
69                 "service-instance-name": "serviceInstanceName",
70                 "orchestration-status": "PRECREATED",
71                 "owning-entity": {
72                         "owning-entity-id": "owningEntityId",
73                         "owning-entity-name": "owningEntityName"
74                 },
75                 "project": {
76                         "project-name": "projectName"
77                 },
78                 "vnfs": [],
79                 "allotted-resources": [],
80                 "networks": [],
81                 "vhn-portal-url": null,
82                 "service-instance-location-id": null,
83                 "selflink": null,
84                 "metadata": null,
85                 "configurations": [],
86                 "model-info-service-instance": {
87                         "description": "description",
88                         "created": null,
89                         "model-name": "modelName",
90                         "model-uuid": "modelUUID",
91                         "model-invariant-uuid": "modelInvariantUUID",
92                         "model-version": "modelVersion",
93                         "service-type": "serviceType",
94                         "service-role": "serviceRole",
95                         "environment-context": "environmentContext",
96                         "workload-context": "workloadContext"
97                 }
98         }
99 }