Class TcpCheck (2.11.1)

TcpCheck(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information required for a TCP Uptime check request.

Attribute

NameDescription
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.

Inheritance

builtins.object > proto.message.Message > TcpCheck