eff607a49246

Swagger 2.02026-08-08121119168.6 KB
Tunnel

List active tunnels

Returns every TestingBot Tunnel currently running under the account. Use this to monitor running tunnels in CI dashboards or to find a tunnel ID before tearing it down.

get/v1/tunnel/list

Response

List active tunnels

idinteger required

Unique numeric tunnel ID.

identifierstring required

The --tunnel-identifier the tunnel was started with, or null when it was started without one. Use this to tell concurrent tunnels on the same account apart.

statestring required

Tunnel lifecycle state (READY, STOPPED, …).

private_ipstring required

Internal IP of the tunnel VM.

ipstring required

Public IP of the tunnel VM.

requested_atstring date-time required

When the tunnel was requested.

user_idinteger required

ID of the user the tunnel belongs to.