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

下载报警历史。

请求说明

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

请求参数

Query

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

Body

参数类型是否必选示例值描述
commonObject of Common-通用参数。
time_filterObject of TimeFilter-时间区间。
category_listArray of Stringpageview报警任务类别。不填时返回全部类别报警历史。调用GetAlarmMeta接口查看取值。
name_listArray of String1111报警任务名称列表。不填时返回全部名称报警历史。调用GetAlarmRuleList接口查看取值。

level_list

Array of String

warning

报警级别列表。不填时返回全部类型报警。

  • warning
  • fatal
page_sizeInteger30分页查询参数,用于设置每页行数。默认值:30。
page_numInteger1分页查询参数,用于设置当前页码。默认值:1。

Common

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

TimeFilter

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

返回参数

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

请求示例

POST https://open.volcengineapi.com/?Action=DownloadAlarmAllHistory&Version=2022-10-12
{
    "common":{
        "aid":12345,
        "os":"webpro"
    },
    "time_filter":{
        "start_time":1665849600,
        "end_time":1666011403,
        "granularity":3600
    },
    "page_size":10,
    "page_num":1,
    "category_list":[
        "pageview"
    ],
    "name_list":[
        "111111111"
    ],
    "level_list":[
        "warning"
    ]
}

返回示例

{
    "err_detail":"",
    "data":"all-history_xxx-xxx.xlsx",
    "error_msg":"",
    "error_no":0
}

错误码

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