aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/ServiceInstanceAAIInput.json
blob: 8cf6f6c3ab805f36ee853c7558c1d59773d8739c (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
{
	"serviceInstanceId": "serviceInstanceId",
	"serviceInstanceName": "serviceInstanceName",
	"serviceType": null,
	"serviceRole": null,
	"environmentContext": null,
	"workloadContext": null,
	"modelInvariantId": null,
	"modelVersionId": null,
	"personaModelVersion": null,
	"widgetModelId": null,
	"widgetModelVersion": null,
	"bandwidthTotal": "bandwidthTotal",
	"bandwidthUpWan1": "bandwidthUpWan1",
	"bandwidthDownWan1": "bandwidthDownWan1",
	"bandwidthUpWan2": "bandwidthUpWan2",
	"bandwidthDownWan2": "bandwidthDownWan2",
	"vhnPortalUrl": "vhnPortalUrl",
	"serviceInstanceLocationId": "serviceInstanceLocId",
	"resourceVersion": null,
	"selflink": "selfLink",
	"orchestrationStatus": "Created",
	"relationshipList": null,
	"metadata": null,
	"allottedResources": {
		"allottedResource": [
			{
				"id": "allottedID"
			}
		]
	}
}