跳到主要内容

查询使用直播服务的云手机

描述

直播服务设备列表

请求参数

参数名参数类型是否必填参数说明
ActionString操作方法:ListLiveService,此参数为公共参数,不必放body里面
RegionString机房标识,取值参见地域列表
LiveServiceIdString直播服务ID
DeviceIdString设备ID
SortFieldString排序字段 取值:DeviceType / AuthCode
SortOrderString1升序 -1降序

返回参数

名称类型说明
IdStringID
LiveServiceIdString直播服务id
LiveDeviceIdString直播设备id
DeviceTypeString直播设备类型:SELF自己 OTHER其他
AuthCodeString授权码
SrsClientIdString客户端标识
CreateTimeInteger创建时间
UpdateTimeInteger更新时间

请求示例

post https://api.chinac.com/v2/?Action=ListLiveService

{
"Region":"xxxxxx",
"LiveServiceId":"xxxxxxxx",
"DeviceId":"xxxxxx",
"SortField":"xxxxx",
"SortOrder":"xxxxxx",
}

返回示例

{
"code": 10000,
"message": "",
"data": {
"Id": "xxxxx",
"LiveServiceId": "xxxxxx",
"LiveDeviceId": "xxxxxx",
"DeviceType": "xxxxx",
"AuthCode": "xxxxxx",
"SrsClientId": "xxxxxx",
"CreateTime": xxxxxx,
"UpdateTime": xxxxxx"
}
}