aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/RequestDetailsInput_serviceMacroVrf.json
blob: 32745e19f384a0d6cf75f5cfedf52e0fbdc066b4 (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
{
	"modelInfo": {
		"modelType": "service",
		"modelInvariantId": "5d48acb5-097d-4982-aeb2-f4a3bd87d31b",
		"modelVersionId": "3c40d244-808e-42ca-b09a-256d83d19d0a",
		"modelName": "Sample Service Model",
		"modelVersion": "10.0"
	},
	"owningEntity": {
		"owningEntityId": "038d99af-0427-42c2-9d15-971b99b9b489",
		"owningEntityName": "PACKET CORE"
	},
	"project": {
		"projectName": "projectName"
	},
	"subscriberInfo": {
		"globalSubscriberId": "subscriberId"
	},
	"requestInfo": {
		"instanceName": "vPE_Service",
		"productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
		"source": "VID",
		"suppressRollback": true,
		"requestorId": "xxxxxx"
	},
	"requestParameters": {
		"subscriptionServiceType": "VMX",
		"aLaCarte": false
	},
	"relatedInstanceList": [
		{
			"relatedInstance": {
				"instanceId": "vpnBindingId",
				"modelInfo": {
					"modelType": "vpnBinding"
				}
			}
		},
		{
			"relatedInstance": {
				"instanceId": "localNetworkId",
				"modelInfo": {
					"modelType": "network"
				}
			}
		}
	]
}