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
default response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
realm string
gatewayId string
targetPort int32
target string
assignedPort int32
hostname string
type string
Possible values: [HTTPS
, HTTP
, TCP
]
id string
[
{
"realm": "string",
"gatewayId": "string",
"targetPort": 0,
"target": "string",
"assignedPort": 0,
"hostname": "string",
"type": "HTTPS",
"id": "string"
}
]
Loading...