summaryrefslogtreecommitdiffstats
path: root/mod/runtimeapi/runtime-core/src/test/data/compspecs/componentSpec_New_Toolbox.json
blob: dd4be463d2e693977cd0fd366bd70a9bc46c45b6 (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
{
	"self": {
		"component_type": "docker",
		"description": "This is the blueprint to deploy the DCAE Toolbox GUI.",
		"name": "dcae-controller-toolbox-gui",
		"version": "2.0.0"
	},
	
	"services": {
		"calls": [],
		"provides": []
	},
	
	"streams": {
		"publishes": [],
		"subscribes": []
	},
	
    "parameters": [],

	"auxilary": {
		"healthcheck": {
			"interval": "360s",
			"timeout": "120s",
			"endpoint": "/actuator/health",
			"type": "http"
		},
		
		"volumes": [],
		"ports" : ["8080:30998"]        
    },
    
    "artifacts": [{
		"type": "docker image",
		"uri": "dcae-controller-tosca-gui:2.0.3"
	}]	
}