UptimeCheckConfigTcpCheck

data class UptimeCheckConfigTcpCheck(val pingConfig: UptimeCheckConfigTcpCheckPingConfig? = null, val port: Int)

Constructors

Link copied to clipboard
constructor(pingConfig: UptimeCheckConfigTcpCheckPingConfig? = null, port: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains information needed to add pings to a TCP check. Structure is documented below.

Link copied to clipboard
val port: Int

The port to the page to run the check against. Will be combined with host (specified within the monitored_resource) to construct the full URL.