Send a UDP datagram message to a specific host and port.

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

Message payload to send.

Target UDP port.

Default UTF-8

Character encoding for the payload.

The target host.

The target port.

The number of bytes sent.