b18cad06201eb312d7bc2b59b18f9b2f93cd0b92
[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         "configurationParameters": [ 
32          { 
33             "availability-zone":"$.vnf-topology.vnf-resource-assignments.availability-zones.availability-zone[0]", 
34             "xtz-123":"$.vnf-topology.vnf-resource-assignments.availability-zones.availability-zone[0]" 
35          } 
36      ]
37         },
38         "orchContext": {
39                 "is-rollback-enabled": false
40         },
41         "cloudRegion": {
42                 "lcp-cloud-region-id": "lcpCloudRegionId",
43                 "cloud-owner": "test-owner-name",
44                 "tenant-id": "tenantId",
45                 "complex": "complexName"
46         },
47         "tenant": {
48                 "tenant-name": "tenantName",
49                 "tenant-context": "tenantContext",
50                 "tenant-id": "tenantId"
51         },
52         "userInput": null,
53         "customer": {
54                 "global-customer-id": "globalCustomerId",
55                 "subscriber-name": "subscriberName",
56                 "subscriber-type": "subscriberType",
57                 "service-subscription": {
58                         "service-type": "subscriptionServiceType",
59                         "service-instances": [
60                                 {
61                                         "service-instance-id": "3655a595-05d1-433c-93c0-3afd6b572545",
62                                         "service-instance-name": "serviceInstanceName",
63                                         "orchestration-status": "PRECREATED",
64                                         "owning-entity": {
65                                                 "owning-entity-id": "owningEntityId",
66                                                 "owning-entity-name": "owningEntityName"
67                                         },
68                                         "project": {
69                                                 "project-name": "projectName"
70                                         },
71                                         "vnfs": [],
72                                         "allotted-resources": [],
73                                         "networks": [],
74                                         "vhn-portal-url": null,
75                                         "service-instance-location-id": null,
76                                         "selflink": null,
77                                         "metadata": null,
78                                         "configurations": [],
79                                         "model-info-service-instance": {
80                                                 "description": "description",
81                                                 "created": null,
82                                                 "model-name": "modelName",
83                                                 "model-uuid": "modelUUID",
84                                                 "model-invariant-uuid": "modelInvariantUUID",
85                                                 "model-version": "modelVersion",
86                                                 "service-type": "serviceType",
87                                                 "service-role": "serviceRole",
88                                                 "environment-context": "environmentContext",
89                                                 "workload-context": "workloadContext"
90                                         }
91                                 }
92                         ]
93                 }
94         },
95         "serviceInstance": {
96                 "service-instance-id": "3655a595-05d1-433c-93c0-3afd6b572545",
97                 "service-instance-name": "serviceInstanceName",
98                 "orchestration-status": "PRECREATED",
99                 "owning-entity": {
100                         "owning-entity-id": "owningEntityId",
101                         "owning-entity-name": "owningEntityName"
102                 },
103                 "project": {
104                         "project-name": "projectName"
105                 },
106                 "vnfs": [],
107                 "allotted-resources": [],
108                 "networks": [],
109                 "vhn-portal-url": null,
110                 "service-instance-location-id": null,
111                 "selflink": null,
112                 "metadata": null,
113                 "configurations": [],
114                 "model-info-service-instance": {
115                         "description": "description",
116                         "created": null,
117                         "model-name": "modelName",
118                         "model-uuid": "modelUUID",
119                         "model-invariant-uuid": "modelInvariantUUID",
120                         "model-version": "modelVersion",
121                         "service-type": "serviceType",
122                         "service-role": "serviceRole",
123                         "environment-context": "environmentContext",
124                         "workload-context": "workloadContext"
125                 }
126         }
127 }