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

获取报警趋势。

请求说明

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

请求参数

Query

参数类型是否必选示例值描述
ActionStringGetAlarmTrend接口名称。当前 API 的名称为 GetAlarmTrend
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-返回内容。

Data

参数类型示例值描述
alarm_trendObject of AlarmTrend-报警趋势。

AlarmTrend

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

Fields

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

请求示例

POST https://open.volcengineapi.com/?Action=GetAlarmTrend&Version=2022-10-12
{
    "common":{
        "aid":12345,
        "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":"alarm_count",
                    "dataType":"number",
                    "name":"报警总数"
                }
            ],
            "source":[
                [
                    "2022-10-11 08:00:00",
                    "0"
                ],
                [
                    "2022-10-17 08:00:00",
                    "156"
                ]
            ]
        }
    },
    "error_msg":"",
    "error_no":0
}

错误码

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