Skip to main content

Start a tunnel for a gateway

POST 

/gateway/tunnel

Start a tunnel for a gateway

Request

Body

    realm string
    gatewayId string
    targetPort int32
    target string
    assignedPort int32
    hostname string
    type string

    Possible values: [HTTPS, HTTP, TCP]

    id string

Responses

default response

Schema

    realm string
    gatewayId string
    targetPort int32
    target string
    assignedPort int32
    hostname string
    type string

    Possible values: [HTTPS, HTTP, TCP]

    id string
Loading...