aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOInfrastructureBPMN/src/test/resources/__files/InfrastructureFlows/UpdateVnf_VID_request.json
blob: cdeaf92bb9c4cea9d55920c9e154868325f9ad28 (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
{
"requestDetails": {
"modelInfo": {
"modelType": "vnf",
"modelInvariantUuid": "ff5256d2-5a33-55df-13ab-12abad84e7ff",
"modelUuid": "fe6478e5-ea33-3346-ac12-ab121484a3fe",
"modelName": "vSAMP12",
"modelVersion": "1.0",
"modelCustomizationUuid": "MODEL-ID-1234"
},
"cloudConfiguration": {
"lcpCloudRegionId": "mdt1",
"tenantId": "88a6ca3ee0394ade9403f075db23167e"
},
"requestInfo": {
"instanceName": "STMTN",
"instanceId": "skask",
"source": "VID",
"suppressRollback": true
},
"relatedInstanceList": [
{
"relatedInstance": {
"instanceId": "MIS%2F1604%2F0026%2FSW_INTERNET",
"modelInfo": {
"modelType": "service",
"modelInvariantUuid": "995256d2-5a33-55df-13ab-12abad84e7ff",
"modelUuid": "ab6478e5-ea33-3346-ac12-ab121484a3fe",
"modelName": "ServicevSAMP12",
"modelVersion": "1.0"
}
}
}
],
"requestParameters": {
"usePreload": false,
"userParams" : [
	{
		"name" : "someUserParam",
		"value" : "someValue"
	},
	{ 
		"name": "sgi_protected_subnet_id", 
		"value": "thisissomefakevalue" 
	}
]
}
}
}