添加NAT端口映射
GET
/product/rcs/{id}/nat最后修改时间: 1 个月前
请求参数
Path 参数
id
integer
id
Body 参数application/json
port_in
integer
必需
>= 1<= 65535
port_out
integer
必需
>= 10000<= 60000
port_type
enum<string>
必需
枚举值:
tcpudptcp_udp
tag
string
可选
示例
{
"port_in": 1,
"port_out": 10000,
"port_type": "tcp",
"tag": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 1 个月前