tencentcloud-sdk-nodejs-teo 4.0.361 → 4.0.364
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 +709 -0
- package/SERVICE_CHANGELOG.md +727 -93
- package/package.json +1 -1
- package/products.md +26 -25
- package/src/services/teo/v20220106/teo_client.ts +680 -412
- package/src/services/teo/v20220106/teo_models.ts +2929 -579
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +205 -125
- package/tencentcloud/services/teo/v20220106/teo_client.js +306 -186
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +2556 -577
|
@@ -34,100 +34,106 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
34
34
|
return this.request("CreateDnsRecord", req, cb);
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* 创建清除缓存任务
|
|
38
38
|
*/
|
|
39
|
-
async
|
|
40
|
-
return this.request("
|
|
39
|
+
async CreatePurgeTask(req, cb) {
|
|
40
|
+
return this.request("CreatePurgeTask", req, cb);
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* 查询预热任务状态
|
|
44
44
|
*/
|
|
45
|
-
async
|
|
46
|
-
return this.request("
|
|
45
|
+
async DescribePrefetchTasks(req, cb) {
|
|
46
|
+
return this.request("DescribePrefetchTasks", req, cb);
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* 查询web防护攻击事件
|
|
50
50
|
*/
|
|
51
|
-
async
|
|
52
|
-
return this.request("
|
|
51
|
+
async DescribeWebProtectionAttackEvents(req, cb) {
|
|
52
|
+
return this.request("DescribeWebProtectionAttackEvents", req, cb);
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* 创建负载均衡
|
|
56
56
|
*/
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
57
|
+
async CreateLoadBalancing(req, cb) {
|
|
58
|
+
return this.request("CreateLoadBalancing", req, cb);
|
|
59
59
|
}
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* 域名DDoS高可用开关
|
|
62
62
|
*/
|
|
63
|
-
async
|
|
64
|
-
return this.request("
|
|
63
|
+
async ModifyDDoSPolicyHost(req, cb) {
|
|
64
|
+
return this.request("ModifyDDoSPolicyHost", req, cb);
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* 用于验证站点所有权
|
|
68
68
|
*/
|
|
69
|
-
async
|
|
70
|
-
return this.request("
|
|
69
|
+
async IdentifyZone(req, cb) {
|
|
70
|
+
return this.request("IdentifyZone", req, cb);
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* 查询默认证书列表
|
|
74
74
|
*/
|
|
75
|
-
async
|
|
76
|
-
return this.request("
|
|
75
|
+
async DescribeDefaultCertificates(req, cb) {
|
|
76
|
+
return this.request("DescribeDefaultCertificates", req, cb);
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* 源站组修改
|
|
80
80
|
*/
|
|
81
|
-
async
|
|
82
|
-
return this.request("
|
|
81
|
+
async ModifyOriginGroup(req, cb) {
|
|
82
|
+
return this.request("ModifyOriginGroup", req, cb);
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
|
-
*
|
|
85
|
+
* 查询DDos攻击Top数据
|
|
86
86
|
*/
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
87
|
+
async DescribeDDosAttackTopData(req, cb) {
|
|
88
|
+
return this.request("DescribeDDosAttackTopData", req, cb);
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* 查询Bot用户画像规则
|
|
92
92
|
*/
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
93
|
+
async DescribeSecurityPortraitRules(req, cb) {
|
|
94
|
+
return this.request("DescribeSecurityPortraitRules", req, cb);
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
|
-
*
|
|
97
|
+
* 删除应用代理
|
|
98
98
|
*/
|
|
99
|
-
async
|
|
100
|
-
return this.request("
|
|
99
|
+
async DeleteApplicationProxy(req, cb) {
|
|
100
|
+
return this.request("DeleteApplicationProxy", req, cb);
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
103
|
-
*
|
|
103
|
+
* 查询Web托管日志
|
|
104
104
|
*/
|
|
105
|
-
async
|
|
106
|
-
return this.request("
|
|
105
|
+
async DescribeWebManagedRulesLog(req, cb) {
|
|
106
|
+
return this.request("DescribeWebManagedRulesLog", req, cb);
|
|
107
107
|
}
|
|
108
108
|
/**
|
|
109
|
-
*
|
|
109
|
+
* 查询七层离线日志
|
|
110
110
|
*/
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
111
|
+
async DownloadL7Logs(req, cb) {
|
|
112
|
+
return this.request("DownloadL7Logs", req, cb);
|
|
113
113
|
}
|
|
114
114
|
/**
|
|
115
|
-
*
|
|
115
|
+
* 删除应用代理规则
|
|
116
116
|
*/
|
|
117
|
-
async
|
|
118
|
-
return this.request("
|
|
117
|
+
async DeleteApplicationProxyRule(req, cb) {
|
|
118
|
+
return this.request("DeleteApplicationProxyRule", req, cb);
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
|
-
*
|
|
121
|
+
* 修改负载均衡状态
|
|
122
122
|
*/
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
123
|
+
async ModifyLoadBalancingStatus(req, cb) {
|
|
124
|
+
return this.request("ModifyLoadBalancingStatus", req, cb);
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
127
|
+
* 查询web防护数据
|
|
128
128
|
*/
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
129
|
+
async DescribeWebProtectionData(req, cb) {
|
|
130
|
+
return this.request("DescribeWebProtectionData", req, cb);
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* 查询Web托管攻击事件
|
|
134
|
+
*/
|
|
135
|
+
async DescribeWebManagedRulesAttackEvents(req, cb) {
|
|
136
|
+
return this.request("DescribeWebManagedRulesAttackEvents", req, cb);
|
|
131
137
|
}
|
|
132
138
|
/**
|
|
133
139
|
* 用该站点信息
|
|
@@ -136,100 +142,106 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
136
142
|
return this.request("ModifyZone", req, cb);
|
|
137
143
|
}
|
|
138
144
|
/**
|
|
139
|
-
*
|
|
145
|
+
* 创建预热任务
|
|
140
146
|
*/
|
|
141
|
-
async
|
|
142
|
-
return this.request("
|
|
147
|
+
async CreatePrefetchTask(req, cb) {
|
|
148
|
+
return this.request("CreatePrefetchTask", req, cb);
|
|
143
149
|
}
|
|
144
150
|
/**
|
|
145
|
-
*
|
|
151
|
+
* 查询七层监控类时序流量数据
|
|
146
152
|
*/
|
|
147
|
-
async
|
|
148
|
-
return this.request("
|
|
153
|
+
async DescribeOverviewL7Data(req, cb) {
|
|
154
|
+
return this.request("DescribeOverviewL7Data", req, cb);
|
|
149
155
|
}
|
|
150
156
|
/**
|
|
151
|
-
*
|
|
157
|
+
* 校验证书
|
|
152
158
|
*/
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
159
|
+
async CheckCertificate(req, cb) {
|
|
160
|
+
return this.request("CheckCertificate", req, cb);
|
|
155
161
|
}
|
|
156
162
|
/**
|
|
157
|
-
*
|
|
163
|
+
* 分页查询门神规则
|
|
158
164
|
*/
|
|
159
|
-
async
|
|
160
|
-
return this.request("
|
|
165
|
+
async DescribeSecurityPolicyManagedRules(req, cb) {
|
|
166
|
+
return this.request("DescribeSecurityPolicyManagedRules", req, cb);
|
|
161
167
|
}
|
|
162
168
|
/**
|
|
163
|
-
*
|
|
169
|
+
* 查询域名 CNAME 状态
|
|
164
170
|
*/
|
|
165
|
-
async
|
|
166
|
-
return this.request("
|
|
171
|
+
async DescribeCnameStatus(req, cb) {
|
|
172
|
+
return this.request("DescribeCnameStatus", req, cb);
|
|
167
173
|
}
|
|
168
174
|
/**
|
|
169
|
-
*
|
|
175
|
+
* 查询所有地域信息
|
|
170
176
|
*/
|
|
171
|
-
async
|
|
172
|
-
return this.request("
|
|
177
|
+
async DescribeSecurityPolicyRegions(req, cb) {
|
|
178
|
+
return this.request("DescribeSecurityPolicyRegions", req, cb);
|
|
173
179
|
}
|
|
174
180
|
/**
|
|
175
|
-
*
|
|
181
|
+
* 根据站点 ID 查询站点的详细信息
|
|
176
182
|
*/
|
|
177
|
-
async
|
|
178
|
-
return this.request("
|
|
183
|
+
async DescribeZoneDetails(req, cb) {
|
|
184
|
+
return this.request("DescribeZoneDetails", req, cb);
|
|
179
185
|
}
|
|
180
186
|
/**
|
|
181
|
-
*
|
|
187
|
+
* 用于修改站点配置
|
|
182
188
|
*/
|
|
183
|
-
async
|
|
184
|
-
return this.request("
|
|
189
|
+
async ModifyZoneSetting(req, cb) {
|
|
190
|
+
return this.request("ModifyZoneSetting", req, cb);
|
|
185
191
|
}
|
|
186
192
|
/**
|
|
187
|
-
*
|
|
193
|
+
* 修改应用代理规则的状态
|
|
188
194
|
*/
|
|
189
|
-
async
|
|
190
|
-
return this.request("
|
|
195
|
+
async ModifyApplicationProxyRuleStatus(req, cb) {
|
|
196
|
+
return this.request("ModifyApplicationProxyRuleStatus", req, cb);
|
|
191
197
|
}
|
|
192
198
|
/**
|
|
193
|
-
*
|
|
199
|
+
* 查询全部安全实例
|
|
194
200
|
*/
|
|
195
|
-
async
|
|
196
|
-
return this.request("
|
|
201
|
+
async DescribeSecurityPolicyList(req, cb) {
|
|
202
|
+
return this.request("DescribeSecurityPolicyList", req, cb);
|
|
197
203
|
}
|
|
198
204
|
/**
|
|
199
|
-
*
|
|
205
|
+
* 源站组删除
|
|
200
206
|
*/
|
|
201
|
-
async
|
|
202
|
-
return this.request("
|
|
207
|
+
async DeleteOriginGroup(req, cb) {
|
|
208
|
+
return this.request("DeleteOriginGroup", req, cb);
|
|
203
209
|
}
|
|
204
210
|
/**
|
|
205
|
-
*
|
|
211
|
+
* 查询Web托管规则Top数据
|
|
206
212
|
*/
|
|
207
|
-
async
|
|
208
|
-
return this.request("
|
|
213
|
+
async DescribeWebManagedRulesTopData(req, cb) {
|
|
214
|
+
return this.request("DescribeWebManagedRulesTopData", req, cb);
|
|
209
215
|
}
|
|
210
216
|
/**
|
|
211
|
-
*
|
|
217
|
+
* 批量创建应用代理规则
|
|
212
218
|
*/
|
|
213
|
-
async
|
|
214
|
-
return this.request("
|
|
219
|
+
async CreateApplicationProxyRules(req, cb) {
|
|
220
|
+
return this.request("CreateApplicationProxyRules", req, cb);
|
|
215
221
|
}
|
|
216
222
|
/**
|
|
217
|
-
*
|
|
223
|
+
* 查询清除缓存历史记录
|
|
218
224
|
*/
|
|
219
|
-
async
|
|
220
|
-
return this.request("
|
|
225
|
+
async DescribePurgeTasks(req, cb) {
|
|
226
|
+
return this.request("DescribePurgeTasks", req, cb);
|
|
221
227
|
}
|
|
222
228
|
/**
|
|
223
|
-
*
|
|
229
|
+
* 查询DDos攻击事件详情
|
|
224
230
|
*/
|
|
225
|
-
async
|
|
226
|
-
return this.request("
|
|
231
|
+
async DescribeDDosAttackEventDetail(req, cb) {
|
|
232
|
+
return this.request("DescribeDDosAttackEventDetail", req, cb);
|
|
227
233
|
}
|
|
228
234
|
/**
|
|
229
|
-
*
|
|
235
|
+
* 七层查询缓存分析时序类流量数据
|
|
230
236
|
*/
|
|
231
|
-
async
|
|
232
|
-
return this.request("
|
|
237
|
+
async DescribeTimingL7CacheData(req, cb) {
|
|
238
|
+
return this.request("DescribeTimingL7CacheData", req, cb);
|
|
239
|
+
}
|
|
240
|
+
/**
|
|
241
|
+
* 获取负载均衡列表
|
|
242
|
+
*/
|
|
243
|
+
async DescribeLoadBalancing(req, cb) {
|
|
244
|
+
return this.request("DescribeLoadBalancing", req, cb);
|
|
233
245
|
}
|
|
234
246
|
/**
|
|
235
247
|
* 删除负载均衡
|
|
@@ -238,160 +250,172 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
238
250
|
return this.request("DeleteLoadBalancing", req, cb);
|
|
239
251
|
}
|
|
240
252
|
/**
|
|
241
|
-
*
|
|
253
|
+
* 四层时序流量数据查询
|
|
242
254
|
*/
|
|
243
|
-
async
|
|
244
|
-
return this.request("
|
|
255
|
+
async DescribeTimingL4Data(req, cb) {
|
|
256
|
+
return this.request("DescribeTimingL4Data", req, cb);
|
|
245
257
|
}
|
|
246
258
|
/**
|
|
247
|
-
*
|
|
259
|
+
* 七层查询缓存分析top类流量数据
|
|
248
260
|
*/
|
|
249
|
-
async
|
|
250
|
-
return this.request("
|
|
261
|
+
async DescribeTopL7CacheData(req, cb) {
|
|
262
|
+
return this.request("DescribeTopL7CacheData", req, cb);
|
|
251
263
|
}
|
|
252
264
|
/**
|
|
253
|
-
*
|
|
265
|
+
* 扫描站点历史解析记录
|
|
254
266
|
*/
|
|
255
|
-
async
|
|
256
|
-
return this.request("
|
|
267
|
+
async ScanDnsRecords(req, cb) {
|
|
268
|
+
return this.request("ScanDnsRecords", req, cb);
|
|
257
269
|
}
|
|
258
270
|
/**
|
|
259
|
-
*
|
|
271
|
+
* 查询top类流量数据
|
|
260
272
|
*/
|
|
261
|
-
async
|
|
262
|
-
return this.request("
|
|
273
|
+
async DescribeTopL7AnalysisData(req, cb) {
|
|
274
|
+
return this.request("DescribeTopL7AnalysisData", req, cb);
|
|
263
275
|
}
|
|
264
276
|
/**
|
|
265
|
-
*
|
|
277
|
+
* 批量删除 DNS 记录
|
|
266
278
|
*/
|
|
267
|
-
async
|
|
268
|
-
return this.request("
|
|
279
|
+
async DeleteDnsRecords(req, cb) {
|
|
280
|
+
return this.request("DeleteDnsRecords", req, cb);
|
|
269
281
|
}
|
|
270
282
|
/**
|
|
271
|
-
*
|
|
283
|
+
* 修改Web&Bot安全配置
|
|
272
284
|
*/
|
|
273
|
-
async
|
|
274
|
-
return this.request("
|
|
285
|
+
async ModifySecurityPolicy(req, cb) {
|
|
286
|
+
return this.request("ModifySecurityPolicy", req, cb);
|
|
275
287
|
}
|
|
276
288
|
/**
|
|
277
|
-
*
|
|
289
|
+
* 分页查询Bot托管规则
|
|
278
290
|
*/
|
|
279
|
-
async
|
|
280
|
-
return this.request("
|
|
291
|
+
async DescribeBotManagedRules(req, cb) {
|
|
292
|
+
return this.request("DescribeBotManagedRules", req, cb);
|
|
281
293
|
}
|
|
282
294
|
/**
|
|
283
|
-
* 查询
|
|
295
|
+
* 查询DDos攻击源
|
|
284
296
|
*/
|
|
285
|
-
async
|
|
286
|
-
return this.request("
|
|
297
|
+
async DescribeDDosAttackSourceEvent(req, cb) {
|
|
298
|
+
return this.request("DescribeDDosAttackSourceEvent", req, cb);
|
|
287
299
|
}
|
|
288
300
|
/**
|
|
289
|
-
*
|
|
301
|
+
* 修改应用代理的状态
|
|
290
302
|
*/
|
|
291
|
-
async
|
|
292
|
-
return this.request("
|
|
303
|
+
async ModifyApplicationProxyStatus(req, cb) {
|
|
304
|
+
return this.request("ModifyApplicationProxyStatus", req, cb);
|
|
293
305
|
}
|
|
294
306
|
/**
|
|
295
|
-
*
|
|
307
|
+
* 查询七层数据分析类时序流量数据
|
|
296
308
|
*/
|
|
297
|
-
async
|
|
298
|
-
return this.request("
|
|
309
|
+
async DescribeTimingL7AnalysisData(req, cb) {
|
|
310
|
+
return this.request("DescribeTimingL7AnalysisData", req, cb);
|
|
299
311
|
}
|
|
300
312
|
/**
|
|
301
|
-
*
|
|
313
|
+
* 查询验证结果
|
|
302
314
|
*/
|
|
303
|
-
async
|
|
304
|
-
return this.request("
|
|
315
|
+
async DescribeIdentification(req, cb) {
|
|
316
|
+
return this.request("DescribeIdentification", req, cb);
|
|
305
317
|
}
|
|
306
318
|
/**
|
|
307
|
-
*
|
|
319
|
+
* 修改应用代理
|
|
308
320
|
*/
|
|
309
|
-
async
|
|
310
|
-
return this.request("
|
|
321
|
+
async ModifyApplicationProxy(req, cb) {
|
|
322
|
+
return this.request("ModifyApplicationProxy", req, cb);
|
|
311
323
|
}
|
|
312
324
|
/**
|
|
313
|
-
*
|
|
325
|
+
* 用于用户接入新的站点
|
|
314
326
|
*/
|
|
315
|
-
async
|
|
316
|
-
return this.request("
|
|
327
|
+
async CreateZone(req, cb) {
|
|
328
|
+
return this.request("CreateZone", req, cb);
|
|
317
329
|
}
|
|
318
330
|
/**
|
|
319
|
-
*
|
|
331
|
+
* 查询所有DDoS防护分区
|
|
320
332
|
*/
|
|
321
|
-
async
|
|
322
|
-
return this.request("
|
|
333
|
+
async DescribeZoneDDoSPolicy(req, cb) {
|
|
334
|
+
return this.request("DescribeZoneDDoSPolicy", req, cb);
|
|
323
335
|
}
|
|
324
336
|
/**
|
|
325
|
-
*
|
|
337
|
+
* 修改负载均衡
|
|
326
338
|
*/
|
|
327
|
-
async
|
|
328
|
-
return this.request("
|
|
339
|
+
async ModifyLoadBalancing(req, cb) {
|
|
340
|
+
return this.request("ModifyLoadBalancing", req, cb);
|
|
329
341
|
}
|
|
330
342
|
/**
|
|
331
|
-
*
|
|
343
|
+
* 创建自定义规则的自定义页
|
|
332
344
|
*/
|
|
333
|
-
async
|
|
334
|
-
return this.request("
|
|
345
|
+
async CreateCustomErrorPage(req, cb) {
|
|
346
|
+
return this.request("CreateCustomErrorPage", req, cb);
|
|
335
347
|
}
|
|
336
348
|
/**
|
|
337
|
-
*
|
|
349
|
+
* 修改DDoS防护分区配置
|
|
338
350
|
*/
|
|
339
|
-
async
|
|
340
|
-
return this.request("
|
|
351
|
+
async ModifyDDoSPolicy(req, cb) {
|
|
352
|
+
return this.request("ModifyDDoSPolicy", req, cb);
|
|
341
353
|
}
|
|
342
354
|
/**
|
|
343
|
-
*
|
|
355
|
+
* 获取DNS请求数统计曲线
|
|
344
356
|
*/
|
|
345
|
-
async
|
|
346
|
-
return this.request("
|
|
357
|
+
async DescribeDnsData(req, cb) {
|
|
358
|
+
return this.request("DescribeDnsData", req, cb);
|
|
347
359
|
}
|
|
348
360
|
/**
|
|
349
|
-
*
|
|
361
|
+
* 查询域名证书列表,支持搜索、分页、排序、过滤。
|
|
350
362
|
*/
|
|
351
|
-
async
|
|
352
|
-
return this.request("
|
|
363
|
+
async DescribeHostsCertificate(req, cb) {
|
|
364
|
+
return this.request("DescribeHostsCertificate", req, cb);
|
|
353
365
|
}
|
|
354
366
|
/**
|
|
355
|
-
*
|
|
367
|
+
* 查询DDos攻击数据
|
|
356
368
|
*/
|
|
357
|
-
async
|
|
358
|
-
return this.request("
|
|
369
|
+
async DescribeDDosAttackData(req, cb) {
|
|
370
|
+
return this.request("DescribeDDosAttackData", req, cb);
|
|
359
371
|
}
|
|
360
372
|
/**
|
|
361
|
-
*
|
|
373
|
+
* 获取源站组详细信息
|
|
362
374
|
*/
|
|
363
|
-
async
|
|
364
|
-
return this.request("
|
|
375
|
+
async DescribeOriginGroupDetail(req, cb) {
|
|
376
|
+
return this.request("DescribeOriginGroupDetail", req, cb);
|
|
365
377
|
}
|
|
366
378
|
/**
|
|
367
|
-
*
|
|
379
|
+
* 获取应用代理详细信息
|
|
368
380
|
*/
|
|
369
|
-
async
|
|
370
|
-
return this.request("
|
|
381
|
+
async DescribeApplicationProxyDetail(req, cb) {
|
|
382
|
+
return this.request("DescribeApplicationProxyDetail", req, cb);
|
|
371
383
|
}
|
|
372
384
|
/**
|
|
373
|
-
*
|
|
385
|
+
* 查询web防护日志
|
|
374
386
|
*/
|
|
375
|
-
async
|
|
376
|
-
return this.request("
|
|
387
|
+
async DescribeWebProtectionLog(req, cb) {
|
|
388
|
+
return this.request("DescribeWebProtectionLog", req, cb);
|
|
377
389
|
}
|
|
378
390
|
/**
|
|
379
|
-
*
|
|
391
|
+
* 用于开启,关闭站点
|
|
380
392
|
*/
|
|
381
|
-
async
|
|
382
|
-
return this.request("
|
|
393
|
+
async ModifyZoneStatus(req, cb) {
|
|
394
|
+
return this.request("ModifyZoneStatus", req, cb);
|
|
383
395
|
}
|
|
384
396
|
/**
|
|
385
|
-
*
|
|
397
|
+
* 查询DDoS防护配置详情
|
|
386
398
|
*/
|
|
387
|
-
async
|
|
388
|
-
return this.request("
|
|
399
|
+
async DescribeDDoSPolicy(req, cb) {
|
|
400
|
+
return this.request("DescribeDDoSPolicy", req, cb);
|
|
389
401
|
}
|
|
390
402
|
/**
|
|
391
|
-
*
|
|
403
|
+
* 修改默认证书状态
|
|
392
404
|
*/
|
|
393
|
-
async
|
|
394
|
-
return this.request("
|
|
405
|
+
async ModifyDefaultCertificate(req, cb) {
|
|
406
|
+
return this.request("ModifyDefaultCertificate", req, cb);
|
|
407
|
+
}
|
|
408
|
+
/**
|
|
409
|
+
* 获取负载均衡详细信息
|
|
410
|
+
*/
|
|
411
|
+
async DescribeLoadBalancingDetail(req, cb) {
|
|
412
|
+
return this.request("DescribeLoadBalancingDetail", req, cb);
|
|
413
|
+
}
|
|
414
|
+
/**
|
|
415
|
+
* 查询安全防护配置详情
|
|
416
|
+
*/
|
|
417
|
+
async DescribeSecurityPolicy(req, cb) {
|
|
418
|
+
return this.request("DescribeSecurityPolicy", req, cb);
|
|
395
419
|
}
|
|
396
420
|
/**
|
|
397
421
|
* 创建应用代理
|
|
@@ -406,28 +430,100 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
406
430
|
return this.request("DescribeOriginGroup", req, cb);
|
|
407
431
|
}
|
|
408
432
|
/**
|
|
409
|
-
*
|
|
433
|
+
* 用于查询 DNSSEC 相关信息
|
|
410
434
|
*/
|
|
411
|
-
async
|
|
412
|
-
return this.request("
|
|
435
|
+
async DescribeDnssec(req, cb) {
|
|
436
|
+
return this.request("DescribeDnssec", req, cb);
|
|
413
437
|
}
|
|
414
438
|
/**
|
|
415
|
-
*
|
|
439
|
+
* 修改应用代理规则
|
|
416
440
|
*/
|
|
417
|
-
async
|
|
418
|
-
return this.request("
|
|
441
|
+
async ModifyApplicationProxyRule(req, cb) {
|
|
442
|
+
return this.request("ModifyApplicationProxyRule", req, cb);
|
|
419
443
|
}
|
|
420
444
|
/**
|
|
421
|
-
*
|
|
445
|
+
* 源站组创建
|
|
422
446
|
*/
|
|
423
|
-
async
|
|
424
|
-
return this.request("
|
|
447
|
+
async CreateOriginGroup(req, cb) {
|
|
448
|
+
return this.request("CreateOriginGroup", req, cb);
|
|
425
449
|
}
|
|
426
450
|
/**
|
|
427
|
-
*
|
|
451
|
+
* 用于修改域名证书
|
|
428
452
|
*/
|
|
429
|
-
async
|
|
430
|
-
return this.request("
|
|
453
|
+
async ModifyHostsCertificate(req, cb) {
|
|
454
|
+
return this.request("ModifyHostsCertificate", req, cb);
|
|
455
|
+
}
|
|
456
|
+
/**
|
|
457
|
+
* 开启,关闭 CNAME 加速
|
|
458
|
+
*/
|
|
459
|
+
async ModifyZoneCnameSpeedUp(req, cb) {
|
|
460
|
+
return this.request("ModifyZoneCnameSpeedUp", req, cb);
|
|
461
|
+
}
|
|
462
|
+
/**
|
|
463
|
+
* 修改 DNS 记录
|
|
464
|
+
*/
|
|
465
|
+
async ModifyDnsRecord(req, cb) {
|
|
466
|
+
return this.request("ModifyDnsRecord", req, cb);
|
|
467
|
+
}
|
|
468
|
+
/**
|
|
469
|
+
* 查询DDos主攻击事件
|
|
470
|
+
*/
|
|
471
|
+
async DescribeDDosMajorAttackEvent(req, cb) {
|
|
472
|
+
return this.request("DescribeDDosMajorAttackEvent", req, cb);
|
|
473
|
+
}
|
|
474
|
+
/**
|
|
475
|
+
* 用于查询域名配置信息
|
|
476
|
+
*/
|
|
477
|
+
async DescribeHostsSetting(req, cb) {
|
|
478
|
+
return this.request("DescribeHostsSetting", req, cb);
|
|
479
|
+
}
|
|
480
|
+
/**
|
|
481
|
+
* 用于查询站点的所有配置信息。
|
|
482
|
+
*/
|
|
483
|
+
async DescribeZoneSetting(req, cb) {
|
|
484
|
+
return this.request("DescribeZoneSetting", req, cb);
|
|
485
|
+
}
|
|
486
|
+
/**
|
|
487
|
+
* 创建应用代理规则
|
|
488
|
+
*/
|
|
489
|
+
async CreateApplicationProxyRule(req, cb) {
|
|
490
|
+
return this.request("CreateApplicationProxyRule", req, cb);
|
|
491
|
+
}
|
|
492
|
+
/**
|
|
493
|
+
* 用户查询用户站点信息列表,支持分页
|
|
494
|
+
*/
|
|
495
|
+
async DescribeZones(req, cb) {
|
|
496
|
+
return this.request("DescribeZones", req, cb);
|
|
497
|
+
}
|
|
498
|
+
/**
|
|
499
|
+
* 站点被其他用户接入后,验证了站点所有权之后,可以找回该站点
|
|
500
|
+
*/
|
|
501
|
+
async ReclaimZone(req, cb) {
|
|
502
|
+
return this.request("ReclaimZone", req, cb);
|
|
503
|
+
}
|
|
504
|
+
/**
|
|
505
|
+
* 删除站点
|
|
506
|
+
*/
|
|
507
|
+
async DeleteZone(req, cb) {
|
|
508
|
+
return this.request("DeleteZone", req, cb);
|
|
509
|
+
}
|
|
510
|
+
/**
|
|
511
|
+
* 查询DDos攻击事件
|
|
512
|
+
*/
|
|
513
|
+
async DescribeDDosAttackEvent(req, cb) {
|
|
514
|
+
return this.request("DescribeDDosAttackEvent", req, cb);
|
|
515
|
+
}
|
|
516
|
+
/**
|
|
517
|
+
* 查询 DNS 记录列表,支持搜索、分页、排序、过滤。
|
|
518
|
+
*/
|
|
519
|
+
async DescribeDnsRecords(req, cb) {
|
|
520
|
+
return this.request("DescribeDnsRecords", req, cb);
|
|
521
|
+
}
|
|
522
|
+
/**
|
|
523
|
+
* 查询Bot攻击日志
|
|
524
|
+
*/
|
|
525
|
+
async DescribeBotLog(req, cb) {
|
|
526
|
+
return this.request("DescribeBotLog", req, cb);
|
|
431
527
|
}
|
|
432
528
|
/**
|
|
433
529
|
* 获取应用代理列表
|
|
@@ -435,5 +531,29 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
435
531
|
async DescribeApplicationProxy(req, cb) {
|
|
436
532
|
return this.request("DescribeApplicationProxy", req, cb);
|
|
437
533
|
}
|
|
534
|
+
/**
|
|
535
|
+
* 查询Web托管规则数据
|
|
536
|
+
*/
|
|
537
|
+
async DescribeWebManagedRulesData(req, cb) {
|
|
538
|
+
return this.request("DescribeWebManagedRulesData", req, cb);
|
|
539
|
+
}
|
|
540
|
+
/**
|
|
541
|
+
* 导入 DNS 记录
|
|
542
|
+
*/
|
|
543
|
+
async ImportDnsRecords(req, cb) {
|
|
544
|
+
return this.request("ImportDnsRecords", req, cb);
|
|
545
|
+
}
|
|
546
|
+
/**
|
|
547
|
+
* 规则id查询门神规则详情
|
|
548
|
+
*/
|
|
549
|
+
async DescribeSecurityPolicyManagedRulesId(req, cb) {
|
|
550
|
+
return this.request("DescribeSecurityPolicyManagedRulesId", req, cb);
|
|
551
|
+
}
|
|
552
|
+
/**
|
|
553
|
+
* 修改 DNSSEC 状态
|
|
554
|
+
*/
|
|
555
|
+
async ModifyDnssec(req, cb) {
|
|
556
|
+
return this.request("ModifyDnssec", req, cb);
|
|
557
|
+
}
|
|
438
558
|
}
|
|
439
559
|
exports.Client = Client;
|