TcpCheckResponse

data class TcpCheckResponse(val pingConfig: PingConfigResponse, val port: Int)

Information required for a TCP Uptime check request.

Constructors

Link copied to clipboard
fun TcpCheckResponse(pingConfig: PingConfigResponse, port: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains information needed to add pings to a TCP check.

Link copied to clipboard
val port: Int

The TCP port on the server against which to run the check. Will be combined with host (specified within the monitored_resource) to construct the full URL. Required.