UDP datagram

The UDP handler will attempt to send a datagram to a host and port, and expect to receive a specific response in return.

Attributes

AttributeTypeExampleDescription
kindstring"udp"-
hoststring"1.2.3.4"Target host where to send the datagram
portint10000Port to use as destination
messagestring"aGVsbG8="Base 64-encoded message to send on the socket
timeoutstring"5s"Timeout before giving up on the response
contentstring"Z29vZGJ5ZQ=="Base64-encoded value to expect in the response. This must be a submatch of the actual response