tencentcloud-sdk-nodejs 4.0.228 → 4.0.232
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 +353 -100
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/advisor/v20200721/advisor_client.ts +1 -0
- package/src/services/advisor/v20200721/advisor_models.ts +21 -0
- package/src/services/antiddos/v20200309/antiddos_client.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +2 -2
- package/src/services/apigateway/v20180808/apigateway_models.ts +18 -0
- package/src/services/cam/v20190116/cam_models.ts +10 -5
- package/src/services/cdn/v20180606/cdn_client.ts +18 -4
- package/src/services/cdn/v20180606/cdn_models.ts +139 -53
- package/src/services/cfw/v20190904/cfw_models.ts +10 -10
- package/src/services/cpdp/v20190820/cpdp_client.ts +17 -4
- package/src/services/cpdp/v20190820/cpdp_models.ts +179 -66
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +7 -7
- package/src/services/dts/v20180330/dts_client.ts +8 -119
- package/src/services/dts/v20180330/dts_models.ts +371 -875
- package/src/services/eiam/v20210420/eiam_models.ts +5 -5
- package/src/services/es/v20180416/es_models.ts +37 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +6 -0
- package/src/services/iotcloud/v20180614/iotcloud_models.ts +6 -6
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +10 -0
- package/src/services/postgres/v20170312/postgres_client.ts +13 -1
- package/src/services/postgres/v20170312/postgres_models.ts +72 -2
- package/src/services/redis/v20180412/redis_models.ts +9 -2
- package/src/services/scf/v20180416/scf_client.ts +2 -0
- package/src/services/scf/v20180416/scf_models.ts +49 -0
- package/src/services/ses/v20201002/ses_models.ts +5 -3
- package/src/services/taf/v20200210/taf_client.ts +1 -1
- package/src/services/taf/v20200210/taf_models.ts +12 -2
- package/src/services/tcb/v20180608/tcb_client.ts +28 -4
- package/src/services/tcb/v20180608/tcb_models.ts +143 -21
- package/src/services/tdmq/v20200217/tdmq_client.ts +4 -2
- package/src/services/tiia/v20190529/tiia_models.ts +5 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +18 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +2 -2
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +15 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +9 -5
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +5 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +6 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +118 -45
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +10 -10
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +7 -3
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +8 -2
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +156 -62
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +7 -7
- package/tencentcloud/services/dts/v20180330/dts_client.d.ts +1 -42
- package/tencentcloud/services/dts/v20180330/dts_client.js +0 -57
- package/tencentcloud/services/dts/v20180330/dts_models.d.ts +219 -645
- package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +5 -5
- package/tencentcloud/services/es/v20180416/es_models.d.ts +30 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -0
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_models.d.ts +6 -6
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +6 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +60 -2
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +7 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +42 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +3 -1
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -1
- package/tencentcloud/services/taf/v20200210/taf_client.js +1 -1
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +10 -2
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +9 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +12 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +124 -21
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +2 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +2 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +4 -0
- package/test/cdn.v20180606.test.js +10 -0
- package/test/cpdp.v20190820.test.js +10 -0
- package/test/dts.v20180330.test.js +0 -80
- package/test/postgres.v20170312.test.js +10 -0
- package/test/tcb.v20180608.test.js +20 -0
package/products.md
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|-|-|-|
|
|
3
3
|
| aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2021-10-28 08:01:28 |
|
|
4
4
|
| aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
|
|
5
|
-
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2021-
|
|
5
|
+
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2021-11-09 08:05:53 |
|
|
6
6
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2021-09-16 08:02:22 |
|
|
7
7
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2021-09-16 08:02:20 |
|
|
8
8
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2021-10-13 08:02:42 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2021-09-16 08:02:18 |
|
|
10
|
-
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2021-
|
|
10
|
+
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2021-11-08 08:01:16 |
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2021-09-16 08:01:20 |
|
|
12
12
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2021-09-16 08:01:43 |
|
|
13
13
|
| api | [云 API](https://cloud.tencent.com/document/product/546) | 2021-04-25 10:09:57 |
|
|
14
|
-
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-
|
|
14
|
+
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-11-04 08:03:57 |
|
|
15
15
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-11-01 08:05:02 |
|
|
16
16
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-09-16 08:01:57 |
|
|
17
17
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-09-16 08:01:40 |
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2021-09-16 08:04:47 |
|
|
27
27
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
28
28
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2021-09-16 08:01:04 |
|
|
29
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2021-
|
|
29
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2021-11-09 08:07:07 |
|
|
30
30
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-09-16 08:05:04 |
|
|
31
31
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2021-09-16 08:03:51 |
|
|
32
32
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2021-10-27 08:03:51 |
|
|
33
33
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-11-01 08:06:08 |
|
|
34
34
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-11-02 08:03:22 |
|
|
35
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-11-
|
|
35
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-11-09 08:07:45 |
|
|
36
36
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-09-16 08:05:40 |
|
|
37
37
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-09-16 08:05:42 |
|
|
38
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-
|
|
38
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-11-04 08:05:50 |
|
|
39
39
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2021-09-16 08:05:46 |
|
|
40
40
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-09-30 08:02:25 |
|
|
41
41
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
@@ -43,15 +43,15 @@
|
|
|
43
43
|
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-11-02 08:04:08 |
|
|
44
44
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-11-02 08:04:16 |
|
|
45
45
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-09-16 08:14:35 |
|
|
46
|
-
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-
|
|
47
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-11-
|
|
46
|
+
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-11-08 08:03:47 |
|
|
47
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-11-08 08:03:49 |
|
|
48
48
|
| cme | [腾讯云剪](https://cloud.tencent.com/document/product/1156) | 2021-11-01 08:07:26 |
|
|
49
49
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2021-09-16 08:03:08 |
|
|
50
50
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
51
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-
|
|
51
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-11-05 08:05:28 |
|
|
52
52
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
53
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-11-
|
|
54
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-11-
|
|
53
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-11-04 08:07:03 |
|
|
54
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-11-09 08:09:18 |
|
|
55
55
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
56
56
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2021-10-27 08:06:08 |
|
|
57
57
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2021-09-16 08:06:18 |
|
|
@@ -64,15 +64,15 @@
|
|
|
64
64
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2021-09-16 08:06:55 |
|
|
65
65
|
| ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2021-09-16 08:06:57 |
|
|
66
66
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2021-09-16 08:00:16 |
|
|
67
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2021-09
|
|
67
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2021-11-09 08:10:46 |
|
|
68
68
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-09-16 08:07:05 |
|
|
69
69
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-10-13 08:06:59 |
|
|
70
70
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-10-27 08:07:01 |
|
|
71
|
-
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2021-
|
|
71
|
+
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2021-11-08 08:06:07 |
|
|
72
72
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2021-09-16 08:00:40 |
|
|
73
73
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2021-09-16 08:07:07 |
|
|
74
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-
|
|
75
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2021-
|
|
74
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-11-08 08:06:16 |
|
|
75
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2021-11-08 08:06:21 |
|
|
76
76
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2021-09-16 08:07:14 |
|
|
77
77
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-10-29 08:05:31 |
|
|
78
78
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-09-24 09:57:29 |
|
|
@@ -91,10 +91,10 @@
|
|
|
91
91
|
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2021-10-29 08:06:21 |
|
|
92
92
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2021-09-16 08:07:49 |
|
|
93
93
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2021-07-21 08:06:35 |
|
|
94
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-
|
|
94
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-11-09 08:12:26 |
|
|
95
95
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-09-16 08:08:06 |
|
|
96
96
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-09-16 08:03:15 |
|
|
97
|
-
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-
|
|
97
|
+
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-11-03 08:12:03 |
|
|
98
98
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-09-16 08:08:09 |
|
|
99
99
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-10-20 08:12:10 |
|
|
100
100
|
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-10-21 11:29:49 |
|
|
@@ -114,19 +114,19 @@
|
|
|
114
114
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-09-16 08:14:38 |
|
|
115
115
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
116
116
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-09-24 10:00:20 |
|
|
117
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-
|
|
117
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-11-09 08:13:57 |
|
|
118
118
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-10-25 11:36:50 |
|
|
119
119
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-09-16 08:09:23 |
|
|
120
120
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-09-16 08:00:11 |
|
|
121
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-
|
|
121
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-11-04 08:11:48 |
|
|
122
122
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-09-16 08:00:52 |
|
|
123
123
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2021-10-27 08:10:34 |
|
|
124
|
-
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-
|
|
124
|
+
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-11-04 08:12:00 |
|
|
125
125
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-09-16 08:13:45 |
|
|
126
126
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-09-16 08:02:24 |
|
|
127
127
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-09-27 08:15:19 |
|
|
128
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-11-
|
|
129
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-
|
|
128
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-11-08 08:09:22 |
|
|
129
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-11-05 08:10:48 |
|
|
130
130
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-09-16 08:04:09 |
|
|
131
131
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2021-10-27 08:10:57 |
|
|
132
132
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2021-09-16 08:09:52 |
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2021-09-16 08:01:50 |
|
|
138
138
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2021-09-16 08:03:57 |
|
|
139
139
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-09-16 08:13:47 |
|
|
140
|
-
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-11-
|
|
140
|
+
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-11-03 08:14:28 |
|
|
141
141
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-09-16 08:10:15 |
|
|
142
142
|
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-10-11 08:09:12 |
|
|
143
143
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
@@ -145,19 +145,19 @@
|
|
|
145
145
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
146
146
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2021-09-16 08:10:24 |
|
|
147
147
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2021-09-28 08:09:50 |
|
|
148
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-
|
|
148
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-11-09 08:15:23 |
|
|
149
149
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-09-16 08:01:55 |
|
|
150
150
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
151
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-
|
|
151
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-11-05 08:11:50 |
|
|
152
152
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-09-16 08:00:13 |
|
|
153
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-
|
|
153
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-11-09 08:15:48 |
|
|
154
154
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-10-29 08:10:14 |
|
|
155
155
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
156
156
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2021-09-16 08:01:33 |
|
|
157
157
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
158
158
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2021-09-16 08:10:45 |
|
|
159
159
|
| tiems | [智能钛弹性模型服务](https://cloud.tencent.com/document/product/1120) | 2021-09-16 08:10:47 |
|
|
160
|
-
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-
|
|
160
|
+
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-11-09 08:16:08 |
|
|
161
161
|
| tione | [智能钛机器学习平台](https://cloud.tencent.com/document/product/851) | 2021-09-16 08:03:04 |
|
|
162
162
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-10-29 08:10:34 |
|
|
163
163
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-11-02 08:12:02 |
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2021-09-16 08:02:16 |
|
|
166
166
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-10-11 08:10:28 |
|
|
167
167
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-10-29 08:10:53 |
|
|
168
|
-
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-
|
|
168
|
+
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-11-03 08:15:55 |
|
|
169
169
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2021-10-27 08:12:46 |
|
|
170
170
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2021-09-16 08:14:31 |
|
|
171
171
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2021-09-16 08:11:28 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.232"
|
|
@@ -145,6 +145,21 @@ export interface DescribeTaskStrategyRisksResponse {
|
|
|
145
145
|
RequestId?: string
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
+
/**
|
|
149
|
+
* 键值对
|
|
150
|
+
*/
|
|
151
|
+
export interface KeyValue {
|
|
152
|
+
/**
|
|
153
|
+
* 键名
|
|
154
|
+
*/
|
|
155
|
+
Key?: string
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* 键名对应值
|
|
159
|
+
*/
|
|
160
|
+
Value?: string
|
|
161
|
+
}
|
|
162
|
+
|
|
148
163
|
/**
|
|
149
164
|
* 风险实例字段描述
|
|
150
165
|
*/
|
|
@@ -167,6 +182,12 @@ stringSlice : 字符串数组类型,例如["a", "b"]
|
|
|
167
182
|
tags: 标签类型, 例如: [{"Key":"kkk","Value":"vvv"},{"Key":"kkk2","Value":"vvv2"}]
|
|
168
183
|
*/
|
|
169
184
|
FieldType: string
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* 字段值对应字典
|
|
188
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
189
|
+
*/
|
|
190
|
+
FieldDict: Array<KeyValue>
|
|
170
191
|
}
|
|
171
192
|
|
|
172
193
|
/**
|
|
@@ -2553,7 +2553,7 @@ export interface DescribeCCTrendResponse {
|
|
|
2553
2553
|
Id: string
|
|
2554
2554
|
|
|
2555
2555
|
/**
|
|
2556
|
-
* 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值))]
|
|
2556
|
+
* 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值)),incount(请求次数), dropcount(攻击次数)]
|
|
2557
2557
|
*/
|
|
2558
2558
|
MetricName: string
|
|
2559
2559
|
|
|
@@ -3289,7 +3289,7 @@ export interface DescribeCCTrendRequest {
|
|
|
3289
3289
|
EndTime: string
|
|
3290
3290
|
|
|
3291
3291
|
/**
|
|
3292
|
-
* 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值))]
|
|
3292
|
+
* 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值)),incount(请求次数), dropcount(攻击次数)]
|
|
3293
3293
|
*/
|
|
3294
3294
|
MetricName: string
|
|
3295
3295
|
|
|
@@ -156,6 +156,12 @@ export interface Service {
|
|
|
156
156
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
157
157
|
*/
|
|
158
158
|
SetType: string
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* 服务部署的集群类型
|
|
162
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
163
|
+
*/
|
|
164
|
+
DeploymentType: string
|
|
159
165
|
}
|
|
160
166
|
|
|
161
167
|
/**
|
|
@@ -1516,6 +1522,18 @@ export interface DescribeServiceResponse {
|
|
|
1516
1522
|
*/
|
|
1517
1523
|
SetType: string
|
|
1518
1524
|
|
|
1525
|
+
/**
|
|
1526
|
+
* 服务部署的集群类型
|
|
1527
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1528
|
+
*/
|
|
1529
|
+
DeploymentType: string
|
|
1530
|
+
|
|
1531
|
+
/**
|
|
1532
|
+
* 特殊用途
|
|
1533
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1534
|
+
*/
|
|
1535
|
+
SpecialUse: string
|
|
1536
|
+
|
|
1519
1537
|
/**
|
|
1520
1538
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1521
1539
|
*/
|
|
@@ -658,7 +658,7 @@ export interface ListUsersForGroupRequest {
|
|
|
658
658
|
*/
|
|
659
659
|
export interface RemoveUserFromGroupRequest {
|
|
660
660
|
/**
|
|
661
|
-
* 要删除的用户 UID和用户组 ID对应数组
|
|
661
|
+
* 要删除的用户 UIN/UID和用户组 ID对应数组
|
|
662
662
|
*/
|
|
663
663
|
Info: Array<GroupIdOfUidInfo>
|
|
664
664
|
}
|
|
@@ -805,15 +805,20 @@ export interface OffsiteFlag {
|
|
|
805
805
|
* 子用户和用户组关联信息
|
|
806
806
|
*/
|
|
807
807
|
export interface GroupIdOfUidInfo {
|
|
808
|
+
/**
|
|
809
|
+
* 用户组 ID
|
|
810
|
+
*/
|
|
811
|
+
GroupId: number
|
|
812
|
+
|
|
808
813
|
/**
|
|
809
814
|
* 子用户 UID
|
|
810
815
|
*/
|
|
811
|
-
Uid
|
|
816
|
+
Uid?: number
|
|
812
817
|
|
|
813
818
|
/**
|
|
814
|
-
*
|
|
819
|
+
* 子用户 Uin,Uid和Uin至少有一个必填
|
|
815
820
|
*/
|
|
816
|
-
|
|
821
|
+
Uin?: number
|
|
817
822
|
}
|
|
818
823
|
|
|
819
824
|
/**
|
|
@@ -2425,7 +2430,7 @@ export interface SetDefaultPolicyVersionRequest {
|
|
|
2425
2430
|
*/
|
|
2426
2431
|
export interface AddUserToGroupRequest {
|
|
2427
2432
|
/**
|
|
2428
|
-
* 添加的子用户 UID 和用户组 ID 关联关系
|
|
2433
|
+
* 添加的子用户 UIN/UID 和用户组 ID 关联关系
|
|
2429
2434
|
*/
|
|
2430
2435
|
Info: Array<GroupIdOfUidInfo>
|
|
2431
2436
|
}
|
|
@@ -48,6 +48,7 @@ import {
|
|
|
48
48
|
UpdatePayTypeRequest,
|
|
49
49
|
SpecificConfig,
|
|
50
50
|
DescribeTopDataRequest,
|
|
51
|
+
DescribeScdnBotDataResponse,
|
|
51
52
|
RequestHeader,
|
|
52
53
|
DescribePurgeQuotaRequest,
|
|
53
54
|
DisableCachesResponse,
|
|
@@ -95,7 +96,7 @@ import {
|
|
|
95
96
|
DeleteClsLogTopicRequest,
|
|
96
97
|
UserAgentFilter,
|
|
97
98
|
ListTopCcDataRequest,
|
|
98
|
-
|
|
99
|
+
ReportData,
|
|
99
100
|
DeleteScdnDomainRequest,
|
|
100
101
|
DescribeDistrictIspDataResponse,
|
|
101
102
|
DescribeCdnOriginIpRequest,
|
|
@@ -119,7 +120,7 @@ import {
|
|
|
119
120
|
BotCookie,
|
|
120
121
|
DescribeCdnIpRequest,
|
|
121
122
|
Ipv6,
|
|
122
|
-
|
|
123
|
+
BotStats,
|
|
123
124
|
DescribeTrafficPackagesRequest,
|
|
124
125
|
StatusCodeCache,
|
|
125
126
|
DescribeIpVisitResponse,
|
|
@@ -144,6 +145,7 @@ import {
|
|
|
144
145
|
SearchClsLogResponse,
|
|
145
146
|
CreateScdnLogTaskResponse,
|
|
146
147
|
ScdnEventLogConditions,
|
|
148
|
+
ScdnAclConfig,
|
|
147
149
|
WebSocket,
|
|
148
150
|
MapInfo,
|
|
149
151
|
DescribeCertDomainsResponse,
|
|
@@ -275,9 +277,10 @@ import {
|
|
|
275
277
|
DDoSAttackBandwidthData,
|
|
276
278
|
OriginPullOptimization,
|
|
277
279
|
ErrorPage,
|
|
280
|
+
StartCdnDomainRequest,
|
|
278
281
|
PushTask,
|
|
279
282
|
CreateEdgePackTaskResponse,
|
|
280
|
-
|
|
283
|
+
BotStatsDetailData,
|
|
281
284
|
DescribeScdnConfigResponse,
|
|
282
285
|
DescribePushQuotaRequest,
|
|
283
286
|
TopDetailData,
|
|
@@ -294,6 +297,7 @@ import {
|
|
|
294
297
|
ListTopDataResponse,
|
|
295
298
|
MaxAge,
|
|
296
299
|
UpdateDomainConfigResponse,
|
|
300
|
+
WafSubRuleStatus,
|
|
297
301
|
OssPrivateAccess,
|
|
298
302
|
LogSetInfo,
|
|
299
303
|
ListDiagnoseReportResponse,
|
|
@@ -309,7 +313,7 @@ import {
|
|
|
309
313
|
ClsSearchLogs,
|
|
310
314
|
DescribeUrlViolationsResponse,
|
|
311
315
|
IpFilter,
|
|
312
|
-
|
|
316
|
+
DescribeScdnBotDataRequest,
|
|
313
317
|
DiagnoseUnit,
|
|
314
318
|
DiagnoseInfo,
|
|
315
319
|
DescribeScdnBotRecordsResponse,
|
|
@@ -1118,6 +1122,16 @@ export class Client extends AbstractClient {
|
|
|
1118
1122
|
return this.request("DescribeDistrictIspData", req, cb)
|
|
1119
1123
|
}
|
|
1120
1124
|
|
|
1125
|
+
/**
|
|
1126
|
+
* 获取BOT统计数据列表
|
|
1127
|
+
*/
|
|
1128
|
+
async DescribeScdnBotData(
|
|
1129
|
+
req: DescribeScdnBotDataRequest,
|
|
1130
|
+
cb?: (error: string, rep: DescribeScdnBotDataResponse) => void
|
|
1131
|
+
): Promise<DescribeScdnBotDataResponse> {
|
|
1132
|
+
return this.request("DescribeScdnBotData", req, cb)
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1121
1135
|
/**
|
|
1122
1136
|
* 本接口(UpdatePayType)用于修改账号计费类型,暂不支持月结用户或子账号修改。
|
|
1123
1137
|
*/
|
|
@@ -1022,6 +1022,26 @@ request:Metric 为 host 时指代访问请求数
|
|
|
1022
1022
|
Product?: string
|
|
1023
1023
|
}
|
|
1024
1024
|
|
|
1025
|
+
/**
|
|
1026
|
+
* DescribeScdnBotData返回参数结构体
|
|
1027
|
+
*/
|
|
1028
|
+
export interface DescribeScdnBotDataResponse {
|
|
1029
|
+
/**
|
|
1030
|
+
* 统计信息详细数据
|
|
1031
|
+
*/
|
|
1032
|
+
Data: Array<BotStats>
|
|
1033
|
+
|
|
1034
|
+
/**
|
|
1035
|
+
* 当前返回数据的粒度,取值:"2min"或者"hour",分别表示2分钟或者1小时粒度
|
|
1036
|
+
*/
|
|
1037
|
+
Interval: string
|
|
1038
|
+
|
|
1039
|
+
/**
|
|
1040
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1041
|
+
*/
|
|
1042
|
+
RequestId?: string
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1025
1045
|
/**
|
|
1026
1046
|
* 自定义请求头配置,默认为关闭状态
|
|
1027
1047
|
*/
|
|
@@ -2581,14 +2601,38 @@ ecdn表示ECDN数据
|
|
|
2581
2601
|
}
|
|
2582
2602
|
|
|
2583
2603
|
/**
|
|
2584
|
-
*
|
|
2604
|
+
* CDN报表数据
|
|
2585
2605
|
*/
|
|
2586
|
-
export interface
|
|
2606
|
+
export interface ReportData {
|
|
2587
2607
|
/**
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2608
|
+
* 项目ID/域名ID。
|
|
2609
|
+
*/
|
|
2610
|
+
ResourceId: string
|
|
2611
|
+
|
|
2612
|
+
/**
|
|
2613
|
+
* 项目名称/域名。
|
|
2614
|
+
*/
|
|
2615
|
+
Resource: string
|
|
2616
|
+
|
|
2617
|
+
/**
|
|
2618
|
+
* 流量总和/带宽最大值,单位分别为bytes,bps。
|
|
2619
|
+
*/
|
|
2620
|
+
Value: number
|
|
2621
|
+
|
|
2622
|
+
/**
|
|
2623
|
+
* 单个资源占总体百分比。
|
|
2624
|
+
*/
|
|
2625
|
+
Percentage: number
|
|
2626
|
+
|
|
2627
|
+
/**
|
|
2628
|
+
* 计费流量总和/计费带宽最大值,单位分别为bytes,bps。
|
|
2629
|
+
*/
|
|
2630
|
+
BillingValue: number
|
|
2631
|
+
|
|
2632
|
+
/**
|
|
2633
|
+
* 计费数值占总体百分比。
|
|
2634
|
+
*/
|
|
2635
|
+
BillingPercentage: number
|
|
2592
2636
|
}
|
|
2593
2637
|
|
|
2594
2638
|
/**
|
|
@@ -3208,6 +3252,12 @@ disabled:未启用
|
|
|
3208
3252
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3209
3253
|
*/
|
|
3210
3254
|
Region: number
|
|
3255
|
+
|
|
3256
|
+
/**
|
|
3257
|
+
* 流量包类型id
|
|
3258
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3259
|
+
*/
|
|
3260
|
+
ConfigId: number
|
|
3211
3261
|
}
|
|
3212
3262
|
|
|
3213
3263
|
/**
|
|
@@ -3269,18 +3319,18 @@ export interface Ipv6 {
|
|
|
3269
3319
|
}
|
|
3270
3320
|
|
|
3271
3321
|
/**
|
|
3272
|
-
*
|
|
3322
|
+
* BOT统计结果数据
|
|
3273
3323
|
*/
|
|
3274
|
-
export interface
|
|
3324
|
+
export interface BotStats {
|
|
3275
3325
|
/**
|
|
3276
|
-
*
|
|
3326
|
+
* 指标名称
|
|
3277
3327
|
*/
|
|
3278
|
-
|
|
3328
|
+
Metric: string
|
|
3279
3329
|
|
|
3280
3330
|
/**
|
|
3281
|
-
*
|
|
3331
|
+
* 指标详细数据
|
|
3282
3332
|
*/
|
|
3283
|
-
|
|
3333
|
+
DetailData: Array<BotStatsDetailData>
|
|
3284
3334
|
}
|
|
3285
3335
|
|
|
3286
3336
|
/**
|
|
@@ -4408,6 +4458,34 @@ export interface ScdnEventLogConditions {
|
|
|
4408
4458
|
Value: string
|
|
4409
4459
|
}
|
|
4410
4460
|
|
|
4461
|
+
/**
|
|
4462
|
+
* SCDN访问控制
|
|
4463
|
+
*/
|
|
4464
|
+
export interface ScdnAclConfig {
|
|
4465
|
+
/**
|
|
4466
|
+
* 是否开启,on | off
|
|
4467
|
+
*/
|
|
4468
|
+
Switch: string
|
|
4469
|
+
|
|
4470
|
+
/**
|
|
4471
|
+
* 新版本请使用AdvancedScriptData
|
|
4472
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4473
|
+
*/
|
|
4474
|
+
ScriptData?: Array<ScdnAclGroup>
|
|
4475
|
+
|
|
4476
|
+
/**
|
|
4477
|
+
* 错误页面配置
|
|
4478
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4479
|
+
*/
|
|
4480
|
+
ErrorPage?: ScdnErrorPage
|
|
4481
|
+
|
|
4482
|
+
/**
|
|
4483
|
+
* Acl规则组,switch为on时必填
|
|
4484
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4485
|
+
*/
|
|
4486
|
+
AdvancedScriptData?: Array<AdvancedScdnAclGroup>
|
|
4487
|
+
}
|
|
4488
|
+
|
|
4411
4489
|
/**
|
|
4412
4490
|
* WebSocket配置
|
|
4413
4491
|
*/
|
|
@@ -8631,6 +8709,17 @@ off:关闭
|
|
|
8631
8709
|
PageRules?: Array<ErrorPageRule>
|
|
8632
8710
|
}
|
|
8633
8711
|
|
|
8712
|
+
/**
|
|
8713
|
+
* StartCdnDomain请求参数结构体
|
|
8714
|
+
*/
|
|
8715
|
+
export interface StartCdnDomainRequest {
|
|
8716
|
+
/**
|
|
8717
|
+
* 域名
|
|
8718
|
+
域名状态需要为【已停用】
|
|
8719
|
+
*/
|
|
8720
|
+
Domain: string
|
|
8721
|
+
}
|
|
8722
|
+
|
|
8634
8723
|
/**
|
|
8635
8724
|
* 预热任务详情
|
|
8636
8725
|
*/
|
|
@@ -8690,38 +8779,18 @@ export interface CreateEdgePackTaskResponse {
|
|
|
8690
8779
|
}
|
|
8691
8780
|
|
|
8692
8781
|
/**
|
|
8693
|
-
*
|
|
8782
|
+
* BOT统计结果数据详细数据
|
|
8694
8783
|
*/
|
|
8695
|
-
export interface
|
|
8784
|
+
export interface BotStatsDetailData {
|
|
8696
8785
|
/**
|
|
8697
|
-
*
|
|
8698
|
-
*/
|
|
8699
|
-
ResourceId: string
|
|
8700
|
-
|
|
8701
|
-
/**
|
|
8702
|
-
* 项目名称/域名。
|
|
8786
|
+
* 时间
|
|
8703
8787
|
*/
|
|
8704
|
-
|
|
8788
|
+
Time: string
|
|
8705
8789
|
|
|
8706
8790
|
/**
|
|
8707
|
-
*
|
|
8791
|
+
* 数据值
|
|
8708
8792
|
*/
|
|
8709
8793
|
Value: number
|
|
8710
|
-
|
|
8711
|
-
/**
|
|
8712
|
-
* 单个资源占总体百分比。
|
|
8713
|
-
*/
|
|
8714
|
-
Percentage: number
|
|
8715
|
-
|
|
8716
|
-
/**
|
|
8717
|
-
* 计费流量总和/计费带宽最大值,单位分别为bytes,bps。
|
|
8718
|
-
*/
|
|
8719
|
-
BillingValue: number
|
|
8720
|
-
|
|
8721
|
-
/**
|
|
8722
|
-
* 计费数值占总体百分比。
|
|
8723
|
-
*/
|
|
8724
|
-
BillingPercentage: number
|
|
8725
8794
|
}
|
|
8726
8795
|
|
|
8727
8796
|
/**
|
|
@@ -9075,6 +9144,21 @@ export interface UpdateDomainConfigResponse {
|
|
|
9075
9144
|
RequestId?: string
|
|
9076
9145
|
}
|
|
9077
9146
|
|
|
9147
|
+
/**
|
|
9148
|
+
* Waf子规则开关状态
|
|
9149
|
+
*/
|
|
9150
|
+
export interface WafSubRuleStatus {
|
|
9151
|
+
/**
|
|
9152
|
+
* 子规则状态,on|off
|
|
9153
|
+
*/
|
|
9154
|
+
Switch: string
|
|
9155
|
+
|
|
9156
|
+
/**
|
|
9157
|
+
* 规则id列表
|
|
9158
|
+
*/
|
|
9159
|
+
SubIds: Array<number>
|
|
9160
|
+
}
|
|
9161
|
+
|
|
9078
9162
|
/**
|
|
9079
9163
|
* oss回源鉴权
|
|
9080
9164
|
*/
|
|
@@ -9441,31 +9525,33 @@ blacklist:黑名单
|
|
|
9441
9525
|
}
|
|
9442
9526
|
|
|
9443
9527
|
/**
|
|
9444
|
-
*
|
|
9528
|
+
* DescribeScdnBotData请求参数结构体
|
|
9445
9529
|
*/
|
|
9446
|
-
export interface
|
|
9530
|
+
export interface DescribeScdnBotDataRequest {
|
|
9447
9531
|
/**
|
|
9448
|
-
*
|
|
9532
|
+
* 开始时间
|
|
9449
9533
|
*/
|
|
9450
|
-
|
|
9534
|
+
StartTime: string
|
|
9451
9535
|
|
|
9452
9536
|
/**
|
|
9453
|
-
|
|
9454
|
-
|
|
9455
|
-
|
|
9456
|
-
ScriptData?: Array<ScdnAclGroup>
|
|
9537
|
+
* 结束时间
|
|
9538
|
+
*/
|
|
9539
|
+
EndTime: string
|
|
9457
9540
|
|
|
9458
9541
|
/**
|
|
9459
|
-
|
|
9460
|
-
|
|
9461
|
-
|
|
9462
|
-
ErrorPage?: ScdnErrorPage
|
|
9542
|
+
* mainland 大陆地区 overseas境外地区
|
|
9543
|
+
*/
|
|
9544
|
+
Area: string
|
|
9463
9545
|
|
|
9464
9546
|
/**
|
|
9465
|
-
|
|
9466
|
-
|
|
9467
|
-
|
|
9468
|
-
|
|
9547
|
+
* 取值:"2min"或者"hour",表示查询2分钟或者1小时粒度的数据,如果查询时间范围>1天,则强制返回1小时粒度数据
|
|
9548
|
+
*/
|
|
9549
|
+
Interval?: string
|
|
9550
|
+
|
|
9551
|
+
/**
|
|
9552
|
+
* 域名数组,多选域名时,使用此参数,不填写表示查询所有域名的数据(AppID维度数据)
|
|
9553
|
+
*/
|
|
9554
|
+
Domains?: Array<string>
|
|
9469
9555
|
}
|
|
9470
9556
|
|
|
9471
9557
|
/**
|