aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/GeneralBuildingBlockExpected.json
blob: 5eb9a26901d440fe60e9dc42d103532ba924f927 (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
	"requestContext": {
		"product-family-id": "productFamilyId",
		"source": "source",
		"requestor-id": "requestorId",
		"mso-request-id": "requestId",
		"subscription-service-type": "subscriptionServiceType",
		"user-params": {
					"name1": "value1",
					"name2": "value2"
				},
		"action": "createInstance",
		"callback-url": "callbackURL",
		"requestParameters": {
			"subscriptionServiceType": "subscriptionServiceType",
			"userParams": [
					{
						"name": "name1",
						"value": "value1"
					},
					{
						"name": "name2",
						"value": "value2"
					},
					{
						"ignore": "false",
						"skip":	 "ignore"
					}
			]	
	},
	"configurationParameters": [ 
         { 
            "availability-zone":"$.vnf-topology.vnf-resource-assignments.availability-zones.availability-zone[0]", 
            "xtz-123":"$.vnf-topology.vnf-resource-assignments.availability-zones.availability-zone[0]" 
         } 
     ]
	},
	"orchContext": {
		"is-rollback-enabled": false
	},
	"cloudRegion": {
		"lcp-cloud-region-id": "lcpCloudRegionId",
		"cloud-owner": "test-owner-name",
		"tenant-id": "tenantId",
		"complex": "complexName"
	},
	"userInput": null,
	"customer": {
		"global-customer-id": "globalCustomerId",
		"subscriber-name": "subscriberName",
		"subscriber-type": "subscriberType",
		"service-subscription": {
			"service-type": "subscriptionServiceType",
			"service-instances": [
				{
					"service-instance-id": "3655a595-05d1-433c-93c0-3afd6b572545",
					"service-instance-name": "serviceInstanceName",
					"orchestration-status": "PRECREATED",
					"owning-entity": {
						"owning-entity-id": "owningEntityId",
						"owning-entity-name": "owningEntityName"
					},
					"project": {
						"project-name": "projectName"
					},
					"vnfs": [],
					"allotted-resources": [],
					"networks": [],
					"vhn-portal-url": null,
					"service-instance-location-id": null,
					"selflink": null,
					"metadata": null,
					"configurations": [],
					"model-info-service-instance": {
						"description": "description",
						"created": null,
						"model-name": "modelName",
						"model-uuid": "modelUUID",
						"model-invariant-uuid": "modelInvariantUUID",
						"model-version": "modelVersion",
						"service-type": "serviceType",
						"service-role": "serviceRole",
						"environment-context": "environmentContext",
						"workload-context": "workloadContext"
					}
				}
			]
		}
	},
	"serviceInstance": {
		"service-instance-id": "3655a595-05d1-433c-93c0-3afd6b572545",
		"service-instance-name": "serviceInstanceName",
		"orchestration-status": "PRECREATED",
		"owning-entity": {
			"owning-entity-id": "owningEntityId",
			"owning-entity-name": "owningEntityName"
		},
		"project": {
			"project-name": "projectName"
		},
		"vnfs": [],
		"allotted-resources": [],
		"networks": [],
		"vhn-portal-url": null,
		"service-instance-location-id": null,
		"selflink": null,
		"metadata": null,
		"configurations": [],
		"model-info-service-instance": {
			"description": "description",
			"created": null,
			"model-name": "modelName",
			"model-uuid": "modelUUID",
			"model-invariant-uuid": "modelInvariantUUID",
			"model-version": "modelVersion",
			"service-type": "serviceType",
			"service-role": "serviceRole",
			"environment-context": "environmentContext",
			"workload-context": "workloadContext"
		}
	}
}