You need to enable JavaScript to run this app.
导航
GetWebProNewErrorAlertTrend
最近更新时间:2024.07.11 10:20:21首次发布时间:2024.07.11 10:20:21

获取错误新增报警情况概览及趋势图。

请求说明

  • 请求方式:POST
  • 请求地址:https://open.volcengineapi.com/?Action=GetWebProNewErrorAlertTrend&Version=2022-10-12
ServiceName : apmplus_openapi
Region : cn-beijing 
X-App-Ids : xxx
Content-Type : application/json

请求参数

Query

参数类型是否必选示例值描述
ActionStringGetWebProNewErrorAlertTrend接口名称。当前 API 的名称为 GetWebProNewErrorAlertTrend
VersionString2022-10-12接口版本。当前 API 的版本为 2022-10-12

Body

参数类型是否必选示例值描述
time_filterObject of TimeFilter-时间区间。
idInteger1报警ID。
commonObject of CommonParams-通用参数。

TimeFilter

参数类型是否必选示例值描述
start_timeInteger1665485413起始时间,单位s。
end_timeInteger1665744613终止时间,单位s。
granularityInteger3600聚合时间粒度,单位s。

CommonParams

参数类型是否必选示例值描述
aidLong12345应用ID。
site_typeStringweb站点类型。
envStringonline环境,填""时为全部。
osStringwebpro服务类型,可选值为webproappminipro
userStringtest_user用户名。

返回参数

参数类型示例值描述
dataObject of AlertTrendResponseData-返回内容。
error_msgString""错误信息。成功为""
error_noInteger0错误码。成功为0。

AlertTrendResponseData

参数类型示例值描述
alert_trendObject of ChartData-报警趋势详情。

ChartData

参数类型示例值描述
fieldsArray of Field-折线图/饼图维度,len(fields)=len(source[i])。
sourceArray of String[["1668355200","js_error","0","0"]]趋势图具体点的集合,len(source)为折线图点的数量或者饼图中块数量。

Field

参数类型示例值描述
idStringdate维度key。
nameString日期维度名。
dataTypeStringstring维度类型。
aggregateString-聚合方式。

请求示例

POST https://open.volcengineapi.com/?Action=GetWebProNewErrorAlertTrend&Version=2022-10-12
{
  "common": {
    "aid": 1,
    "os": "webpro"
  },
  "time_filter": {
    "start_time": 1719936000,
    "end_time": 1720072371,
    "granularity": 3600
  },
  "id": 1
}

返回示例

{
  "alert_trend": {
    "fields": [
      {
        "id": "date",
        "dataType": "string",
        "name": "date"
      },
      {
        "id": "alarm_count",
        "dataType": "number",
        "name": "报警总数"
      }
    ],
    "source": [
      [
        "2024-07-03 00:00:00",
        "0"
      ],
      [
        "2024-07-04 13:00:00",
        "0"
      ]
    ]
  }
}

错误码

本接口无特有的错误码。更多信息请参见错误码