You need to enable JavaScript to run this app.
导航
获取标签性能-关注度、稳定性、安全性、优化率 - getLabelPerformance
最近更新时间:2024.12.06 13:08:27首次发布时间:2024.09.04 17:08:09

请求说明

  • 请求方式:GET
  • 接口名称:getLabelPerformance
  • 请求地址:https://console.volcengine.com/cdp/open_platform/openapi

请求参数

参数

类型

是否必选

示例值

描述

Authorization

String

HMAC-SHA256 Credential=BDPP2952f97532xxxxxx/20240716/cn/openPlatform/request, SignedHeaders=host;x-content-sha256;x-date, Signature=131f3d297eb22a7xxxxxx

详细介绍请查阅调用方式文档1.3 提到的签名

X-Tenant

Int

1

项目id

Query

参数

类型

是否必选

示例值

描述

ApiAction

String

getLabelPerformance

固定值,对应“请求说明”中的“接口名称”

ApiVersion

String

2024-08-05

固定值,版本号: 2024-08-05

labelId

Int

标签Id

Body

返回参数

参数

类型

示例值

描述

msg

String

接口返回信息

code

Number

状态码,0表示正常

data

LabelPerformanceResp

接口返回

LabelPerformanceResp

参数

类型

描述

search

Array[Chart]

历史每天搜索次数(近 30 天)

editCount

Number

再次编辑次数

authorCount

Number

已授权人数

collections

Array[Chart]

历史每天收藏次数(近 30 天)

executeFailed

Number

任务最近 30 天失败率

stabilityGrowth

Number

标签最近 30 天稳定性变化

Chart

参数

类型

描述

id

Number

图表序列 index id

value

Number

图表纵坐标 / 值

partName

String

图表横坐标

请求示例


返回示例

{
  "code": 0,
  "msg": "成功",
  "data": {
    "executeFailed": 0,
    "stabilityGrowth": 0,
    "authorCount": 3,
    "editCount": 1,
    "collections": [
      {
        "id": null,
        "partName": "2024-12-03",
        "value": 0
      },
      {
        "id": null,
        "partName": "2024-12-02",
        "value": 0
      },
      {
        "id": null,
        "partName": "2024-12-01",
        "value": 0
      }
    ]
  }
}

错误码

下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。

HTTP 状态码

错误码

错误信息

说明

400

invalidParameter

PARAMETER INVALID

参数非法,检查入参。