tencentcloud-sdk-nodejs 4.0.761 → 4.0.763
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +271 -0
- package/SERVICE_CHANGELOG.md +255 -128
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +23 -20
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +6 -0
- package/src/services/cls/v20201016/cls_models.ts +106 -43
- package/src/services/dlc/v20210125/dlc_models.ts +2 -2
- package/src/services/ecm/v20190719/ecm_models.ts +17 -17
- package/src/services/ess/v20201111/ess_client.ts +91 -12
- package/src/services/ess/v20201111/ess_models.ts +41 -36
- package/src/services/essbasic/v20210526/essbasic_client.ts +18 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +16 -14
- package/src/services/lcic/v20220817/lcic_models.ts +8 -4
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +18 -12
- package/src/services/oceanus/v20190422/oceanus_client.ts +23 -10
- package/src/services/oceanus/v20190422/oceanus_models.ts +147 -59
- package/src/services/ocr/v20181119/ocr_client.ts +4 -1
- package/src/services/ocr/v20181119/ocr_models.ts +328 -44
- package/src/services/ssl/v20191205/ssl_models.ts +22 -2
- package/src/services/tat/v20201028/tat_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_client.ts +1 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +35 -44
- package/src/services/tem/v20210701/tem_client.ts +1 -1
- package/src/services/tem/v20210701/tem_models.ts +1 -1
- package/src/services/teo/v20220901/teo_models.ts +2 -2
- package/src/services/tione/v20211111/tione_client.ts +25 -11
- package/src/services/tione/v20211111/tione_models.ts +229 -33
- package/src/services/tse/v20201207/tse_models.ts +2 -2
- package/src/services/vod/v20180717/vod_client.ts +14 -1
- package/src/services/vod/v20180717/vod_models.ts +73 -6
- package/src/services/wedata/v20210820/wedata_models.ts +5 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +23 -20
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +6 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +106 -43
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +2 -2
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +17 -17
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +91 -12
- package/tencentcloud/services/ess/v20201111/ess_client.js +91 -12
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +41 -36
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +18 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +18 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +16 -14
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -4
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +18 -12
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +7 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +9 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +143 -58
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +325 -44
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +22 -2
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +35 -43
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +1 -1
- package/tencentcloud/services/tem/v20210701/tem_client.js +1 -1
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +7 -3
- package/tencentcloud/services/tione/v20211111/tione_client.js +9 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +225 -33
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +70 -6
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
- package/test/oceanus.v20190422.test.js +12 -2
- package/test/tione.v20211111.test.js +12 -2
- package/test/vod.v20180717.test.js +10 -0
package/products.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-11-16 01:06:33 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-12-15 18:59:23 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-11-20 00:01:45 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-12-21 01:08:50 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-12-15 19:00:41 |
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-27 01:17:34 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-12-11 00:15:21 |
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2023-12-
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2023-12-20 01:16:54 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-12-15 19:11:22 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-11-24 01:09:00 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-11-10 01:10:02 |
|
|
52
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-12-
|
|
52
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-12-20 01:17:35 |
|
|
53
53
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-08-17 01:47:49 |
|
|
54
54
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
|
|
55
55
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2023-12-15 19:16:07 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
63
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-12-
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-12-20 01:21:08 |
|
|
64
64
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-12-05 01:27:33 |
|
|
65
65
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-17 02:03:39 |
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
|
|
@@ -78,9 +78,9 @@
|
|
|
78
78
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
79
79
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-10-09 01:12:39 |
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
81
|
-
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-12-
|
|
81
|
+
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-12-20 01:30:30 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
|
|
83
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-12-
|
|
83
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-12-21 01:31:01 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-11-15 01:33:00 |
|
|
85
85
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-12-15 01:10:52 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-10 01:14:28 |
|
|
@@ -91,13 +91,13 @@
|
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-12-15 19:35:27 |
|
|
92
92
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
|
|
93
93
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
|
|
94
|
-
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-
|
|
94
|
+
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-12-20 01:36:00 |
|
|
95
95
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-12-19 01:39:39 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-12-05 01:46:13 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-21 01:37:51 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-21 01:38:43 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-06 01:49:35 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
@@ -132,8 +132,8 @@
|
|
|
132
132
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-30 04:52:16 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
135
|
-
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-
|
|
136
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-
|
|
135
|
+
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-21 01:48:52 |
|
|
136
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-20 01:50:09 |
|
|
137
137
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-12-19 01:53:39 |
|
|
138
138
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
139
139
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
@@ -153,8 +153,8 @@
|
|
|
153
153
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
154
154
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
155
155
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
156
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-12-
|
|
157
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-12-
|
|
156
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-12-20 01:57:04 |
|
|
157
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-12-21 01:56:34 |
|
|
158
158
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-12-13 02:14:02 |
|
|
159
159
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-11-08 02:00:11 |
|
|
160
160
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
@@ -178,14 +178,14 @@
|
|
|
178
178
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
179
179
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-12-04 00:17:13 |
|
|
180
180
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
181
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-12-
|
|
181
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-12-20 02:05:02 |
|
|
182
182
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
|
|
183
183
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-12-12 02:23:51 |
|
|
184
184
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-10-27 02:11:56 |
|
|
185
185
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-08-17 04:47:19 |
|
|
186
186
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-10-31 02:21:34 |
|
|
187
187
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
|
|
188
|
-
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-12-
|
|
188
|
+
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-12-20 02:06:26 |
|
|
189
189
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
190
190
|
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-11-23 01:26:18 |
|
|
191
191
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
@@ -201,10 +201,10 @@
|
|
|
201
201
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-11-29 02:03:30 |
|
|
202
202
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
203
203
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
204
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-12-
|
|
204
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-12-21 02:11:13 |
|
|
205
205
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
|
|
206
|
-
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-
|
|
207
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-
|
|
206
|
+
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-12-20 02:13:36 |
|
|
207
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-21 02:13:02 |
|
|
208
208
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-27 00:20:12 |
|
|
209
209
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
210
210
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-08-17 05:26:12 |
|
|
213
213
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
214
214
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
|
|
215
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-12-
|
|
215
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-12-21 02:14:50 |
|
|
216
216
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-12-01 01:26:06 |
|
|
217
217
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-12-13 02:38:08 |
|
|
218
218
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
@@ -224,19 +224,19 @@
|
|
|
224
224
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-26 14:46:10 |
|
|
225
225
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
226
226
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-12-15 20:34:23 |
|
|
227
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-
|
|
227
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-12-20 02:20:03 |
|
|
228
228
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-12-14 02:42:40 |
|
|
229
229
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
230
230
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-11-27 00:22:20 |
|
|
231
231
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
|
|
232
232
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-11-15 02:36:58 |
|
|
233
233
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
234
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-12-
|
|
234
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-12-21 02:21:45 |
|
|
235
235
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-19 02:27:19 |
|
|
236
236
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
|
|
237
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-
|
|
237
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-20 02:27:15 |
|
|
238
238
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
|
|
239
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-12-
|
|
239
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-12-20 02:28:42 |
|
|
240
240
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-12-14 02:56:46 |
|
|
241
241
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
242
242
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.763"
|
|
@@ -598,6 +598,7 @@ export interface DownloadCustomizationResponse {
|
|
|
598
598
|
export interface CreateRecTaskRequest {
|
|
599
599
|
/**
|
|
600
600
|
* 引擎模型类型
|
|
601
|
+
识别引擎采用分级计费方案,标记为“大模型版”的引擎适用大模型计费方案,[点击这里](https://cloud.tencent.com/document/product/1093/35686) 查看产品计费说明
|
|
601
602
|
|
|
602
603
|
电话通讯场景引擎:
|
|
603
604
|
**注意:电话通讯场景,请务必使用以下8k引擎**
|
|
@@ -607,25 +608,27 @@ export interface CreateRecTaskRequest {
|
|
|
607
608
|
|
|
608
609
|
通用场景引擎:
|
|
609
610
|
**注意:除电话通讯场景以外的其它识别场景,请务必使用以下16k引擎**
|
|
610
|
-
• 16k_zh
|
|
611
|
-
•
|
|
612
|
-
• 16k_zh_dialect
|
|
613
|
-
•
|
|
614
|
-
•
|
|
615
|
-
•
|
|
616
|
-
•
|
|
617
|
-
•
|
|
618
|
-
•
|
|
619
|
-
•
|
|
620
|
-
•
|
|
621
|
-
•
|
|
622
|
-
•
|
|
623
|
-
•
|
|
624
|
-
•
|
|
625
|
-
•
|
|
626
|
-
•
|
|
627
|
-
•
|
|
628
|
-
•
|
|
611
|
+
• **16k_zh:**中文普通话通用引擎,支持中文普通话和少量英语,使用丰富的中文普通话语料训练,覆盖场景广泛,适用于除电话通讯外的所有中文普通话识别场景;
|
|
612
|
+
• **16k_zh_large:**中文普通话通用引擎【大模型版】。模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远、等低质量音频的识别准确率极大提升,[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比中文普通话常规版本与大模型版本的识别效果;
|
|
613
|
+
• **16k_zh_dialect:**中文普通话+多方言混合引擎,除普通话外支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
|
|
614
|
+
• **16k_dialect_large:**中文普通话+多方言混合引擎【大模型版】,针对低质量音频、中文普通话的识别准确率极大提升,适合普通话为主、方言识别为辅的应用场景,[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比方言混合引擎常规版本与大模型版本的识别效果;
|
|
615
|
+
• **16k_en:**英语;
|
|
616
|
+
• **16k_yue:**粤语;
|
|
617
|
+
• **16k_zh-PY:**中英粤混合引擎,使用一个引擎同时识别中文普通话、英语、粤语三个语言;
|
|
618
|
+
• **16k_ja:**日语;
|
|
619
|
+
• **16k_ko:**韩语;
|
|
620
|
+
• **16k_vi:**越南语;
|
|
621
|
+
• **16k_ms:**马来语;
|
|
622
|
+
• **16k_id:**印度尼西亚语;
|
|
623
|
+
• **16k_fil:**菲律宾语;
|
|
624
|
+
• **16k_th:**泰语;
|
|
625
|
+
• **16k_pt:**葡萄牙语;
|
|
626
|
+
• **16k_tr:**土耳其语;
|
|
627
|
+
• **16k_ar:**阿拉伯语;
|
|
628
|
+
• **16k_es:**西班牙语;
|
|
629
|
+
• **16k_hi:**印地语;
|
|
630
|
+
• **16k_fr:**法语;
|
|
631
|
+
• **16k_zh_medical:**中文医疗引擎;
|
|
629
632
|
*/
|
|
630
633
|
EngineModelType: string
|
|
631
634
|
/**
|
|
@@ -780,7 +783,7 @@ export interface CreateRecTaskRequest {
|
|
|
780
783
|
*/
|
|
781
784
|
FilterModal?: number
|
|
782
785
|
/**
|
|
783
|
-
*
|
|
786
|
+
* 单标点最多字数(目前仅支持8k_zh/16k_zh引擎)
|
|
784
787
|
**可控制单行字幕最大字数,适用于字幕生成场景**,取值范围:[6,40]
|
|
785
788
|
0:不开启该功能;
|
|
786
789
|
默认值为0
|
|
@@ -397,8 +397,14 @@ Modify 集群变更中;
|
|
|
397
397
|
/**
|
|
398
398
|
* 判断审计日志表是否有catalog字段
|
|
399
399
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
400
|
+
* @deprecated
|
|
400
401
|
*/
|
|
401
402
|
IfExistCatalog?: number
|
|
403
|
+
/**
|
|
404
|
+
* 页面特性,用于前端屏蔽一些页面入口
|
|
405
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
406
|
+
*/
|
|
407
|
+
Characteristic?: Array<string>
|
|
402
408
|
}
|
|
403
409
|
|
|
404
410
|
/**
|
|
@@ -56,7 +56,7 @@ export interface AlarmInfo {
|
|
|
56
56
|
*/
|
|
57
57
|
MonitorTime?: MonitorTime
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* 单触发条件。与MultiConditions参数互斥。
|
|
60
60
|
*/
|
|
61
61
|
Condition?: string
|
|
62
62
|
/**
|
|
@@ -123,8 +123,8 @@ export interface AlarmInfo {
|
|
|
123
123
|
*/
|
|
124
124
|
AlarmLevel?: number
|
|
125
125
|
/**
|
|
126
|
-
*
|
|
127
|
-
|
|
126
|
+
* 多触发条件。与
|
|
127
|
+
Condition互斥。
|
|
128
128
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
129
129
|
*/
|
|
130
130
|
MultiConditions?: Array<MultiCondition>
|
|
@@ -419,11 +419,13 @@ export interface SearchCosRechargeInfoRequest {
|
|
|
419
419
|
*/
|
|
420
420
|
Name: string
|
|
421
421
|
/**
|
|
422
|
-
*
|
|
422
|
+
* 存储桶。
|
|
423
|
+
存储桶命名规范:https://cloud.tencent.com/document/product/436/13312
|
|
423
424
|
*/
|
|
424
425
|
Bucket: string
|
|
425
426
|
/**
|
|
426
|
-
*
|
|
427
|
+
* 存储桶所在地域。
|
|
428
|
+
地域和访问域名:https://cloud.tencent.com/document/product/436/6224
|
|
427
429
|
*/
|
|
428
430
|
BucketRegion: string
|
|
429
431
|
/**
|
|
@@ -1253,7 +1255,7 @@ export interface ScheduledSqlResouceInfo {
|
|
|
1253
1255
|
*/
|
|
1254
1256
|
BizType?: number
|
|
1255
1257
|
/**
|
|
1256
|
-
*
|
|
1258
|
+
* 指标名称。当BizType为1时,MetricName需要填写
|
|
1257
1259
|
*/
|
|
1258
1260
|
MetricName?: string
|
|
1259
1261
|
/**
|
|
@@ -1394,22 +1396,26 @@ export interface DeleteMachineGroupResponse {
|
|
|
1394
1396
|
*/
|
|
1395
1397
|
export interface KafkaProtocolInfo {
|
|
1396
1398
|
/**
|
|
1397
|
-
* 协议类型,支持的协议类型包括 plaintext、sasl_plaintext 或 sasl_ssl。建议使用 sasl_ssl
|
|
1399
|
+
* 协议类型,支持的协议类型包括 plaintext、sasl_plaintext 或 sasl_ssl。建议使用 sasl_ssl,此协议会进行连接加密同时需要用户认证。
|
|
1400
|
+
入参必填
|
|
1398
1401
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1399
1402
|
*/
|
|
1400
1403
|
Protocol?: string
|
|
1401
1404
|
/**
|
|
1402
|
-
* 加密类型,支持 PLAIN、SCRAM-SHA-256 或 SCRAM-SHA-512
|
|
1405
|
+
* 加密类型,支持 PLAIN、SCRAM-SHA-256 或 SCRAM-SHA-512。
|
|
1406
|
+
当Protocol为sasl_plaintext或sasl_ssl时必填
|
|
1403
1407
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1404
1408
|
*/
|
|
1405
1409
|
Mechanism?: string
|
|
1406
1410
|
/**
|
|
1407
|
-
*
|
|
1411
|
+
* 用户名。
|
|
1412
|
+
当Protocol为sasl_plaintext或sasl_ssl时必填
|
|
1408
1413
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1409
1414
|
*/
|
|
1410
1415
|
UserName?: string
|
|
1411
1416
|
/**
|
|
1412
|
-
*
|
|
1417
|
+
* 用户密码。
|
|
1418
|
+
当Protocol为sasl_plaintext或sasl_ssl时必填
|
|
1413
1419
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1414
1420
|
*/
|
|
1415
1421
|
Password?: string
|
|
@@ -1545,11 +1551,12 @@ export interface CreateCosRechargeRequest {
|
|
|
1545
1551
|
*/
|
|
1546
1552
|
Name: string
|
|
1547
1553
|
/**
|
|
1548
|
-
* COS
|
|
1554
|
+
* COS存储桶。
|
|
1555
|
+
存储桶命名规范:https://cloud.tencent.com/document/product/436/13312
|
|
1549
1556
|
*/
|
|
1550
1557
|
Bucket: string
|
|
1551
1558
|
/**
|
|
1552
|
-
* COS
|
|
1559
|
+
* COS存储桶所在地域。地域和访问域名:https://cloud.tencent.com/document/product/436/6224
|
|
1553
1560
|
*/
|
|
1554
1561
|
BucketRegion: string
|
|
1555
1562
|
/**
|
|
@@ -2594,11 +2601,13 @@ export interface CheckRechargeKafkaServerRequest {
|
|
|
2594
2601
|
*/
|
|
2595
2602
|
KafkaType: number
|
|
2596
2603
|
/**
|
|
2597
|
-
* 腾讯云CKafka实例ID
|
|
2604
|
+
* 腾讯云CKafka实例ID。
|
|
2605
|
+
KafkaType为0时,KafkaInstance必填
|
|
2598
2606
|
*/
|
|
2599
2607
|
KafkaInstance?: string
|
|
2600
2608
|
/**
|
|
2601
|
-
*
|
|
2609
|
+
* 服务地址。
|
|
2610
|
+
KafkaType为1时,ServerAddr必填
|
|
2602
2611
|
*/
|
|
2603
2612
|
ServerAddr?: string
|
|
2604
2613
|
/**
|
|
@@ -2606,7 +2615,7 @@ export interface CheckRechargeKafkaServerRequest {
|
|
|
2606
2615
|
*/
|
|
2607
2616
|
IsEncryptionAddr?: boolean
|
|
2608
2617
|
/**
|
|
2609
|
-
*
|
|
2618
|
+
* 加密访问协议。IsEncryptionAddr参数为true时必填
|
|
2610
2619
|
*/
|
|
2611
2620
|
Protocol?: KafkaProtocolInfo
|
|
2612
2621
|
}
|
|
@@ -2860,17 +2869,22 @@ export interface GetAlarmLogResponse {
|
|
|
2860
2869
|
*/
|
|
2861
2870
|
Analysis?: boolean
|
|
2862
2871
|
/**
|
|
2863
|
-
*
|
|
2872
|
+
* 分析结果的列名,如果Query语句有SQL查询,则返回查询字段的列名;
|
|
2873
|
+
否则为空。
|
|
2864
2874
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2865
2875
|
*/
|
|
2866
2876
|
ColNames?: Array<string>
|
|
2867
2877
|
/**
|
|
2868
|
-
*
|
|
2878
|
+
* 执行详情查询结果。
|
|
2879
|
+
|
|
2880
|
+
当Query字段无SQL语句时,返回查询结果。
|
|
2881
|
+
当Query字段有SQL语句时,可能返回null。
|
|
2869
2882
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2870
2883
|
*/
|
|
2871
2884
|
Results?: Array<LogInfo>
|
|
2872
2885
|
/**
|
|
2873
|
-
*
|
|
2886
|
+
* 执行详情统计分析结果。当Query字段有SQL语句时,返回sql统计结果,否则可能返回null。
|
|
2887
|
+
|
|
2874
2888
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2875
2889
|
*/
|
|
2876
2890
|
AnalysisResults?: Array<LogItems>
|
|
@@ -3374,7 +3388,49 @@ export interface AnalysisDimensional {
|
|
|
3374
3388
|
*/
|
|
3375
3389
|
Content: string
|
|
3376
3390
|
/**
|
|
3377
|
-
*
|
|
3391
|
+
* 多维分析配置。
|
|
3392
|
+
|
|
3393
|
+
当Analysis的Type字段为query(自定义)时,支持
|
|
3394
|
+
{
|
|
3395
|
+
"Key": "SyntaxRule", // 语法规则
|
|
3396
|
+
"Value": "1" //0:Lucene语法 ,1: CQL语法
|
|
3397
|
+
}
|
|
3398
|
+
|
|
3399
|
+
|
|
3400
|
+
|
|
3401
|
+
当Analysis的Type字段为field(top5)时, 支持
|
|
3402
|
+
{
|
|
3403
|
+
"Key": "QueryIndex",
|
|
3404
|
+
"Value": "-1" // -1:自定义, 1:执行语句1, 2:执行语句2
|
|
3405
|
+
},{
|
|
3406
|
+
"Key": "CustomQuery", //检索语句。 QueryIndex为-1时有效且必填
|
|
3407
|
+
"Value": "* | select count(*) as count"
|
|
3408
|
+
},{
|
|
3409
|
+
"Key": "SyntaxRule", // 查不到这个字段也是老语法(Lucene)
|
|
3410
|
+
"Value": "0"//0:Lucene, 1:CQL
|
|
3411
|
+
}
|
|
3412
|
+
|
|
3413
|
+
当Analysis的Type字段为original(原始日志)时, 支持
|
|
3414
|
+
{
|
|
3415
|
+
"Key": "Fields",
|
|
3416
|
+
"Value": "__SOURCE__,__HOSTNAME__,__TIMESTAMP__,__PKG_LOGID__,__TAG__.pod_ip"
|
|
3417
|
+
}, {
|
|
3418
|
+
"Key": "QueryIndex",
|
|
3419
|
+
"Value": "-1" // -1:自定义, 1:执行语句1, 2:执行语句2
|
|
3420
|
+
},{
|
|
3421
|
+
"Key": "CustomQuery", // //检索语句。 QueryIndex为-1时有效且必填
|
|
3422
|
+
"Value": "* | select count(*) as count"
|
|
3423
|
+
},{
|
|
3424
|
+
"Key": "Format", //显示形式。1:每条日志一行,2:每条日志每个字段一行
|
|
3425
|
+
"Value": "2"
|
|
3426
|
+
},
|
|
3427
|
+
{
|
|
3428
|
+
"Key": "Limit", //最大日志条数
|
|
3429
|
+
"Value": "5"
|
|
3430
|
+
},{
|
|
3431
|
+
"Key": "SyntaxRule", // 查不到这个字段也是老语法
|
|
3432
|
+
"Value": "0"//0:Lucene, 1:CQL
|
|
3433
|
+
}
|
|
3378
3434
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3379
3435
|
*/
|
|
3380
3436
|
ConfigInfo?: Array<AlarmAnalysisConfig>
|
|
@@ -4406,7 +4462,7 @@ export interface PreviewKafkaRechargeRequest {
|
|
|
4406
4462
|
*/
|
|
4407
4463
|
KafkaType: number
|
|
4408
4464
|
/**
|
|
4409
|
-
* 用户需要导入的Kafka相关topic列表,多个topic
|
|
4465
|
+
* 用户需要导入的Kafka相关topic列表,多个topic之间使用半角逗号隔开。最多支持100个。
|
|
4410
4466
|
*/
|
|
4411
4467
|
UserKafkaTopics: string
|
|
4412
4468
|
/**
|
|
@@ -4414,19 +4470,23 @@ export interface PreviewKafkaRechargeRequest {
|
|
|
4414
4470
|
*/
|
|
4415
4471
|
Offset: number
|
|
4416
4472
|
/**
|
|
4417
|
-
* 腾讯云CKafka实例ID
|
|
4473
|
+
* 腾讯云CKafka实例ID。
|
|
4474
|
+
KafkaType为0时KafkaInstance必填
|
|
4418
4475
|
*/
|
|
4419
4476
|
KafkaInstance?: string
|
|
4420
4477
|
/**
|
|
4421
|
-
*
|
|
4478
|
+
* 服务地址。
|
|
4479
|
+
KafkaType为1时ServerAddr必填
|
|
4422
4480
|
*/
|
|
4423
4481
|
ServerAddr?: string
|
|
4424
4482
|
/**
|
|
4425
|
-
* ServerAddr
|
|
4483
|
+
* ServerAddr是否为加密连接。。
|
|
4484
|
+
KafkaType为1时有效。
|
|
4426
4485
|
*/
|
|
4427
4486
|
IsEncryptionAddr?: boolean
|
|
4428
4487
|
/**
|
|
4429
|
-
*
|
|
4488
|
+
* 加密访问协议。
|
|
4489
|
+
KafkaType为1并且IsEncryptionAddr为true时Protocol必填
|
|
4430
4490
|
*/
|
|
4431
4491
|
Protocol?: KafkaProtocolInfo
|
|
4432
4492
|
/**
|
|
@@ -4603,7 +4663,8 @@ export interface CreateKafkaRechargeRequest {
|
|
|
4603
4663
|
*/
|
|
4604
4664
|
IsEncryptionAddr?: boolean
|
|
4605
4665
|
/**
|
|
4606
|
-
*
|
|
4666
|
+
* 加密访问协议。
|
|
4667
|
+
KafkaType为1并且IsEncryptionAddr为true时Protocol必填
|
|
4607
4668
|
*/
|
|
4608
4669
|
Protocol?: KafkaProtocolInfo
|
|
4609
4670
|
/**
|
|
@@ -4611,7 +4672,8 @@ export interface CreateKafkaRechargeRequest {
|
|
|
4611
4672
|
*/
|
|
4612
4673
|
ConsumerGroupName?: string
|
|
4613
4674
|
/**
|
|
4614
|
-
*
|
|
4675
|
+
* 日志导入规则。
|
|
4676
|
+
必填字段。
|
|
4615
4677
|
*/
|
|
4616
4678
|
LogRechargeRule?: LogRechargeRuleInfo
|
|
4617
4679
|
}
|
|
@@ -5156,25 +5218,25 @@ export interface SearchCosRechargeInfoResponse {
|
|
|
5156
5218
|
* 匹配到的存储桶下的某个文件的前几行数据
|
|
5157
5219
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5158
5220
|
*/
|
|
5159
|
-
Data
|
|
5221
|
+
Data?: Array<string>
|
|
5160
5222
|
/**
|
|
5161
5223
|
* 匹配到的存储桶下的文件个数
|
|
5162
5224
|
*/
|
|
5163
|
-
Sum
|
|
5225
|
+
Sum?: number
|
|
5164
5226
|
/**
|
|
5165
5227
|
* 当前预览文件路径
|
|
5166
5228
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5167
5229
|
*/
|
|
5168
|
-
Path
|
|
5230
|
+
Path?: string
|
|
5169
5231
|
/**
|
|
5170
5232
|
* 预览获取数据失败原因
|
|
5171
5233
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5172
5234
|
*/
|
|
5173
|
-
Msg
|
|
5235
|
+
Msg?: string
|
|
5174
5236
|
/**
|
|
5175
5237
|
* 状态
|
|
5176
5238
|
*/
|
|
5177
|
-
Status
|
|
5239
|
+
Status?: number
|
|
5178
5240
|
/**
|
|
5179
5241
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5180
5242
|
*/
|
|
@@ -5603,22 +5665,22 @@ export interface DescribeScheduledSqlInfoRequest {
|
|
|
5603
5665
|
*/
|
|
5604
5666
|
Limit?: number
|
|
5605
5667
|
/**
|
|
5606
|
-
*
|
|
5668
|
+
* 任务名称。
|
|
5607
5669
|
*/
|
|
5608
5670
|
Name?: string
|
|
5609
5671
|
/**
|
|
5610
|
-
* 任务id
|
|
5672
|
+
* 任务id。
|
|
5611
5673
|
*/
|
|
5612
5674
|
TaskId?: string
|
|
5613
5675
|
/**
|
|
5614
|
-
* <li>srcTopicName
|
|
5615
|
-
<li>dstTopicName
|
|
5616
|
-
<li>srcTopicId按照【源日志主题ID】进行过滤。类型:String
|
|
5617
|
-
<li>dstTopicId按照【目标日志主题ID】进行过滤。类型:String
|
|
5618
|
-
<li>bizType按照【主题类型】进行过滤,0日志主题1
|
|
5619
|
-
<li>status
|
|
5620
|
-
<li>taskName
|
|
5621
|
-
<li>taskId按照【任务ID
|
|
5676
|
+
* <li>srcTopicName按照【源日志主题名称】进行过滤,模糊匹配。类型:String。必选:否</li>
|
|
5677
|
+
<li>dstTopicName按照【目标日志主题名称】进行过滤,模糊匹配。类型:String。必选:否</li>
|
|
5678
|
+
<li>srcTopicId按照【源日志主题ID】进行过滤。类型:String。必选:否</li>
|
|
5679
|
+
<li>dstTopicId按照【目标日志主题ID】进行过滤。类型:String。必选:否</li>
|
|
5680
|
+
<li>bizType按照【主题类型】进行过滤,0日志主题 1指标主题。类型:String。必选:否</li>
|
|
5681
|
+
<li>status按照【任务状态】进行过滤,1:运行 2:停止。类型:String。必选:否</li>
|
|
5682
|
+
<li>taskName按照【任务名称】进行过滤,模糊匹配。类型:String。必选:否</li>
|
|
5683
|
+
<li>taskId按照【任务ID】进行过滤,模糊匹配。类型:String。必选:否</li>
|
|
5622
5684
|
|
|
5623
5685
|
*/
|
|
5624
5686
|
Filters?: Array<Filter>
|
|
@@ -5897,8 +5959,9 @@ export interface GetAlarmLogRequest {
|
|
|
5897
5959
|
/**
|
|
5898
5960
|
* 查询过滤条件,例如:
|
|
5899
5961
|
- 按告警策略ID查询:`alert_id:"alarm-0745ec00-e605-xxxx-b50b-54afe61fc971"`
|
|
5900
|
-
- 按监控对象ID查询:`monitored_object:"823d8bfa-76a7-xxxx-8399-8cda74d4009b"
|
|
5901
|
-
- 按告警策略ID及监控对象ID查询:`alert_id:"alarm-0745ec00-e605-xxxx-b50b-54afe61fc971" AND monitored_object:"823d8bfa-76a7-xxxx-8399-8cda74d4009b"
|
|
5962
|
+
- 按监控对象ID查询:`monitored_object:"823d8bfa-76a7-xxxx-8399-8cda74d4009b" `
|
|
5963
|
+
- 按告警策略ID及监控对象ID查询:`alert_id:"alarm-0745ec00-e605-xxxx-b50b-54afe61fc971" AND monitored_object:"823d8bfa-76a7-xxxx-8399-8cda74d4009b"`
|
|
5964
|
+
- 按告警策略ID及监控对象ID查询支持SQL语句:`(alert_id:"alarm-5ce45495-09e8-4d58-xxxx-768134bf330c") AND (monitored_object:"3c514e84-6f1f-46ec-xxxx-05de6163f7fe") AND NOT condition_evaluate_result: "Skip" AND condition_evaluate_result:[* TO *] | SELECT count(*) as top50StatisticsTotalCount, count_if(condition_evaluate_result='ProcessError') as top50StatisticsFailureCount, count_if(notification_send_result!='NotSend') as top50NoticeTotalCount, count_if(notification_send_result='SendPartFail' or notification_send_result='SendFail') as top50NoticeFailureCount, alert_id, alert_name, monitored_object, topic_type, happen_threshold, alert_threshold, notify_template group by alert_id, alert_name, monitored_object,topic_type, happen_threshold, alert_threshold, notify_template order by top50StatisticsTotalCount desc limit 1`
|
|
5902
5965
|
*/
|
|
5903
5966
|
Query: string
|
|
5904
5967
|
/**
|
|
@@ -2313,12 +2313,12 @@ export interface DataEngineConfigInstanceInfo {
|
|
|
2313
2313
|
*/
|
|
2314
2314
|
export interface CrontabResumeSuspendStrategy {
|
|
2315
2315
|
/**
|
|
2316
|
-
*
|
|
2316
|
+
* 定时拉起时间:如:周一&周三8点
|
|
2317
2317
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2318
2318
|
*/
|
|
2319
2319
|
ResumeTime?: string
|
|
2320
2320
|
/**
|
|
2321
|
-
*
|
|
2321
|
+
* 定时挂起时间:如:周一&周三20点
|
|
2322
2322
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2323
2323
|
*/
|
|
2324
2324
|
SuspendTime?: string
|