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