Send
Send data to a TCP server
Send
Send data to a TCP server
yaml
type: io.kestra.plugin.fs.tcp.SendExamples
yaml
id: tcp_send_example
namespace: dev
tasks:
- id: send_tcp
type: io.kestra.plugin.fs.tcp.Send
host: 127.0.0.1
port: 9090
payload: "Hello from Kestra"
Properties
host *Requiredstring
payload *Requiredstring
port *Requiredintegerstring
encoding string
Default
UTF-8tcpService Non-dynamic
Default
{} Definitions