tencentcloud-sdk-nodejs 4.0.918 → 4.0.920
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 +428 -0
- package/SERVICE_CHANGELOG.md +423 -78
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +8 -2
- package/src/services/asr/v20190614/asr_models.ts +2 -0
- package/src/services/ccc/v20200210/ccc_models.ts +4 -0
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +19 -7
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +54 -8
- package/src/services/cfg/v20210820/cfg_models.ts +5 -0
- package/src/services/cls/v20201016/cls_client.ts +5 -5
- package/src/services/cls/v20201016/cls_models.ts +71 -10
- package/src/services/cwp/v20180228/cwp_models.ts +24 -10
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +3 -0
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +71 -1
- package/src/services/ess/v20201111/ess_models.ts +4 -0
- package/src/services/facefusion/v20181201/facefusion_models.ts +9 -3
- package/src/services/facefusion/v20220927/facefusion_models.ts +19 -7
- package/src/services/faceid/v20180301/faceid_models.ts +10 -2
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +1 -1
- package/src/services/ims/v20201229/ims_client.ts +1 -1
- package/src/services/ims/v20201229/ims_models.ts +1 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +5 -5
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +12 -0
- package/src/services/lke/v20231130/lke_models.ts +12 -0
- package/src/services/mps/v20190612/mps_models.ts +32 -5
- package/src/services/ms/v20180408/ms_client.ts +42 -88
- package/src/services/ocr/v20181119/ocr_client.ts +950 -925
- package/src/services/ocr/v20181119/ocr_models.ts +386 -290
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +17 -3
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +125 -69
- package/src/services/tdmq/v20200217/tdmq_models.ts +15 -6
- package/src/services/tiia/v20190529/tiia_client.ts +11 -33
- package/src/services/tiia/v20190529/tiia_models.ts +38 -196
- package/src/services/tmt/v20180321/tmt_models.ts +1 -1
- package/src/services/vod/v20180717/vod_models.ts +29 -7
- package/src/services/vpc/v20170312/vpc_models.ts +40 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +7 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +7 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +7 -3
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +9 -3
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +52 -8
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +5 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +5 -5
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +71 -10
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +24 -10
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +68 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
- package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +9 -3
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +19 -7
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -2
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +1 -1
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +1 -1
- package/tencentcloud/services/ims/v20201229/ims_client.js +1 -1
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +5 -5
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +12 -0
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +12 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +32 -5
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +23 -69
- package/tencentcloud/services/ms/v20180408/ms_client.js +23 -69
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +497 -489
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +599 -587
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +387 -296
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +5 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +120 -68
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +15 -6
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +4 -14
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +4 -16
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +38 -190
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +29 -7
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +40 -0
- package/test/cdwdoris.v20211228.test.js +12 -2
- package/test/ocr.v20181119.test.js +184 -164
- package/test/sqlserver.v20180328.test.js +10 -0
- package/test/tiia.v20190529.test.js +2 -12
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-06-17 01:08:48 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-07-31 01:04:59 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-08-13 01:05:49 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-08-16 01:06:08 |
|
|
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) | 2024-04-22 01:08:02 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-06-25 01:07:59 |
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-07-26 01:15:04 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-08-01 01:15:22 |
|
|
42
|
-
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-
|
|
42
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-08-16 01:11:55 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-08-02 01:11:12 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-07-17 01:09:51 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-07-26 01:17:46 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
|
|
47
47
|
| cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-07-24 01:18:03 |
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-08-
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-08-19 01:15:05 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
50
50
|
| cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-07-15 09:37:14 |
|
|
51
|
-
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-
|
|
51
|
+
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-08-16 01:16:30 |
|
|
52
52
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-08-05 01:14:34 |
|
|
53
53
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-07-30 01:19:22 |
|
|
54
54
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2024-03-20 01:10:55 |
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
63
63
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
|
|
64
64
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-05-29 01:21:54 |
|
|
65
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-08-
|
|
65
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-08-16 01:20:46 |
|
|
66
66
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-07-29 01:23:21 |
|
|
67
67
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-06-21 01:24:31 |
|
|
68
68
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-06-20 01:24:47 |
|
|
@@ -72,13 +72,13 @@
|
|
|
72
72
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-08-02 01:20:09 |
|
|
73
73
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
74
74
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-08-07 01:23:06 |
|
|
75
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-08-
|
|
75
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-08-16 01:24:30 |
|
|
76
76
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
77
77
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-08-09 01:26:13 |
|
|
78
78
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-07-16 01:13:41 |
|
|
79
79
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
80
80
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
81
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-08-
|
|
81
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-08-19 01:29:38 |
|
|
82
82
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
|
|
83
83
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-07-15 01:09:18 |
|
|
84
84
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-07-11 01:14:04 |
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-08-06 01:35:34 |
|
|
91
91
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
92
92
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-07-24 01:36:02 |
|
|
93
|
-
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-08-
|
|
93
|
+
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-08-19 01:36:09 |
|
|
94
94
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-03-20 01:15:51 |
|
|
95
95
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-20 01:15:52 |
|
|
96
96
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-07-26 01:38:19 |
|
|
@@ -98,10 +98,10 @@
|
|
|
98
98
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
99
99
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-08-12 01:41:17 |
|
|
100
100
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-08-14 01:44:38 |
|
|
101
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-08-
|
|
101
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-08-19 01:39:34 |
|
|
102
102
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-08-15 01:42:34 |
|
|
103
|
-
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-
|
|
104
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-08-
|
|
103
|
+
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-08-16 01:43:31 |
|
|
104
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-08-19 01:41:40 |
|
|
105
105
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
106
106
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
107
107
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-07-23 01:36:12 |
|
|
@@ -114,18 +114,18 @@
|
|
|
114
114
|
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
|
|
115
115
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
116
116
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
|
|
117
|
-
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-08-
|
|
117
|
+
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-08-19 01:43:55 |
|
|
118
118
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
|
|
119
119
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
120
120
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
|
|
121
121
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-08-17 03:20:18 |
|
|
122
122
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-06-20 01:46:44 |
|
|
123
123
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
124
|
-
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-
|
|
124
|
+
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-08-19 01:45:43 |
|
|
125
125
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-08-13 01:52:20 |
|
|
126
126
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
127
127
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
|
|
128
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-08-
|
|
128
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-08-16 01:48:38 |
|
|
129
129
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
130
130
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
|
|
131
131
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
@@ -135,9 +135,9 @@
|
|
|
135
135
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
136
136
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
|
|
137
137
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-08-01 01:53:15 |
|
|
138
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-
|
|
138
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-08-16 01:55:21 |
|
|
139
139
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-08-14 02:01:47 |
|
|
140
|
-
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-08-
|
|
140
|
+
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-08-19 01:55:11 |
|
|
141
141
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
142
142
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
143
143
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
|
|
@@ -149,17 +149,17 @@
|
|
|
149
149
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-08-15 02:00:04 |
|
|
150
150
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-08-14 02:06:02 |
|
|
151
151
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-08-05 01:52:14 |
|
|
152
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-08-02
|
|
152
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-08-16 02:02:11 |
|
|
153
153
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-06-14 02:16:42 |
|
|
154
|
-
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-08-
|
|
154
|
+
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-08-16 02:04:04 |
|
|
155
155
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
|
|
156
156
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
157
157
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
158
158
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
159
159
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-07-23 01:53:12 |
|
|
160
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-08-
|
|
160
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-08-19 02:02:13 |
|
|
161
161
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
|
|
162
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-08-
|
|
162
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-08-16 02:06:49 |
|
|
163
163
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
164
164
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
165
165
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-08-15 02:08:21 |
|
|
@@ -179,9 +179,9 @@
|
|
|
179
179
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-08-13 02:19:06 |
|
|
180
180
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
|
|
181
181
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
182
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-08-
|
|
182
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-08-19 02:09:32 |
|
|
183
183
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
184
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-08-
|
|
184
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-08-16 02:14:20 |
|
|
185
185
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
|
|
186
186
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
|
|
187
187
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-08-09 02:10:59 |
|
|
206
206
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
|
|
207
207
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
|
|
208
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-
|
|
208
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-08-16 02:22:44 |
|
|
209
209
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-08-07 02:22:38 |
|
|
210
210
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-07-24 02:14:59 |
|
|
211
211
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-08-15 02:25:29 |
|
|
@@ -215,13 +215,13 @@
|
|
|
215
215
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
216
216
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2024-03-20 01:27:08 |
|
|
217
217
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
218
|
-
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-
|
|
218
|
+
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-08-19 02:22:39 |
|
|
219
219
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-06-07 02:37:51 |
|
|
220
220
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-20 01:27:28 |
|
|
221
221
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-07-24 02:19:34 |
|
|
222
222
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
223
223
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-04-29 01:26:41 |
|
|
224
|
-
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-08-
|
|
224
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-08-16 02:29:34 |
|
|
225
225
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
|
|
226
226
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
227
227
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-08-14 02:39:09 |
|
|
@@ -239,8 +239,8 @@
|
|
|
239
239
|
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-08-15 02:35:35 |
|
|
240
240
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
241
241
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
242
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-08-
|
|
243
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-08-
|
|
242
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-08-19 02:30:58 |
|
|
243
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-08-16 02:37:46 |
|
|
244
244
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-08-07 02:38:54 |
|
|
245
245
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-07-31 02:26:05 |
|
|
246
246
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-08-09 02:30:19 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.920"
|
|
@@ -227,8 +227,14 @@ export class Client extends AbstractClient {
|
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
/**
|
|
230
|
-
|
|
231
|
-
|
|
230
|
+
* 本接口用于对60秒之内的短音频文件进行识别。
|
|
231
|
+
• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、泰语、葡萄牙语、土耳其语、阿拉伯语、印地语、法语、德语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
|
|
232
|
+
• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储音频、生成URL并提交请求,此种方式会走内网下载音频,极大降低整体请求时延;并且不会产生外网和流量下行费用,可节约成本(COS桶权限需要设置公有读私有写,或URL设置时效访问签名)
|
|
233
|
+
• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac、 amr。
|
|
234
|
+
• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"
|
|
235
|
+
• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。
|
|
236
|
+
• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
|
|
237
|
+
*/
|
|
232
238
|
async SentenceRecognition(
|
|
233
239
|
req: SentenceRecognitionRequest,
|
|
234
240
|
cb?: (error: string, rep: SentenceRecognitionResponse) => void
|
|
@@ -339,6 +339,8 @@ export interface SentenceRecognitionRequest {
|
|
|
339
339
|
SubServiceType?: number
|
|
340
340
|
/**
|
|
341
341
|
* 语音的URL地址,需要公网环境浏览器可下载。当 SourceType 值为 0时须填写该字段,为 1 时不填。音频时长不能超过60s,音频文件大小不能超过3MB。
|
|
342
|
+
|
|
343
|
+
注意:推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储音频、生成URL并提交请求,此种方式会走内网下载音频,极大降低整体请求时延;并且不会产生外网和流量下行费用,可节约成本(COS桶权限需要设置公有读私有写,或URL设置时效访问签名)
|
|
342
344
|
*/
|
|
343
345
|
Url?: string
|
|
344
346
|
/**
|
|
@@ -119,6 +119,7 @@ import {
|
|
|
119
119
|
ModifySecurityGroupsResponse,
|
|
120
120
|
InstanceInfo,
|
|
121
121
|
DescribeUserBindWorkloadGroupRequest,
|
|
122
|
+
ScaleUpInstanceRequest,
|
|
122
123
|
DescribeInstancesRequest,
|
|
123
124
|
DescribeBackUpSchedulesRequest,
|
|
124
125
|
DescribeClusterConfigsRequest,
|
|
@@ -140,6 +141,7 @@ import {
|
|
|
140
141
|
ModifyMetricFileStructNew,
|
|
141
142
|
DescribeBackUpJobDetailResponse,
|
|
142
143
|
DescribeBackUpJobDetailRequest,
|
|
144
|
+
DescribeTableListRequest,
|
|
143
145
|
DescribeWorkloadGroupResponse,
|
|
144
146
|
ModifyMetricFileStruct,
|
|
145
147
|
DescribeInstanceRequest,
|
|
@@ -161,7 +163,7 @@ import {
|
|
|
161
163
|
BackUpJobDisplay,
|
|
162
164
|
ModifyUserBindWorkloadGroupResponse,
|
|
163
165
|
RecoverBackUpJobResponse,
|
|
164
|
-
|
|
166
|
+
DescribeTableListResponse,
|
|
165
167
|
DescribeReplicaVersionRequest,
|
|
166
168
|
NodesSummary,
|
|
167
169
|
DescribeDatabaseAuditDownloadRequest,
|
|
@@ -288,6 +290,16 @@ export class Client extends AbstractClient {
|
|
|
288
290
|
return this.request("DescribeDatabaseAuditDownload", req, cb)
|
|
289
291
|
}
|
|
290
292
|
|
|
293
|
+
/**
|
|
294
|
+
* 获取当前集群各用户绑定的资源信息
|
|
295
|
+
*/
|
|
296
|
+
async DescribeUserBindWorkloadGroup(
|
|
297
|
+
req: DescribeUserBindWorkloadGroupRequest,
|
|
298
|
+
cb?: (error: string, rep: DescribeUserBindWorkloadGroupResponse) => void
|
|
299
|
+
): Promise<DescribeUserBindWorkloadGroupResponse> {
|
|
300
|
+
return this.request("DescribeUserBindWorkloadGroup", req, cb)
|
|
301
|
+
}
|
|
302
|
+
|
|
291
303
|
/**
|
|
292
304
|
* 获取BE/FE节点角色
|
|
293
305
|
*/
|
|
@@ -309,13 +321,13 @@ export class Client extends AbstractClient {
|
|
|
309
321
|
}
|
|
310
322
|
|
|
311
323
|
/**
|
|
312
|
-
*
|
|
324
|
+
* 获取指定数据源和库下的表列表
|
|
313
325
|
*/
|
|
314
|
-
async
|
|
315
|
-
req:
|
|
316
|
-
cb?: (error: string, rep:
|
|
317
|
-
): Promise<
|
|
318
|
-
return this.request("
|
|
326
|
+
async DescribeTableList(
|
|
327
|
+
req: DescribeTableListRequest,
|
|
328
|
+
cb?: (error: string, rep: DescribeTableListResponse) => void
|
|
329
|
+
): Promise<DescribeTableListResponse> {
|
|
330
|
+
return this.request("DescribeTableList", req, cb)
|
|
319
331
|
}
|
|
320
332
|
|
|
321
333
|
/**
|
|
@@ -2588,6 +2588,24 @@ export interface DescribeUserBindWorkloadGroupRequest {
|
|
|
2588
2588
|
InstanceId?: string
|
|
2589
2589
|
}
|
|
2590
2590
|
|
|
2591
|
+
/**
|
|
2592
|
+
* ScaleUpInstance请求参数结构体
|
|
2593
|
+
*/
|
|
2594
|
+
export interface ScaleUpInstanceRequest {
|
|
2595
|
+
/**
|
|
2596
|
+
* 集群ID
|
|
2597
|
+
*/
|
|
2598
|
+
InstanceId: string
|
|
2599
|
+
/**
|
|
2600
|
+
* 节点规格
|
|
2601
|
+
*/
|
|
2602
|
+
SpecName: string
|
|
2603
|
+
/**
|
|
2604
|
+
* 角色(MATER/CORE),MASTER 对应 FE,CORE对应BE
|
|
2605
|
+
*/
|
|
2606
|
+
Type: string
|
|
2607
|
+
}
|
|
2608
|
+
|
|
2591
2609
|
/**
|
|
2592
2610
|
* DescribeInstances请求参数结构体
|
|
2593
2611
|
*/
|
|
@@ -3043,6 +3061,32 @@ export interface DescribeBackUpJobDetailRequest {
|
|
|
3043
3061
|
BackUpJobId: number
|
|
3044
3062
|
}
|
|
3045
3063
|
|
|
3064
|
+
/**
|
|
3065
|
+
* DescribeTableList请求参数结构体
|
|
3066
|
+
*/
|
|
3067
|
+
export interface DescribeTableListRequest {
|
|
3068
|
+
/**
|
|
3069
|
+
* 资源ID,建表所用的TCHouse-D资源ID。
|
|
3070
|
+
*/
|
|
3071
|
+
InstanceId: string
|
|
3072
|
+
/**
|
|
3073
|
+
* 需要获取表列表的库
|
|
3074
|
+
*/
|
|
3075
|
+
DbName: string
|
|
3076
|
+
/**
|
|
3077
|
+
* 使用该用户进行操作,该用户需要有对应的权限。如果该TCHouse-D集群使用CAM用户注册内核账户,则不需要填写
|
|
3078
|
+
*/
|
|
3079
|
+
UserName?: string
|
|
3080
|
+
/**
|
|
3081
|
+
* 用户对应的密码。如果该TCHouse-D集群使用CAM用户注册内核账户,则不需要填写
|
|
3082
|
+
*/
|
|
3083
|
+
PassWord?: string
|
|
3084
|
+
/**
|
|
3085
|
+
* 查询库所在的数据源,不填则默认为内部数据源(internal)。
|
|
3086
|
+
*/
|
|
3087
|
+
CatalogName?: string
|
|
3088
|
+
}
|
|
3089
|
+
|
|
3046
3090
|
/**
|
|
3047
3091
|
* DescribeWorkloadGroup返回参数结构体
|
|
3048
3092
|
*/
|
|
@@ -3629,21 +3673,23 @@ export interface RecoverBackUpJobResponse {
|
|
|
3629
3673
|
}
|
|
3630
3674
|
|
|
3631
3675
|
/**
|
|
3632
|
-
*
|
|
3676
|
+
* DescribeTableList返回参数结构体
|
|
3633
3677
|
*/
|
|
3634
|
-
export interface
|
|
3678
|
+
export interface DescribeTableListResponse {
|
|
3635
3679
|
/**
|
|
3636
|
-
*
|
|
3680
|
+
* 表名列表
|
|
3681
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3637
3682
|
*/
|
|
3638
|
-
|
|
3683
|
+
TableNames?: Array<string>
|
|
3639
3684
|
/**
|
|
3640
|
-
*
|
|
3685
|
+
* 错误信息
|
|
3686
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3641
3687
|
*/
|
|
3642
|
-
|
|
3688
|
+
Message?: string
|
|
3643
3689
|
/**
|
|
3644
|
-
*
|
|
3690
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3645
3691
|
*/
|
|
3646
|
-
|
|
3692
|
+
RequestId?: string
|
|
3647
3693
|
}
|
|
3648
3694
|
|
|
3649
3695
|
/**
|
|
@@ -736,7 +736,7 @@ export class Client extends AbstractClient {
|
|
|
736
736
|
* 此接口用于修改仪表盘订阅
|
|
737
737
|
*/
|
|
738
738
|
async ModifyDashboardSubscribe(
|
|
739
|
-
req
|
|
739
|
+
req: ModifyDashboardSubscribeRequest,
|
|
740
740
|
cb?: (error: string, rep: ModifyDashboardSubscribeResponse) => void
|
|
741
741
|
): Promise<ModifyDashboardSubscribeResponse> {
|
|
742
742
|
return this.request("ModifyDashboardSubscribe", req, cb)
|
|
@@ -886,7 +886,7 @@ export class Client extends AbstractClient {
|
|
|
886
886
|
* 此接口用于创建仪表盘订阅
|
|
887
887
|
*/
|
|
888
888
|
async CreateDashboardSubscribe(
|
|
889
|
-
req
|
|
889
|
+
req: CreateDashboardSubscribeRequest,
|
|
890
890
|
cb?: (error: string, rep: CreateDashboardSubscribeResponse) => void
|
|
891
891
|
): Promise<CreateDashboardSubscribeResponse> {
|
|
892
892
|
return this.request("CreateDashboardSubscribe", req, cb)
|
|
@@ -926,7 +926,7 @@ export class Client extends AbstractClient {
|
|
|
926
926
|
* 此接口用于删除仪表盘订阅
|
|
927
927
|
*/
|
|
928
928
|
async DeleteDashboardSubscribe(
|
|
929
|
-
req
|
|
929
|
+
req: DeleteDashboardSubscribeRequest,
|
|
930
930
|
cb?: (error: string, rep: DeleteDashboardSubscribeResponse) => void
|
|
931
931
|
): Promise<DeleteDashboardSubscribeResponse> {
|
|
932
932
|
return this.request("DeleteDashboardSubscribe", req, cb)
|
|
@@ -1106,10 +1106,10 @@ export class Client extends AbstractClient {
|
|
|
1106
1106
|
}
|
|
1107
1107
|
|
|
1108
1108
|
/**
|
|
1109
|
-
*
|
|
1109
|
+
* 本接口用于获取仪表盘订阅列表,支持分页
|
|
1110
1110
|
*/
|
|
1111
1111
|
async DescribeDashboardSubscribes(
|
|
1112
|
-
req
|
|
1112
|
+
req: DescribeDashboardSubscribesRequest,
|
|
1113
1113
|
cb?: (error: string, rep: DescribeDashboardSubscribesResponse) => void
|
|
1114
1114
|
): Promise<DescribeDashboardSubscribesResponse> {
|
|
1115
1115
|
return this.request("DescribeDashboardSubscribes", req, cb)
|
|
@@ -633,31 +633,36 @@ export interface ConsoleSharingConfig {
|
|
|
633
633
|
*/
|
|
634
634
|
VerifyCode?: string
|
|
635
635
|
/**
|
|
636
|
-
*
|
|
636
|
+
* 默认查询范围的开始时间点,支持绝对时间(13位Unix时间戳)或相对时间表达式
|
|
637
637
|
*/
|
|
638
638
|
StartTime?: string
|
|
639
639
|
/**
|
|
640
|
-
*
|
|
640
|
+
* 默认查询范围的结束时间点,支持绝对时间(13位Unix时间戳)或相对时间表达式。注意,结束时间点要大于开始时间点
|
|
641
641
|
*/
|
|
642
642
|
EndTime?: string
|
|
643
643
|
/**
|
|
644
|
-
*
|
|
644
|
+
* 仅当StartTime/EndTime为相对时间时使用,基于NowTime计算绝对时间,默认为创建时间
|
|
645
645
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
646
646
|
*/
|
|
647
647
|
NowTime?: number
|
|
648
648
|
/**
|
|
649
|
-
*
|
|
649
|
+
* 默认的检索分析语句,仅当Type为2时使用
|
|
650
650
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
651
651
|
*/
|
|
652
652
|
Params?: Array<ConsoleSharingParam>
|
|
653
653
|
/**
|
|
654
|
-
*
|
|
654
|
+
* 是否允许访问者自行修改检索分析时间范围。默认不锁定(false)
|
|
655
655
|
*/
|
|
656
656
|
IsLockTimeRange?: boolean
|
|
657
657
|
/**
|
|
658
|
-
*
|
|
658
|
+
* 是否允许访问者自行修改日志检索语句。在检索页分享中表示检索语句锁定状态;在仪表盘中表示过滤变量锁定状态。默认不锁定(false)
|
|
659
659
|
*/
|
|
660
660
|
IsLockQuery?: boolean
|
|
661
|
+
/**
|
|
662
|
+
* 检索页分享是否允许访问者下载日志,默认不允许(false)
|
|
663
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
664
|
+
*/
|
|
665
|
+
IsSupportLogExport?: boolean
|
|
661
666
|
}
|
|
662
667
|
|
|
663
668
|
/**
|
|
@@ -2146,7 +2151,28 @@ export interface DeleteConfigFromMachineGroupResponse {
|
|
|
2146
2151
|
/**
|
|
2147
2152
|
* ModifyDashboardSubscribe请求参数结构体
|
|
2148
2153
|
*/
|
|
2149
|
-
export
|
|
2154
|
+
export interface ModifyDashboardSubscribeRequest {
|
|
2155
|
+
/**
|
|
2156
|
+
* 仪表盘订阅id。
|
|
2157
|
+
*/
|
|
2158
|
+
Id: number
|
|
2159
|
+
/**
|
|
2160
|
+
* 仪表盘id。
|
|
2161
|
+
*/
|
|
2162
|
+
DashboardId?: string
|
|
2163
|
+
/**
|
|
2164
|
+
* 仪表盘订阅名称。
|
|
2165
|
+
*/
|
|
2166
|
+
Name?: string
|
|
2167
|
+
/**
|
|
2168
|
+
* 订阅时间cron表达式,格式为:{秒数} {分钟} {小时} {日期} {月份} {星期};(有效数据为:{分钟} {小时} {日期} {月份} {星期})。
|
|
2169
|
+
*/
|
|
2170
|
+
Cron?: string
|
|
2171
|
+
/**
|
|
2172
|
+
* 仪表盘订阅数据。
|
|
2173
|
+
*/
|
|
2174
|
+
SubscribeData?: DashboardSubscribeData
|
|
2175
|
+
}
|
|
2150
2176
|
|
|
2151
2177
|
/**
|
|
2152
2178
|
* CreateConsumer返回参数结构体
|
|
@@ -2213,7 +2239,24 @@ export interface DataTransformResouceInfo {
|
|
|
2213
2239
|
/**
|
|
2214
2240
|
* CreateDashboardSubscribe请求参数结构体
|
|
2215
2241
|
*/
|
|
2216
|
-
export
|
|
2242
|
+
export interface CreateDashboardSubscribeRequest {
|
|
2243
|
+
/**
|
|
2244
|
+
* 仪表盘订阅名称。
|
|
2245
|
+
*/
|
|
2246
|
+
Name: string
|
|
2247
|
+
/**
|
|
2248
|
+
* 仪表盘id。
|
|
2249
|
+
*/
|
|
2250
|
+
DashboardId: string
|
|
2251
|
+
/**
|
|
2252
|
+
* 订阅时间cron表达式,格式为:{秒数} {分钟} {小时} {日期} {月份} {星期};(有效数据为:{分钟} {小时} {日期} {月份} {星期})。<br><li/>{秒数} 取值范围: 0 ~ 59 <br><li/>{分钟} 取值范围: 0 ~ 59 <br><li/>{小时} 取值范围: 0 ~ 23 <br><li/>{日期} 取值范围: 1 ~ 31 AND (dayOfMonth最后一天: L) <br><li/>{月份} 取值范围: 1 ~ 12 <br><li/>{星期} 取值范围: 0 ~ 6 【0:星期日, 6星期六】
|
|
2253
|
+
*/
|
|
2254
|
+
Cron: string
|
|
2255
|
+
/**
|
|
2256
|
+
* 仪表盘订阅数据。
|
|
2257
|
+
*/
|
|
2258
|
+
SubscribeData: DashboardSubscribeData
|
|
2259
|
+
}
|
|
2217
2260
|
|
|
2218
2261
|
/**
|
|
2219
2262
|
* DeleteMachineGroup请求参数结构体
|
|
@@ -2681,7 +2724,20 @@ export interface DeleteExportResponse {
|
|
|
2681
2724
|
/**
|
|
2682
2725
|
* DescribeDashboardSubscribes请求参数结构体
|
|
2683
2726
|
*/
|
|
2684
|
-
export
|
|
2727
|
+
export interface DescribeDashboardSubscribesRequest {
|
|
2728
|
+
/**
|
|
2729
|
+
* <br><li/> dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否<br><br><li/> 每次请求的Filters的上限为10,Filter.Values的上限为100。
|
|
2730
|
+
*/
|
|
2731
|
+
Filters?: Array<Filter>
|
|
2732
|
+
/**
|
|
2733
|
+
* 分页的偏移量,默认值为0。
|
|
2734
|
+
*/
|
|
2735
|
+
Offset?: number
|
|
2736
|
+
/**
|
|
2737
|
+
* 分页单页限制数目,默认值为20,最大值100。
|
|
2738
|
+
*/
|
|
2739
|
+
Limit?: number
|
|
2740
|
+
}
|
|
2685
2741
|
|
|
2686
2742
|
/**
|
|
2687
2743
|
* 多日志主题检索topic信息
|
|
@@ -6389,7 +6445,12 @@ export interface ModifyMachineGroupRequest {
|
|
|
6389
6445
|
/**
|
|
6390
6446
|
* DeleteDashboardSubscribe请求参数结构体
|
|
6391
6447
|
*/
|
|
6392
|
-
export
|
|
6448
|
+
export interface DeleteDashboardSubscribeRequest {
|
|
6449
|
+
/**
|
|
6450
|
+
* 仪表盘订阅记录id。
|
|
6451
|
+
*/
|
|
6452
|
+
Id: number
|
|
6453
|
+
}
|
|
6393
6454
|
|
|
6394
6455
|
/**
|
|
6395
6456
|
* DescribeConsumer返回参数结构体
|