Add mod/runtimeapi
[dcaegen2/platform.git] / mod / runtimeapi / runtime-web / src / test / data / compspecs / componentSpec_New_Toolbox.json
1 {
2         "self": {
3                 "component_type": "docker",
4                 "description": "This is the blueprint to deploy the DCAE Toolbox GUI.",
5                 "name": "dcae-controller-toolbox-gui",
6                 "version": "2.0.0"
7         },
8         
9         "services": {
10                 "calls": [],
11                 "provides": []
12         },
13         
14         "streams": {
15                 "publishes": [],
16                 "subscribes": []
17         },
18         
19     "parameters": [],
20
21         "auxilary": {
22                 "healthcheck": {
23                         "interval": "360s",
24                         "timeout": "120s",
25                         "endpoint": "/actuator/health",
26                         "type": "http"
27                 },
28                 
29                 "volumes": [],
30                 "ports" : ["8080:30998"]        
31     },
32     
33     "artifacts": [{
34                 "type": "docker image",
35                 "uri": "dcae-controller-tosca-gui:2.0.3"
36         }]      
37 }