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

获取自定义事件名列表。

请求说明

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

请求参数

Query

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

Body

参数类型是否必选示例值描述
commonObject of Common-通用参数。

Common

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

返回参数

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

Data

参数类型示例值描述
event_meta_listArray of EventMetaList-报警支持的所有类型。

EventMetaList

参数类型示例值描述
labelStringbasic-custom报警类型。
event_nameStringbasic-custom自定义事件名。

请求示例

POST https://open.volcengineapi.com/?Action=GetAlarmEventMeta&Version=2022-10-12
{
    "common":{
        "aid":12345,
        "os":"webpro"
    }
}

返回示例

{
    "err_detail":"",
    "data":{
        "event_meta_list":[
            {
                "label":"basic-custom",
                "event_name":"basic-custom"
            },
            {
                "label":"custom-metrics",
                "event_name":"custom-metrics"
            }
        ]
    },
    "error_msg":"",
    "error_no":0
}

错误码

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