You need to enable JavaScript to run this app.
导航
GetAlarmRelatedMetricTrend
最近更新时间:2024.07.12 17:21:37首次发布时间:2022.11.01 11:26:01

获取报警任务相关的指标趋势图。

请求说明

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

请求参数

Query

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

Body

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

Common

参数类型是否必选示例值描述
aidLong12345应用ID。
osStringwebpro服务类型。

TimeFilter

参数类型是否必选示例值描述
start_timeInteger1665849600起始时间。
granularityInteger60聚合时间粒度。
end_timeInteger1666011403终止时间。

返回参数

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

Data

参数类型示例值描述
metric_trendsJSON Map-报警任务相关的指标趋势。

MetricTrends

参数类型示例值描述
keyString-指标的key。
valueObject of Value-指标key的取值。

Value

参数类型示例值描述
fieldsArray of Fields-指标。
sourceArray of String[ "2022-10-11 08:00:00", "0" ]field对应的值。

Fields

参数类型示例值描述
idStringdate报警时间,为source[i][0]值的含义。
dataTypeStringstring数据类型。
nameStringdate指标名称。

请求示例

POST https://open.volcengineapi.com/?Action=GetAlarmRelatedMetricTrend&Version=2022-10-12
{
    "common":{
        "aid":312541,
        "os":"webpro"
    },
    "id":302,
    "time_filter":{
        "start_time":1665849600,
        "end_time":1666011403,
        "granularity":3600
    }
}

返回示例

{
    "err_detail":"",
    "data":{
        "alarm_trend":{
            "fields":[
                {
                    "id":"date",
                    "dataType":"string",
                    "name":"date"
                },
                {
                    "id":"慢页面次数阈值报警数",
                    "dataType":"number",
                    "name":"慢页面次数阈值报警数"
                }
            ],
            "source":[
                [
                    "2022-10-12 00:00:00",
                    "0",
                    "10818"
                ],
                [
                    "2022-10-13 00:00:00",
                    "156",
                    "9232"
                ]
            ]
        }
    },
    "error_msg":"",
    "error_no":0
}

错误码

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