Skip to content

Base URLs:https://用户中心域名/prod-api/

(不清楚请联系我们)

POST 查询加速包直播质量报告

POST /acdn/volc/hostAcceleratePackRest/describeVQUserData

查询加速包直播质量报告

Body 请求参数

{
  "pageNum": 1,
  "pageSize": 10,
  "filters": [
    {
      "label": "dataId",
      "value": [
        "5"
      ]
    },
    {
      "label": "uid",
      "value": [
        "7630145594"
      ]
    }
  ],
  "searchHeader": {},
  "params": {}
}

请求参数

名称 位置 类型 必选 中文名 说明
Authorization header string none
body body DescribeVQUserDataVO DescribeVQUserDataVO none

返回示例

OK

{
  "total": 1,
  "rows": [
    {
      "dataId": 5,
      "uid": "763044452594",
      "image": "http://livesaas.zbaidu.com/",
      "message": "no live data",
      "date": "2024-02-05",
      "createTime": "2024-02-05 13:57:23"
    }
  ],
  "code": 200,
  "msg": "查询成功"
}

201 Response

{}

返回结果

状态码 状态码含义 说明 数据模型
200 OK OK TableDataInfo
201 Created Created Inline
401 Unauthorized Unauthorized Inline
403 Forbidden Forbidden Inline
404 Not Found Not Found Inline

返回数据结构

数据模型

TableDataInfo

{
  "code": 0,
  "msg": "string",
  "rows": [
    {
      "dataId": "string",
      "date": "string",
      "image": "string",
      "message": "string",
      "uid": "string"
    }
  ],
  "total": 0
}

TableDataInfo

属性

名称 类型 必选 约束 中文名 说明
code integer(int32) false none none
msg string false none none
rows [object] false none none
» dataId string true none 报告ID none
» date string true none 报告日期 none
» image string true none 报告图 none
» message string true none 描述 none
» uid string true none uid none
total integer(int64) false none none

DescribeVQUserDataVO

{
  "filters": [
    {
      "label": "string",
      "value": [
        "string"
      ]
    }
  ],
  "pageNum": 0,
  "pageSize": 0,
  "params": {},
  "userId": 0
}

DescribeVQUserDataVO

属性

名称 类型 必选 约束 中文名 说明
filters [SearchFilterVo] false none 搜索条件 可输入一个或多个,报告ID/抖音uid:dataId/uid
pageNum integer(int32) false none 当前页 none
pageSize integer(int32) false none 每页显示条目个数 none
userId integer(int64) false none none

SearchFilterVo

{
  "label": "string",
  "value": [
    "string"
  ]
}

SearchFilterVo

属性

名称 类型 必选 约束 中文名 说明
label string false none 名称 报告ID:dataId
uid:uid
value [string] false none 数组类型,传入单个值为模糊搜索,多个值为精确搜索