v2

latestSwagger 2.02026-08-08121119168.6 KB
Tunnel

Get a specific tunnel

Returns the current state of a tunnel by ID. Returns 500 with the underlying error if the tunnel is in a transition state or no longer exists.

get/v1/tunnel/{id}

Path parameters

idinteger required

Numeric tunnel ID returned by /v1/tunnel/list or /v1/tunnel/create.

Response

Get a specific tunnel

idinteger required

Unique numeric tunnel ID.

statestring required

Tunnel lifecycle state (READY, STOPPED, …).

private_ipstring required

Internal IP of the tunnel VM, used to chain the tunnel with BrowserMob.

ipstring required

Public IP of the tunnel VM. Only present once state is READY.

versionstring required

Latest tunnel client version TestingBot supports.