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
RequiredResponses
OK
application/json
JSON
{
"status": "string",
"reason": "string",
"errorType": "string",
"retryCount": 0,
"maxRetries": 0,
"nextRetryIn": 0,
"retryExhausted": true
}