Send
Send a UDP datagram
Send
Send a UDP datagram
yaml
type: io.kestra.plugin.fs.udp.SendExamples
yaml
id: udp_send_example
namespace: dev
tasks:
- id: send_udp
type: io.kestra.plugin.fs.udp.Send
host: 127.0.0.1
port: 8081
payload: "Hello via UDP"
Properties
host *Requiredstring
payload *Requiredstring
port *Requiredintegerstring
encoding string
Default
UTF-8