es插件信息下载
最近更新时间: 2026-09-17 00:05:50
1. 接口描述
接口请求域名: tbdsnew.api3.fincloud.tencent.cn。
提供beat的下载信息供页面下载
默认接口请求频率限制:20次/秒。
接口更新时间:2025-07-13 01:39:59。
接口既验签名又鉴权。
2. 输入参数
以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见公共请求参数。
| 参数名称 | 必选 | 允许NULL | 类型 | 描述 |
|---|---|---|---|---|
| Action | 是 | 否 | String | 公共参数,本接口取值:EsDownload |
| Version | 是 | 否 | String | 公共参数,本接口取值:2019-01-03 |
| Region | 是 | 否 | String | 公共参数,地域信息可通过DescribeRegions接口查看产品支持的地域列表 |
| InstanceId | 否 | 否 | String | 集群ID,填任意值 示例值: tbds-bn9ktz3o |
3. 输出参数
| 参数名称 | 类型 | 描述 |
|---|---|---|
| BeatInfos | Array of BeatInfo | beat物料信息 注意:此字段可能返回 null,表示取不到有效值。 示例值:查看 |
| RequestId | String | 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 |
4. 错误码
该接口暂无业务逻辑相关的错误码,其他错误码详见公共错误码。
5. 示例
示例1 es插件信息下载
输入示例
POST / HTTP/1.1
Host: tbdsnew.api3.{conf.main_domain}
Content-Type: application/json
X-TC-Action: EsDownload
<公共请求参数>
{
"InstanceId": "tbds-bn9ktz3o"
}
输出示例
{
"Response": {
"BeatInfos": [
{
"ArmfilePath": "http://oss-csp1.csp.dev3-tcs-autotest.fsphere.cn/tbds-images/common/beats/filebeat-k8s-oss-7.13.0-linux-arm64.tar",
"BeatName": "Filebeat K8s 日志采集",
"Description": "轻量的 K8s 系统日志采集器,用于收集和传达日志文件",
"DocumentationPath": "http://oss-csp1.csp.dev3-tcs-autotest.fsphere.cn/tbds-images/common/beats/filebeat-k8s.docx",
"Id": 1,
"Type": "filebeat_k8s",
"X86filePath": "http://oss-csp1.csp.dev3-tcs-autotest.fsphere.cn/tbds-images/common/beats/filebeat-k8s-oss-7.10.2-linux-x86_64.tar"
},
{
"ArmfilePath": "http://oss-csp1.csp.dev3-tcs-autotest.fsphere.cn/tbds-images/common/beats/filebeat-oss-7.12.0-linux-arm64.tar.gz",
"BeatName": "Filebeat 服务器日志采集",
"Description": "轻量的Linux 操作系统日志采集器,用于收集和传达日志文件",
"DocumentationPath": "http://oss-csp1.csp.dev3-tcs-autotest.fsphere.cn/tbds-images/common/beats/filebeat.docx",
"Id": 2,
"Type": "filebeat_server",
"X86filePath": "http://oss-csp1.csp.dev3-tcs-autotest.fsphere.cn/tbds-images/common/beats/filebeat-oss-7.10.2-linux-x86_64.tar.gz"
},
{
"ArmfilePath": "http://oss-csp1.csp.dev3-tcs-autotest.fsphere.cn/tbds-images/common/beats/metricbeat-oss-7.12.0-linux-arm64.tar.gz",
"BeatName": "Metricbeat",
"Description": "轻量型指标采集器,用于从系统和服务收集指标",
"DocumentationPath": "http://oss-csp1.csp.dev3-tcs-autotest.fsphere.cn/tbds-images/common/beats/metricbeat.docx",
"Id": 3,
"Type": "metricbeat",
"X86filePath": "http://oss-csp1.csp.dev3-tcs-autotest.fsphere.cn/tbds-images/common/beats/metricbeat-oss-7.10.2-linux-x86_64.tar.gz"
},
{
"ArmfilePath": "",
"BeatName": "Winlogbeat",
"Description": "轻量的 Windows系统日志采集器,用户收集 windows 事件日志",
"DocumentationPath": "http://oss-csp1.csp.dev3-tcs-autotest.fsphere.cn/tbds-images/common/beats/winlogbeat.docx",
"Id": 4,
"Type": "winlogbeat",
"X86filePath": "http://oss-csp1.csp.dev3-tcs-autotest.fsphere.cn/tbds-images/common/beats/winlogbeat-oss-7.12.0-windows-x86_64.zip"
}
],
"RequestId": "64029638-1400-4e5e-ad7e-21348ab90270"
}
}