926bf2ccb7f0b7f951bd5577bc3bb3aac9136407
[so.git] /
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": {
9                                         "name1": "value1",
10                                         "name2": "value2"
11                                 },
12                 "action": "createInstance",
13                 "callback-url": "callbackURL",
14                 "requestParameters": {
15                         "subscriptionServiceType": "subscriptionServiceType",
16                         "userParams": [
17                                         {
18                                                 "name": "name1",
19                                                 "value": "value1"
20                                         },
21                                         {
22                                                 "name": "name2",
23                                                 "value": "value2"
24                                         },
25                                         {
26                                                 "ignore": "false",
27                                                 "skip":  "ignore"
28                                         }
29                         ]       
30                 }
31         },
32         "orchContext": {
33                 "is-rollback-enabled": false
34         },
35         "cloudRegion": {
36                 "lcp-cloud-region-id": "lcpCloudRegionId",
37                 "cloud-owner": "test-owner-name",
38                 "tenant-id": "tenantId",
39                 "complex": "complexName"
40         },
41         "userInput": null,
42         "customer": {
43                 "global-customer-id": "globalCustomerId",
44                 "subscriber-name": "subscriberName",
45                 "subscriber-type": "subscriberType",
46                 "service-subscription": {
47                         "service-type": "subscriptionServiceType",
48                         "service-instances": [
49                                 {
50                                         "service-instance-id": "3655a595-05d1-433c-93c0-3afd6b572545",
51                                         "service-instance-name": "serviceInstanceName",
52                                         "orchestration-status": "PRECREATED",
53                                         "owning-entity": {
54                                                 "owning-entity-id": "owningEntityId",
55                                                 "owning-entity-name": "owningEntityName"
56                                         },
57                                         "project": {
58                                                 "project-name": "projectName"
59                                         },
60                                         "vnfs": [],
61                                         "allotted-resources": [],
62                                         "networks": [],
63                                         "vhn-portal-url": null,
64                                         "service-instance-location-id": null,
65                                         "selflink": null,
66                                         "metadata": null,
67                                         "configurations": [],
68                                         "model-info-service-instance": {
69                                                 "description": "description",
70                                                 "created": null,
71                                                 "model-name": "modelName",
72                                                 "model-uuid": "modelUUID",
73                                                 "model-invariant-uuid": "modelInvariantUUID",
74                                                 "model-version": "modelVersion",
75                                                 "service-type": "serviceType",
76                                                 "service-role": "serviceRole",
77                                                 "environment-context": "environmentContext",
78                                                 "workload-context": "workloadContext"
79                                         }
80                                 }
81                         ]
82                 }
83         },
84         "serviceInstance": {
85                 "service-instance-id": "3655a595-05d1-433c-93c0-3afd6b572545",
86                 "service-instance-name": "serviceInstanceName",
87                 "orchestration-status": "PRECREATED",
88                 "owning-entity": {
89                         "owning-entity-id": "owningEntityId",
90                         "owning-entity-name": "owningEntityName"
91                 },
92                 "project": {
93                         "project-name": "projectName"
94                 },
95                 "vnfs": [],
96                 "allotted-resources": [],
97                 "networks": [],
98                 "vhn-portal-url": null,
99                 "service-instance-location-id": null,
100                 "selflink": null,
101                 "metadata": null,
102                 "configurations": [],
103                 "model-info-service-instance": {
104                         "description": "description",
105                         "created": null,
106                         "model-name": "modelName",
107                         "model-uuid": "modelUUID",
108                         "model-invariant-uuid": "modelInvariantUUID",
109                         "model-version": "modelVersion",
110                         "service-type": "serviceType",
111                         "service-role": "serviceRole",
112                         "environment-context": "environmentContext",
113                         "workload-context": "workloadContext"
114                 }
115         }
116 }