Skip to main content

Retrieve the gateway tunnel information of tunnel for a gateway in a realm

GET 

/gateway/tunnel/:realm/:id/:target/:targetPort

Retrieve the gateway tunnel information of tunnel for a gateway in a realm

Request

Path Parameters

    realm stringrequired
    id stringrequired
    target stringrequired
    targetPort int32required

Header Parameters

    Authorization string
    X-Forwarded-Proto string
    X-Forwarded-Host 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...