ProbeTCP
Probe TCP connectivity to a given host and port from the installer node
POST
/api/v1/installer/probe/tcpOperation ID
ProbeTCPSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
hostStringRequiredHostname or IP address to probe
Example: 192.168.1.10
portIntegerRequiredTCP port number to probe
Example: 5432
timeoutMsIntegerRequiredConnection timeout in milliseconds; default 5000, max 30000
Example: 5000
