aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOInfrastructureBPMN/src/test/resources/__files/VCPE/CreateVcpeResCustService/requestNoSINameNoRollback.json
blob: 5fc0b04180f2a42512bcb80eab11d1555a2c658d (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
{
	"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":
				{
					"source":"VID",
					"suppressRollback":"true",
					"productFamilyId":"a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb"
				},
			"cloudConfiguration":
				{
					"lcpCloudRegionId":"cloudowner_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"
						   }
						]
				}
		}
}