aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/RequestDetails_CreateVnf.json
blob: a6072bbb571926b0a1f2db9f9c53ec489bbdb7a0 (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
{
	"modelInfo": {
		"modelType": "vnf",
		"modelInvariantId": "ff5256d1-5a33-55df-13ab-12abad84e7ff",
		"modelVersionId": "fe042c22-ba82-43c6-b2f6-8f1fc4164091",
		"modelName": "vSAMP12",
		"modelVersion": "1.0",
		"modelCustomizationName": "vSAMP12 1",
		"modelCustomizationId": "a7f1d08e-b02d-11e6-80f5-76304dec7eb7"
	},
	"cloudConfiguration": {
		"lcpCloudRegionId": "mdt1",
		"tenantId": "88a6ca3ee0394ade9403f075db23167e"
	},
	"subscriberInfo": {
		"globalSubscriberId": "subscriberId"
	},
	"requestInfo": {
		"instanceName": "MSOTEST103a",
		"productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
		"source": "VID",
		"suppressRollback": false,
		"requestorId": "xxxxxx"
	},
	"platform": {
		"platformName": "{some platformName}"
	},
	"lineOfBusiness": {
		"lineOfBusinessName": "{some string}"
	},
	"relatedInstanceList": [
		{
			"relatedInstance": {
				"instanceId": "{serviceInstanceId}",
				"modelInfo": {
					"modelType": "service",
					"modelInvariantId": "ff3514e3-5a33-55df-13ab-12abad84e7ff",
					"modelVersionId": "fe6985cd-ea33-3346-ac12-ab121484a3fe",
					"modelName": "{parent service model name}",
					"modelVersion": "1.0"
				}
			}
		},
		{
			"relatedInstance": {
				"instanceId": "{instanceGroupId}",
				"modelInfo": {
					"modelType": "networkInstanceGroup",
					"modelInvariantId": "9ea660dc-155f-44d3-b45c-cc7648b4f31c",
					"modelVersionId": "bb07aad1-ce2d-40c1-85cb-5392f76bb1ef",
					"modelName": "{network collection model name}",
					"modelVersion": "1.0"
				}
			}
		}
	],
	"requestParameters": {
		"userParams": []
	}
}