From e13196f71f708e1876338db1d7484753e490010d Mon Sep 17 00:00:00 2001 From: alick-liming Date: Thu, 5 Feb 2026 17:00:34 +0800 Subject: [PATCH] feat: mapping api --- .../integration/alert-integration/label-enhancement.mdx | 4 ++-- .../integration/alert-integration/label-enhancement.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en/on-call/integration/alert-integration/label-enhancement.mdx b/en/on-call/integration/alert-integration/label-enhancement.mdx index 58dd5f4..2f81b26 100644 --- a/en/on-call/integration/alert-integration/label-enhancement.mdx +++ b/en/on-call/integration/alert-integration/label-enhancement.mdx @@ -179,8 +179,8 @@ Prepare a CSV format mapping table file to map resource type IDs in alerts to ac | Description | Service purpose description | Query asset info by host IP | | Request URL | API request address | `https://mapping-api.example.com/v1/enrich-event` | | Headers | HTTP request header configuration | `X-Auth-Token: your-token` | -| Timeout | Request timeout in seconds | 5 | -| Retry Count | Number of retries after failure | 2 | +| Timeout | Request timeout in seconds | 1 | +| Retry Count | Number of retries after failure | 1 | If the API uses HTTPS with an untrusted certificate, you can enable the `Skip Certificate Verification` option. diff --git a/zh/on-call/integration/alert-integration/label-enhancement.mdx b/zh/on-call/integration/alert-integration/label-enhancement.mdx index aa5f0a5..ad3c054 100644 --- a/zh/on-call/integration/alert-integration/label-enhancement.mdx +++ b/zh/on-call/integration/alert-integration/label-enhancement.mdx @@ -179,8 +179,8 @@ keywords: ["标签增强", "自动标签", "数据提取", "字段映射", "告 | 描述 | 服务用途说明 | 根据主机 IP 查询资产信息 | | 请求 URL | API 的请求地址 | `https://mapping-api.example.com/v1/enrich-event` | | 请求头 | HTTP 请求头配置 | `X-Auth-Token: your-token` | -| 超时时间 | 请求超时时间(秒) | 5 | -| 重试次数 | 请求失败后的重试次数 | 2 | +| 超时时间 | 请求超时时间(秒) | 1 | +| 重试次数 | 请求失败后的重试次数 | 1 | 如果 API 使用 HTTPS 且证书不受信任,可开启 `跳过证书验证` 选项。