Connect to tunnel
POST
/ssh/tunnel/connect
Connect to tunnel. Server: localhost:8083
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"name": "string",
"hostName": "string",
"sourceIP": "string",
"sourceSSHPort": 0,
"sourceUsername": "string",
"sourcePassword": "string",
"sourceAuthMethod": "string",
"sourceSSHKey": "string",
"sourceKeyPassword": "string",
"sourceKeyType": "string",
"endpointIP": "string",
"endpointSSHPort": 0,
"endpointUsername": "string",
"endpointPassword": "string",
"endpointAuthMethod": "string",
"endpointSSHKey": "string",
"endpointKeyPassword": "string",
"endpointKeyType": "string",
"sourcePort": 0,
"endpointPort": 0,
"maxRetries": 0,
"retryInterval": 0,
"autoStart": true,
"isPinned": true
}
Responses
OK
application/json
JSON
{
"message": "string"
}