aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-tasks/src/test/resources/__files/Macro/ServiceMacroAssignPnf.json
blob: 4be44e0c1fe47109e9e6f316a09c11c4b4bfd26c (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
67
68
69
70
71
72
{
	"requestDetails": {
		"modelInfo": {
			"modelType": "service",
			"modelInvariantId": "5d48acb5-097d-4982-aeb2-f4a3bd87d31b",
			"modelVersionId": "3c40d244-808e-42ca-b09a-256d83d19d0a",
			"modelName": "Sample Service Model",
			"modelVersion": "10.0"
		},
		"cloudConfiguration": {
			"cloudOwner" : "my-custom-cloud-owner"
		},
		"owningEntity": {
			"owningEntityId": "038d99af-0427-42c2-9d15-971b99b9b489",
			"owningEntityName": "PACKET CORE"
		},
		"project": {
			"projectName": "{some project name}"
		},
		"subscriberInfo": {
			"globalSubscriberId": "{some subscriber id}"
		},
		"requestInfo": {
			"productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
			"source": "VID",
			"suppressRollback": true,
			"requestorId": "xxxxxx",
			"instanceName": "test"
		},
		"requestParameters": {
			"subscriptionServiceType": "VMX",
			"aLaCarte": false,
			"userParams": [
				{
					"service": {
						"modelInfo": {
							"modelType": "service",
							"modelName": "Sample Service Model",
							"modelVersionId": "3c40d244-808e-42ca-b09a-256d83d19d0a"
						},
						"instanceParams": [],
						"resources": {
							"pnfs": [
								{
									"modelInfo": {
										"modelType": "pnf",
										"modelName": "2016-73_MOW-AVPN-vPE-BV-L",
										"modelVersionId": "7f40c192-f63c-463e-ba94-286933b895f8",
										"modelCustomizationName": "2016-73_MOW-AVPN-vPE-BV-L 0",
										"modelCustomizationId": "ab153b6e-c364-44c0-bef6-1f2982117f04"
									},
									"cloudConfiguration": {
										"lcpCloudRegionId": "mdt1",
										"tenantId": "88a6ca3ee0394ade9403f075db23167e"
									},
									"platform": {
										"platformName": "test"
									},
									"lineOfBusiness": {
										"lineOfBusinessName": "someValue"
									},
									"productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
									"instanceParams": []
								}
							]
						}
					}
				}
			]
		}
	}
}