跳到主要内容

查詢使用直播服務的雲手機

描述

直播服務裝置列表

請求引數

引數名引數型別是否必填引數說明
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.yunpanel.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"
}
}