Server API
Tunnels
Tunnel management
curl -X GET "https://loading/api/v1/tunnels"[
{
"id": "string",
"owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
"remote_port": 0,
"stats": {
"bytes_in": 0,
"bytes_out": 0,
"requests": 0
},
"team_id": "810007d0-bec5-486c-b5d1-28fcd8a079ba",
"tunnel_type": "string",
"uptime_secs": 0.1
}
]{
"detail": "string",
"status": 0,
"title": "string",
"type": "string"
}{
"detail": "string",
"status": 0,
"title": "string",
"type": "string"
}curl -X GET "https://loading/api/v1/tunnels/string"{
"id": "string",
"owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
"remote_port": 0,
"stats": {
"bytes_in": 0,
"bytes_out": 0,
"requests": 0
},
"team_id": "810007d0-bec5-486c-b5d1-28fcd8a079ba",
"tunnel_type": "string",
"uptime_secs": 0.1
}{
"detail": "string",
"status": 0,
"title": "string",
"type": "string"
}{
"detail": "string",
"status": 0,
"title": "string",
"type": "string"
}{
"detail": "string",
"status": 0,
"title": "string",
"type": "string"
}curl -X DELETE "https://loading/api/v1/tunnels/string"{}{
"detail": "string",
"status": 0,
"title": "string",
"type": "string"
}{
"detail": "string",
"status": 0,
"title": "string",
"type": "string"
}{
"detail": "string",
"status": 0,
"title": "string",
"type": "string"
}