9c3c90ba8f8087adfb12323070666c8eb01a4d08
[ccsdk/cds.git] /
1 {
2   "description": "This is Remote Python Execution Component.",
3   "version": "1.0.0",
4   "attributes": {
5     "execution-logs": {
6       "required": true,
7       "type": "string"
8     }
9   },
10   "capabilities": {
11     "component-node": {
12       "type": "tosca.capabilities.Node"
13     }
14   },
15   "interfaces": {
16     "ComponentRemotePythonExecutor": {
17       "operations": {
18         "process": {
19           "inputs": {
20             "endpoint-selector": {
21               "description": "Remote Container or Server selector name.",
22               "required": false,
23               "type": "string",
24               "default": "remote-python"
25             },
26             "dynamic-properties": {
27               "description": "Dynamic Json Content or DSL Json reference.",
28               "required": false,
29               "type": "json"
30             }
31           }
32         }
33       }
34     }
35   },
36   "derived_from": "tosca.nodes.Component"
37 }