{ "node_types" : { "component-remote-python-executor" : { "description" : "This is Remote Python Execution Component.", "version" : "1.0.0", "attributes" : { "prepare-environment-logs" : { "required" : false, "type" : "string" }, "execute-command-logs": { "required": false, "type": "list", "entry_schema": { "type": "string" } }, "status": { "required": true, "type": "string" }, "response-data": { "required": false, "type": "json" } }, "capabilities" : { "component-node" : { "type" : "tosca.capabilities.Node" } }, "interfaces" : { "ComponentRemotePythonExecutor" : { "operations" : { "process" : { "inputs" : { "endpoint-selector" : { "description" : "Remote Container or Server selector name.", "required" : false, "type" : "string", "default" : "remote-python" }, "dynamic-properties" : { "description" : "Dynamic Json Content or DSL Json reference.", "required" : false, "type" : "json" }, "argument-properties" : { "description" : "Argument Json Content or DSL Json reference.", "required" : false, "type" : "json" }, "command" : { "description" : "Command to execute.", "required" : true, "type" : "string" }, "packages" : { "description" : "Packages to install based on type.", "required" : false, "type" : "list", "entry_schema" : { "type" : "dt-system-packages" } } } } } } }, "derived_from" : "tosca.nodes.Component" }, "component-resource-resolution" : { "description" : "This is Resource Assignment Component API", "version" : "1.0.0", "attributes" : { "assignment-params" : { "required" : true, "type" : "string" } }, "capabilities" : { "component-node" : { "type" : "tosca.capabilities.Node" } }, "interfaces" : { "ResourceResolutionComponent" : { "operations" : { "process" : { "inputs" : { "resolution-key" : { "description" : "Key for service instance related correlation.", "required" : false, "type" : "string" }, "store-result" : { "description" : "Whether or not to store the output.", "required" : false, "type" : "boolean" }, "resource-type" : { "description" : "Request type.", "required" : false, "type" : "string" }, "artifact-prefix-names" : { "description" : "Template , Resource Assignment Artifact Prefix names", "required" : true, "type" : "list", "entry_schema" : { "type" : "string" } }, "request-id" : { "description" : "Request Id, Unique Id for the request.", "required" : true, "type" : "string" }, "resource-id" : { "description" : "Resource Id.", "required" : false, "type" : "string" }, "action-name" : { "description" : "Action Name of the process", "required" : false, "type" : "string" }, "dynamic-properties" : { "description" : "Dynamic Json Content or DSL Json reference.", "required" : false, "type" : "json" } }, "outputs" : { "resource-assignment-params" : { "required" : true, "type" : "string" }, "status" : { "required" : true, "type" : "string" } } } } } }, "derived_from" : "tosca.nodes.Component" }, "dg-generic" : { "description" : "This is Generic Directed Graph Type", "version" : "1.0.0", "properties" : { "content" : { "required" : true, "type" : "string" }, "dependency-node-templates" : { "description" : "Dependent Step Components NodeTemplate name.", "required" : true, "type" : "list", "entry_schema" : { "type" : "string" } } }, "derived_from" : "tosca.nodes.Workflow" }, "source-input" : { "description" : "This is Input Resource Source Node Type", "version" : "1.0.0", "properties" : { }, "derived_from" : "tosca.nodes.ResourceSource" }, "tosca.nodes.Component" : { "description" : "This is default Component Node", "version" : "1.0.0", "derived_from" : "tosca.nodes.Root" }, "tosca.nodes.ResourceSource" : { "description" : "TOSCA base type for Resource Sources", "version" : "1.0.0", "derived_from" : "tosca.nodes.Root" }, "tosca.nodes.Workflow" : { "description" : "This is Directed Graph Node Type", "version" : "1.0.0", "derived_from" : "tosca.nodes.Root" } } }