removePortForwarding.lua
[返回首页]

API说明

Remove a port forwarding item

参数

HTTP提交参数:GET; POST

通过HTTP测试该API调用 (URL):

Listen
字符串 (必需参数)

Remove this port fowarding item by speicifed local listening address and port. The format is "address:port", this must match the 'Listen' parameter which added (See addPortForwarding.lua)

测试值:

返回

返回JSON格式的结果。该JSON数据的格式如下:

{
/*对象*/

"Result":
数值

200表示OK, 其它错误码含义类似于HTTP Response.

"Status":
"字符串"

状态消息。反馈API执行的结果状态,如有错误,将描述出错的原因。

}

其它说明

KILOVIEW Device HTTP API, v1.0