
File system Send
CertifiedSend a UDP datagram
File system Send
Certified
Send a UDP datagram
Sends a single UDP packet to the target host/port, then closes the socket. Default encoding UTF-8.
yaml
type: io.kestra.plugin.fs.udp.SendExamples
Send a UDP message
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
Target host or IP
payload *Requiredstring
Payload to send
port *Requiredintegerstring
Target UDP port
encoding string
Default
UTF-8Payload encoding
UTF-8 default; use an alternate charset for binary-safe payloads.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
host string
The target host
port integer
The target port
sentBytes integer
The number of bytes sent