aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra/src/test/resources/ServiceInstanceTest/AddRelationships.json
blob: 63f0a805e750b34ffefbaa1c5c3b5f0a752ec0e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{	"serviceInstanceId":"f7ce78bb-423b-11e7-93f8-0050569a7968",
	"vnfInstanceId":"1882938",
	"networkInstanceId":"1882937",
	"volumeGroupInstanceId":"1882935",
	"vfModuleInstanceId":"1882934",
	"configurationId": "f7ce78bb-423b-11e7-93f8-0050569a7970",
	"requestDetails": {
		"requestInfo": { 
			"source": "VID", 
			"requestorId": "xxxxxx",
			"instanceName": "testService33",
			"productFamilyId": "test"
		},
		"requestParameters": {
			"aLaCarte": false,
			"autoBuildVfModules": false,
			"subscriptionServiceType": "test"
		},
		"modelInfo":{
			"modelInvariantId": "f7ce78bb-423b-11e7-93f8-0050569a7965",
			"modelVersion": "1",
			"modelVersionId":"1", 
			"modelType":"service",
			"modelName":"serviceModel"
		},
		"subscriberInfo": {
      		"globalSubscriberId": "MSO_1610_dev", 
      		"subscriberName": "MSO_1610_dev"
    	},
    	"relatedInstanceList": [
         {
            "relatedInstance": {
               "instanceName": "cisco", 
               "modelInfo": {
                  "modelType": "pnf"
               }
            }
         },
         {
            "relatedInstance": {
               "instanceName": "APCON",
               "modelInfo": {
                  "modelType": "pnf"
               }
            }
         },
         {
            "relatedInstance": {
               "instanceName": "G10",
               "modelInfo": {
                  "modelType": "pnf"
               }
            }
         },
 		{
            "relatedInstance": {
               "instanceName": "G10",
               "modelInfo": {
                  "modelType": "pnf"
               }
            }
         }
      ]   
	}
}