tencentcloud-sdk-nodejs-teo 4.0.634 → 4.0.636

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