tencentcloud-sdk-nodejs-teo 4.0.516 → 4.0.518

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.
@@ -28,262 +28,10 @@ class Client extends TencentCloudCommon.AbstractClient {
28
28
  super("teo.tencentcloudapi.com", "2022-09-01", clientConfig);
29
29
  }
30
30
  /**
31
- * 创建清除缓存任务
32
- */
33
- async CreatePurgeTask(req, cb) {
34
- return this.request("CreatePurgeTask", req, cb);
35
- }
36
- /**
37
- * 本接口(DescribeBotClientIpList)用于查询Bot攻击客户端Ip信息列表。
38
- */
39
- async DescribeBotClientIpList(req, cb) {
40
- return this.request("DescribeBotClientIpList", req, cb);
41
- }
42
- /**
43
- * 为未购买套餐的站点购买套餐
44
- */
45
- async CreatePlanForZone(req, cb) {
46
- return this.request("CreatePlanForZone", req, cb);
47
- }
48
- /**
49
- * 查询内容管理接口配额
50
- */
51
- async DescribeContentQuota(req, cb) {
52
- return this.request("DescribeContentQuota", req, cb);
53
- }
54
- /**
55
- * 获取托管规则组
56
- */
57
- async DescribeSecurityGroupManagedRules(req, cb) {
58
- return this.request("DescribeSecurityGroupManagedRules", req, cb);
59
- }
60
- /**
61
- * 本接口(DescribeWebProtectionAttackEvents)用于查询CC相关攻击事件列表。
62
- */
63
- async DescribeWebProtectionAttackEvents(req, cb) {
64
- return this.request("DescribeWebProtectionAttackEvents", req, cb);
65
- }
66
- /**
67
- * 查询站点的验证信息。
68
- */
69
- async DescribeIdentifications(req, cb) {
70
- return this.request("DescribeIdentifications", req, cb);
71
- }
72
- /**
73
- * 修改站点信息。
74
- */
75
- async ModifyZone(req, cb) {
76
- return this.request("ModifyZone", req, cb);
77
- }
78
- /**
79
- * 域名DDoS高可用开关
80
- */
81
- async ModifyDDoSPolicyHost(req, cb) {
82
- return this.request("ModifyDDoSPolicyHost", req, cb);
83
- }
84
- /**
85
- * 本接口(DescribeTimingL4AccessData)用于查询四层连接数的时序数据列表。
86
- */
87
- async DescribeTimingL4AccessData(req, cb) {
88
- return this.request("DescribeTimingL4AccessData", req, cb);
89
- }
90
- /**
91
- * 用于验证站点所有权。
92
- */
93
- async IdentifyZone(req, cb) {
94
- return this.request("IdentifyZone", req, cb);
95
- }
96
- /**
97
- * 查询默认证书列表
98
- */
99
- async DescribeDefaultCertificates(req, cb) {
100
- return this.request("DescribeDefaultCertificates", req, cb);
101
- }
102
- /**
103
- * 修改源站组
104
- */
105
- async ModifyOriginGroup(req, cb) {
106
- return this.request("ModifyOriginGroup", req, cb);
107
- }
108
- /**
109
- * 修改规则引擎规则。
110
- */
111
- async ModifyRule(req, cb) {
112
- return this.request("ModifyRule", req, cb);
113
- }
114
- /**
115
- * 本接口(ModifyLogTopicTask)用于修改日志推送任务信息。
116
- */
117
- async ModifyLogTopicTask(req, cb) {
118
- return this.request("ModifyLogTopicTask", req, cb);
119
- }
120
- /**
121
- * 查询Bot用户画像规则
122
- */
123
- async DescribeSecurityPortraitRules(req, cb) {
124
- return this.request("DescribeSecurityPortraitRules", req, cb);
125
- }
126
- /**
127
- * 删除应用代理
128
- */
129
- async DeleteApplicationProxy(req, cb) {
130
- return this.request("DeleteApplicationProxy", req, cb);
131
- }
132
- /**
133
- * 本接口(DescribeWebManagedRulesLog)用于查询Web攻击日志。
134
- */
135
- async DescribeWebManagedRulesLog(req, cb) {
136
- return this.request("DescribeWebManagedRulesLog", req, cb);
137
- }
138
- /**
139
- * 用于创建COS回源私有凭证
140
- */
141
- async CreateCredential(req, cb) {
142
- return this.request("CreateCredential", req, cb);
143
- }
144
- /**
145
- * 本接口(DownloadL7Logs)下载七层离线日志。
146
- */
147
- async DownloadL7Logs(req, cb) {
148
- return this.request("DownloadL7Logs", req, cb);
149
- }
150
- /**
151
- * 删除应用代理规则
152
- */
153
- async DeleteApplicationProxyRule(req, cb) {
154
- return this.request("DeleteApplicationProxyRule", req, cb);
155
- }
156
- /**
157
- * 本接口(DescribeWebProtectionData)用于查询CC防护时序数据。
158
- */
159
- async DescribeWebProtectionData(req, cb) {
160
- return this.request("DescribeWebProtectionData", req, cb);
161
- }
162
- /**
163
- * 本接口(DescribeDDoSAttackSourceEvent)用于查询DDoS攻击源信息列表。
164
- */
165
- async DescribeDDoSAttackSourceEvent(req, cb) {
166
- return this.request("DescribeDDoSAttackSourceEvent", req, cb);
167
- }
168
- /**
169
- * 本接口(CreateClsLog)用于创建CLS日志集。
170
- */
171
- async CreateLogSet(req, cb) {
172
- return this.request("CreateLogSet", req, cb);
173
- }
174
- /**
175
- * 当客户取回站定的同时会取回此站点下关联的别称域名,此时入参为ZoneId;当客户接入站点发现已被别称域名接入时通过验证之后可取回域名,此时入参为ZoneName。
176
- */
177
- async ReclaimAliasDomain(req, cb) {
178
- return this.request("ReclaimAliasDomain", req, cb);
179
- }
180
- /**
181
- * 本接口(ModifyAlarmConfig)用于修改用户告警配置。
182
- */
183
- async ModifyAlarmConfig(req, cb) {
184
- return this.request("ModifyAlarmConfig", req, cb);
185
- }
186
- /**
187
- * 本接口(DeleteLogTopicTask)用于删除日志推送任务。
188
- */
189
- async DeleteLogTopicTask(req, cb) {
190
- return this.request("DeleteLogTopicTask", req, cb);
191
- }
192
- /**
193
- * 创建预热任务
194
- */
195
- async CreatePrefetchTask(req, cb) {
196
- return this.request("CreatePrefetchTask", req, cb);
197
- }
198
- /**
199
- * 删除别称域名。
200
- */
201
- async DeleteAliasDomain(req, cb) {
202
- return this.request("DeleteAliasDomain", req, cb);
203
- }
204
- /**
205
- * 本接口(DescribeOverviewL7Data)用于查询七层监控类时序流量数据。
206
- */
207
- async DescribeOverviewL7Data(req, cb) {
208
- return this.request("DescribeOverviewL7Data", req, cb);
209
- }
210
- /**
211
- * 本接口(DescribeAddableEntityList)用于查询剩余可添加的日志推送实体列表。
212
- */
213
- async DescribeAddableEntityList(req, cb) {
214
- return this.request("DescribeAddableEntityList", req, cb);
215
- }
216
- /**
217
- * 校验证书
218
- */
219
- async CheckCertificate(req, cb) {
220
- return this.request("CheckCertificate", req, cb);
221
- }
222
- /**
223
- * 创建刷新/预热重放任务
224
- */
225
- async CreateReplayTask(req, cb) {
226
- return this.request("CreateReplayTask", req, cb);
227
- }
228
- /**
229
- * 查询站点拨测配额
230
- */
231
- async DescribeSpeedTestingQuota(req, cb) {
232
- return this.request("DescribeSpeedTestingQuota", req, cb);
233
- }
234
- /**
235
- * 对用户指定的域名进行一次站点拨测
236
- */
237
- async CreateSpeedTesting(req, cb) {
238
- return this.request("CreateSpeedTesting", req, cb);
239
- }
240
- /**
241
- * 查询所有地域信息
242
- */
243
- async DescribeSecurityPolicyRegions(req, cb) {
244
- return this.request("DescribeSecurityPolicyRegions", req, cb);
245
- }
246
- /**
247
- * 查询站点拨测结果
248
- */
249
- async DescribeSpeedTestingMetricData(req, cb) {
250
- return this.request("DescribeSpeedTestingMetricData", req, cb);
251
- }
252
- /**
253
- * 用于修改站点配置
254
- */
255
- async ModifyZoneSetting(req, cb) {
256
- return this.request("ModifyZoneSetting", req, cb);
257
- }
258
- /**
259
- * 本接口(DescribeDDoSMajorAttackEvent)用于查询DDoS主攻击事件列表。
260
- */
261
- async DescribeDDoSMajorAttackEvent(req, cb) {
262
- return this.request("DescribeDDoSMajorAttackEvent", req, cb);
263
- }
264
- /**
265
- * 修改应用代理规则的状态
266
- */
267
- async ModifyApplicationProxyRuleStatus(req, cb) {
268
- return this.request("ModifyApplicationProxyRuleStatus", req, cb);
269
- }
270
- /**
271
- * 查询全部安全实例
272
- */
273
- async DescribeSecurityPolicyList(req, cb) {
274
- return this.request("DescribeSecurityPolicyList", req, cb);
275
- }
276
- /**
277
- * 查询预热任务状态
278
- */
279
- async DescribePrefetchTasks(req, cb) {
280
- return this.request("DescribePrefetchTasks", req, cb);
281
- }
282
- /**
283
- * 创建自定义拦截页面。
31
+ * 修改应用代理规则
284
32
  */
285
- async CreateSecurityDropPage(req, cb) {
286
- return this.request("CreateSecurityDropPage", req, cb);
33
+ async ModifyApplicationProxyRule(req, cb) {
34
+ return this.request("ModifyApplicationProxyRule", req, cb);
287
35
  }
288
36
  /**
289
37
  * 删除源站组
@@ -292,16 +40,22 @@ class Client extends TencentCloudCommon.AbstractClient {
292
40
  return this.request("DeleteOriginGroup", req, cb);
293
41
  }
294
42
  /**
295
- * 更新源站防护IP白名单
43
+ * 删除站点。
296
44
  */
297
- async UpdateOriginProtectionIPWhitelist(req, cb) {
298
- return this.request("UpdateOriginProtectionIPWhitelist", req, cb);
45
+ async DeleteZone(req, cb) {
46
+ return this.request("DeleteZone", req, cb);
299
47
  }
300
48
  /**
301
- * 本接口(DownloadL4Logs)用于下载四层离线日志。
49
+ * 创建清除缓存任务
302
50
  */
303
- async DownloadL4Logs(req, cb) {
304
- return this.request("DownloadL4Logs", req, cb);
51
+ async CreatePurgeTask(req, cb) {
52
+ return this.request("CreatePurgeTask", req, cb);
53
+ }
54
+ /**
55
+ * 创建源站组
56
+ */
57
+ async CreateOriginGroup(req, cb) {
58
+ return this.request("CreateOriginGroup", req, cb);
305
59
  }
306
60
  /**
307
61
  * 查询清除缓存历史记录
@@ -310,10 +64,10 @@ class Client extends TencentCloudCommon.AbstractClient {
310
64
  return this.request("DescribePurgeTasks", req, cb);
311
65
  }
312
66
  /**
313
- * 本接口(CreateLogTopicTask)用于创建日志推送任务。
67
+ * 用于修改站点配置
314
68
  */
315
- async CreateLogTopicTask(req, cb) {
316
- return this.request("CreateLogTopicTask", req, cb);
69
+ async ModifyZoneSetting(req, cb) {
70
+ return this.request("ModifyZoneSetting", req, cb);
317
71
  }
318
72
  /**
319
73
  * 本接口(DescribeTimingL7CacheData)用于查询七层缓存分析时序类流量数据。
@@ -322,136 +76,76 @@ class Client extends TencentCloudCommon.AbstractClient {
322
76
  return this.request("DescribeTimingL7CacheData", req, cb);
323
77
  }
324
78
  /**
325
- * 本接口(DescribeBotData)查询Bot攻击时序数据。
326
- */
327
- async DescribeBotData(req, cb) {
328
- return this.request("DescribeBotData", req, cb);
329
- }
330
- /**
331
- * 创建别称域名。
332
- */
333
- async CreateAliasDomain(req, cb) {
334
- return this.request("CreateAliasDomain", req, cb);
335
- }
336
- /**
337
- * 本接口(DescribeWebProtectionHitRuleDetail)用于查询CC防护命中规则详情列表。
338
- */
339
- async DescribeWebProtectionHitRuleDetail(req, cb) {
340
- return this.request("DescribeWebProtectionHitRuleDetail", req, cb);
341
- }
342
- /**
343
- * 修改别称域名状态。
344
- */
345
- async ModifyAliasDomainStatus(req, cb) {
346
- return this.request("ModifyAliasDomainStatus", req, cb);
347
- }
348
- /**
349
- * 本接口(DescribeTopL7CacheData)用于查询七层缓存分析topN流量数据。
350
- */
351
- async DescribeTopL7CacheData(req, cb) {
352
- return this.request("DescribeTopL7CacheData", req, cb);
353
- }
354
- /**
355
- * 本接口(DescribeTimingL4Data)用于查询四层时序流量数据列表。
356
- */
357
- async DescribeTimingL4Data(req, cb) {
358
- return this.request("DescribeTimingL4Data", req, cb);
359
- }
360
- /**
361
- * 查询安全规则详情
362
- */
363
- async DescribeSecurityRuleId(req, cb) {
364
- return this.request("DescribeSecurityRuleId", req, cb);
365
- }
366
- /**
367
- * 本接口(DescribeTopL7AnalysisData)用于查询七层流量前topN的数据。
368
- */
369
- async DescribeTopL7AnalysisData(req, cb) {
370
- return this.request("DescribeTopL7AnalysisData", req, cb);
371
- }
372
- /**
373
- * 修改Web&Bot安全配置。
374
- */
375
- async ModifySecurityPolicy(req, cb) {
376
- return this.request("ModifySecurityPolicy", req, cb);
377
- }
378
- /**
379
- * 本接口(DescribeLogTopicTaskDetail)用于获取日志推送任务详细信息。
380
- */
381
- async DescribeLogTopicTaskDetail(req, cb) {
382
- return this.request("DescribeLogTopicTaskDetail", req, cb);
383
- }
384
- /**
385
- * 修改规则引擎规则优先级
79
+ * 用于查询拨测分地区数据
386
80
  */
387
- async ModifyRulePriority(req, cb) {
388
- return this.request("ModifyRulePriority", req, cb);
81
+ async DescribeSpeedTestingDetails(req, cb) {
82
+ return this.request("DescribeSpeedTestingDetails", req, cb);
389
83
  }
390
84
  /**
391
- * 将未绑定套餐的站点绑定到已有套餐
85
+ * 本接口(DescribeClientRuleList)用于查询封禁客户端信息列表。
392
86
  */
393
- async BindZoneToPlan(req, cb) {
394
- return this.request("BindZoneToPlan", req, cb);
87
+ async DescribeClientRuleList(req, cb) {
88
+ return this.request("DescribeClientRuleList", req, cb);
395
89
  }
396
90
  /**
397
- * 本接口(DescribeDDoSAttackEvent)用于查询DDoS攻击事件列表。
91
+ * 规则引擎创建规则。
398
92
  */
399
- async DescribeDDoSAttackEvent(req, cb) {
400
- return this.request("DescribeDDoSAttackEvent", req, cb);
93
+ async CreateRule(req, cb) {
94
+ return this.request("CreateRule", req, cb);
401
95
  }
402
96
  /**
403
- * 查询Bot托管规则
97
+ * 为未购买套餐的站点购买套餐
404
98
  */
405
- async DescribeBotManagedRules(req, cb) {
406
- return this.request("DescribeBotManagedRules", req, cb);
99
+ async CreatePlanForZone(req, cb) {
100
+ return this.request("CreatePlanForZone", req, cb);
407
101
  }
408
102
  /**
409
- * 修改应用代理的状态
103
+ * 查询内容管理接口配额
410
104
  */
411
- async ModifyApplicationProxyStatus(req, cb) {
412
- return this.request("ModifyApplicationProxyStatus", req, cb);
105
+ async DescribeContentQuota(req, cb) {
106
+ return this.request("DescribeContentQuota", req, cb);
413
107
  }
414
108
  /**
415
- * 本接口(DescribeTimingL7AnalysisData)查询七层数据分析类时序数据。
109
+ * 本接口(DownloadL4Logs)用于下载四层离线日志。
416
110
  */
417
- async DescribeTimingL7AnalysisData(req, cb) {
418
- return this.request("DescribeTimingL7AnalysisData", req, cb);
111
+ async DownloadL4Logs(req, cb) {
112
+ return this.request("DownloadL4Logs", req, cb);
419
113
  }
420
114
  /**
421
- * 查询应用代理列表。
115
+ * 修改应用代理
422
116
  */
423
- async DescribeApplicationProxies(req, cb) {
424
- return this.request("DescribeApplicationProxies", req, cb);
117
+ async ModifyApplicationProxy(req, cb) {
118
+ return this.request("ModifyApplicationProxy", req, cb);
425
119
  }
426
120
  /**
427
- * 本接口(DescribeClientRuleList)用于查询封禁客户端信息列表。
121
+ * 查询站点的验证信息。
428
122
  */
429
- async DescribeClientRuleList(req, cb) {
430
- return this.request("DescribeClientRuleList", req, cb);
123
+ async DescribeIdentifications(req, cb) {
124
+ return this.request("DescribeIdentifications", req, cb);
431
125
  }
432
126
  /**
433
- * 规则引擎创建规则。
127
+ * 用于用户接入新的站点。
434
128
  */
435
- async CreateRule(req, cb) {
436
- return this.request("CreateRule", req, cb);
129
+ async CreateZone(req, cb) {
130
+ return this.request("CreateZone", req, cb);
437
131
  }
438
132
  /**
439
- * 修改应用代理
133
+ * 修改站点信息。
440
134
  */
441
- async ModifyApplicationProxy(req, cb) {
442
- return this.request("ModifyApplicationProxy", req, cb);
135
+ async ModifyZone(req, cb) {
136
+ return this.request("ModifyZone", req, cb);
443
137
  }
444
138
  /**
445
- * 用于用户接入新的站点。
139
+ * 本接口(DescribeWebManagedRulesLog)用于查询Web攻击日志。
446
140
  */
447
- async CreateZone(req, cb) {
448
- return this.request("CreateZone", req, cb);
141
+ async DescribeWebManagedRulesLog(req, cb) {
142
+ return this.request("DescribeWebManagedRulesLog", req, cb);
449
143
  }
450
144
  /**
451
- * 本接口(DescribeDDoSAttackEventDetail)用于查询DDoS攻击事件详情。
145
+ * 用于查询域名配置信息
452
146
  */
453
- async DescribeDDoSAttackEventDetail(req, cb) {
454
- return this.request("DescribeDDoSAttackEventDetail", req, cb);
147
+ async DescribeHostsSetting(req, cb) {
148
+ return this.request("DescribeHostsSetting", req, cb);
455
149
  }
456
150
  /**
457
151
  * 本接口(DescribeWebProtectionClientIpList)用于查询CC防护客户端(攻击源)IP信息。
@@ -466,10 +160,10 @@ class Client extends TencentCloudCommon.AbstractClient {
466
160
  return this.request("DescribeAvailablePlans", req, cb);
467
161
  }
468
162
  /**
469
- * 查询所有DDoS防护分区
163
+ * 本接口(DescribeWebProtectionTopData)用于查询CC防护的Top数据。
470
164
  */
471
- async DescribeZoneDDoSPolicy(req, cb) {
472
- return this.request("DescribeZoneDDoSPolicy", req, cb);
165
+ async DescribeWebProtectionTopData(req, cb) {
166
+ return this.request("DescribeWebProtectionTopData", req, cb);
473
167
  }
474
168
  /**
475
169
  * 修改安全配置托管规则
@@ -478,22 +172,34 @@ class Client extends TencentCloudCommon.AbstractClient {
478
172
  return this.request("ModifySecurityWafGroupPolicy", req, cb);
479
173
  }
480
174
  /**
481
- * 本接口(DescribeDistributionL4AccessData)用于查询四层连接时长的时序数据。
175
+ * 用于验证站点所有权。
176
+ */
177
+ async IdentifyZone(req, cb) {
178
+ return this.request("IdentifyZone", req, cb);
179
+ }
180
+ /**
181
+ * 修改别称域名状态。
182
+ */
183
+ async ModifyAliasDomainStatus(req, cb) {
184
+ return this.request("ModifyAliasDomainStatus", req, cb);
185
+ }
186
+ /**
187
+ * 查询源站防护信息
482
188
  */
483
- async DescribeDistributionL4AccessData(req, cb) {
484
- return this.request("DescribeDistributionL4AccessData", req, cb);
189
+ async DescribeOriginProtection(req, cb) {
190
+ return this.request("DescribeOriginProtection", req, cb);
485
191
  }
486
192
  /**
487
- * 创建自定义规则的自定义页
193
+ * 查询默认证书列表
488
194
  */
489
- async CreateCustomErrorPage(req, cb) {
490
- return this.request("CreateCustomErrorPage", req, cb);
195
+ async DescribeDefaultCertificates(req, cb) {
196
+ return this.request("DescribeDefaultCertificates", req, cb);
491
197
  }
492
198
  /**
493
- * 修改DDoS防护分区配置
199
+ * 用于修改域名证书
494
200
  */
495
- async ModifyDDoSPolicy(req, cb) {
496
- return this.request("ModifyDDoSPolicy", req, cb);
201
+ async ModifyHostsCertificate(req, cb) {
202
+ return this.request("ModifyHostsCertificate", req, cb);
497
203
  }
498
204
  /**
499
205
  * 获取DNS请求数统计曲线
@@ -501,6 +207,12 @@ class Client extends TencentCloudCommon.AbstractClient {
501
207
  async DescribeDnsData(req, cb) {
502
208
  return this.request("DescribeDnsData", req, cb);
503
209
  }
210
+ /**
211
+ * 用于查询站点的所有配置信息。
212
+ */
213
+ async DescribeZoneSetting(req, cb) {
214
+ return this.request("DescribeZoneSetting", req, cb);
215
+ }
504
216
  /**
505
217
  * 返回规则引擎可应用匹配请求的设置列表及其详细建议配置信息
506
218
  */
@@ -513,6 +225,36 @@ class Client extends TencentCloudCommon.AbstractClient {
513
225
  async DescribeLogTopicTasks(req, cb) {
514
226
  return this.request("DescribeLogTopicTasks", req, cb);
515
227
  }
228
+ /**
229
+ * 修改源站组
230
+ */
231
+ async ModifyOriginGroup(req, cb) {
232
+ return this.request("ModifyOriginGroup", req, cb);
233
+ }
234
+ /**
235
+ * 当客户取回站定的同时会取回此站点下关联的别称域名,此时入参为ZoneId;当客户接入站点发现已被别称域名接入时通过验证之后可取回域名,此时入参为ZoneName。
236
+ */
237
+ async ReclaimAliasDomain(req, cb) {
238
+ return this.request("ReclaimAliasDomain", req, cb);
239
+ }
240
+ /**
241
+ * 创建应用代理规则
242
+ */
243
+ async CreateApplicationProxyRule(req, cb) {
244
+ return this.request("CreateApplicationProxyRule", req, cb);
245
+ }
246
+ /**
247
+ * 查询预热任务状态
248
+ */
249
+ async DescribePrefetchTasks(req, cb) {
250
+ return this.request("DescribePrefetchTasks", req, cb);
251
+ }
252
+ /**
253
+ * 用户查询用户站点信息列表,支持分页。
254
+ */
255
+ async DescribeZones(req, cb) {
256
+ return this.request("DescribeZones", req, cb);
257
+ }
516
258
  /**
517
259
  * 本接口(DescribeDDoSAttackTopData)用于查询DDoS攻击Top数据。
518
260
  */
@@ -520,214 +262,220 @@ class Client extends TencentCloudCommon.AbstractClient {
520
262
  return this.request("DescribeDDoSAttackTopData", req, cb);
521
263
  }
522
264
  /**
523
- * 用于开启,关闭站点。
265
+ * 站点被其他用户接入后,验证了站点所有权之后,可以找回该站点。
524
266
  */
525
- async ModifyZoneStatus(req, cb) {
526
- return this.request("ModifyZoneStatus", req, cb);
267
+ async ReclaimZone(req, cb) {
268
+ return this.request("ReclaimZone", req, cb);
527
269
  }
528
270
  /**
529
- * 批量删除规则引擎规则。
271
+ * 删除应用代理
530
272
  */
531
- async DeleteRules(req, cb) {
532
- return this.request("DeleteRules", req, cb);
273
+ async DeleteApplicationProxy(req, cb) {
274
+ return this.request("DeleteApplicationProxy", req, cb);
533
275
  }
534
276
  /**
535
- * 查询DDoS防护配置详情
277
+ * 本接口(DescribeTopL7CacheData)用于查询七层缓存分析topN流量数据。
536
278
  */
537
- async DescribeDDoSPolicy(req, cb) {
538
- return this.request("DescribeDDoSPolicy", req, cb);
279
+ async DescribeTopL7CacheData(req, cb) {
280
+ return this.request("DescribeTopL7CacheData", req, cb);
539
281
  }
540
282
  /**
541
- * 本接口(DescribeSingleL7AnalysisData)用于查询七层数据分析类单值流量数据列表。
283
+ * 用于开启,关闭站点。
542
284
  */
543
- async DescribeSingleL7AnalysisData(req, cb) {
544
- return this.request("DescribeSingleL7AnalysisData", req, cb);
285
+ async ModifyZoneStatus(req, cb) {
286
+ return this.request("ModifyZoneStatus", req, cb);
545
287
  }
546
288
  /**
547
- * 本接口(DescribeBotHitRuleDetail)用于查询Bot攻击命中规则详情信息。
289
+ * 创建别称域名。
548
290
  */
549
- async DescribeBotHitRuleDetail(req, cb) {
550
- return this.request("DescribeBotHitRuleDetail", req, cb);
291
+ async CreateAliasDomain(req, cb) {
292
+ return this.request("CreateAliasDomain", req, cb);
551
293
  }
552
294
  /**
553
- * 修改默认证书状态
295
+ * 本接口(DescribeWebProtectionHitRuleDetail)用于查询CC防护命中规则详情列表。
554
296
  */
555
- async ModifyDefaultCertificate(req, cb) {
556
- return this.request("ModifyDefaultCertificate", req, cb);
297
+ async DescribeWebProtectionHitRuleDetail(req, cb) {
298
+ return this.request("DescribeWebProtectionHitRuleDetail", req, cb);
557
299
  }
558
300
  /**
559
- * 查询安全防护配置详情。请求参数中ZoneId+Entity或TemplateId至少填一项。
301
+ * 用于创建COS回源私有凭证
560
302
  */
561
- async DescribeSecurityPolicy(req, cb) {
562
- return this.request("DescribeSecurityPolicy", req, cb);
303
+ async CreateCredential(req, cb) {
304
+ return this.request("CreateCredential", req, cb);
563
305
  }
564
306
  /**
565
- * 创建IP黑白名单列表
307
+ * 本接口(DownloadL7Logs)下载七层离线日志。
566
308
  */
567
- async CreateIpTableList(req, cb) {
568
- return this.request("CreateIpTableList", req, cb);
309
+ async DownloadL7Logs(req, cb) {
310
+ return this.request("DownloadL7Logs", req, cb);
569
311
  }
570
312
  /**
571
- * 本接口(DescribeWebManagedRulesHitRuleDetail)用于查询WAF攻击命中规则详情。
313
+ * 删除应用代理规则
572
314
  */
573
- async DescribeWebManagedRulesHitRuleDetail(req, cb) {
574
- return this.request("DescribeWebManagedRulesHitRuleDetail", req, cb);
315
+ async DeleteApplicationProxyRule(req, cb) {
316
+ return this.request("DeleteApplicationProxyRule", req, cb);
575
317
  }
576
318
  /**
577
- * 查询规则引擎规则。
319
+ * 批量删除规则引擎规则。
578
320
  */
579
- async DescribeRules(req, cb) {
580
- return this.request("DescribeRules", req, cb);
321
+ async DeleteRules(req, cb) {
322
+ return this.request("DeleteRules", req, cb);
581
323
  }
582
324
  /**
583
- * 创建应用代理
325
+ * 本接口(DescribeTimingL4Data)用于查询四层时序流量数据列表。
584
326
  */
585
- async CreateApplicationProxy(req, cb) {
586
- return this.request("CreateApplicationProxy", req, cb);
327
+ async DescribeTimingL4Data(req, cb) {
328
+ return this.request("DescribeTimingL4Data", req, cb);
587
329
  }
588
330
  /**
589
- * 获取源站组列表
331
+ * 修改规则引擎规则。
590
332
  */
591
- async DescribeOriginGroup(req, cb) {
592
- return this.request("DescribeOriginGroup", req, cb);
333
+ async ModifyRule(req, cb) {
334
+ return this.request("ModifyRule", req, cb);
593
335
  }
594
336
  /**
595
- * 本接口(SwitchLogTopicTask)用于开启/关闭推送任务。
337
+ * 本接口(DescribeTopL7AnalysisData)用于查询七层流量前topN的数据。
596
338
  */
597
- async SwitchLogTopicTask(req, cb) {
598
- return this.request("SwitchLogTopicTask", req, cb);
339
+ async DescribeTopL7AnalysisData(req, cb) {
340
+ return this.request("DescribeTopL7AnalysisData", req, cb);
599
341
  }
600
342
  /**
601
- * 修改别称域名。
343
+ * 本接口(DescribeLogSets)用于获取日志集列表。
602
344
  */
603
- async ModifyAliasDomain(req, cb) {
604
- return this.request("ModifyAliasDomain", req, cb);
345
+ async DescribeLogSets(req, cb) {
346
+ return this.request("DescribeLogSets", req, cb);
605
347
  }
606
348
  /**
607
- * 用于查询 DNSSEC 相关信息
349
+ * 本接口(DescribeSingleL7AnalysisData)用于查询七层流量数据分析单值数据列表,单值数据表示:指标在查询时间范围内的单个统计数据,通常表现为接口仅返回一个统计数值。
608
350
  */
609
- async DescribeDnssec(req, cb) {
610
- return this.request("DescribeDnssec", req, cb);
351
+ async DescribeSingleL7AnalysisData(req, cb) {
352
+ return this.request("DescribeSingleL7AnalysisData", req, cb);
611
353
  }
612
354
  /**
613
- * 修改应用代理规则
355
+ * 修改Web&Bot安全配置。
614
356
  */
615
- async ModifyApplicationProxyRule(req, cb) {
616
- return this.request("ModifyApplicationProxyRule", req, cb);
357
+ async ModifySecurityPolicy(req, cb) {
358
+ return this.request("ModifySecurityPolicy", req, cb);
617
359
  }
618
360
  /**
619
- * 创建源站组
361
+ * 本接口(DescribeWebProtectionData)用于查询CC防护时序数据。
620
362
  */
621
- async CreateOriginGroup(req, cb) {
622
- return this.request("CreateOriginGroup", req, cb);
363
+ async DescribeWebProtectionData(req, cb) {
364
+ return this.request("DescribeWebProtectionData", req, cb);
623
365
  }
624
366
  /**
625
- * 本接口(DescribeBotTopData)查询Bot攻击TopN数据。
367
+ * 创建预热任务
626
368
  */
627
- async DescribeBotTopData(req, cb) {
628
- return this.request("DescribeBotTopData", req, cb);
369
+ async CreatePrefetchTask(req, cb) {
370
+ return this.request("CreatePrefetchTask", req, cb);
629
371
  }
630
372
  /**
631
- * 用于查询拨测分地区数据
373
+ * 删除别称域名。
632
374
  */
633
- async DescribeSpeedTestingDetails(req, cb) {
634
- return this.request("DescribeSpeedTestingDetails", req, cb);
375
+ async DeleteAliasDomain(req, cb) {
376
+ return this.request("DeleteAliasDomain", req, cb);
635
377
  }
636
378
  /**
637
- * 用于修改域名证书
379
+ * 修改默认证书状态
638
380
  */
639
- async ModifyHostsCertificate(req, cb) {
640
- return this.request("ModifyHostsCertificate", req, cb);
381
+ async ModifyDefaultCertificate(req, cb) {
382
+ return this.request("ModifyDefaultCertificate", req, cb);
641
383
  }
642
384
  /**
643
- * 开启,关闭 CNAME 加速。
385
+ * 本接口(DescribeOverviewL7Data)用于查询七层监控类时序流量数据。
644
386
  */
645
- async ModifyZoneCnameSpeedUp(req, cb) {
646
- return this.request("ModifyZoneCnameSpeedUp", req, cb);
387
+ async DescribeOverviewL7Data(req, cb) {
388
+ return this.request("DescribeOverviewL7Data", req, cb);
647
389
  }
648
390
  /**
649
- * 用于查询域名配置信息
391
+ * 本接口(DescribeAddableEntityList)用于查询剩余可添加的日志推送实体列表。
650
392
  */
651
- async DescribeHostsSetting(req, cb) {
652
- return this.request("DescribeHostsSetting", req, cb);
393
+ async DescribeAddableEntityList(req, cb) {
394
+ return this.request("DescribeAddableEntityList", req, cb);
653
395
  }
654
396
  /**
655
- * 查询源站防护信息
397
+ * 修改规则引擎规则优先级
656
398
  */
657
- async DescribeOriginProtection(req, cb) {
658
- return this.request("DescribeOriginProtection", req, cb);
399
+ async ModifyRulePriority(req, cb) {
400
+ return this.request("ModifyRulePriority", req, cb);
659
401
  }
660
402
  /**
661
- * 本接口(DescribeLogSets)用于获取日志集列表。
403
+ * 将未绑定套餐的站点绑定到已有套餐
662
404
  */
663
- async DescribeLogSets(req, cb) {
664
- return this.request("DescribeLogSets", req, cb);
405
+ async BindZoneToPlan(req, cb) {
406
+ return this.request("BindZoneToPlan", req, cb);
665
407
  }
666
408
  /**
667
- * 用于查询站点的所有配置信息。
409
+ * 校验证书
668
410
  */
669
- async DescribeZoneSetting(req, cb) {
670
- return this.request("DescribeZoneSetting", req, cb);
411
+ async CheckCertificate(req, cb) {
412
+ return this.request("CheckCertificate", req, cb);
671
413
  }
672
414
  /**
673
- * 此接口(ModifyAlarmDefaultThreshold)用于修改告警默认阈值。
415
+ * 创建刷新/预热重放任务
674
416
  */
675
- async ModifyAlarmDefaultThreshold(req, cb) {
676
- return this.request("ModifyAlarmDefaultThreshold", req, cb);
417
+ async CreateReplayTask(req, cb) {
418
+ return this.request("CreateReplayTask", req, cb);
677
419
  }
678
420
  /**
679
- * 本接口(DescribeDDoSBlockList)用于查询DDoS封禁解封列表。
421
+ * 查询别称域名信息列表。
680
422
  */
681
- async DescribeDDoSBlockList(req, cb) {
682
- return this.request("DescribeDDoSBlockList", req, cb);
423
+ async DescribeAliasDomains(req, cb) {
424
+ return this.request("DescribeAliasDomains", req, cb);
683
425
  }
684
426
  /**
685
- * 创建应用代理规则
427
+ * 查询站点拨测配额
686
428
  */
687
- async CreateApplicationProxyRule(req, cb) {
688
- return this.request("CreateApplicationProxyRule", req, cb);
429
+ async DescribeSpeedTestingQuota(req, cb) {
430
+ return this.request("DescribeSpeedTestingQuota", req, cb);
689
431
  }
690
432
  /**
691
- * 用户查询用户站点信息列表,支持分页。
433
+ * 对用户指定的域名进行一次站点拨测
692
434
  */
693
- async DescribeZones(req, cb) {
694
- return this.request("DescribeZones", req, cb);
435
+ async CreateSpeedTesting(req, cb) {
436
+ return this.request("CreateSpeedTesting", req, cb);
695
437
  }
696
438
  /**
697
- * 站点被其他用户接入后,验证了站点所有权之后,可以找回该站点。
439
+ * 更新源站防护IP白名单
698
440
  */
699
- async ReclaimZone(req, cb) {
700
- return this.request("ReclaimZone", req, cb);
441
+ async UpdateOriginProtectionIPWhitelist(req, cb) {
442
+ return this.request("UpdateOriginProtectionIPWhitelist", req, cb);
701
443
  }
702
444
  /**
703
- * 删除站点。
445
+ * 本接口(DescribeWebManagedRulesHitRuleDetail)用于查询WAF攻击命中规则详情。
704
446
  */
705
- async DeleteZone(req, cb) {
706
- return this.request("DeleteZone", req, cb);
447
+ async DescribeWebManagedRulesHitRuleDetail(req, cb) {
448
+ return this.request("DescribeWebManagedRulesHitRuleDetail", req, cb);
707
449
  }
708
450
  /**
709
- * 查询速率限制智能客户端过滤学习出来的规则
451
+ * 查询规则引擎规则。
710
452
  */
711
- async DescribeRateLimitIntelligenceRule(req, cb) {
712
- return this.request("DescribeRateLimitIntelligenceRule", req, cb);
453
+ async DescribeRules(req, cb) {
454
+ return this.request("DescribeRules", req, cb);
713
455
  }
714
456
  /**
715
- * 本接口(DescribeBotLog)用于查询Bot攻击日志。
457
+ * 查询站点拨测结果
716
458
  */
717
- async DescribeBotLog(req, cb) {
718
- return this.request("DescribeBotLog", req, cb);
459
+ async DescribeSpeedTestingMetricData(req, cb) {
460
+ return this.request("DescribeSpeedTestingMetricData", req, cb);
719
461
  }
720
462
  /**
721
- * 本接口(DescribeDDoSAttackData)用于查询DDoS攻击时序数据。
463
+ * 创建应用代理
722
464
  */
723
- async DescribeDDoSAttackData(req, cb) {
724
- return this.request("DescribeDDoSAttackData", req, cb);
465
+ async CreateApplicationProxy(req, cb) {
466
+ return this.request("CreateApplicationProxy", req, cb);
725
467
  }
726
468
  /**
727
- * 本接口(DescribeWebProtectionTopData)用于查询CC防护的Top数据。
469
+ * 获取源站组列表
728
470
  */
729
- async DescribeWebProtectionTopData(req, cb) {
730
- return this.request("DescribeWebProtectionTopData", req, cb);
471
+ async DescribeOriginGroup(req, cb) {
472
+ return this.request("DescribeOriginGroup", req, cb);
473
+ }
474
+ /**
475
+ * 修改应用代理的状态
476
+ */
477
+ async ModifyApplicationProxyStatus(req, cb) {
478
+ return this.request("ModifyApplicationProxyStatus", req, cb);
731
479
  }
732
480
  /**
733
481
  * 本接口(DescribeWebManagedRulesData)用于查询WAF攻击的时序数据。
@@ -736,16 +484,28 @@ class Client extends TencentCloudCommon.AbstractClient {
736
484
  return this.request("DescribeWebManagedRulesData", req, cb);
737
485
  }
738
486
  /**
739
- * 查询别称域名信息列表。
487
+ * 本接口(DescribeTimingL7AnalysisData)查询七层数据分析类时序数据。
740
488
  */
741
- async DescribeAliasDomains(req, cb) {
742
- return this.request("DescribeAliasDomains", req, cb);
489
+ async DescribeTimingL7AnalysisData(req, cb) {
490
+ return this.request("DescribeTimingL7AnalysisData", req, cb);
491
+ }
492
+ /**
493
+ * 修改别称域名。
494
+ */
495
+ async ModifyAliasDomain(req, cb) {
496
+ return this.request("ModifyAliasDomain", req, cb);
497
+ }
498
+ /**
499
+ * 修改应用代理规则的状态
500
+ */
501
+ async ModifyApplicationProxyRuleStatus(req, cb) {
502
+ return this.request("ModifyApplicationProxyRuleStatus", req, cb);
743
503
  }
744
504
  /**
745
- * 设置站点DNSSEC状态
505
+ * 查询应用代理列表。
746
506
  */
747
- async ModifyDnssec(req, cb) {
748
- return this.request("ModifyDnssec", req, cb);
507
+ async DescribeApplicationProxies(req, cb) {
508
+ return this.request("DescribeApplicationProxies", req, cb);
749
509
  }
750
510
  }
751
511
  exports.Client = Client;