aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOInfrastructureBPMN/src/test/resources/__files/CreateServiceInstance/SetupServiceDecompJson.json
blob: c2cc6870666616f270502faefa1fa60133001110 (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
{
"requestDetails": {
	"serviceInstance":{
		"serviceInstanceId": "MSORefactorTest1",
        "serviceInstanceName":  "bensServiceInstance",
        "serviceType":          "refactorServiceType",
		"serviceRole":          "abc",
		"modelInvariantUuid":   "9647dfc4-2083-11e7-93ae-92361f002671",
		"modelUuid":           "5df8b6de-2083-11e7-93ae-92361f002671",
		"modelVersion":         "1.0",
		"modelName":            "MSOTADevInfra_vSAMP10a_Service",
		"environmentContext":   "a",
		"workloadContext":      "b"
	},
	"project":{
		"projectName": "MSORefactorTest1"
	},
	"owningEntity":{
		"owningEntityId": "MSORefactorTestId123",
		"owningEntityName": "MSORefactorTest1"
	},
	"customer":{
		"subscriptionServiceType": "refactorServiceType",
		"globalSubscriberId": "MSO_1806_Refactor"
	},
	"request":{
		"sdncRequestId": "abc",
		"callbackURL": "abc",
		"requestId": "md5621",
		"productFamilyId": "abc"
	}
}
}