v1

latestSwagger 2.02026-07-13302640.0 KB
Tunnels

Get Tunnel Details

get/v1/tunnels/{tunnelID}

Response

Successful Response

idstring
created_atinteger
updated_atinteger
destinationstring
namestring
region'' | 'us-west' | 'eu' | 'au'

Tunnel region

groupstring

Groups allow agents to subscribe to one or more tunnels

hoststring
protocolstring
descriptionstring
crypto'off' | 'flexible' | 'full' | 'full-strict' | 'tls-pass-through'

Tunnel encryption type

Example response

{
  "created_at": 1534409264,
  "updated_at": 1534409264,
  "id": "b3237483-e96e-4f3a-905c-0d9603d66c1f",
  "destination": "http://localhost:8090",
  "name": "tunnel",
  "group": "",
  "addr": "",
  "host": "tunnelx.webrelay.io",
  "protocol": "http",
  "account_id": "bd7e1dfc-54c8-408c-a885-7498bf1d8522",
  "description": "",
  "features": null,
  "auth": {
    "created_at": 1534409264,
    "updated_at": 1534409264,
    "id": "eb3fbc49-0713-48b1-8971-a7c4a9c64dfb",
    "type": "none"
  },
  "agent_id": "",
  "ingress_rules": null,
  "crypto": "off"
}