summaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-infrastructure-common/src/test/resources/__files/VCPE/CreateVcpeResCustService/request.json
blob: 766d27a26ddacf8b3d9188f778081cb2c3930adf (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
{
	"requestDetails":
		{
			"modelInfo":
				{
					"modelType":"service",
					"modelInvariantUuid":"uuid-miu-svc-011-abcdef",
					"modelVersionId":"ASDC_TOSCA_UUID",
					"modelName":"SIModelName1",
					"modelVersion":"2"
				},
			"subscriberInfo":
				{
					"globalSubscriberId":"SDN-ETHERNET-INTERNET",
					"subscriberName":"Kaneohe"
				},
			"requestInfo":
				{
					"instanceName":"VCPE1",
					"source":"VID",
					"suppressRollback":"false",
					"productFamilyId":"a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb"
				},
			"cloudConfiguration":
				{
					"cloudOwner":"CloudOwner",
					"lcpCloudRegionId":"mdt1",
					"tenantId":"8b1df54faa3b49078e3416e21370a3ba"
				},
			"requestParameters":
				{
					"subscriptionServiceType":"123456789",
					"aLaCarte":"false",
					"userParams":[
						{
							"name":"BRG_WAN_MAC_Address",
							"value":"brgmac"
						},
						{
							"name":"Customer_Location",
							"value":{
								"customerLatitude":"32.897480",
								"customerLongitude":"-97.040443",
								"customerName":"some_company"
							}
						},
						{
							"name":"Homing_Solution",
							"value":"sniro"
						},
						{
							"name":"VfModuleNames",
							"value":[
								{
									"VfModuleModelInvariantUuid":"c0e70c86-9813-4441-93c7-ad356a9a8d3b",
									"VfModuleName":"VGWA:f4:56:56:56:%"
								},
								{
									"VfModuleModelInvariantUuid":"5366deab-be06-44c7-b4f7-77e657b78b25",
									"VfModuleName":"VGWB:a9:18:18:18:%"
								}
							]
						}
					]
				}
		}
}