File system Send

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.Send

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

Target host or IP

Payload to send

Target UDP port

DefaultUTF-8

Payload encoding

UTF-8 default; use an alternate charset for binary-safe payloads.

Reference (ref) of the pluginDefaults to apply to this task.

The target host

The target port

The number of bytes sent