Skip to content

Get tunnel status by name

GET
/ssh/tunnel/status/{tunnelName}

Get tunnel status by name. Server: localhost:8083

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Path Parameters

tunnelName*

The name of the tunnel

Typestring
Required

Responses

OK

application/json
JSON
{
"status": "string",
"reason": "string",
"errorType": "string",
"retryCount": 0,
"maxRetries": 0,
"nextRetryIn": 0,
"retryExhausted": true
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the Apache License Version 2.0