添加穿透隧道

接口描述

接口请求域名:lightart.top

此接口用于添加穿透隧道。

传入参数

以下请求参数列表仅列出了接口请求参数,完整公共参数列表见 公共请求参数

参数名称
必选
类型
描述

name

String

隧道名称

protocol

String

隧道协议

local_address

String

本地地址,包含端口

project_id

Integer

项目 ID

server_id

Integer

服务器 ID

custom_domain

String

域名,Http(s) 须填写

输出参数

参数名称
类型
描述

name

protocol

local_address

remote_port

custom_domain

示例

输入示例

POST https://lightart.top/api/v1/tunnels?name=test_api
&protocol=http
&local_address=localhost:80
&project_id=1
&server_id=3
&custom_domain=helloworld.com

输出示例

最后更新于