[SO] Pending Create changes for SO-API and BPMN-INFRA to support CNF's through ASD
[so.git] / mso-api-handlers / mso-api-handler-infra / src / test / resources / ServiceInstanceTest / CnfWithServiceRelatedInstance.json
1 {
2         "requestDetails": {
3                 "modelInfo": {
4                         "modelType": "cnf",
5                         "modelInvariantId": "ff5256d2-5a33-55df-13ab-12abad84e7ff",
6                         "modelVersionId": "fe6478e5-ea33-3346-ac12-ab121484a3fe",
7                         "modelName": "cnf..base..module-0",
8                         "modelVersion": "1.0",
9                         "modelCustomizationName": "test"
10                 },
11                 "cloudConfiguration": {
12                         "lcpCloudRegionId": "mdt1",
13                         "tenantId": "88a6ca3ee0394ade9403f075db23167e"
14                 },
15                 "requestInfo": {
16                         "instanceName": "CNFTEST-1",
17                         "source": "VID",
18                         "suppressRollback": true,
19                         "requestorId": "xxxxxx",
20                         "productFamilyId": "FamilyID"
21                 },
22                 "relatedInstanceList": [
23          {
24             "relatedInstance": {
25                "instanceId": "ff305d54-75b4-431b-adb2-eb6b9e5ff000", 
26                "modelInfo": {   
27                   "modelType": "service",
28                  "modelInvariantId": "ff5256d2-5a33-55df-13ab-12abad84e7ff",
29                   "modelVersionId": "5df8b6de-2083-11e7-93ae-92361f002672",
30                   "modelName": "cnf",
31                   "modelVersion": "1.0",
32                   "modelCustomizationId": "f78914d9-423b-11e7-93f8-0050569a7967"
33                }
34             }
35          }
36         ],
37                 "requestParameters": {
38                         "userParams": []
39                 },
40                 "platform": {
41                 "platformName": "platformName"
42         },
43         "lineOfBusiness": {
44                 "lineOfBusinessName": "lobName"
45         }
46         }
47 }