查询直播推流并发 响应参数 参数 类型 说明 :: code int 状态码 message string 调用成功/错误的描述 starttime int 开始时间戳 endtime int 结束时间戳 interval string 时间粒度 reqconcurrencydatainterval list 每个时间间隔的推流并发数 reqconcurrencydatainterval[].timestamp int 时间片开始时间戳 reqconcurrencydatainterval[].domain string 域名 reqconcurrencydatainterval[].value long 并发数 示例 请求示例 { "starttime": 1655704800, "endtime": 1655712000, "interval": "1m", "domain": [ "ctyun.cn" ], "app": [ "live875" ], "stream": [ "testlive1655708999875" ], "province": [ 440000 ], "isp": [ "001" ] } 正常响应示例 { "code": 100000, "message": "success", "starttime": 1655704800, "endtime": 1655712000, "interval": "1m", "reqconcurrencydatainterval": [ { "timestamp": 1655709000, "domain": "ctyun.cn", "value": 31 } ] }