tencentcloud-sdk-nodejs-cdn 4.1.24 → 4.1.28
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/package.json
CHANGED
|
@@ -39,16 +39,20 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
39
39
|
*/
|
|
40
40
|
VerifyDomainRecord(req: VerifyDomainRecordRequest, cb?: (error: string, rep: VerifyDomainRecordResponse) => void): Promise<VerifyDomainRecordResponse>;
|
|
41
41
|
/**
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
* SCDN平台下线,接口开始预下线处理
|
|
43
|
+
|
|
44
|
+
获取Waf攻击Top数据
|
|
45
|
+
*/
|
|
44
46
|
ListTopWafData(req: ListTopWafDataRequest, cb?: (error: string, rep: ListTopWafDataResponse) => void): Promise<ListTopWafDataResponse>;
|
|
45
47
|
/**
|
|
46
48
|
* DescribeEdgePackTaskStatus 用于查询动态打包任务状态列表
|
|
47
49
|
*/
|
|
48
50
|
DescribeEdgePackTaskStatus(req: DescribeEdgePackTaskStatusRequest, cb?: (error: string, rep: DescribeEdgePackTaskStatusResponse) => void): Promise<DescribeEdgePackTaskStatusResponse>;
|
|
49
51
|
/**
|
|
50
|
-
|
|
51
|
-
|
|
52
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
53
|
+
|
|
54
|
+
删除SCDN域名
|
|
55
|
+
*/
|
|
52
56
|
DeleteScdnDomain(req: DeleteScdnDomainRequest, cb?: (error: string, rep: DeleteScdnDomainResponse) => void): Promise<DeleteScdnDomainResponse>;
|
|
53
57
|
/**
|
|
54
58
|
* DescribePayType 用于查询用户的计费类型,计费周期等信息。
|
|
@@ -106,8 +110,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
106
110
|
*/
|
|
107
111
|
CreateVerifyRecord(req: CreateVerifyRecordRequest, cb?: (error: string, rep: CreateVerifyRecordResponse) => void): Promise<CreateVerifyRecordResponse>;
|
|
108
112
|
/**
|
|
109
|
-
|
|
110
|
-
|
|
113
|
+
* SCDN平台下线,接口开始预下线处理
|
|
114
|
+
|
|
115
|
+
CC统计数据查询
|
|
116
|
+
*/
|
|
111
117
|
DescribeCcData(req: DescribeCcDataRequest, cb?: (error: string, rep: DescribeCcDataResponse) => void): Promise<DescribeCcDataResponse>;
|
|
112
118
|
/**
|
|
113
119
|
* ManageClsTopicDomains 用于管理某日志主题下绑定的域名列表。
|
|
@@ -127,8 +133,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
127
133
|
*/
|
|
128
134
|
DuplicateDomainConfig(req: DuplicateDomainConfigRequest, cb?: (error: string, rep: DuplicateDomainConfigResponse) => void): Promise<DuplicateDomainConfigResponse>;
|
|
129
135
|
/**
|
|
130
|
-
|
|
131
|
-
|
|
136
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
137
|
+
|
|
138
|
+
StopScdnDomain 用于关闭域名的安全防护配置
|
|
139
|
+
*/
|
|
132
140
|
StopScdnDomain(req: StopScdnDomainRequest, cb?: (error: string, rep: StopScdnDomainResponse) => void): Promise<StopScdnDomainResponse>;
|
|
133
141
|
/**
|
|
134
142
|
* ### <font color=red>**该接口已废弃** </font><br>
|
|
@@ -136,8 +144,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
136
144
|
*/
|
|
137
145
|
DescribeDiagnoseReport(req: DescribeDiagnoseReportRequest, cb?: (error: string, rep: DescribeDiagnoseReportResponse) => void): Promise<DescribeDiagnoseReportResponse>;
|
|
138
146
|
/**
|
|
139
|
-
|
|
140
|
-
|
|
147
|
+
* SCDN平台下线,接口开始预下线处理
|
|
148
|
+
|
|
149
|
+
DDoS统计数据查询
|
|
150
|
+
*/
|
|
141
151
|
DescribeDDoSData(req: DescribeDDoSDataRequest, cb?: (error: string, rep: DescribeDDoSDataResponse) => void): Promise<DescribeDDoSDataResponse>;
|
|
142
152
|
/**
|
|
143
153
|
* ### <font color=red>**该接口已废弃** </font><br>
|
|
@@ -150,40 +160,54 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
150
160
|
*/
|
|
151
161
|
ListDiagnoseReport(req: ListDiagnoseReportRequest, cb?: (error: string, rep: ListDiagnoseReportResponse) => void): Promise<ListDiagnoseReportResponse>;
|
|
152
162
|
/**
|
|
153
|
-
|
|
154
|
-
|
|
163
|
+
* SCDN平台下线,接口开始预下线处理
|
|
164
|
+
|
|
165
|
+
获取CC攻击Top数据
|
|
166
|
+
*/
|
|
155
167
|
ListTopCcData(req: ListTopCcDataRequest, cb?: (error: string, rep: ListTopCcDataResponse) => void): Promise<ListTopCcDataResponse>;
|
|
156
168
|
/**
|
|
157
|
-
|
|
158
|
-
|
|
169
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
170
|
+
|
|
171
|
+
查询在SCDN IP安全策略
|
|
172
|
+
*/
|
|
159
173
|
DescribeScdnIpStrategy(req: DescribeScdnIpStrategyRequest, cb?: (error: string, rep: DescribeScdnIpStrategyResponse) => void): Promise<DescribeScdnIpStrategyResponse>;
|
|
160
174
|
/**
|
|
161
175
|
* DescribePurgeQuota 用于查询账户刷新配额和每日可用量。
|
|
162
176
|
*/
|
|
163
177
|
DescribePurgeQuota(req?: DescribePurgeQuotaRequest, cb?: (error: string, rep: DescribePurgeQuotaResponse) => void): Promise<DescribePurgeQuotaResponse>;
|
|
164
178
|
/**
|
|
165
|
-
|
|
166
|
-
|
|
179
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
180
|
+
|
|
181
|
+
UpdateScdnDomain 用于修改 SCDN 加速域名安全相关配置
|
|
182
|
+
*/
|
|
167
183
|
UpdateScdnDomain(req: UpdateScdnDomainRequest, cb?: (error: string, rep: UpdateScdnDomainResponse) => void): Promise<UpdateScdnDomainResponse>;
|
|
168
184
|
/**
|
|
169
|
-
|
|
170
|
-
|
|
185
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
186
|
+
|
|
187
|
+
ListScdnLogTasks 用于查询SCDN日志下载任务列表,以及展示下载任务基本信息
|
|
188
|
+
*/
|
|
171
189
|
ListScdnLogTasks(req: ListScdnLogTasksRequest, cb?: (error: string, rep: ListScdnLogTasksResponse) => void): Promise<ListScdnLogTasksResponse>;
|
|
172
190
|
/**
|
|
173
|
-
|
|
174
|
-
|
|
191
|
+
* SCDN平台下线,接口开始预下线处理
|
|
192
|
+
|
|
193
|
+
获取Bot攻击的Top信息
|
|
194
|
+
*/
|
|
175
195
|
ListTopBotData(req: ListTopBotDataRequest, cb?: (error: string, rep: ListTopBotDataResponse) => void): Promise<ListTopBotDataResponse>;
|
|
176
196
|
/**
|
|
177
|
-
|
|
178
|
-
|
|
197
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
198
|
+
|
|
199
|
+
CreateScdnLogTask 用于创建事件日志任务
|
|
200
|
+
*/
|
|
179
201
|
CreateScdnLogTask(req: CreateScdnLogTaskRequest, cb?: (error: string, rep: CreateScdnLogTaskResponse) => void): Promise<CreateScdnLogTaskResponse>;
|
|
180
202
|
/**
|
|
181
203
|
* DescribeImageConfig 用于获取域名图片优化的当前配置,支持Webp、TPG、 Guetzli 和 Avif。
|
|
182
204
|
*/
|
|
183
205
|
DescribeImageConfig(req: DescribeImageConfigRequest, cb?: (error: string, rep: DescribeImageConfigResponse) => void): Promise<DescribeImageConfigResponse>;
|
|
184
206
|
/**
|
|
185
|
-
|
|
186
|
-
|
|
207
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
208
|
+
|
|
209
|
+
获取SCDN的Top数据
|
|
210
|
+
*/
|
|
187
211
|
DescribeScdnTopData(req: DescribeScdnTopDataRequest, cb?: (error: string, rep: DescribeScdnTopDataResponse) => void): Promise<DescribeScdnTopDataResponse>;
|
|
188
212
|
/**
|
|
189
213
|
* SearchClsLog 用于 CLS 日志检索。支持检索今天,24小时(可选近7中的某一天),近7天的日志数据。
|
|
@@ -226,8 +250,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
226
250
|
*/
|
|
227
251
|
DescribeCdnIp(req: DescribeCdnIpRequest, cb?: (error: string, rep: DescribeCdnIpResponse) => void): Promise<DescribeCdnIpResponse>;
|
|
228
252
|
/**
|
|
229
|
-
|
|
230
|
-
|
|
253
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
254
|
+
|
|
255
|
+
StartScdnDomain 用于开启域名的安全防护配置
|
|
256
|
+
*/
|
|
231
257
|
StartScdnDomain(req: StartScdnDomainRequest, cb?: (error: string, rep: StartScdnDomainResponse) => void): Promise<StartScdnDomainResponse>;
|
|
232
258
|
/**
|
|
233
259
|
* PurgePathCache 用于批量提交目录刷新,根据域名的加速区域进行对应区域的刷新。
|
|
@@ -244,16 +270,20 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
244
270
|
ListTopClsLogData(req: ListTopClsLogDataRequest, cb?: (error: string, rep: ListTopClsLogDataResponse) => void): Promise<ListTopClsLogDataResponse>;
|
|
245
271
|
/**
|
|
246
272
|
* DescribeUrlViolations 用于查询被 CDN 系统扫描到的域名违规 URL 列表及当前状态。
|
|
247
|
-
|
|
273
|
+
对应内容分发网络控制台【内容合规】页面。
|
|
248
274
|
*/
|
|
249
275
|
DescribeUrlViolations(req: DescribeUrlViolationsRequest, cb?: (error: string, rep: DescribeUrlViolationsResponse) => void): Promise<DescribeUrlViolationsResponse>;
|
|
250
276
|
/**
|
|
251
|
-
|
|
252
|
-
|
|
277
|
+
* SCDN平台下线,接口开始预下线处理
|
|
278
|
+
|
|
279
|
+
Waf统计数据查询
|
|
280
|
+
*/
|
|
253
281
|
DescribeWafData(req: DescribeWafDataRequest, cb?: (error: string, rep: DescribeWafDataResponse) => void): Promise<DescribeWafDataResponse>;
|
|
254
282
|
/**
|
|
255
|
-
|
|
256
|
-
|
|
283
|
+
* SCDN平台下线,接口开始预下线处理
|
|
284
|
+
|
|
285
|
+
获取DDoS攻击Top数据
|
|
286
|
+
*/
|
|
257
287
|
ListTopDDoSData(req: ListTopDDoSDataRequest, cb?: (error: string, rep: ListTopDDoSDataResponse) => void): Promise<ListTopDDoSDataResponse>;
|
|
258
288
|
/**
|
|
259
289
|
* DescribeDomains 用于查询内容分发网络加速域名(含境内、境外)基本配置信息,包括项目ID、服务状态,业务类型、创建时间、更新时间等信息。
|
|
@@ -287,8 +317,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
287
317
|
*/
|
|
288
318
|
DescribeCertDomains(req: DescribeCertDomainsRequest, cb?: (error: string, rep: DescribeCertDomainsResponse) => void): Promise<DescribeCertDomainsResponse>;
|
|
289
319
|
/**
|
|
290
|
-
|
|
291
|
-
|
|
320
|
+
* SCDN平台下线,接口开始预下线处理
|
|
321
|
+
|
|
322
|
+
DescribeEventLogData 用于查询事件日志统计曲线
|
|
323
|
+
*/
|
|
292
324
|
DescribeEventLogData(req: DescribeEventLogDataRequest, cb?: (error: string, rep: DescribeEventLogDataResponse) => void): Promise<DescribeEventLogDataResponse>;
|
|
293
325
|
/**
|
|
294
326
|
* CreateClsLogTopic 用于创建日志主题。注意:一个日志集下至多可创建10个日志主题。
|
|
@@ -300,8 +332,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
300
332
|
*/
|
|
301
333
|
PushUrlsCache(req: PushUrlsCacheRequest, cb?: (error: string, rep: PushUrlsCacheResponse) => void): Promise<PushUrlsCacheResponse>;
|
|
302
334
|
/**
|
|
303
|
-
|
|
304
|
-
|
|
335
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
336
|
+
|
|
337
|
+
CreateScdnDomain 用于创建 SCDN 加速域名
|
|
338
|
+
*/
|
|
305
339
|
CreateScdnDomain(req: CreateScdnDomainRequest, cb?: (error: string, rep: CreateScdnDomainResponse) => void): Promise<CreateScdnDomainResponse>;
|
|
306
340
|
/**
|
|
307
341
|
* UpdateImageConfig 用于更新控制台图片优化的相关配置,支持Webp、TPG、 Guetzli 和 Avif。
|
|
@@ -312,8 +346,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
312
346
|
*/
|
|
313
347
|
ModifyPurgeFetchTaskStatus(req: ModifyPurgeFetchTaskStatusRequest, cb?: (error: string, rep: ModifyPurgeFetchTaskStatusResponse) => void): Promise<ModifyPurgeFetchTaskStatusResponse>;
|
|
314
348
|
/**
|
|
315
|
-
|
|
316
|
-
|
|
349
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
350
|
+
|
|
351
|
+
CreateScdnFailedLogTask 用于重试创建失败的事件日志任务
|
|
352
|
+
*/
|
|
317
353
|
CreateScdnFailedLogTask(req: CreateScdnFailedLogTaskRequest, cb?: (error: string, rep: CreateScdnFailedLogTaskResponse) => void): Promise<CreateScdnFailedLogTaskResponse>;
|
|
318
354
|
/**
|
|
319
355
|
* DisableClsLogTopic 用于停止日志主题投递。注意:停止后,所有绑定该日志主题域名的日志将不再继续投递至该主题,已经投递的日志将会继续保留。生效时间约为 5~15 分钟。
|
|
@@ -329,12 +365,16 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
329
365
|
*/
|
|
330
366
|
ListClsLogTopics(req: ListClsLogTopicsRequest, cb?: (error: string, rep: ListClsLogTopicsResponse) => void): Promise<ListClsLogTopicsResponse>;
|
|
331
367
|
/**
|
|
332
|
-
|
|
333
|
-
|
|
368
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
369
|
+
|
|
370
|
+
查询BOT会话记录列表
|
|
371
|
+
*/
|
|
334
372
|
DescribeScdnBotRecords(req: DescribeScdnBotRecordsRequest, cb?: (error: string, rep: DescribeScdnBotRecordsResponse) => void): Promise<DescribeScdnBotRecordsResponse>;
|
|
335
373
|
/**
|
|
336
|
-
|
|
337
|
-
|
|
374
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
375
|
+
|
|
376
|
+
DescribeScdnConfig 用于查询指定 SCDN 加速域名的安全相关配置
|
|
377
|
+
*/
|
|
338
378
|
DescribeScdnConfig(req: DescribeScdnConfigRequest, cb?: (error: string, rep: DescribeScdnConfigResponse) => void): Promise<DescribeScdnConfigResponse>;
|
|
339
379
|
/**
|
|
340
380
|
* DeleteClsLogTopic 用于删除日志主题。注意:删除后,所有该日志主题下绑定域名的日志将不再继续投递至该主题,已经投递的日志将会被全部清空。生效时间约为 5~15 分钟。
|
|
@@ -358,8 +398,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
358
398
|
*/
|
|
359
399
|
EnableClsLogTopic(req: EnableClsLogTopicRequest, cb?: (error: string, rep: EnableClsLogTopicResponse) => void): Promise<EnableClsLogTopicResponse>;
|
|
360
400
|
/**
|
|
361
|
-
|
|
362
|
-
|
|
401
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
402
|
+
|
|
403
|
+
ListScdnDomains 用于查询 SCDN 安全加速域名列表,及域名基本配置信息
|
|
404
|
+
*/
|
|
363
405
|
ListScdnDomains(req: ListScdnDomainsRequest, cb?: (error: string, rep: ListScdnDomainsResponse) => void): Promise<ListScdnDomainsResponse>;
|
|
364
406
|
/**
|
|
365
407
|
* DescribeReportData 用于查询域名/项目维度的日/周/月报表数据。
|
|
@@ -371,8 +413,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
371
413
|
*/
|
|
372
414
|
DescribeDistrictIspData(req: DescribeDistrictIspDataRequest, cb?: (error: string, rep: DescribeDistrictIspDataResponse) => void): Promise<DescribeDistrictIspDataResponse>;
|
|
373
415
|
/**
|
|
374
|
-
|
|
375
|
-
|
|
416
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
417
|
+
|
|
418
|
+
获取BOT统计数据列表
|
|
419
|
+
*/
|
|
376
420
|
DescribeScdnBotData(req: DescribeScdnBotDataRequest, cb?: (error: string, rep: DescribeScdnBotDataResponse) => void): Promise<DescribeScdnBotDataResponse>;
|
|
377
421
|
/**
|
|
378
422
|
* 本接口(UpdatePayType)用于修改账号计费类型,暂不支持月结用户或子账号修改。
|
|
@@ -397,7 +441,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
397
441
|
*/
|
|
398
442
|
EnableCaches(req: EnableCachesRequest, cb?: (error: string, rep: EnableCachesResponse) => void): Promise<EnableCachesResponse>;
|
|
399
443
|
/**
|
|
400
|
-
|
|
401
|
-
|
|
444
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
445
|
+
|
|
446
|
+
获取Bot攻击的Top数据列表
|
|
447
|
+
*/
|
|
402
448
|
ListScdnTopBotData(req: ListScdnTopBotDataRequest, cb?: (error: string, rep: ListScdnTopBotDataResponse) => void): Promise<ListScdnTopBotDataResponse>;
|
|
403
449
|
}
|
|
@@ -73,8 +73,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
73
73
|
return this.request("VerifyDomainRecord", req, cb);
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
|
-
|
|
77
|
-
|
|
76
|
+
* SCDN平台下线,接口开始预下线处理
|
|
77
|
+
|
|
78
|
+
获取Waf攻击Top数据
|
|
79
|
+
*/
|
|
78
80
|
async ListTopWafData(req, cb) {
|
|
79
81
|
return this.request("ListTopWafData", req, cb);
|
|
80
82
|
}
|
|
@@ -85,8 +87,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
85
87
|
return this.request("DescribeEdgePackTaskStatus", req, cb);
|
|
86
88
|
}
|
|
87
89
|
/**
|
|
88
|
-
|
|
89
|
-
|
|
90
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
91
|
+
|
|
92
|
+
删除SCDN域名
|
|
93
|
+
*/
|
|
90
94
|
async DeleteScdnDomain(req, cb) {
|
|
91
95
|
return this.request("DeleteScdnDomain", req, cb);
|
|
92
96
|
}
|
|
@@ -164,8 +168,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
164
168
|
return this.request("CreateVerifyRecord", req, cb);
|
|
165
169
|
}
|
|
166
170
|
/**
|
|
167
|
-
|
|
168
|
-
|
|
171
|
+
* SCDN平台下线,接口开始预下线处理
|
|
172
|
+
|
|
173
|
+
CC统计数据查询
|
|
174
|
+
*/
|
|
169
175
|
async DescribeCcData(req, cb) {
|
|
170
176
|
return this.request("DescribeCcData", req, cb);
|
|
171
177
|
}
|
|
@@ -195,8 +201,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
195
201
|
return this.request("DuplicateDomainConfig", req, cb);
|
|
196
202
|
}
|
|
197
203
|
/**
|
|
198
|
-
|
|
199
|
-
|
|
204
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
205
|
+
|
|
206
|
+
StopScdnDomain 用于关闭域名的安全防护配置
|
|
207
|
+
*/
|
|
200
208
|
async StopScdnDomain(req, cb) {
|
|
201
209
|
return this.request("StopScdnDomain", req, cb);
|
|
202
210
|
}
|
|
@@ -208,8 +216,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
208
216
|
return this.request("DescribeDiagnoseReport", req, cb);
|
|
209
217
|
}
|
|
210
218
|
/**
|
|
211
|
-
|
|
212
|
-
|
|
219
|
+
* SCDN平台下线,接口开始预下线处理
|
|
220
|
+
|
|
221
|
+
DDoS统计数据查询
|
|
222
|
+
*/
|
|
213
223
|
async DescribeDDoSData(req, cb) {
|
|
214
224
|
return this.request("DescribeDDoSData", req, cb);
|
|
215
225
|
}
|
|
@@ -228,14 +238,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
228
238
|
return this.request("ListDiagnoseReport", req, cb);
|
|
229
239
|
}
|
|
230
240
|
/**
|
|
231
|
-
|
|
232
|
-
|
|
241
|
+
* SCDN平台下线,接口开始预下线处理
|
|
242
|
+
|
|
243
|
+
获取CC攻击Top数据
|
|
244
|
+
*/
|
|
233
245
|
async ListTopCcData(req, cb) {
|
|
234
246
|
return this.request("ListTopCcData", req, cb);
|
|
235
247
|
}
|
|
236
248
|
/**
|
|
237
|
-
|
|
238
|
-
|
|
249
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
250
|
+
|
|
251
|
+
查询在SCDN IP安全策略
|
|
252
|
+
*/
|
|
239
253
|
async DescribeScdnIpStrategy(req, cb) {
|
|
240
254
|
return this.request("DescribeScdnIpStrategy", req, cb);
|
|
241
255
|
}
|
|
@@ -246,26 +260,34 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
246
260
|
return this.request("DescribePurgeQuota", req, cb);
|
|
247
261
|
}
|
|
248
262
|
/**
|
|
249
|
-
|
|
250
|
-
|
|
263
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
264
|
+
|
|
265
|
+
UpdateScdnDomain 用于修改 SCDN 加速域名安全相关配置
|
|
266
|
+
*/
|
|
251
267
|
async UpdateScdnDomain(req, cb) {
|
|
252
268
|
return this.request("UpdateScdnDomain", req, cb);
|
|
253
269
|
}
|
|
254
270
|
/**
|
|
255
|
-
|
|
256
|
-
|
|
271
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
272
|
+
|
|
273
|
+
ListScdnLogTasks 用于查询SCDN日志下载任务列表,以及展示下载任务基本信息
|
|
274
|
+
*/
|
|
257
275
|
async ListScdnLogTasks(req, cb) {
|
|
258
276
|
return this.request("ListScdnLogTasks", req, cb);
|
|
259
277
|
}
|
|
260
278
|
/**
|
|
261
|
-
|
|
262
|
-
|
|
279
|
+
* SCDN平台下线,接口开始预下线处理
|
|
280
|
+
|
|
281
|
+
获取Bot攻击的Top信息
|
|
282
|
+
*/
|
|
263
283
|
async ListTopBotData(req, cb) {
|
|
264
284
|
return this.request("ListTopBotData", req, cb);
|
|
265
285
|
}
|
|
266
286
|
/**
|
|
267
|
-
|
|
268
|
-
|
|
287
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
288
|
+
|
|
289
|
+
CreateScdnLogTask 用于创建事件日志任务
|
|
290
|
+
*/
|
|
269
291
|
async CreateScdnLogTask(req, cb) {
|
|
270
292
|
return this.request("CreateScdnLogTask", req, cb);
|
|
271
293
|
}
|
|
@@ -276,8 +298,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
276
298
|
return this.request("DescribeImageConfig", req, cb);
|
|
277
299
|
}
|
|
278
300
|
/**
|
|
279
|
-
|
|
280
|
-
|
|
301
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
302
|
+
|
|
303
|
+
获取SCDN的Top数据
|
|
304
|
+
*/
|
|
281
305
|
async DescribeScdnTopData(req, cb) {
|
|
282
306
|
return this.request("DescribeScdnTopData", req, cb);
|
|
283
307
|
}
|
|
@@ -332,8 +356,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
332
356
|
return this.request("DescribeCdnIp", req, cb);
|
|
333
357
|
}
|
|
334
358
|
/**
|
|
335
|
-
|
|
336
|
-
|
|
359
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
360
|
+
|
|
361
|
+
StartScdnDomain 用于开启域名的安全防护配置
|
|
362
|
+
*/
|
|
337
363
|
async StartScdnDomain(req, cb) {
|
|
338
364
|
return this.request("StartScdnDomain", req, cb);
|
|
339
365
|
}
|
|
@@ -358,20 +384,24 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
358
384
|
}
|
|
359
385
|
/**
|
|
360
386
|
* DescribeUrlViolations 用于查询被 CDN 系统扫描到的域名违规 URL 列表及当前状态。
|
|
361
|
-
|
|
387
|
+
对应内容分发网络控制台【内容合规】页面。
|
|
362
388
|
*/
|
|
363
389
|
async DescribeUrlViolations(req, cb) {
|
|
364
390
|
return this.request("DescribeUrlViolations", req, cb);
|
|
365
391
|
}
|
|
366
392
|
/**
|
|
367
|
-
|
|
368
|
-
|
|
393
|
+
* SCDN平台下线,接口开始预下线处理
|
|
394
|
+
|
|
395
|
+
Waf统计数据查询
|
|
396
|
+
*/
|
|
369
397
|
async DescribeWafData(req, cb) {
|
|
370
398
|
return this.request("DescribeWafData", req, cb);
|
|
371
399
|
}
|
|
372
400
|
/**
|
|
373
|
-
|
|
374
|
-
|
|
401
|
+
* SCDN平台下线,接口开始预下线处理
|
|
402
|
+
|
|
403
|
+
获取DDoS攻击Top数据
|
|
404
|
+
*/
|
|
375
405
|
async ListTopDDoSData(req, cb) {
|
|
376
406
|
return this.request("ListTopDDoSData", req, cb);
|
|
377
407
|
}
|
|
@@ -421,8 +451,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
421
451
|
return this.request("DescribeCertDomains", req, cb);
|
|
422
452
|
}
|
|
423
453
|
/**
|
|
424
|
-
|
|
425
|
-
|
|
454
|
+
* SCDN平台下线,接口开始预下线处理
|
|
455
|
+
|
|
456
|
+
DescribeEventLogData 用于查询事件日志统计曲线
|
|
457
|
+
*/
|
|
426
458
|
async DescribeEventLogData(req, cb) {
|
|
427
459
|
return this.request("DescribeEventLogData", req, cb);
|
|
428
460
|
}
|
|
@@ -440,8 +472,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
440
472
|
return this.request("PushUrlsCache", req, cb);
|
|
441
473
|
}
|
|
442
474
|
/**
|
|
443
|
-
|
|
444
|
-
|
|
475
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
476
|
+
|
|
477
|
+
CreateScdnDomain 用于创建 SCDN 加速域名
|
|
478
|
+
*/
|
|
445
479
|
async CreateScdnDomain(req, cb) {
|
|
446
480
|
return this.request("CreateScdnDomain", req, cb);
|
|
447
481
|
}
|
|
@@ -458,8 +492,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
458
492
|
return this.request("ModifyPurgeFetchTaskStatus", req, cb);
|
|
459
493
|
}
|
|
460
494
|
/**
|
|
461
|
-
|
|
462
|
-
|
|
495
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
496
|
+
|
|
497
|
+
CreateScdnFailedLogTask 用于重试创建失败的事件日志任务
|
|
498
|
+
*/
|
|
463
499
|
async CreateScdnFailedLogTask(req, cb) {
|
|
464
500
|
return this.request("CreateScdnFailedLogTask", req, cb);
|
|
465
501
|
}
|
|
@@ -483,14 +519,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
483
519
|
return this.request("ListClsLogTopics", req, cb);
|
|
484
520
|
}
|
|
485
521
|
/**
|
|
486
|
-
|
|
487
|
-
|
|
522
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
523
|
+
|
|
524
|
+
查询BOT会话记录列表
|
|
525
|
+
*/
|
|
488
526
|
async DescribeScdnBotRecords(req, cb) {
|
|
489
527
|
return this.request("DescribeScdnBotRecords", req, cb);
|
|
490
528
|
}
|
|
491
529
|
/**
|
|
492
|
-
|
|
493
|
-
|
|
530
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
531
|
+
|
|
532
|
+
DescribeScdnConfig 用于查询指定 SCDN 加速域名的安全相关配置
|
|
533
|
+
*/
|
|
494
534
|
async DescribeScdnConfig(req, cb) {
|
|
495
535
|
return this.request("DescribeScdnConfig", req, cb);
|
|
496
536
|
}
|
|
@@ -526,8 +566,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
526
566
|
return this.request("EnableClsLogTopic", req, cb);
|
|
527
567
|
}
|
|
528
568
|
/**
|
|
529
|
-
|
|
530
|
-
|
|
569
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
570
|
+
|
|
571
|
+
ListScdnDomains 用于查询 SCDN 安全加速域名列表,及域名基本配置信息
|
|
572
|
+
*/
|
|
531
573
|
async ListScdnDomains(req, cb) {
|
|
532
574
|
return this.request("ListScdnDomains", req, cb);
|
|
533
575
|
}
|
|
@@ -545,8 +587,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
545
587
|
return this.request("DescribeDistrictIspData", req, cb);
|
|
546
588
|
}
|
|
547
589
|
/**
|
|
548
|
-
|
|
549
|
-
|
|
590
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
591
|
+
|
|
592
|
+
获取BOT统计数据列表
|
|
593
|
+
*/
|
|
550
594
|
async DescribeScdnBotData(req, cb) {
|
|
551
595
|
return this.request("DescribeScdnBotData", req, cb);
|
|
552
596
|
}
|
|
@@ -579,8 +623,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
579
623
|
return this.request("EnableCaches", req, cb);
|
|
580
624
|
}
|
|
581
625
|
/**
|
|
582
|
-
|
|
583
|
-
|
|
626
|
+
* SCDN平台已经正式下线,接口开始预下线处理
|
|
627
|
+
|
|
628
|
+
获取Bot攻击的Top数据列表
|
|
629
|
+
*/
|
|
584
630
|
async ListScdnTopBotData(req, cb) {
|
|
585
631
|
return this.request("ListScdnTopBotData", req, cb);
|
|
586
632
|
}
|
|
@@ -6786,7 +6786,7 @@ export interface ListTopClsLogDataRequest {
|
|
|
6786
6786
|
*/
|
|
6787
6787
|
Channel?: string;
|
|
6788
6788
|
/**
|
|
6789
|
-
* 要查询的Top
|
|
6789
|
+
* 要查询的Top条数,建议最大值100,默认为10
|
|
6790
6790
|
*/
|
|
6791
6791
|
Limit?: number;
|
|
6792
6792
|
/**
|
|
@@ -8785,7 +8785,7 @@ export interface DescribeCertDomainsRequest {
|
|
|
8785
8785
|
*/
|
|
8786
8786
|
Cert?: string;
|
|
8787
8787
|
/**
|
|
8788
|
-
* 托管证书ID,Cert和CertId不能均未空,都填写时以
|
|
8788
|
+
* 托管证书ID,Cert和CertId不能均未空,都填写时以CertId为准。
|
|
8789
8789
|
*/
|
|
8790
8790
|
CertId?: string;
|
|
8791
8791
|
/**
|