set-web 接口
新增于 V2.2
设置设备安全管理。
请求方式
GET http://ip/usapi?method=set-web&http-port=80&is-https=1&https-port=443
| 参数 | 说明 |
|---|---|
| method | 方法名称:set-web |
| http-port | http 服务端口 |
| is-https | 是否启用 https 服务 0: 不启用 1: 启用 |
| https-port | https 服务端口 |
返回数据
{
"result": 0
}
| 属性 | 说明 |
|---|---|
| result | 返回状态,0:操作成功,返回其它值请参考 API 状态码 |