Version 4.0.25.20 (latest)
Test the SSH Tunnel
Request
GET
/ssh_tunnel/{ssh_tunnel_id}/test
Datatype
Description
Request
HTTP Request
path
HTTP Path
Expand HTTP Path definition...
ssh_tunnel_id
string
Id of SSH Tunnel
Response
200: Test SSH Tunnel
Datatype
Description
(object)
tunnel_id
lock
string
Unique ID for the tunnel
ssh_server_id
string
SSH Server ID
ssh_server_name
lock
string
SSH Server name
ssh_server_host
lock
string
SSH Server Hostname or IP Address
ssh_server_port
lock
integer
SSH Server port
ssh_server_user
lock
string
Username used to connect to the SSH Server
last_attempt
lock
string
Time of last connect attempt
local_host_port
integer
Localhost Port used by the Looker instance to connect to the remote DB
database_host
string
Hostname or IP Address of the Database Server
database_port
integer
Port that the Database Server is listening on
status
lock
string
Current connection status for this Tunnel
400: Bad Request
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
string
Error details
documentation_url
lock
string
Documentation link

