tencentcloud-sdk-nodejs 4.0.357 → 4.0.360
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 +391 -0
- package/SERVICE_CHANGELOG.md +376 -222
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/acp/v20220105/acp_models.ts +2 -2
- package/src/services/apigateway/v20180808/apigateway_client.ts +30 -17
- package/src/services/apigateway/v20180808/apigateway_models.ts +74 -22
- package/src/services/cdn/v20180606/cdn_models.ts +13 -1
- package/src/services/cme/v20191029/cme_client.ts +2 -0
- package/src/services/cme/v20191029/cme_models.ts +47 -1
- package/src/services/cwp/v20180228/cwp_models.ts +51 -1
- package/src/services/dlc/v20210125/dlc_models.ts +6 -0
- package/src/services/ess/v20201111/ess_client.ts +27 -1
- package/src/services/ess/v20201111/ess_models.ts +161 -51
- package/src/services/essbasic/v20210526/essbasic_client.ts +45 -19
- package/src/services/essbasic/v20210526/essbasic_models.ts +127 -15
- package/src/services/ivld/v20210903/ivld_client.ts +4 -2
- package/src/services/live/v20180801/live_client.ts +15 -2
- package/src/services/live/v20180801/live_models.ts +105 -37
- package/src/services/mmps/v20200710/mmps_models.ts +2 -2
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/ocr/v20181119/ocr_client.ts +2 -1
- package/src/services/ocr/v20181119/ocr_models.ts +28 -3
- package/src/services/organization/v20210331/organization_models.ts +21 -0
- package/src/services/partners/v20180321/partners_models.ts +1 -1
- package/src/services/ses/v20201002/ses_client.ts +1 -1
- package/src/services/ses/v20201002/ses_models.ts +2 -2
- package/src/services/ssl/v20191205/ssl_models.ts +19 -1
- package/src/services/tcr/v20190924/tcr_models.ts +15 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +4 -4
- package/src/services/teo/v20220106/teo_client.ts +19 -6
- package/src/services/teo/v20220106/teo_models.ts +81 -0
- package/src/services/tiia/v20190529/tiia_client.ts +17 -10
- package/src/services/trtc/v20190722/trtc_client.ts +2 -0
- package/src/services/trtc/v20190722/trtc_models.ts +104 -1
- package/src/services/tse/v20201207/tse_client.ts +31 -4
- package/src/services/tse/v20201207/tse_models.ts +310 -74
- package/src/services/vod/v20180717/vod_client.ts +1 -0
- package/src/services/vod/v20180717/vod_models.ts +16 -12
- package/src/services/vpc/v20170312/vpc_models.ts +16 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +2 -2
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +10 -6
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +13 -7
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +65 -20
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +11 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +41 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +41 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +10 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +13 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +139 -46
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +18 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +23 -10
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +109 -14
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +4 -2
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +4 -2
- package/tencentcloud/services/live/v20180801/live_client.d.ts +5 -1
- package/tencentcloud/services/live/v20180801/live_client.js +6 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +91 -32
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +24 -3
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +17 -0
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -2
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +17 -1
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +12 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +4 -4
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +7 -3
- package/tencentcloud/services/teo/v20220106/teo_client.js +9 -3
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +69 -0
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +17 -10
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +17 -10
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +86 -1
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +9 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +12 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +273 -67
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -0
- package/tencentcloud/services/vod/v20180717/vod_client.js +1 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +15 -11
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +13 -0
- package/test/apigateway.v20180808.test.js +14 -4
- package/test/ess.v20201111.test.js +20 -0
- package/test/essbasic.v20210526.test.js +24 -4
- package/test/live.v20180801.test.js +10 -0
- package/test/teo.v20220106.test.js +12 -2
- package/test/tse.v20201207.test.js +20 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|-|-|-|
|
|
3
3
|
| aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2022-04-04 06:03:06 |
|
|
4
4
|
| aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
|
|
5
|
-
| acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2022-06-
|
|
5
|
+
| acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2022-06-09 15:33:06 |
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-06-08 06:03:05 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
13
13
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
14
14
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
|
|
15
|
-
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-
|
|
15
|
+
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-06-14 06:05:10 |
|
|
16
16
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-05-17 11:59:15 |
|
|
17
17
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-06-02 06:02:22 |
|
|
18
18
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-06-09 06:06:03 |
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
|
|
29
29
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
|
|
30
30
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
31
|
-
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-06-
|
|
31
|
+
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-06-14 06:06:10 |
|
|
32
32
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
|
|
33
33
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-05-25 06:03:56 |
|
|
34
34
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-12 06:07:13 |
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-31 06:05:55 |
|
|
40
40
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-06-08 06:05:02 |
|
|
41
41
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
|
|
42
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-06-
|
|
42
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-06-13 06:07:47 |
|
|
43
43
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
44
44
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-05-24 06:08:29 |
|
|
45
45
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-05-25 06:05:44 |
|
|
54
54
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-04-04 06:21:17 |
|
|
55
55
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-06-08 06:06:22 |
|
|
56
|
-
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-
|
|
56
|
+
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-06-10 06:04:57 |
|
|
57
57
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
58
58
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
59
59
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-06-07 06:04:05 |
|
|
60
60
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
61
61
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-06-03 06:05:18 |
|
|
62
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-
|
|
62
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-06-10 06:05:46 |
|
|
63
63
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
64
64
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-05-27 06:07:33 |
|
|
65
65
|
| dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-06-01 20:56:43 |
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-05-31 17:05:07 |
|
|
69
69
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
|
|
70
70
|
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-05-31 06:09:47 |
|
|
71
|
-
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-06-
|
|
71
|
+
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-06-14 06:10:10 |
|
|
72
72
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-05-19 06:11:31 |
|
|
73
73
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
|
|
74
74
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
@@ -83,9 +83,9 @@
|
|
|
83
83
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-04-04 06:42:05 |
|
|
84
84
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-06-09 06:11:36 |
|
|
85
85
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-06-08 06:09:29 |
|
|
86
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-06-
|
|
87
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-06-
|
|
88
|
-
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-
|
|
86
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-06-14 06:11:15 |
|
|
87
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-06-13 06:12:00 |
|
|
88
|
+
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-13 06:12:05 |
|
|
89
89
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-06-02 06:08:18 |
|
|
90
90
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
91
91
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
@@ -109,20 +109,20 @@
|
|
|
109
109
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
110
110
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-04-04 06:49:51 |
|
|
111
111
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
|
|
112
|
-
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-
|
|
112
|
+
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
|
|
113
113
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-06-01 06:12:55 |
|
|
114
114
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-06-01 06:13:02 |
|
|
115
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-06-
|
|
115
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-06-14 06:13:41 |
|
|
116
116
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
117
117
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
118
118
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-05-25 06:11:46 |
|
|
119
119
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
|
|
120
120
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-04-04 06:57:44 |
|
|
121
121
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-04-04 06:57:46 |
|
|
122
|
-
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-06-
|
|
122
|
+
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-06-09 15:33:09 |
|
|
123
123
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
|
|
124
124
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-06-07 06:10:21 |
|
|
125
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-
|
|
125
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-06-14 06:14:22 |
|
|
126
126
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-25 06:12:20 |
|
|
127
127
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-08 06:12:58 |
|
|
128
128
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
@@ -131,9 +131,9 @@
|
|
|
131
131
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
132
132
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
133
133
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-06-08 06:13:07 |
|
|
134
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-06-
|
|
135
|
-
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-
|
|
136
|
-
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-
|
|
134
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-06-14 06:15:05 |
|
|
135
|
+
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-06-10 06:11:43 |
|
|
136
|
+
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-06-13 06:15:36 |
|
|
137
137
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
138
138
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-05-09 06:11:56 |
|
|
139
139
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-04-04 07:02:49 |
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
144
144
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-04-04 07:04:08 |
|
|
145
145
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-05-19 06:16:44 |
|
|
146
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-
|
|
146
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-06-13 06:16:20 |
|
|
147
147
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-25 06:11:28 |
|
|
148
148
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
|
|
149
149
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
152
152
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-06-07 06:12:09 |
|
|
153
153
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-04-22 06:14:46 |
|
|
154
|
-
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-06-
|
|
154
|
+
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-06-13 06:16:49 |
|
|
155
155
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
|
|
156
156
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-04-04 07:08:00 |
|
|
157
157
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-05-18 06:16:35 |
|
|
@@ -168,20 +168,20 @@
|
|
|
168
168
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
|
|
169
169
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
170
170
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-06-08 06:15:21 |
|
|
171
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-06-
|
|
171
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-06-13 06:17:36 |
|
|
172
172
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-06-08 06:15:35 |
|
|
173
173
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-04-04 07:15:36 |
|
|
174
174
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
175
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-
|
|
175
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-06-13 06:18:15 |
|
|
176
176
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-06-09 06:18:14 |
|
|
177
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-
|
|
177
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-14 06:18:08 |
|
|
178
178
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
179
179
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
180
180
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
|
|
181
181
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
182
182
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
183
183
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-04-04 07:17:01 |
|
|
184
|
-
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-06-
|
|
184
|
+
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-06-14 06:18:28 |
|
|
185
185
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-06-07 22:05:59 |
|
|
186
186
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
187
187
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-06-09 06:18:50 |
|
|
@@ -189,16 +189,16 @@
|
|
|
189
189
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
190
190
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
|
|
191
191
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-06-07 16:18:00 |
|
|
192
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-06-
|
|
193
|
-
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-06-
|
|
192
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-06-13 06:19:26 |
|
|
193
|
+
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-06-10 06:15:33 |
|
|
194
194
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-05-20 06:20:03 |
|
|
195
195
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
196
196
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-06-07 06:15:49 |
|
|
197
197
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
198
198
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-09 06:19:53 |
|
|
199
199
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
200
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-
|
|
201
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-
|
|
200
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-13 06:20:05 |
|
|
201
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-10 06:16:31 |
|
|
202
202
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-05-12 06:19:46 |
|
|
203
203
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
204
204
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.360"
|
|
@@ -186,12 +186,12 @@ export interface DescribeScanTaskListRequest {
|
|
|
186
186
|
Platform: number
|
|
187
187
|
|
|
188
188
|
/**
|
|
189
|
-
*
|
|
189
|
+
* 任务状态,可多值查询,例如:"1,2,3" 0:默认值(待检测/待咨询), 1.检测中, 2:待评估, 3:评估中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;
|
|
190
190
|
*/
|
|
191
191
|
TaskStatuses: string
|
|
192
192
|
|
|
193
193
|
/**
|
|
194
|
-
*
|
|
194
|
+
* 任务类型,可多值查询,采用逗号分隔,例如:"0,1" 0:基础版, 1:专家版, 2:本地化
|
|
195
195
|
*/
|
|
196
196
|
TaskTypes: string
|
|
197
197
|
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
DisableApiKeyResponse,
|
|
32
32
|
DescribeApiResponse,
|
|
33
33
|
UnReleaseServiceRequest,
|
|
34
|
-
|
|
34
|
+
DescribeExclusiveInstancesStatusResponse,
|
|
35
35
|
ModifySubDomainRequest,
|
|
36
36
|
DescribeApiAppsStatusRequest,
|
|
37
37
|
DescribeServiceUsagePlanRequest,
|
|
@@ -92,7 +92,7 @@ import {
|
|
|
92
92
|
IPStrategyApi,
|
|
93
93
|
DescribeIPStrategyResponse,
|
|
94
94
|
DescribePluginRequest,
|
|
95
|
-
|
|
95
|
+
DetachPluginRequest,
|
|
96
96
|
AttachedApiInfo,
|
|
97
97
|
CreateApiResponse,
|
|
98
98
|
DescribeIPStrategyApisStatusRequest,
|
|
@@ -119,6 +119,7 @@ import {
|
|
|
119
119
|
DescribeUpstreamsResponse,
|
|
120
120
|
DescribePluginApisRequest,
|
|
121
121
|
ResponseErrorCodeReq,
|
|
122
|
+
InstanceSummary,
|
|
122
123
|
CreateServiceRequest,
|
|
123
124
|
DescribeIPStrategysStatusRequest,
|
|
124
125
|
DemoteServiceUsagePlanResponse,
|
|
@@ -214,6 +215,7 @@ import {
|
|
|
214
215
|
DeletePluginResponse,
|
|
215
216
|
DescribeUpstreamBindApis,
|
|
216
217
|
ModifyServiceEnvironmentStrategyRequest,
|
|
218
|
+
DocumentSDK,
|
|
217
219
|
CreateAPIDocRequest,
|
|
218
220
|
DescribeApiAppBindApisStatusResponse,
|
|
219
221
|
DescribeServiceSubDomainsRequest,
|
|
@@ -284,6 +286,7 @@ import {
|
|
|
284
286
|
ApiEnvironmentStrategy,
|
|
285
287
|
DescribeIPStrategysStatusResponse,
|
|
286
288
|
UpdateApiAppKeyResponse,
|
|
289
|
+
DescribeExclusiveInstancesStatusRequest,
|
|
287
290
|
InstanceDetail,
|
|
288
291
|
UnBindSecretIdsResponse,
|
|
289
292
|
CreateApiAppRequest,
|
|
@@ -767,13 +770,14 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
|
|
|
767
770
|
}
|
|
768
771
|
|
|
769
772
|
/**
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
773
|
+
* 本接口(ReleaseService)用于发布服务。
|
|
774
|
+
API 网关的服务创建后,需要发布到某个环境方生效后,使用者才能进行调用,此接口用于发布服务到环境,如 release 环境。
|
|
775
|
+
*/
|
|
776
|
+
async ReleaseService(
|
|
777
|
+
req: ReleaseServiceRequest,
|
|
778
|
+
cb?: (error: string, rep: ReleaseServiceResponse) => void
|
|
779
|
+
): Promise<ReleaseServiceResponse> {
|
|
780
|
+
return this.request("ReleaseService", req, cb)
|
|
777
781
|
}
|
|
778
782
|
|
|
779
783
|
/**
|
|
@@ -1062,14 +1066,13 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
|
|
|
1062
1066
|
}
|
|
1063
1067
|
|
|
1064
1068
|
/**
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
return this.request("ReleaseService", req, cb)
|
|
1069
|
+
* 本接口(ModifyService)用于修改服务的相关信息。当服务创建后,服务的名称、描述和服务类型均可被修改。
|
|
1070
|
+
*/
|
|
1071
|
+
async ModifyService(
|
|
1072
|
+
req: ModifyServiceRequest,
|
|
1073
|
+
cb?: (error: string, rep: ModifyServiceResponse) => void
|
|
1074
|
+
): Promise<ModifyServiceResponse> {
|
|
1075
|
+
return this.request("ModifyService", req, cb)
|
|
1073
1076
|
}
|
|
1074
1077
|
|
|
1075
1078
|
/**
|
|
@@ -1228,6 +1231,16 @@ API 网关可绑定自定义域名到服务,用于服务调用。此接口用
|
|
|
1228
1231
|
return this.request("DeleteAPIDoc", req, cb)
|
|
1229
1232
|
}
|
|
1230
1233
|
|
|
1234
|
+
/**
|
|
1235
|
+
* 查询专享实例列表(新)
|
|
1236
|
+
*/
|
|
1237
|
+
async DescribeExclusiveInstancesStatus(
|
|
1238
|
+
req: DescribeExclusiveInstancesStatusRequest,
|
|
1239
|
+
cb?: (error: string, rep: DescribeExclusiveInstancesStatusResponse) => void
|
|
1240
|
+
): Promise<DescribeExclusiveInstancesStatusResponse> {
|
|
1241
|
+
return this.request("DescribeExclusiveInstancesStatus", req, cb)
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1231
1244
|
/**
|
|
1232
1245
|
* 本接口(UnBindEnvironment)用于将使用计划从特定环境解绑。
|
|
1233
1246
|
*/
|
|
@@ -309,28 +309,18 @@ export interface UnReleaseServiceRequest {
|
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
/**
|
|
312
|
-
*
|
|
312
|
+
* DescribeExclusiveInstancesStatus返回参数结构体
|
|
313
313
|
*/
|
|
314
|
-
export interface
|
|
315
|
-
/**
|
|
316
|
-
* 要解绑的API网关插件ID。
|
|
317
|
-
*/
|
|
318
|
-
PluginId: string
|
|
319
|
-
|
|
320
|
-
/**
|
|
321
|
-
* 要操作的服务ID。
|
|
322
|
-
*/
|
|
323
|
-
ServiceId: string
|
|
324
|
-
|
|
314
|
+
export interface DescribeExclusiveInstancesStatusResponse {
|
|
325
315
|
/**
|
|
326
|
-
*
|
|
316
|
+
* 独享实例列表查询结果
|
|
327
317
|
*/
|
|
328
|
-
|
|
318
|
+
Result: InstanceSummary
|
|
329
319
|
|
|
330
320
|
/**
|
|
331
|
-
*
|
|
321
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
332
322
|
*/
|
|
333
|
-
|
|
323
|
+
RequestId?: string
|
|
334
324
|
}
|
|
335
325
|
|
|
336
326
|
/**
|
|
@@ -2233,18 +2223,28 @@ export interface DescribePluginRequest {
|
|
|
2233
2223
|
}
|
|
2234
2224
|
|
|
2235
2225
|
/**
|
|
2236
|
-
*
|
|
2226
|
+
* DetachPlugin请求参数结构体
|
|
2237
2227
|
*/
|
|
2238
|
-
export interface
|
|
2228
|
+
export interface DetachPluginRequest {
|
|
2239
2229
|
/**
|
|
2240
|
-
*
|
|
2230
|
+
* 要解绑的API网关插件ID。
|
|
2241
2231
|
*/
|
|
2242
|
-
|
|
2232
|
+
PluginId: string
|
|
2243
2233
|
|
|
2244
2234
|
/**
|
|
2245
|
-
*
|
|
2235
|
+
* 要操作的服务ID。
|
|
2246
2236
|
*/
|
|
2247
|
-
|
|
2237
|
+
ServiceId: string
|
|
2238
|
+
|
|
2239
|
+
/**
|
|
2240
|
+
* 要操作API的环境。
|
|
2241
|
+
*/
|
|
2242
|
+
EnvironmentName: string
|
|
2243
|
+
|
|
2244
|
+
/**
|
|
2245
|
+
* 要解绑的API ID。
|
|
2246
|
+
*/
|
|
2247
|
+
ApiId: string
|
|
2248
2248
|
}
|
|
2249
2249
|
|
|
2250
2250
|
/**
|
|
@@ -2914,6 +2914,23 @@ export interface ResponseErrorCodeReq {
|
|
|
2914
2914
|
NeedConvert?: boolean
|
|
2915
2915
|
}
|
|
2916
2916
|
|
|
2917
|
+
/**
|
|
2918
|
+
* 专享查询列表
|
|
2919
|
+
*/
|
|
2920
|
+
export interface InstanceSummary {
|
|
2921
|
+
/**
|
|
2922
|
+
* 专享实例总数
|
|
2923
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2924
|
+
*/
|
|
2925
|
+
TotalCount: number
|
|
2926
|
+
|
|
2927
|
+
/**
|
|
2928
|
+
* 专享实例列表
|
|
2929
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2930
|
+
*/
|
|
2931
|
+
InstanceSet: Array<InstanceInfo>
|
|
2932
|
+
}
|
|
2933
|
+
|
|
2917
2934
|
/**
|
|
2918
2935
|
* CreateService请求参数结构体
|
|
2919
2936
|
*/
|
|
@@ -5645,6 +5662,21 @@ export interface ModifyServiceEnvironmentStrategyRequest {
|
|
|
5645
5662
|
EnvironmentNames: Array<string>
|
|
5646
5663
|
}
|
|
5647
5664
|
|
|
5665
|
+
/**
|
|
5666
|
+
* api文档下载
|
|
5667
|
+
*/
|
|
5668
|
+
export interface DocumentSDK {
|
|
5669
|
+
/**
|
|
5670
|
+
* 生成的 document 会存放到 COS 中,此出参返回产生文件的下载链接。
|
|
5671
|
+
*/
|
|
5672
|
+
DocumentURL: string
|
|
5673
|
+
|
|
5674
|
+
/**
|
|
5675
|
+
* 生成的 SDK 会存放到 COS 中,此出参返回产生 SDK 文件的下载链接。
|
|
5676
|
+
*/
|
|
5677
|
+
SdkURL: string
|
|
5678
|
+
}
|
|
5679
|
+
|
|
5648
5680
|
/**
|
|
5649
5681
|
* CreateAPIDoc请求参数结构体
|
|
5650
5682
|
*/
|
|
@@ -7390,6 +7422,26 @@ export interface UpdateApiAppKeyResponse {
|
|
|
7390
7422
|
RequestId?: string
|
|
7391
7423
|
}
|
|
7392
7424
|
|
|
7425
|
+
/**
|
|
7426
|
+
* DescribeExclusiveInstancesStatus请求参数结构体
|
|
7427
|
+
*/
|
|
7428
|
+
export interface DescribeExclusiveInstancesStatusRequest {
|
|
7429
|
+
/**
|
|
7430
|
+
* 分页查询,limit
|
|
7431
|
+
*/
|
|
7432
|
+
Limit: number
|
|
7433
|
+
|
|
7434
|
+
/**
|
|
7435
|
+
* 分页查询,offset
|
|
7436
|
+
*/
|
|
7437
|
+
Offset: number
|
|
7438
|
+
|
|
7439
|
+
/**
|
|
7440
|
+
* 过滤条件
|
|
7441
|
+
*/
|
|
7442
|
+
Filters?: Array<Filter>
|
|
7443
|
+
}
|
|
7444
|
+
|
|
7393
7445
|
/**
|
|
7394
7446
|
* 独享实例详情
|
|
7395
7447
|
*/
|
|
@@ -3391,6 +3391,18 @@ disabled:未启用
|
|
|
3391
3391
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3392
3392
|
*/
|
|
3393
3393
|
ExtensionMode: number
|
|
3394
|
+
|
|
3395
|
+
/**
|
|
3396
|
+
* 流量包实际生效时间
|
|
3397
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3398
|
+
*/
|
|
3399
|
+
TrueEnableTime: string
|
|
3400
|
+
|
|
3401
|
+
/**
|
|
3402
|
+
* 流量包实际过期时间
|
|
3403
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3404
|
+
*/
|
|
3405
|
+
TrueExpireTime: string
|
|
3394
3406
|
}
|
|
3395
3407
|
|
|
3396
3408
|
/**
|
|
@@ -4709,7 +4721,7 @@ export interface WebSocket {
|
|
|
4709
4721
|
Switch: string
|
|
4710
4722
|
|
|
4711
4723
|
/**
|
|
4712
|
-
* 设置超时时间,单位为秒,最大超时时间
|
|
4724
|
+
* 设置超时时间,单位为秒,最大超时时间300秒。
|
|
4713
4725
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4714
4726
|
*/
|
|
4715
4727
|
Timeout?: number
|
|
@@ -32,6 +32,7 @@ import {
|
|
|
32
32
|
DescribeTeamsResponse,
|
|
33
33
|
DescribeTaskDetailResponse,
|
|
34
34
|
ExportVideoEditProjectRequest,
|
|
35
|
+
StreamConnectInputInterruptInfo,
|
|
35
36
|
ClassInfo,
|
|
36
37
|
ModifyProjectResponse,
|
|
37
38
|
AudioTrackItem,
|
|
@@ -131,6 +132,7 @@ import {
|
|
|
131
132
|
VideoExportCompletedEvent,
|
|
132
133
|
ResourceInfo,
|
|
133
134
|
MediaPreprocessOperation,
|
|
135
|
+
StreamConnectOutputInterruptInfo,
|
|
134
136
|
JoinTeamInfo,
|
|
135
137
|
DescribeResourceAuthorizationRequest,
|
|
136
138
|
CreateClassResponse,
|
|
@@ -367,6 +367,18 @@ export interface ExportVideoEditProjectRequest {
|
|
|
367
367
|
Operator?: string
|
|
368
368
|
}
|
|
369
369
|
|
|
370
|
+
/**
|
|
371
|
+
* 云转推输入断流信息。
|
|
372
|
+
*/
|
|
373
|
+
export interface StreamConnectInputInterruptInfo {
|
|
374
|
+
/**
|
|
375
|
+
* 云转推输入源标识,取值有:
|
|
376
|
+
<li>Main:主源;</li>
|
|
377
|
+
<li>Backup:备源。</li>
|
|
378
|
+
*/
|
|
379
|
+
EndPoint: string
|
|
380
|
+
}
|
|
381
|
+
|
|
370
382
|
/**
|
|
371
383
|
* 分类信息
|
|
372
384
|
*/
|
|
@@ -2925,6 +2937,26 @@ export interface MediaPreprocessOperation {
|
|
|
2925
2937
|
Args?: Array<string>
|
|
2926
2938
|
}
|
|
2927
2939
|
|
|
2940
|
+
/**
|
|
2941
|
+
* 云转推输出断流信息
|
|
2942
|
+
*/
|
|
2943
|
+
export interface StreamConnectOutputInterruptInfo {
|
|
2944
|
+
/**
|
|
2945
|
+
* 云转推输出标识。
|
|
2946
|
+
*/
|
|
2947
|
+
Id: string
|
|
2948
|
+
|
|
2949
|
+
/**
|
|
2950
|
+
* 云转推输出名称。
|
|
2951
|
+
*/
|
|
2952
|
+
Name: string
|
|
2953
|
+
|
|
2954
|
+
/**
|
|
2955
|
+
* 云转推输出地址。
|
|
2956
|
+
*/
|
|
2957
|
+
Url: string
|
|
2958
|
+
}
|
|
2959
|
+
|
|
2928
2960
|
/**
|
|
2929
2961
|
* 加入的团队信息
|
|
2930
2962
|
*/
|
|
@@ -3948,9 +3980,23 @@ export interface ProjectStreamConnectStatusChangedEvent {
|
|
|
3948
3980
|
/**
|
|
3949
3981
|
* 项目状态,取值有:
|
|
3950
3982
|
<li>Working:云转推推流开始;</li>
|
|
3951
|
-
<li>Stopped
|
|
3983
|
+
<li>Stopped:云转推推流结束;</li>
|
|
3984
|
+
<li>InputInterrupted:云转推输入断流;</li>
|
|
3985
|
+
<li>OutputInterrupted:云转推输出断流。</li>
|
|
3952
3986
|
*/
|
|
3953
3987
|
Status: string
|
|
3988
|
+
|
|
3989
|
+
/**
|
|
3990
|
+
* 云转推输入断流信息,仅当 Status 取值 InputInterrupted 时有效。
|
|
3991
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3992
|
+
*/
|
|
3993
|
+
InputInterruptInfo: StreamConnectInputInterruptInfo
|
|
3994
|
+
|
|
3995
|
+
/**
|
|
3996
|
+
* 云转推输出断流信息,仅当 Status 取值 OutputInterrupted 时有效。
|
|
3997
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3998
|
+
*/
|
|
3999
|
+
OutputInterruptInfo: StreamConnectOutputInterruptInfo
|
|
3954
4000
|
}
|
|
3955
4001
|
|
|
3956
4002
|
/**
|
|
@@ -2190,7 +2190,7 @@ export interface DescribeRiskDnsListRequest {
|
|
|
2190
2190
|
Order?: string
|
|
2191
2191
|
|
|
2192
2192
|
/**
|
|
2193
|
-
* 排序字段:AccessCount
|
|
2193
|
+
* 排序字段:AccessCount-请求次数。MergeTime-最近请求时间
|
|
2194
2194
|
*/
|
|
2195
2195
|
By?: string
|
|
2196
2196
|
}
|
|
@@ -3128,6 +3128,16 @@ export interface DescribeReverseShellEventsRequest {
|
|
|
3128
3128
|
<li>Keywords - String - 是否必填:否 - 关键字(主机内网IP|进程名)</li>
|
|
3129
3129
|
*/
|
|
3130
3130
|
Filters?: Array<Filter>
|
|
3131
|
+
|
|
3132
|
+
/**
|
|
3133
|
+
* 排序方式:根据请求次数排序:asc-升序/desc-降序
|
|
3134
|
+
*/
|
|
3135
|
+
Order?: string
|
|
3136
|
+
|
|
3137
|
+
/**
|
|
3138
|
+
* 排序字段:CreateTime-发生时间
|
|
3139
|
+
*/
|
|
3140
|
+
By?: string
|
|
3131
3141
|
}
|
|
3132
3142
|
|
|
3133
3143
|
/**
|
|
@@ -4329,6 +4339,16 @@ export interface DescribeBashEventsRequest {
|
|
|
4329
4339
|
<li>Keywords - String - 是否必填:否 - 关键词(主机内网IP)</li>
|
|
4330
4340
|
*/
|
|
4331
4341
|
Filters?: Array<Filter>
|
|
4342
|
+
|
|
4343
|
+
/**
|
|
4344
|
+
* 排序方式:根据请求次数排序:asc-升序/desc-降序
|
|
4345
|
+
*/
|
|
4346
|
+
Order?: string
|
|
4347
|
+
|
|
4348
|
+
/**
|
|
4349
|
+
* 排序字段:CreateTime-发生时间。ModifyTime-处理时间
|
|
4350
|
+
*/
|
|
4351
|
+
By?: string
|
|
4332
4352
|
}
|
|
4333
4353
|
|
|
4334
4354
|
/**
|
|
@@ -5910,6 +5930,16 @@ export interface DescribeBruteAttackListRequest {
|
|
|
5910
5930
|
<li>Banned - String - 是否必填:否 - 阻断状态筛选,多个用","分割:0-未阻断(全局ZK开关关闭),82-未阻断(非专业版),83-未阻断(已加白名单),1-已阻断,2-未阻断-程序异常,3-未阻断-内网攻击暂不支持阻断,4-未阻断-安平暂不支持阻断</li>
|
|
5911
5931
|
*/
|
|
5912
5932
|
Filters?: Array<Filter>
|
|
5933
|
+
|
|
5934
|
+
/**
|
|
5935
|
+
* 排序方式:根据请求次数排序:asc-升序/desc-降序
|
|
5936
|
+
*/
|
|
5937
|
+
Order?: string
|
|
5938
|
+
|
|
5939
|
+
/**
|
|
5940
|
+
* 排序字段:CreateTime-首次攻击时间
|
|
5941
|
+
*/
|
|
5942
|
+
By?: string
|
|
5913
5943
|
}
|
|
5914
5944
|
|
|
5915
5945
|
/**
|
|
@@ -9295,6 +9325,16 @@ export interface DescribePrivilegeEventsRequest {
|
|
|
9295
9325
|
<li>Keywords - String - 是否必填:否 - 关键词(主机IP)</li>
|
|
9296
9326
|
*/
|
|
9297
9327
|
Filters?: Array<Filter>
|
|
9328
|
+
|
|
9329
|
+
/**
|
|
9330
|
+
* 排序方式:根据请求次数排序:asc-升序/desc-降序
|
|
9331
|
+
*/
|
|
9332
|
+
Order?: string
|
|
9333
|
+
|
|
9334
|
+
/**
|
|
9335
|
+
* 排序字段:CreateTime-发现时间
|
|
9336
|
+
*/
|
|
9337
|
+
By?: string
|
|
9298
9338
|
}
|
|
9299
9339
|
|
|
9300
9340
|
/**
|
|
@@ -10027,6 +10067,16 @@ export interface DescribeHostLoginListRequest {
|
|
|
10027
10067
|
<li>RiskLevel - int - 是否必填:否 - 状态筛选0:高危;1:可疑</li>
|
|
10028
10068
|
*/
|
|
10029
10069
|
Filters?: Array<Filter>
|
|
10070
|
+
|
|
10071
|
+
/**
|
|
10072
|
+
* 排序方式:根据请求次数排序:asc-升序/desc-降序
|
|
10073
|
+
*/
|
|
10074
|
+
Order?: string
|
|
10075
|
+
|
|
10076
|
+
/**
|
|
10077
|
+
* 排序字段:LoginTime-发生时间
|
|
10078
|
+
*/
|
|
10079
|
+
By?: string
|
|
10030
10080
|
}
|
|
10031
10081
|
|
|
10032
10082
|
/**
|