提交 21931b95 authored 作者: blu's avatar blu

feature: record cmd from cloud to edge

上级 12b208d4
......@@ -462,6 +462,29 @@ none
##### description
*[NOT IMPLEMENTED]* get edge terminal hw & os infomation including resource usage of CPU, RAM, IO, DISK etc...
#### POST /record
##### description
Get edge evbox recorded video
##### params
none
##### request body
```
{
"cameraSN": "TESTDEV1",
"start": 1581577121,
"end": 1581577221,
"type": "record"
}
```
##### response
```
{
"code": 0,
"msg": "ok"
}
```
#### POST /cmd
##### description
send cmd to edge.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论