Start a tunnel for a gateway
POST/gateway/tunnel
Start a tunnel for a gateway
Request
- application/json
Body
realmstring
gatewayIdstring
targetPortint32
targetstring
assignedPortint32
hostnamestring
typestring
Possible values: [HTTPS, HTTP, TCP]
autoCloseTimedate-time
idstring
Responses
- default
default response
- application/json
- Schema
- Example (from schema)
Schema
realmstring
gatewayIdstring
targetPortint32
targetstring
assignedPortint32
hostnamestring
typestring
Possible values: [HTTPS, HTTP, TCP]
autoCloseTimedate-time
idstring
{
  "realm": "string",
  "gatewayId": "string",
  "targetPort": 0,
  "target": "string",
  "assignedPort": 0,
  "hostname": "string",
  "type": "HTTPS",
  "autoCloseTime": "2024-07-29T15:51:28.071Z",
  "id": "string"
}