check-port
Test connectivity to remote servers by checking if specific ports are open or listening, using SSH connections to verify network accessibility.
Instructions
Check if a port is open/listening on the remote server or test connectivity to external hosts
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | Yes | Port number to check | |
| host | No | Host to check (optional, default is 'localhost' for local port check) | |
| connectionName | No | SSH connection name (optional, default is 'default') | |
| timeout | No | Connection timeout in seconds (optional, default is 5) |