v1

latestSwagger 2.02026-07-17443059.0 KB

Transmit a UDP datagram.

put/transmitter/udp

Request body

srcAddressstring required

The source address to be used by the sender. Must be one of the LL, ULA, GUA, or mcast addresses configured on the device. IPv6 address strings are formatted per RFC 5952.

srcPortinteger required

The port from which the datagram will be sent.

destAddressstring required

The destination address to which the datagram will be sent. IPv6 address strings are formatted per RFC 5952.

destPortinteger required

The port to which the datagram will be sent.

datastring required

The body of the UDP datagram encoded as a string of ASCII characters.

frameExchangePattern0 | 1 required

Set to 0 if DFE is to be used, set to 1 if EDFE is to be used.

Response

UDP datagram successfully transmitted.