获取应用频道的直播监控列表
接口URL
https://api.polyv.net/live/v2/app/monitor/list接口说明
1、接口用于应用频道的直播监控
2、接口支持https支持格式
JSON请求方式
GET请求数限制
TRUE请求参数
参数名
必选
类型
说明
响应成功JSON示例:
字段说明
参数名
说明
Last updated
https://api.polyv.net/live/v2/app/monitor/list1、接口用于应用频道的直播监控
2、接口支持httpsJSONGETTRUELast updated
{
code: 200,
status: "success",
message: "",
data: {
pageSize: 5,
pageNumber: 1,
totalItems: 67,
contents: [
{
publishId: "3131313",
userId: "232323",
channelId: 10001,
ipAddress: "127.0.0.1",
stream: "dadajhdadahdjkahdk",
status: "live",
startTime: "2018-01-01 00:00:00",
endTime: "2018-01-01 02:00:00",
currentDay: "2018-01-01",
createdTime: "2018-01-01 02:00:00",
lastModified: "2018-01-01 02:00:00",
isNgbEnabled: "N",
isUrlProtected: "Y",
channelName: "频道",
scene: "alone",
captureImg: "http://www.polyv.net/1.png",
appId:"xxxxxxxx"
}
],
startRow: 1,
firstPage: true,
lastPage: false,
nextPageNumber: 2,
prePageNumber: 1,
limit: 5,
endRow: 5,
totalPages: 14,
offset: 0
}
}### 响应失败JSON示例:
未输入appId
```json
{
"code": 400,
"status": "error",
"message": "appId is required.",
"data": ""
}{
"code": 400,
"status": "error",
"message": "application not found.",
"data": ""
}{
"code": 400,
"status": "error",
"message": "invalid timestamp.",
"data": ""
}{
"code": 403,
"status": "error",
"message": "invalid signature.",
"data": ""
}