tencentcloud-sdk-nodejs-teo 4.0.534 → 4.0.535

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,364 +28,388 @@ class Client extends TencentCloudCommon.AbstractClient {
28
28
  super("teo.tencentcloudapi.com", "2022-09-01", clientConfig);
29
29
  }
30
30
  /**
31
- * 修改应用代理规则
31
+ * 创建清除缓存任务
32
32
  */
33
- async ModifyApplicationProxyRule(req, cb) {
34
- return this.request("ModifyApplicationProxyRule", req, cb);
33
+ async CreatePurgeTask(req, cb) {
34
+ return this.request("CreatePurgeTask", req, cb);
35
35
  }
36
36
  /**
37
- * 删除源站组
37
+ * 本接口(DownloadL4Logs)用于下载四层离线日志。
38
38
  */
39
- async DeleteOriginGroup(req, cb) {
40
- return this.request("DeleteOriginGroup", req, cb);
39
+ async DownloadL4Logs(req, cb) {
40
+ return this.request("DownloadL4Logs", req, cb);
41
41
  }
42
42
  /**
43
- * 删除站点。
43
+ * 为未购买套餐的站点购买套餐
44
44
  */
45
- async DeleteZone(req, cb) {
46
- return this.request("DeleteZone", req, cb);
45
+ async CreatePlanForZone(req, cb) {
46
+ return this.request("CreatePlanForZone", req, cb);
47
47
  }
48
48
  /**
49
- * 创建清除缓存任务
49
+ * 查询内容管理接口配额
50
50
  */
51
- async CreatePurgeTask(req, cb) {
52
- return this.request("CreatePurgeTask", req, cb);
51
+ async DescribeContentQuota(req, cb) {
52
+ return this.request("DescribeContentQuota", req, cb);
53
53
  }
54
54
  /**
55
- * 创建源站组
55
+ * 查询站点的验证信息。
56
56
  */
57
- async CreateOriginGroup(req, cb) {
58
- return this.request("CreateOriginGroup", req, cb);
57
+ async DescribeIdentifications(req, cb) {
58
+ return this.request("DescribeIdentifications", req, cb);
59
59
  }
60
60
  /**
61
- * 本接口(DescribeTimingL7SourceData)查询七层回源分析时序数据。
61
+ * 用于验证站点所有权。
62
62
  */
63
- async DescribeTimingL7SourceData(req, cb) {
64
- return this.request("DescribeTimingL7SourceData", req, cb);
63
+ async IdentifyZone(req, cb) {
64
+ return this.request("IdentifyZone", req, cb);
65
65
  }
66
66
  /**
67
- * 查询清除缓存历史记录
67
+ * 查询默认证书列表
68
68
  */
69
- async DescribePurgeTasks(req, cb) {
70
- return this.request("DescribePurgeTasks", req, cb);
69
+ async DescribeDefaultCertificates(req, cb) {
70
+ return this.request("DescribeDefaultCertificates", req, cb);
71
71
  }
72
72
  /**
73
- * 用于修改站点配置
73
+ * 查询加速域名列表,支持搜索、分页、排序、过滤。
74
74
  */
75
- async ModifyZoneSetting(req, cb) {
76
- return this.request("ModifyZoneSetting", req, cb);
75
+ async DescribeAccelerationDomains(req, cb) {
76
+ return this.request("DescribeAccelerationDomains", req, cb);
77
77
  }
78
78
  /**
79
- * 本接口(DescribeTimingL7CacheData)用于查询七层缓存分析时序类流量数据。
79
+ * 修改源站组
80
80
  */
81
- async DescribeTimingL7CacheData(req, cb) {
82
- return this.request("DescribeTimingL7CacheData", req, cb);
81
+ async ModifyOriginGroup(req, cb) {
82
+ return this.request("ModifyOriginGroup", req, cb);
83
83
  }
84
84
  /**
85
- * 用于查询拨测分地区数据
85
+ * 删除应用代理
86
86
  */
87
- async DescribeSpeedTestingDetails(req, cb) {
88
- return this.request("DescribeSpeedTestingDetails", req, cb);
87
+ async DeleteApplicationProxy(req, cb) {
88
+ return this.request("DeleteApplicationProxy", req, cb);
89
89
  }
90
90
  /**
91
- * 本接口(DescribeClientRuleList)用于查询封禁客户端信息列表。
91
+ * 本接口(DescribeWebManagedRulesLog)用于查询Web攻击日志。
92
92
  */
93
- async DescribeClientRuleList(req, cb) {
94
- return this.request("DescribeClientRuleList", req, cb);
93
+ async DescribeWebManagedRulesLog(req, cb) {
94
+ return this.request("DescribeWebManagedRulesLog", req, cb);
95
95
  }
96
96
  /**
97
- * 规则引擎创建规则。
97
+ * 用于创建COS回源私有凭证
98
98
  */
99
- async CreateRule(req, cb) {
100
- return this.request("CreateRule", req, cb);
99
+ async CreateCredential(req, cb) {
100
+ return this.request("CreateCredential", req, cb);
101
101
  }
102
102
  /**
103
- * 为未购买套餐的站点购买套餐
103
+ * 本接口(DownloadL7Logs)下载七层离线日志。
104
104
  */
105
- async CreatePlanForZone(req, cb) {
106
- return this.request("CreatePlanForZone", req, cb);
105
+ async DownloadL7Logs(req, cb) {
106
+ return this.request("DownloadL7Logs", req, cb);
107
107
  }
108
108
  /**
109
- * 查询内容管理接口配额
109
+ * 删除应用代理规则
110
110
  */
111
- async DescribeContentQuota(req, cb) {
112
- return this.request("DescribeContentQuota", req, cb);
111
+ async DeleteApplicationProxyRule(req, cb) {
112
+ return this.request("DeleteApplicationProxyRule", req, cb);
113
113
  }
114
114
  /**
115
- * 本接口(DownloadL4Logs)用于下载四层离线日志。
115
+ * 本接口(DescribeWebProtectionData)用于查询CC防护时序数据。
116
116
  */
117
- async DownloadL4Logs(req, cb) {
118
- return this.request("DownloadL4Logs", req, cb);
117
+ async DescribeWebProtectionData(req, cb) {
118
+ return this.request("DescribeWebProtectionData", req, cb);
119
119
  }
120
120
  /**
121
- * 修改应用代理
121
+ * 修改站点信息。
122
122
  */
123
- async ModifyApplicationProxy(req, cb) {
124
- return this.request("ModifyApplicationProxy", req, cb);
123
+ async ModifyZone(req, cb) {
124
+ return this.request("ModifyZone", req, cb);
125
125
  }
126
126
  /**
127
- * 查询站点的验证信息。
127
+ * 创建预热任务
128
128
  */
129
- async DescribeIdentifications(req, cb) {
130
- return this.request("DescribeIdentifications", req, cb);
129
+ async CreatePrefetchTask(req, cb) {
130
+ return this.request("CreatePrefetchTask", req, cb);
131
131
  }
132
132
  /**
133
- * 用于用户接入新的站点。
133
+ * 删除别称域名。
134
134
  */
135
- async CreateZone(req, cb) {
136
- return this.request("CreateZone", req, cb);
135
+ async DeleteAliasDomain(req, cb) {
136
+ return this.request("DeleteAliasDomain", req, cb);
137
137
  }
138
138
  /**
139
- * 修改站点信息。
139
+ * 本接口(DescribeOverviewL7Data)用于查询七层监控类时序流量数据。
140
140
  */
141
- async ModifyZone(req, cb) {
142
- return this.request("ModifyZone", req, cb);
141
+ async DescribeOverviewL7Data(req, cb) {
142
+ return this.request("DescribeOverviewL7Data", req, cb);
143
143
  }
144
144
  /**
145
- * 本接口(DescribeWebManagedRulesLog)用于查询Web攻击日志。
145
+ * 本接口(DescribeAddableEntityList)用于查询剩余可添加的日志推送实体列表。
146
146
  */
147
- async DescribeWebManagedRulesLog(req, cb) {
148
- return this.request("DescribeWebManagedRulesLog", req, cb);
147
+ async DescribeAddableEntityList(req, cb) {
148
+ return this.request("DescribeAddableEntityList", req, cb);
149
149
  }
150
150
  /**
151
- * 用于查询域名配置信息
151
+ * 创建加速域名
152
152
  */
153
- async DescribeHostsSetting(req, cb) {
154
- return this.request("DescribeHostsSetting", req, cb);
153
+ async CreateAccelerationDomain(req, cb) {
154
+ return this.request("CreateAccelerationDomain", req, cb);
155
155
  }
156
156
  /**
157
- * 本接口(DescribeWebProtectionClientIpList)用于查询CC防护客户端(攻击源)IP信息。
157
+ * 校验证书
158
158
  */
159
- async DescribeWebProtectionClientIpList(req, cb) {
160
- return this.request("DescribeWebProtectionClientIpList", req, cb);
159
+ async CheckCertificate(req, cb) {
160
+ return this.request("CheckCertificate", req, cb);
161
161
  }
162
162
  /**
163
- * 查询当前账户可用套餐信息列表
163
+ * 创建刷新/预热重放任务
164
164
  */
165
- async DescribeAvailablePlans(req, cb) {
166
- return this.request("DescribeAvailablePlans", req, cb);
165
+ async CreateReplayTask(req, cb) {
166
+ return this.request("CreateReplayTask", req, cb);
167
167
  }
168
168
  /**
169
- * 本接口(DescribeWebProtectionTopData)用于查询CC防护的Top数据。
169
+ * 查询站点拨测配额
170
170
  */
171
- async DescribeWebProtectionTopData(req, cb) {
172
- return this.request("DescribeWebProtectionTopData", req, cb);
171
+ async DescribeSpeedTestingQuota(req, cb) {
172
+ return this.request("DescribeSpeedTestingQuota", req, cb);
173
173
  }
174
174
  /**
175
- * 修改安全配置托管规则
175
+ * 对用户指定的域名进行一次站点拨测
176
176
  */
177
- async ModifySecurityWafGroupPolicy(req, cb) {
178
- return this.request("ModifySecurityWafGroupPolicy", req, cb);
177
+ async CreateSpeedTesting(req, cb) {
178
+ return this.request("CreateSpeedTesting", req, cb);
179
179
  }
180
180
  /**
181
- * 用于验证站点所有权。
181
+ * 查询站点拨测结果
182
182
  */
183
- async IdentifyZone(req, cb) {
184
- return this.request("IdentifyZone", req, cb);
183
+ async DescribeSpeedTestingMetricData(req, cb) {
184
+ return this.request("DescribeSpeedTestingMetricData", req, cb);
185
185
  }
186
186
  /**
187
- * 修改别称域名状态。
187
+ * 用于修改站点配置
188
188
  */
189
- async ModifyAliasDomainStatus(req, cb) {
190
- return this.request("ModifyAliasDomainStatus", req, cb);
189
+ async ModifyZoneSetting(req, cb) {
190
+ return this.request("ModifyZoneSetting", req, cb);
191
191
  }
192
192
  /**
193
- * 查询源站防护信息
193
+ * 修改应用代理规则的状态
194
194
  */
195
- async DescribeOriginProtection(req, cb) {
196
- return this.request("DescribeOriginProtection", req, cb);
195
+ async ModifyApplicationProxyRuleStatus(req, cb) {
196
+ return this.request("ModifyApplicationProxyRuleStatus", req, cb);
197
197
  }
198
198
  /**
199
- * 查询默认证书列表
199
+ * 查询预热任务状态
200
200
  */
201
- async DescribeDefaultCertificates(req, cb) {
202
- return this.request("DescribeDefaultCertificates", req, cb);
201
+ async DescribePrefetchTasks(req, cb) {
202
+ return this.request("DescribePrefetchTasks", req, cb);
203
203
  }
204
204
  /**
205
- * 用于修改域名证书
205
+ * 删除源站组
206
206
  */
207
- async ModifyHostsCertificate(req, cb) {
208
- return this.request("ModifyHostsCertificate", req, cb);
207
+ async DeleteOriginGroup(req, cb) {
208
+ return this.request("DeleteOriginGroup", req, cb);
209
209
  }
210
210
  /**
211
- * 获取DNS请求数统计曲线
211
+ * 更新源站防护IP白名单
212
212
  */
213
- async DescribeDnsData(req, cb) {
214
- return this.request("DescribeDnsData", req, cb);
213
+ async UpdateOriginProtectionIPWhitelist(req, cb) {
214
+ return this.request("UpdateOriginProtectionIPWhitelist", req, cb);
215
215
  }
216
216
  /**
217
- * 用于查询站点的所有配置信息。
217
+ * 查询清除缓存历史记录
218
218
  */
219
- async DescribeZoneSetting(req, cb) {
220
- return this.request("DescribeZoneSetting", req, cb);
219
+ async DescribePurgeTasks(req, cb) {
220
+ return this.request("DescribePurgeTasks", req, cb);
221
221
  }
222
222
  /**
223
- * 返回规则引擎可应用匹配请求的设置列表及其详细建议配置信息
223
+ * 批量删除加速域名
224
224
  */
225
- async DescribeRulesSetting(req, cb) {
226
- return this.request("DescribeRulesSetting", req, cb);
225
+ async DeleteAccelerationDomains(req, cb) {
226
+ return this.request("DeleteAccelerationDomains", req, cb);
227
227
  }
228
228
  /**
229
- * 本接口(DescribeLogTopicTasks)用于获取日志推送任务列表。
229
+ * 本接口(DescribeTimingL7CacheData)用于查询七层缓存分析时序类流量数据。
230
230
  */
231
- async DescribeLogTopicTasks(req, cb) {
232
- return this.request("DescribeLogTopicTasks", req, cb);
231
+ async DescribeTimingL7CacheData(req, cb) {
232
+ return this.request("DescribeTimingL7CacheData", req, cb);
233
233
  }
234
234
  /**
235
- * 修改源站组
235
+ * 创建别称域名。
236
236
  */
237
- async ModifyOriginGroup(req, cb) {
238
- return this.request("ModifyOriginGroup", req, cb);
237
+ async CreateAliasDomain(req, cb) {
238
+ return this.request("CreateAliasDomain", req, cb);
239
239
  }
240
240
  /**
241
- * 当客户取回站定的同时会取回此站点下关联的别称域名,此时入参为ZoneId;当客户接入站点发现已被别称域名接入时通过验证之后可取回域名,此时入参为ZoneName。
241
+ * 本接口(DescribeWebProtectionHitRuleDetail)用于查询CC防护命中规则详情列表。
242
242
  */
243
- async ReclaimAliasDomain(req, cb) {
244
- return this.request("ReclaimAliasDomain", req, cb);
243
+ async DescribeWebProtectionHitRuleDetail(req, cb) {
244
+ return this.request("DescribeWebProtectionHitRuleDetail", req, cb);
245
245
  }
246
246
  /**
247
- * 创建应用代理规则
247
+ * 修改别称域名状态。
248
248
  */
249
- async CreateApplicationProxyRule(req, cb) {
250
- return this.request("CreateApplicationProxyRule", req, cb);
249
+ async ModifyAliasDomainStatus(req, cb) {
250
+ return this.request("ModifyAliasDomainStatus", req, cb);
251
251
  }
252
252
  /**
253
- * 查询预热任务状态
253
+ * 本接口(DescribeTopL7CacheData)用于查询七层缓存分析topN流量数据。
254
254
  */
255
- async DescribePrefetchTasks(req, cb) {
256
- return this.request("DescribePrefetchTasks", req, cb);
255
+ async DescribeTopL7CacheData(req, cb) {
256
+ return this.request("DescribeTopL7CacheData", req, cb);
257
257
  }
258
258
  /**
259
- * 用户查询用户站点信息列表,支持分页。
259
+ * 本接口(DescribeTimingL4Data)用于查询四层时序流量数据列表。
260
260
  */
261
- async DescribeZones(req, cb) {
262
- return this.request("DescribeZones", req, cb);
261
+ async DescribeTimingL4Data(req, cb) {
262
+ return this.request("DescribeTimingL4Data", req, cb);
263
263
  }
264
264
  /**
265
- * 本接口(DescribeDDoSAttackTopData)用于查询DDoS攻击Top数据。
265
+ * 修改规则引擎规则。
266
266
  */
267
- async DescribeDDoSAttackTopData(req, cb) {
268
- return this.request("DescribeDDoSAttackTopData", req, cb);
267
+ async ModifyRule(req, cb) {
268
+ return this.request("ModifyRule", req, cb);
269
269
  }
270
270
  /**
271
- * 站点被其他用户接入后,验证了站点所有权之后,可以找回该站点。
271
+ * 本接口(DescribeTopL7AnalysisData)用于查询七层流量前topN的数据。
272
272
  */
273
- async ReclaimZone(req, cb) {
274
- return this.request("ReclaimZone", req, cb);
273
+ async DescribeTopL7AnalysisData(req, cb) {
274
+ return this.request("DescribeTopL7AnalysisData", req, cb);
275
275
  }
276
276
  /**
277
- * 删除应用代理
277
+ * 修改Web&Bot安全配置。
278
278
  */
279
- async DeleteApplicationProxy(req, cb) {
280
- return this.request("DeleteApplicationProxy", req, cb);
279
+ async ModifySecurityPolicy(req, cb) {
280
+ return this.request("ModifySecurityPolicy", req, cb);
281
281
  }
282
282
  /**
283
- * 本接口(DescribeTopL7CacheData)用于查询七层缓存分析topN流量数据。
283
+ * 修改规则引擎规则优先级
284
284
  */
285
- async DescribeTopL7CacheData(req, cb) {
286
- return this.request("DescribeTopL7CacheData", req, cb);
285
+ async ModifyRulePriority(req, cb) {
286
+ return this.request("ModifyRulePriority", req, cb);
287
287
  }
288
288
  /**
289
- * 用于开启,关闭站点。
289
+ * 将未绑定套餐的站点绑定到已有套餐
290
290
  */
291
- async ModifyZoneStatus(req, cb) {
292
- return this.request("ModifyZoneStatus", req, cb);
291
+ async BindZoneToPlan(req, cb) {
292
+ return this.request("BindZoneToPlan", req, cb);
293
293
  }
294
294
  /**
295
- * 创建别称域名。
295
+ * 修改加速域名信息
296
296
  */
297
- async CreateAliasDomain(req, cb) {
298
- return this.request("CreateAliasDomain", req, cb);
297
+ async ModifyAccelerationDomain(req, cb) {
298
+ return this.request("ModifyAccelerationDomain", req, cb);
299
299
  }
300
300
  /**
301
- * 本接口(DescribeWebProtectionHitRuleDetail)用于查询CC防护命中规则详情列表。
301
+ * 修改应用代理的状态
302
302
  */
303
- async DescribeWebProtectionHitRuleDetail(req, cb) {
304
- return this.request("DescribeWebProtectionHitRuleDetail", req, cb);
303
+ async ModifyApplicationProxyStatus(req, cb) {
304
+ return this.request("ModifyApplicationProxyStatus", req, cb);
305
305
  }
306
306
  /**
307
- * 用于创建COS回源私有凭证
307
+ * 本接口(DescribeTimingL7AnalysisData)查询七层数据分析类时序数据。
308
308
  */
309
- async CreateCredential(req, cb) {
310
- return this.request("CreateCredential", req, cb);
309
+ async DescribeTimingL7AnalysisData(req, cb) {
310
+ return this.request("DescribeTimingL7AnalysisData", req, cb);
311
311
  }
312
312
  /**
313
- * 本接口(DownloadL7Logs)下载七层离线日志。
313
+ * 查询应用代理列表。
314
314
  */
315
- async DownloadL7Logs(req, cb) {
316
- return this.request("DownloadL7Logs", req, cb);
315
+ async DescribeApplicationProxies(req, cb) {
316
+ return this.request("DescribeApplicationProxies", req, cb);
317
317
  }
318
318
  /**
319
- * 删除应用代理规则
319
+ * 本接口(DescribeTimingL7SourceData)查询七层回源分析时序数据。
320
320
  */
321
- async DeleteApplicationProxyRule(req, cb) {
322
- return this.request("DeleteApplicationProxyRule", req, cb);
321
+ async DescribeTimingL7SourceData(req, cb) {
322
+ return this.request("DescribeTimingL7SourceData", req, cb);
323
323
  }
324
324
  /**
325
- * 批量删除规则引擎规则。
325
+ * 本接口(DescribeClientRuleList)用于查询封禁客户端信息列表。
326
326
  */
327
- async DeleteRules(req, cb) {
328
- return this.request("DeleteRules", req, cb);
327
+ async DescribeClientRuleList(req, cb) {
328
+ return this.request("DescribeClientRuleList", req, cb);
329
329
  }
330
330
  /**
331
- * 本接口(DescribeTimingL4Data)用于查询四层时序流量数据列表。
331
+ * 规则引擎创建规则。
332
332
  */
333
- async DescribeTimingL4Data(req, cb) {
334
- return this.request("DescribeTimingL4Data", req, cb);
333
+ async CreateRule(req, cb) {
334
+ return this.request("CreateRule", req, cb);
335
335
  }
336
336
  /**
337
- * 修改规则引擎规则。
337
+ * 修改应用代理
338
338
  */
339
- async ModifyRule(req, cb) {
340
- return this.request("ModifyRule", req, cb);
339
+ async ModifyApplicationProxy(req, cb) {
340
+ return this.request("ModifyApplicationProxy", req, cb);
341
341
  }
342
342
  /**
343
- * 本接口(DescribeTopL7AnalysisData)用于查询七层流量前topN的数据。
343
+ * 用于用户接入新的站点。
344
344
  */
345
- async DescribeTopL7AnalysisData(req, cb) {
346
- return this.request("DescribeTopL7AnalysisData", req, cb);
345
+ async CreateZone(req, cb) {
346
+ return this.request("CreateZone", req, cb);
347
347
  }
348
348
  /**
349
- * 本接口(DescribeLogSets)用于获取日志集列表。
349
+ * 本接口(DescribeWebProtectionClientIpList)用于查询CC防护客户端(攻击源)IP信息。
350
350
  */
351
- async DescribeLogSets(req, cb) {
352
- return this.request("DescribeLogSets", req, cb);
351
+ async DescribeWebProtectionClientIpList(req, cb) {
352
+ return this.request("DescribeWebProtectionClientIpList", req, cb);
353
353
  }
354
354
  /**
355
- * 本接口(DescribeSingleL7AnalysisData)用于查询七层流量数据分析单值数据列表,单值数据表示:指标在查询时间范围内的单个统计数据,通常表现为接口仅返回一个统计数值。
355
+ * 查询当前账户可用套餐信息列表
356
356
  */
357
- async DescribeSingleL7AnalysisData(req, cb) {
358
- return this.request("DescribeSingleL7AnalysisData", req, cb);
357
+ async DescribeAvailablePlans(req, cb) {
358
+ return this.request("DescribeAvailablePlans", req, cb);
359
359
  }
360
360
  /**
361
- * 本接口(DescribeDDoSAttackData)用于查询DDoS攻击时序数据。
361
+ * 修改安全配置托管规则
362
362
  */
363
- async DescribeDDoSAttackData(req, cb) {
364
- return this.request("DescribeDDoSAttackData", req, cb);
363
+ async ModifySecurityWafGroupPolicy(req, cb) {
364
+ return this.request("ModifySecurityWafGroupPolicy", req, cb);
365
365
  }
366
366
  /**
367
- * 修改Web&Bot安全配置。
367
+ * 获取DNS请求数统计曲线
368
368
  */
369
- async ModifySecurityPolicy(req, cb) {
370
- return this.request("ModifySecurityPolicy", req, cb);
369
+ async DescribeDnsData(req, cb) {
370
+ return this.request("DescribeDnsData", req, cb);
371
371
  }
372
372
  /**
373
- * 本接口(DescribeWebProtectionData)用于查询CC防护时序数据。
373
+ * 返回规则引擎可应用匹配请求的设置列表及其详细建议配置信息
374
374
  */
375
- async DescribeWebProtectionData(req, cb) {
376
- return this.request("DescribeWebProtectionData", req, cb);
375
+ async DescribeRulesSetting(req, cb) {
376
+ return this.request("DescribeRulesSetting", req, cb);
377
377
  }
378
378
  /**
379
- * 创建预热任务
379
+ * 本接口(DescribeLogTopicTasks)用于获取日志推送任务列表。
380
380
  */
381
- async CreatePrefetchTask(req, cb) {
382
- return this.request("CreatePrefetchTask", req, cb);
381
+ async DescribeLogTopicTasks(req, cb) {
382
+ return this.request("DescribeLogTopicTasks", req, cb);
383
383
  }
384
384
  /**
385
- * 删除别称域名。
385
+ * 批量修改加速域名状态
386
386
  */
387
- async DeleteAliasDomain(req, cb) {
388
- return this.request("DeleteAliasDomain", req, cb);
387
+ async ModifyAccelerationDomainStatuses(req, cb) {
388
+ return this.request("ModifyAccelerationDomainStatuses", req, cb);
389
+ }
390
+ /**
391
+ * 本接口(DescribeDDoSAttackTopData)用于查询DDoS攻击Top数据。
392
+ */
393
+ async DescribeDDoSAttackTopData(req, cb) {
394
+ return this.request("DescribeDDoSAttackTopData", req, cb);
395
+ }
396
+ /**
397
+ * 用于开启,关闭站点。
398
+ */
399
+ async ModifyZoneStatus(req, cb) {
400
+ return this.request("ModifyZoneStatus", req, cb);
401
+ }
402
+ /**
403
+ * 批量删除规则引擎规则。
404
+ */
405
+ async DeleteRules(req, cb) {
406
+ return this.request("DeleteRules", req, cb);
407
+ }
408
+ /**
409
+ * 本接口(DescribeSingleL7AnalysisData)用于查询七层流量数据分析单值数据列表,单值数据表示:指标在查询时间范围内的单个统计数据,通常表现为接口仅返回一个统计数值。
410
+ */
411
+ async DescribeSingleL7AnalysisData(req, cb) {
412
+ return this.request("DescribeSingleL7AnalysisData", req, cb);
389
413
  }
390
414
  /**
391
415
  * 修改默认证书状态
@@ -394,130 +418,136 @@ class Client extends TencentCloudCommon.AbstractClient {
394
418
  return this.request("ModifyDefaultCertificate", req, cb);
395
419
  }
396
420
  /**
397
- * 本接口(DescribeOverviewL7Data)用于查询七层监控类时序流量数据。
421
+ * 本接口(DescribeWebManagedRulesHitRuleDetail)用于查询WAF攻击命中规则详情。
398
422
  */
399
- async DescribeOverviewL7Data(req, cb) {
400
- return this.request("DescribeOverviewL7Data", req, cb);
423
+ async DescribeWebManagedRulesHitRuleDetail(req, cb) {
424
+ return this.request("DescribeWebManagedRulesHitRuleDetail", req, cb);
401
425
  }
402
426
  /**
403
- * 本接口(DescribeAddableEntityList)用于查询剩余可添加的日志推送实体列表。
427
+ * 查询规则引擎规则。
404
428
  */
405
- async DescribeAddableEntityList(req, cb) {
406
- return this.request("DescribeAddableEntityList", req, cb);
429
+ async DescribeRules(req, cb) {
430
+ return this.request("DescribeRules", req, cb);
407
431
  }
408
432
  /**
409
- * 修改规则引擎规则优先级
433
+ * 创建应用代理
410
434
  */
411
- async ModifyRulePriority(req, cb) {
412
- return this.request("ModifyRulePriority", req, cb);
435
+ async CreateApplicationProxy(req, cb) {
436
+ return this.request("CreateApplicationProxy", req, cb);
413
437
  }
414
438
  /**
415
- * 将未绑定套餐的站点绑定到已有套餐
439
+ * 获取源站组列表
416
440
  */
417
- async BindZoneToPlan(req, cb) {
418
- return this.request("BindZoneToPlan", req, cb);
441
+ async DescribeOriginGroup(req, cb) {
442
+ return this.request("DescribeOriginGroup", req, cb);
419
443
  }
420
444
  /**
421
- * 校验证书
445
+ * 修改别称域名。
422
446
  */
423
- async CheckCertificate(req, cb) {
424
- return this.request("CheckCertificate", req, cb);
447
+ async ModifyAliasDomain(req, cb) {
448
+ return this.request("ModifyAliasDomain", req, cb);
425
449
  }
426
450
  /**
427
- * 创建刷新/预热重放任务
451
+ * 修改应用代理规则
428
452
  */
429
- async CreateReplayTask(req, cb) {
430
- return this.request("CreateReplayTask", req, cb);
453
+ async ModifyApplicationProxyRule(req, cb) {
454
+ return this.request("ModifyApplicationProxyRule", req, cb);
431
455
  }
432
456
  /**
433
- * 查询别称域名信息列表。
457
+ * 创建源站组
434
458
  */
435
- async DescribeAliasDomains(req, cb) {
436
- return this.request("DescribeAliasDomains", req, cb);
459
+ async CreateOriginGroup(req, cb) {
460
+ return this.request("CreateOriginGroup", req, cb);
437
461
  }
438
462
  /**
439
- * 查询站点拨测配额
463
+ * 用于查询拨测分地区数据
440
464
  */
441
- async DescribeSpeedTestingQuota(req, cb) {
442
- return this.request("DescribeSpeedTestingQuota", req, cb);
465
+ async DescribeSpeedTestingDetails(req, cb) {
466
+ return this.request("DescribeSpeedTestingDetails", req, cb);
443
467
  }
444
468
  /**
445
- * 对用户指定的域名进行一次站点拨测
469
+ * 用于修改域名证书
446
470
  */
447
- async CreateSpeedTesting(req, cb) {
448
- return this.request("CreateSpeedTesting", req, cb);
471
+ async ModifyHostsCertificate(req, cb) {
472
+ return this.request("ModifyHostsCertificate", req, cb);
449
473
  }
450
474
  /**
451
- * 更新源站防护IP白名单
475
+ * 用于查询域名配置信息
452
476
  */
453
- async UpdateOriginProtectionIPWhitelist(req, cb) {
454
- return this.request("UpdateOriginProtectionIPWhitelist", req, cb);
477
+ async DescribeHostsSetting(req, cb) {
478
+ return this.request("DescribeHostsSetting", req, cb);
455
479
  }
456
480
  /**
457
- * 本接口(DescribeWebManagedRulesHitRuleDetail)用于查询WAF攻击命中规则详情。
481
+ * 查询源站防护信息
458
482
  */
459
- async DescribeWebManagedRulesHitRuleDetail(req, cb) {
460
- return this.request("DescribeWebManagedRulesHitRuleDetail", req, cb);
483
+ async DescribeOriginProtection(req, cb) {
484
+ return this.request("DescribeOriginProtection", req, cb);
461
485
  }
462
486
  /**
463
- * 查询规则引擎规则。
487
+ * 本接口(DescribeLogSets)用于获取日志集列表。
464
488
  */
465
- async DescribeRules(req, cb) {
466
- return this.request("DescribeRules", req, cb);
489
+ async DescribeLogSets(req, cb) {
490
+ return this.request("DescribeLogSets", req, cb);
467
491
  }
468
492
  /**
469
- * 查询站点拨测结果
493
+ * 用于查询站点的所有配置信息。
470
494
  */
471
- async DescribeSpeedTestingMetricData(req, cb) {
472
- return this.request("DescribeSpeedTestingMetricData", req, cb);
495
+ async DescribeZoneSetting(req, cb) {
496
+ return this.request("DescribeZoneSetting", req, cb);
473
497
  }
474
498
  /**
475
- * 创建应用代理
499
+ * 当客户取回站定的同时会取回此站点下关联的别称域名,此时入参为ZoneId;当客户接入站点发现已被别称域名接入时通过验证之后可取回域名,此时入参为ZoneName。
476
500
  */
477
- async CreateApplicationProxy(req, cb) {
478
- return this.request("CreateApplicationProxy", req, cb);
501
+ async ReclaimAliasDomain(req, cb) {
502
+ return this.request("ReclaimAliasDomain", req, cb);
479
503
  }
480
504
  /**
481
- * 获取源站组列表
505
+ * 创建应用代理规则
482
506
  */
483
- async DescribeOriginGroup(req, cb) {
484
- return this.request("DescribeOriginGroup", req, cb);
507
+ async CreateApplicationProxyRule(req, cb) {
508
+ return this.request("CreateApplicationProxyRule", req, cb);
485
509
  }
486
510
  /**
487
- * 修改应用代理的状态
511
+ * 用户查询用户站点信息列表,支持分页。
488
512
  */
489
- async ModifyApplicationProxyStatus(req, cb) {
490
- return this.request("ModifyApplicationProxyStatus", req, cb);
513
+ async DescribeZones(req, cb) {
514
+ return this.request("DescribeZones", req, cb);
491
515
  }
492
516
  /**
493
- * 本接口(DescribeWebManagedRulesData)用于查询WAF攻击的时序数据。
517
+ * 站点被其他用户接入后,验证了站点所有权之后,可以找回该站点。
494
518
  */
495
- async DescribeWebManagedRulesData(req, cb) {
496
- return this.request("DescribeWebManagedRulesData", req, cb);
519
+ async ReclaimZone(req, cb) {
520
+ return this.request("ReclaimZone", req, cb);
497
521
  }
498
522
  /**
499
- * 本接口(DescribeTimingL7AnalysisData)查询七层数据分析类时序数据。
523
+ * 删除站点。
500
524
  */
501
- async DescribeTimingL7AnalysisData(req, cb) {
502
- return this.request("DescribeTimingL7AnalysisData", req, cb);
525
+ async DeleteZone(req, cb) {
526
+ return this.request("DeleteZone", req, cb);
503
527
  }
504
528
  /**
505
- * 修改别称域名。
529
+ * 本接口(DescribeDDoSAttackData)用于查询DDoS攻击时序数据。
506
530
  */
507
- async ModifyAliasDomain(req, cb) {
508
- return this.request("ModifyAliasDomain", req, cb);
531
+ async DescribeDDoSAttackData(req, cb) {
532
+ return this.request("DescribeDDoSAttackData", req, cb);
509
533
  }
510
534
  /**
511
- * 修改应用代理规则的状态
535
+ * 本接口(DescribeWebProtectionTopData)用于查询CC防护的Top数据。
512
536
  */
513
- async ModifyApplicationProxyRuleStatus(req, cb) {
514
- return this.request("ModifyApplicationProxyRuleStatus", req, cb);
537
+ async DescribeWebProtectionTopData(req, cb) {
538
+ return this.request("DescribeWebProtectionTopData", req, cb);
515
539
  }
516
540
  /**
517
- * 查询应用代理列表。
541
+ * 本接口(DescribeWebManagedRulesData)用于查询WAF攻击的时序数据。
518
542
  */
519
- async DescribeApplicationProxies(req, cb) {
520
- return this.request("DescribeApplicationProxies", req, cb);
543
+ async DescribeWebManagedRulesData(req, cb) {
544
+ return this.request("DescribeWebManagedRulesData", req, cb);
545
+ }
546
+ /**
547
+ * 查询别称域名信息列表。
548
+ */
549
+ async DescribeAliasDomains(req, cb) {
550
+ return this.request("DescribeAliasDomains", req, cb);
521
551
  }
522
552
  }
523
553
  exports.Client = Client;