Skip to main content
Version: 1.2.0

Retrieve the active gateway tunnel information of gateway in a realm

GET 

/gateway/tunnel/:realm/:id

Retrieve the active gateway tunnel information of gateway in a realm

Request

Path Parameters

    realm stringrequired
    id stringrequired

Header Parameters

    Authorization string
    X-Forwarded-Proto string
    X-Forwarded-Host string

Responses

default response

Schema

  • Array [

  • realmstring
    gatewayIdstring
    targetPortint32
    targetstring
    assignedPortint32
    hostnamestring
    typestring

    Possible values: [HTTPS, HTTP, TCP]

    autoCloseTimedate-time
    idstring
  • ]