Updated on 2023-08-07 GMT+08:00

Protocol: UDP

UDP

This system keyword is used to test the UDP basic protocol. Ensure that the user IP address is accessible from the public network and the security group policy of the corresponding port is enabled to permit access.

Parameter

Mandatory

Type

Default Value

Description

Host

Yes

String

-

UDP service address

Port

Yes

Integer

-

UDP service port

Check End Type

Yes

Enum

CheckEndStr

Message end flag:

CheckEndLength

CheckEndStr

Body Type

Yes

Enum

CharSequence

Message body type:

CharSequence

HexadecimalCodeStream

UDP Response

Status: success

Parameter

Type

Description

Body

String

UDP API return

UDP Response Example

{
    "This is a test Message!"
 }

Default Checkpoint

Name

Expected Value

Result

Success

UDP Usage Example

  • Configure parameters to access the UDP service.