6. 上屏系统-服务器管理接口
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了6. 上屏系统-服务器管理接口相关的知识,希望对你有一定的参考价值。
6.管理服务器
6.1.查询服务器
-
用途
查询服务器。 - 请求
server/?action=list - 响应
{
"code": 0,
"data": {
"count": 1,
"items": [
{
"_id": "5ad48b99e1382314006902f6",
"name": "我的服务器",
"ip": "cloud.ruiboyun.net",
"user": "admin",
"live": "live",
"vod": "vod",
"ctime": 1523878809,
"mtime": 1523951519,
}
]
}
}
_id 服务器编号
name 服务器名称
ip 服务器ip地址
user 登录g3的用户名
live 使用的直播应用
vod 使用的点播应用
ctime 创建时间
mtime 修改时间
6.2.添加服务器
-
用途
添加服务器。 - 请求
server/?action=add
参数:action=add&name=我的服务器&ip=cloud.ruiboyun.net&user=admin&pwd=noveltv&live=live&vod=vod
name 名称
ip 服务器ip地址
user 登录g3的用户名
pwd 登录G3的密码
live 使用的直播应用
vod 使用的点播应用
ctime 创建时间
mtime 修改时间 - 响应
{ "code": 0, }
6.2.修改服务器
-
用途
添加服务器。 -
请求
server/?action=update
参数:action=update&id=123&name=我的服务器&ip=cloud.ruiboyun.net&user=admin&pwd=noveltv&live=live&vod=vod
id 服务器编号
name 名称
ip 服务器ip地址
user 登录g3的用户名
pwd 登录G3的密码
live 使用的直播应用
vod 使用的点播应用 - 响应
{ "code": 0, }
以上是关于6. 上屏系统-服务器管理接口的主要内容,如果未能解决你的问题,请参考以下文章