tencentcloud-sdk-nodejs 4.0.359 → 4.0.362
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 +580 -0
- package/SERVICE_CHANGELOG.md +691 -50
- package/package.json +1 -1
- package/products.md +28 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/acp/v20220105/acp_client.ts +25 -12
- package/src/services/acp/v20220105/acp_models.ts +50 -0
- package/src/services/antiddos/v20200309/antiddos_client.ts +3 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +68 -2
- package/src/services/apigateway/v20180808/apigateway_client.ts +30 -17
- package/src/services/apigateway/v20180808/apigateway_models.ts +74 -22
- package/src/services/cat/v20180409/cat_client.ts +38 -377
- package/src/services/cat/v20180409/cat_models.ts +384 -2402
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/ciam/index.ts +5 -0
- package/src/services/ciam/v20220331/ciam_client.ts +155 -0
- package/src/services/ciam/v20220331/ciam_models.ts +699 -0
- package/src/services/ciam/v20220331/index.ts +6 -0
- package/src/services/cii/v20210408/cii_client.ts +3 -0
- package/src/services/cii/v20210408/cii_models.ts +61 -0
- package/src/services/cvm/v20170312/cvm_models.ts +18 -8
- package/src/services/dlc/v20210125/dlc_client.ts +13 -0
- package/src/services/dlc/v20210125/dlc_models.ts +99 -6
- package/src/services/eis/v20210601/eis_models.ts +39 -0
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/facefusion/v20181201/facefusion_models.ts +1 -1
- package/src/services/index.ts +1 -0
- package/src/services/live/v20180801/live_client.ts +16 -3
- package/src/services/live/v20180801/live_models.ts +105 -37
- package/src/services/mmps/v20200710/mmps_client.ts +30 -5
- package/src/services/mmps/v20200710/mmps_models.ts +193 -103
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/oceanus/v20190422/oceanus_client.ts +22 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +40 -0
- package/src/services/ocr/v20181119/ocr_client.ts +2 -1
- package/src/services/ocr/v20181119/ocr_models.ts +28 -3
- package/src/services/postgres/v20170312/postgres_models.ts +53 -38
- package/src/services/redis/v20180412/redis_models.ts +10 -0
- package/src/services/ses/v20201002/ses_client.ts +1 -1
- package/src/services/tbaas/v20180416/tbaas_models.ts +1 -1
- package/src/services/teo/v20220106/teo_client.ts +653 -396
- package/src/services/teo/v20220106/teo_models.ts +2869 -567
- package/src/services/tiia/v20190529/tiia_client.ts +34 -11
- package/src/services/tiia/v20190529/tiia_models.ts +70 -14
- package/src/services/vpc/v20170312/vpc_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/v20220105/acp_client.d.ts +9 -5
- package/tencentcloud/services/acp/v20220105/acp_client.js +12 -6
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +43 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +57 -2
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +10 -6
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +13 -7
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +65 -20
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +9 -117
- package/tencentcloud/services/cat/v20180409/cat_client.js +12 -174
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +348 -2028
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/ciam/index.d.ts +6 -0
- package/tencentcloud/services/ciam/index.js +7 -0
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +50 -0
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +91 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +579 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.js +18 -0
- package/tencentcloud/services/ciam/v20220331/index.d.ts +6 -0
- package/tencentcloud/services/ciam/v20220331/index.js +9 -0
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +52 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +17 -8
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +85 -6
- package/tencentcloud/services/eis/v20210601/eis_models.d.ts +32 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +6 -2
- package/tencentcloud/services/live/v20180801/live_client.js +7 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +91 -32
- package/tencentcloud/services/mmps/v20200710/mmps_client.d.ts +9 -1
- package/tencentcloud/services/mmps/v20200710/mmps_client.js +12 -0
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +164 -88
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +15 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +16 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +34 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +24 -3
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +50 -38
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +8 -0
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +199 -123
- package/tencentcloud/services/teo/v20220106/teo_client.js +297 -183
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +2528 -588
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +25 -11
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +26 -10
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +61 -12
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
- package/test/acp.v20220105.test.js +14 -4
- package/test/apigateway.v20180808.test.js +14 -4
- package/test/cat.v20180409.test.js +8 -278
- package/test/ciam.v20220331.test.js +121 -0
- package/test/dlc.v20210125.test.js +10 -0
- package/test/live.v20180801.test.js +10 -0
- package/test/mmps.v20200710.test.js +20 -0
- package/test/oceanus.v20190422.test.js +10 -0
- package/test/teo.v20220106.test.js +312 -122
- package/test/tiia.v20190529.test.js +10 -0
|
@@ -27,6 +27,41 @@ off:关闭
|
|
|
27
27
|
Switch: string
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
+
/**
|
|
31
|
+
* web攻击日志Data
|
|
32
|
+
*/
|
|
33
|
+
export interface WebLogData {
|
|
34
|
+
/**
|
|
35
|
+
* 数据
|
|
36
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
37
|
+
*/
|
|
38
|
+
List: Array<WebLogs>
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* 当前页
|
|
42
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
43
|
+
*/
|
|
44
|
+
PageNo: number
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* 每页展示条数
|
|
48
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
49
|
+
*/
|
|
50
|
+
PageSize: number
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* 总页数
|
|
54
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
55
|
+
*/
|
|
56
|
+
Pages: number
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* 总条数
|
|
60
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
61
|
+
*/
|
|
62
|
+
TotalSize: number
|
|
63
|
+
}
|
|
64
|
+
|
|
30
65
|
/**
|
|
31
66
|
* 域名证书配置
|
|
32
67
|
*/
|
|
@@ -146,88 +181,68 @@ disabled:禁用证书
|
|
|
146
181
|
}
|
|
147
182
|
|
|
148
183
|
/**
|
|
149
|
-
*
|
|
184
|
+
* DescribeWebManagedRulesTopData返回参数结构体
|
|
150
185
|
*/
|
|
151
|
-
export interface
|
|
186
|
+
export interface DescribeWebManagedRulesTopDataResponse {
|
|
152
187
|
/**
|
|
153
|
-
*
|
|
188
|
+
* topn数据
|
|
154
189
|
*/
|
|
155
|
-
|
|
190
|
+
Data: Array<TopNEntry>
|
|
156
191
|
|
|
157
192
|
/**
|
|
158
|
-
*
|
|
193
|
+
* 状态,1:失败,0:成功
|
|
159
194
|
*/
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
/**
|
|
163
|
-
* 用户当前使用的 NS 列表
|
|
164
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
165
|
-
*/
|
|
166
|
-
OriginalNameServers: Array<string>
|
|
167
|
-
|
|
168
|
-
/**
|
|
169
|
-
* 腾讯云分配给用户的 NS 列表
|
|
170
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
171
|
-
*/
|
|
172
|
-
NameServers: Array<string>
|
|
173
|
-
|
|
174
|
-
/**
|
|
175
|
-
* 站点状态
|
|
176
|
-
- active:NS 已切换
|
|
177
|
-
- pending:NS 未切换
|
|
178
|
-
- moved:NS 已切走
|
|
179
|
-
- deactivated:被封禁
|
|
180
|
-
*/
|
|
181
|
-
Status: string
|
|
195
|
+
Status: number
|
|
182
196
|
|
|
183
197
|
/**
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
*/
|
|
188
|
-
Type: string
|
|
198
|
+
* 返回消息
|
|
199
|
+
*/
|
|
200
|
+
Msg: string
|
|
189
201
|
|
|
190
202
|
/**
|
|
191
|
-
*
|
|
203
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
192
204
|
*/
|
|
193
|
-
|
|
205
|
+
RequestId?: string
|
|
206
|
+
}
|
|
194
207
|
|
|
208
|
+
/**
|
|
209
|
+
* DescribeOriginGroup返回参数结构体
|
|
210
|
+
*/
|
|
211
|
+
export interface DescribeOriginGroupResponse {
|
|
195
212
|
/**
|
|
196
|
-
*
|
|
213
|
+
* 源站组信息
|
|
197
214
|
*/
|
|
198
|
-
|
|
215
|
+
Data: Array<OriginGroup>
|
|
199
216
|
|
|
200
217
|
/**
|
|
201
|
-
*
|
|
218
|
+
* 记录总数
|
|
202
219
|
*/
|
|
203
|
-
|
|
220
|
+
TotalCount: number
|
|
204
221
|
|
|
205
222
|
/**
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
223
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
224
|
+
*/
|
|
225
|
+
RequestId?: string
|
|
226
|
+
}
|
|
210
227
|
|
|
228
|
+
/**
|
|
229
|
+
* DescribeWebManagedRulesAttackEvents返回参数结构体
|
|
230
|
+
*/
|
|
231
|
+
export interface DescribeWebManagedRulesAttackEventsResponse {
|
|
211
232
|
/**
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
VanityNameServersIps: Array<VanityNameServersIps>
|
|
233
|
+
* Web攻击事件数据
|
|
234
|
+
*/
|
|
235
|
+
Data: WebEventData
|
|
216
236
|
|
|
217
237
|
/**
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
*/
|
|
222
|
-
CnameSpeedUp: string
|
|
238
|
+
* 状态,1:失败,0:成功
|
|
239
|
+
*/
|
|
240
|
+
Status: number
|
|
223
241
|
|
|
224
242
|
/**
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
229
|
-
*/
|
|
230
|
-
CnameStatus: string
|
|
243
|
+
* 返回数据
|
|
244
|
+
*/
|
|
245
|
+
Msg: string
|
|
231
246
|
|
|
232
247
|
/**
|
|
233
248
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -236,23 +251,21 @@ export interface DescribeZoneDetailsResponse {
|
|
|
236
251
|
}
|
|
237
252
|
|
|
238
253
|
/**
|
|
239
|
-
*
|
|
254
|
+
* 浏览器缓存规则配置,用于设置 MaxAge 默认值,默认为关闭状态
|
|
240
255
|
*/
|
|
241
|
-
export interface
|
|
242
|
-
/**
|
|
243
|
-
* 源站组信息
|
|
244
|
-
*/
|
|
245
|
-
Data: Array<OriginGroup>
|
|
246
|
-
|
|
256
|
+
export interface MaxAge {
|
|
247
257
|
/**
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
258
|
+
* MaxAge 时间设置,单位秒,最大365天
|
|
259
|
+
注意:时间为0,即不缓存。
|
|
260
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
261
|
+
*/
|
|
262
|
+
MaxAgeTime?: number
|
|
251
263
|
|
|
252
264
|
/**
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
265
|
+
* 是否遵循源站,on或off,开启时忽略时间设置。
|
|
266
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
267
|
+
*/
|
|
268
|
+
FollowOrigin?: string
|
|
256
269
|
}
|
|
257
270
|
|
|
258
271
|
/**
|
|
@@ -304,6 +317,31 @@ off:关闭
|
|
|
304
317
|
Hsts?: Hsts
|
|
305
318
|
}
|
|
306
319
|
|
|
320
|
+
/**
|
|
321
|
+
* 安全防护实例
|
|
322
|
+
*/
|
|
323
|
+
export interface SecurityEntity {
|
|
324
|
+
/**
|
|
325
|
+
* 用户appid
|
|
326
|
+
*/
|
|
327
|
+
AppId: number
|
|
328
|
+
|
|
329
|
+
/**
|
|
330
|
+
* 一级域名
|
|
331
|
+
*/
|
|
332
|
+
ZoneId: string
|
|
333
|
+
|
|
334
|
+
/**
|
|
335
|
+
* 二级域名
|
|
336
|
+
*/
|
|
337
|
+
Entity: string
|
|
338
|
+
|
|
339
|
+
/**
|
|
340
|
+
* 类型 domain/application
|
|
341
|
+
*/
|
|
342
|
+
EntityType: string
|
|
343
|
+
}
|
|
344
|
+
|
|
307
345
|
/**
|
|
308
346
|
* 源站组查询过滤参数
|
|
309
347
|
*/
|
|
@@ -320,18 +358,75 @@ export interface OriginFilter {
|
|
|
320
358
|
}
|
|
321
359
|
|
|
322
360
|
/**
|
|
323
|
-
*
|
|
361
|
+
* 限速拦截日志
|
|
324
362
|
*/
|
|
325
|
-
export interface
|
|
363
|
+
export interface BotLogData {
|
|
326
364
|
/**
|
|
327
|
-
|
|
365
|
+
* Bot攻击日志数据集合
|
|
366
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
367
|
+
*/
|
|
368
|
+
List: Array<BotLog>
|
|
369
|
+
|
|
370
|
+
/**
|
|
371
|
+
* 当前页
|
|
372
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
373
|
+
*/
|
|
374
|
+
PageNo: number
|
|
375
|
+
|
|
376
|
+
/**
|
|
377
|
+
* 每页展示条数
|
|
378
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
379
|
+
*/
|
|
380
|
+
PageSize: number
|
|
381
|
+
|
|
382
|
+
/**
|
|
383
|
+
* 总页数
|
|
384
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
385
|
+
*/
|
|
386
|
+
Pages: number
|
|
387
|
+
|
|
388
|
+
/**
|
|
389
|
+
* 总条数
|
|
390
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
391
|
+
*/
|
|
392
|
+
TotalSize: number
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
/**
|
|
396
|
+
* DescribeZones请求参数结构体
|
|
397
|
+
*/
|
|
398
|
+
export interface DescribeZonesRequest {
|
|
399
|
+
/**
|
|
400
|
+
* 分页参数,页偏移
|
|
328
401
|
*/
|
|
329
|
-
|
|
402
|
+
Offset?: number
|
|
330
403
|
|
|
331
404
|
/**
|
|
332
|
-
*
|
|
405
|
+
* 分页参数,每页返回的站点个数
|
|
333
406
|
*/
|
|
334
|
-
|
|
407
|
+
Limit?: number
|
|
408
|
+
|
|
409
|
+
/**
|
|
410
|
+
* 查询条件过滤器,复杂类型
|
|
411
|
+
*/
|
|
412
|
+
Filters?: Array<ZoneFilter>
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
/**
|
|
416
|
+
* 速率限制模板
|
|
417
|
+
*/
|
|
418
|
+
export interface RateLimitTemplate {
|
|
419
|
+
/**
|
|
420
|
+
* 模板名称
|
|
421
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
422
|
+
*/
|
|
423
|
+
Mode?: string
|
|
424
|
+
|
|
425
|
+
/**
|
|
426
|
+
* 模板值详情
|
|
427
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
428
|
+
*/
|
|
429
|
+
Detail?: RateLimitTemplateDetail
|
|
335
430
|
}
|
|
336
431
|
|
|
337
432
|
/**
|
|
@@ -472,6 +567,31 @@ export interface DescribePrefetchTasksResponse {
|
|
|
472
567
|
RequestId?: string
|
|
473
568
|
}
|
|
474
569
|
|
|
570
|
+
/**
|
|
571
|
+
* DescribeDDosAttackEvent返回参数结构体
|
|
572
|
+
*/
|
|
573
|
+
export interface DescribeDDosAttackEventResponse {
|
|
574
|
+
/**
|
|
575
|
+
* DDos攻击事件数据
|
|
576
|
+
*/
|
|
577
|
+
Data: DDosAttackEventData
|
|
578
|
+
|
|
579
|
+
/**
|
|
580
|
+
* 状态,1:失败,0:成功
|
|
581
|
+
*/
|
|
582
|
+
Status: number
|
|
583
|
+
|
|
584
|
+
/**
|
|
585
|
+
* 返回信息
|
|
586
|
+
*/
|
|
587
|
+
Msg: string
|
|
588
|
+
|
|
589
|
+
/**
|
|
590
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
591
|
+
*/
|
|
592
|
+
RequestId?: string
|
|
593
|
+
}
|
|
594
|
+
|
|
475
595
|
/**
|
|
476
596
|
* DeleteApplicationProxy请求参数结构体
|
|
477
597
|
*/
|
|
@@ -898,38 +1018,200 @@ export interface ModifyOriginGroupResponse {
|
|
|
898
1018
|
}
|
|
899
1019
|
|
|
900
1020
|
/**
|
|
901
|
-
*
|
|
1021
|
+
* DescribeZoneDetails返回参数结构体
|
|
902
1022
|
*/
|
|
903
|
-
export interface
|
|
1023
|
+
export interface DescribeZoneDetailsResponse {
|
|
904
1024
|
/**
|
|
905
|
-
*
|
|
1025
|
+
* 站点 ID
|
|
906
1026
|
*/
|
|
907
|
-
|
|
1027
|
+
Id: string
|
|
908
1028
|
|
|
909
1029
|
/**
|
|
910
|
-
*
|
|
1030
|
+
* 站点名称
|
|
911
1031
|
*/
|
|
912
|
-
|
|
1032
|
+
Name: string
|
|
913
1033
|
|
|
914
1034
|
/**
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
1035
|
+
* 用户当前使用的 NS 列表
|
|
1036
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1037
|
+
*/
|
|
1038
|
+
OriginalNameServers: Array<string>
|
|
918
1039
|
|
|
919
1040
|
/**
|
|
920
|
-
|
|
921
|
-
|
|
1041
|
+
* 腾讯云分配给用户的 NS 列表
|
|
1042
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1043
|
+
*/
|
|
1044
|
+
NameServers: Array<string>
|
|
1045
|
+
|
|
1046
|
+
/**
|
|
1047
|
+
* 站点状态
|
|
1048
|
+
- active:NS 已切换
|
|
1049
|
+
- pending:NS 未切换
|
|
1050
|
+
- moved:NS 已切走
|
|
1051
|
+
- deactivated:被封禁
|
|
1052
|
+
*/
|
|
1053
|
+
Status: string
|
|
1054
|
+
|
|
1055
|
+
/**
|
|
1056
|
+
* 站点接入方式
|
|
1057
|
+
- full:NS 接入
|
|
1058
|
+
- partial:CNAME 接入
|
|
1059
|
+
*/
|
|
922
1060
|
Type: string
|
|
923
1061
|
|
|
924
1062
|
/**
|
|
925
|
-
*
|
|
1063
|
+
* 站点是否关闭
|
|
926
1064
|
*/
|
|
927
|
-
|
|
1065
|
+
Paused: boolean
|
|
928
1066
|
|
|
929
1067
|
/**
|
|
930
|
-
*
|
|
1068
|
+
* 站点创建时间
|
|
931
1069
|
*/
|
|
932
|
-
|
|
1070
|
+
CreatedOn: string
|
|
1071
|
+
|
|
1072
|
+
/**
|
|
1073
|
+
* 站点修改时间
|
|
1074
|
+
*/
|
|
1075
|
+
ModifiedOn: string
|
|
1076
|
+
|
|
1077
|
+
/**
|
|
1078
|
+
* 用户自定义 NS 信息
|
|
1079
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1080
|
+
*/
|
|
1081
|
+
VanityNameServers: VanityNameServers
|
|
1082
|
+
|
|
1083
|
+
/**
|
|
1084
|
+
* 用户自定义 NS IP 信息
|
|
1085
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1086
|
+
*/
|
|
1087
|
+
VanityNameServersIps: Array<VanityNameServersIps>
|
|
1088
|
+
|
|
1089
|
+
/**
|
|
1090
|
+
* 是否开启 CNAME 加速
|
|
1091
|
+
- enabled:开启
|
|
1092
|
+
- disabled:关闭
|
|
1093
|
+
*/
|
|
1094
|
+
CnameSpeedUp: string
|
|
1095
|
+
|
|
1096
|
+
/**
|
|
1097
|
+
* cname切换验证状态
|
|
1098
|
+
- finished 切换完成
|
|
1099
|
+
- pending 切换验证中
|
|
1100
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1101
|
+
*/
|
|
1102
|
+
CnameStatus: string
|
|
1103
|
+
|
|
1104
|
+
/**
|
|
1105
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1106
|
+
*/
|
|
1107
|
+
RequestId?: string
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
/**
|
|
1111
|
+
* Bot攻击日志
|
|
1112
|
+
*/
|
|
1113
|
+
export interface BotLog {
|
|
1114
|
+
/**
|
|
1115
|
+
* 攻击时间
|
|
1116
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1117
|
+
*/
|
|
1118
|
+
AttackTime: number
|
|
1119
|
+
|
|
1120
|
+
/**
|
|
1121
|
+
* 攻击ip
|
|
1122
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1123
|
+
*/
|
|
1124
|
+
AttackIp: string
|
|
1125
|
+
|
|
1126
|
+
/**
|
|
1127
|
+
* 域名
|
|
1128
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1129
|
+
*/
|
|
1130
|
+
Domain: string
|
|
1131
|
+
|
|
1132
|
+
/**
|
|
1133
|
+
* 请求uri
|
|
1134
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1135
|
+
*/
|
|
1136
|
+
RequestUri: string
|
|
1137
|
+
|
|
1138
|
+
/**
|
|
1139
|
+
* 攻击类型
|
|
1140
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1141
|
+
*/
|
|
1142
|
+
AttackType: string
|
|
1143
|
+
|
|
1144
|
+
/**
|
|
1145
|
+
* 请求方法
|
|
1146
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1147
|
+
*/
|
|
1148
|
+
RequestMethod: string
|
|
1149
|
+
|
|
1150
|
+
/**
|
|
1151
|
+
* 攻击内容
|
|
1152
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1153
|
+
*/
|
|
1154
|
+
AttackContent: string
|
|
1155
|
+
|
|
1156
|
+
/**
|
|
1157
|
+
* 风险等级
|
|
1158
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1159
|
+
*/
|
|
1160
|
+
RiskLevel: string
|
|
1161
|
+
|
|
1162
|
+
/**
|
|
1163
|
+
* 规则编号
|
|
1164
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1165
|
+
*/
|
|
1166
|
+
RuleId: number
|
|
1167
|
+
|
|
1168
|
+
/**
|
|
1169
|
+
* IP所在国家
|
|
1170
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1171
|
+
*/
|
|
1172
|
+
SipCountryCode: string
|
|
1173
|
+
|
|
1174
|
+
/**
|
|
1175
|
+
* 事件id
|
|
1176
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1177
|
+
*/
|
|
1178
|
+
EventId: string
|
|
1179
|
+
|
|
1180
|
+
/**
|
|
1181
|
+
* 处置方式
|
|
1182
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1183
|
+
*/
|
|
1184
|
+
DisposalMethod: string
|
|
1185
|
+
|
|
1186
|
+
/**
|
|
1187
|
+
* http_log
|
|
1188
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1189
|
+
*/
|
|
1190
|
+
HttpLog: string
|
|
1191
|
+
|
|
1192
|
+
/**
|
|
1193
|
+
* user agent
|
|
1194
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1195
|
+
*/
|
|
1196
|
+
Ua: string
|
|
1197
|
+
|
|
1198
|
+
/**
|
|
1199
|
+
* 检出方法
|
|
1200
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1201
|
+
*/
|
|
1202
|
+
DetectionMethod: string
|
|
1203
|
+
|
|
1204
|
+
/**
|
|
1205
|
+
* 置信度
|
|
1206
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1207
|
+
*/
|
|
1208
|
+
Confidence: string
|
|
1209
|
+
|
|
1210
|
+
/**
|
|
1211
|
+
* 恶意度
|
|
1212
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1213
|
+
*/
|
|
1214
|
+
Maliciousness: string
|
|
933
1215
|
}
|
|
934
1216
|
|
|
935
1217
|
/**
|
|
@@ -1003,6 +1285,21 @@ export interface DescribeSecurityPolicyManagedRulesRequest {
|
|
|
1003
1285
|
PerPage: number
|
|
1004
1286
|
}
|
|
1005
1287
|
|
|
1288
|
+
/**
|
|
1289
|
+
* DescribeSecurityPortraitRules请求参数结构体
|
|
1290
|
+
*/
|
|
1291
|
+
export interface DescribeSecurityPortraitRulesRequest {
|
|
1292
|
+
/**
|
|
1293
|
+
* 一级域名
|
|
1294
|
+
*/
|
|
1295
|
+
ZoneId: string
|
|
1296
|
+
|
|
1297
|
+
/**
|
|
1298
|
+
* 子域名/应用名
|
|
1299
|
+
*/
|
|
1300
|
+
Entity: string
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1006
1303
|
/**
|
|
1007
1304
|
* 查询结果排序条件。
|
|
1008
1305
|
*/
|
|
@@ -1164,6 +1461,46 @@ export interface ModifyZoneResponse {
|
|
|
1164
1461
|
RequestId?: string
|
|
1165
1462
|
}
|
|
1166
1463
|
|
|
1464
|
+
/**
|
|
1465
|
+
* DescribeDDosAttackSourceEvent请求参数结构体
|
|
1466
|
+
*/
|
|
1467
|
+
export interface DescribeDDosAttackSourceEventRequest {
|
|
1468
|
+
/**
|
|
1469
|
+
* 开始时间
|
|
1470
|
+
*/
|
|
1471
|
+
StartTime: string
|
|
1472
|
+
|
|
1473
|
+
/**
|
|
1474
|
+
* 结束时间
|
|
1475
|
+
*/
|
|
1476
|
+
EndTime: string
|
|
1477
|
+
|
|
1478
|
+
/**
|
|
1479
|
+
* 条数
|
|
1480
|
+
*/
|
|
1481
|
+
PageSize: number
|
|
1482
|
+
|
|
1483
|
+
/**
|
|
1484
|
+
* 当前页
|
|
1485
|
+
*/
|
|
1486
|
+
PageNo: number
|
|
1487
|
+
|
|
1488
|
+
/**
|
|
1489
|
+
* ddos策略组id 集合
|
|
1490
|
+
*/
|
|
1491
|
+
PolicyIds?: Array<number>
|
|
1492
|
+
|
|
1493
|
+
/**
|
|
1494
|
+
* 站点集合
|
|
1495
|
+
*/
|
|
1496
|
+
ZoneIds?: Array<string>
|
|
1497
|
+
|
|
1498
|
+
/**
|
|
1499
|
+
* 协议类型,{tcp,udp,all}
|
|
1500
|
+
*/
|
|
1501
|
+
ProtocolType?: string
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1167
1504
|
/**
|
|
1168
1505
|
* ModifyZone请求参数结构体
|
|
1169
1506
|
*/
|
|
@@ -1202,23 +1539,38 @@ export interface DeleteZoneResponse {
|
|
|
1202
1539
|
}
|
|
1203
1540
|
|
|
1204
1541
|
/**
|
|
1205
|
-
*
|
|
1542
|
+
* DDos攻击事件数据
|
|
1206
1543
|
*/
|
|
1207
|
-
export interface
|
|
1544
|
+
export interface DDosAttackEventData {
|
|
1208
1545
|
/**
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1546
|
+
* 攻击事件数据集合
|
|
1547
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1548
|
+
*/
|
|
1549
|
+
List: Array<DDosAttackEvent>
|
|
1212
1550
|
|
|
1213
1551
|
/**
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1552
|
+
* 当前页
|
|
1553
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1554
|
+
*/
|
|
1555
|
+
PageNo: number
|
|
1217
1556
|
|
|
1218
1557
|
/**
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1558
|
+
* 每页展示条数
|
|
1559
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1560
|
+
*/
|
|
1561
|
+
PageSize: number
|
|
1562
|
+
|
|
1563
|
+
/**
|
|
1564
|
+
* 总页数
|
|
1565
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1566
|
+
*/
|
|
1567
|
+
Pages: number
|
|
1568
|
+
|
|
1569
|
+
/**
|
|
1570
|
+
* 总条数
|
|
1571
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1572
|
+
*/
|
|
1573
|
+
TotalSize: number
|
|
1222
1574
|
}
|
|
1223
1575
|
|
|
1224
1576
|
/**
|
|
@@ -1285,6 +1637,51 @@ export interface DeleteApplicationProxyRuleResponse {
|
|
|
1285
1637
|
RequestId?: string
|
|
1286
1638
|
}
|
|
1287
1639
|
|
|
1640
|
+
/**
|
|
1641
|
+
* DDos攻击事件对象
|
|
1642
|
+
*/
|
|
1643
|
+
export interface DDosAttackSourceEvent {
|
|
1644
|
+
/**
|
|
1645
|
+
* 攻击源ip
|
|
1646
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1647
|
+
*/
|
|
1648
|
+
AttackSourceIp: string
|
|
1649
|
+
|
|
1650
|
+
/**
|
|
1651
|
+
* 地区(国家)
|
|
1652
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1653
|
+
*/
|
|
1654
|
+
AttackRegion: string
|
|
1655
|
+
|
|
1656
|
+
/**
|
|
1657
|
+
* 累计攻击流量
|
|
1658
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1659
|
+
*/
|
|
1660
|
+
AttackFlow: number
|
|
1661
|
+
|
|
1662
|
+
/**
|
|
1663
|
+
* 累计攻击包量
|
|
1664
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1665
|
+
*/
|
|
1666
|
+
AttackPacketNum: number
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
/**
|
|
1670
|
+
* L7数据分析时序数据
|
|
1671
|
+
*/
|
|
1672
|
+
export interface TimingDataRecord {
|
|
1673
|
+
/**
|
|
1674
|
+
* 查询维度值
|
|
1675
|
+
*/
|
|
1676
|
+
TypeKey: string
|
|
1677
|
+
|
|
1678
|
+
/**
|
|
1679
|
+
* 详细时序数据
|
|
1680
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1681
|
+
*/
|
|
1682
|
+
TypeValue: Array<TimingTypeValue>
|
|
1683
|
+
}
|
|
1684
|
+
|
|
1288
1685
|
/**
|
|
1289
1686
|
* ddos端口过滤
|
|
1290
1687
|
*/
|
|
@@ -1315,6 +1712,21 @@ export interface DeleteOriginGroupRequest {
|
|
|
1315
1712
|
ZoneId: string
|
|
1316
1713
|
}
|
|
1317
1714
|
|
|
1715
|
+
/**
|
|
1716
|
+
* 用于对top数据排序的结构体
|
|
1717
|
+
*/
|
|
1718
|
+
export interface TopDetailData {
|
|
1719
|
+
/**
|
|
1720
|
+
* 字段名
|
|
1721
|
+
*/
|
|
1722
|
+
Key: string
|
|
1723
|
+
|
|
1724
|
+
/**
|
|
1725
|
+
* 字段值
|
|
1726
|
+
*/
|
|
1727
|
+
Value: number
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1318
1730
|
/**
|
|
1319
1731
|
* ModifyHostsCertificate返回参数结构体
|
|
1320
1732
|
*/
|
|
@@ -1366,9 +1778,44 @@ export interface CreateDnsRecordRequest {
|
|
|
1366
1778
|
}
|
|
1367
1779
|
|
|
1368
1780
|
/**
|
|
1369
|
-
*
|
|
1781
|
+
* 用户画像规则详情
|
|
1370
1782
|
*/
|
|
1371
|
-
export interface
|
|
1783
|
+
export interface PortraitManagedRuleDetail {
|
|
1784
|
+
/**
|
|
1785
|
+
* 规则唯一id
|
|
1786
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1787
|
+
*/
|
|
1788
|
+
RuleId?: number
|
|
1789
|
+
|
|
1790
|
+
/**
|
|
1791
|
+
* 规则的描述
|
|
1792
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1793
|
+
*/
|
|
1794
|
+
Description?: string
|
|
1795
|
+
|
|
1796
|
+
/**
|
|
1797
|
+
* 规则所属类型的名字, botdb(用户画像)
|
|
1798
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1799
|
+
*/
|
|
1800
|
+
RuleTypeName?: string
|
|
1801
|
+
|
|
1802
|
+
/**
|
|
1803
|
+
* 规则内的功能分类Id(扫描器,Bot行为等)
|
|
1804
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1805
|
+
*/
|
|
1806
|
+
ClassificationId?: number
|
|
1807
|
+
|
|
1808
|
+
/**
|
|
1809
|
+
* 规则当前所属动作状态(block, alg, ...)
|
|
1810
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1811
|
+
*/
|
|
1812
|
+
Status?: string
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
/**
|
|
1816
|
+
* 离线日志详细信息
|
|
1817
|
+
*/
|
|
1818
|
+
export interface L7OfflineLog {
|
|
1372
1819
|
/**
|
|
1373
1820
|
* 日志打包开始时间
|
|
1374
1821
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -1401,24 +1848,23 @@ export interface L7OfflineLog {
|
|
|
1401
1848
|
}
|
|
1402
1849
|
|
|
1403
1850
|
/**
|
|
1404
|
-
*
|
|
1851
|
+
* ModifyHostsCertificate请求参数结构体
|
|
1405
1852
|
*/
|
|
1406
|
-
export interface
|
|
1853
|
+
export interface ModifyHostsCertificateRequest {
|
|
1407
1854
|
/**
|
|
1408
|
-
*
|
|
1855
|
+
* Zone ID
|
|
1409
1856
|
*/
|
|
1410
|
-
|
|
1857
|
+
ZoneId: string
|
|
1411
1858
|
|
|
1412
1859
|
/**
|
|
1413
|
-
*
|
|
1860
|
+
* 本次变更的域名
|
|
1414
1861
|
*/
|
|
1415
|
-
|
|
1862
|
+
Hosts: Array<string>
|
|
1416
1863
|
|
|
1417
1864
|
/**
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
ObserveRuleIDs?: Array<number>
|
|
1865
|
+
* 证书信息, 只需要传入 CertId 即可, 如果为空, 则使用默认证书
|
|
1866
|
+
*/
|
|
1867
|
+
CertInfo?: Array<ServerCertInfo>
|
|
1422
1868
|
}
|
|
1423
1869
|
|
|
1424
1870
|
/**
|
|
@@ -1587,6 +2033,28 @@ export interface Zone {
|
|
|
1587
2033
|
CnameStatus: string
|
|
1588
2034
|
}
|
|
1589
2035
|
|
|
2036
|
+
/**
|
|
2037
|
+
* 站点查询过滤条件
|
|
2038
|
+
*/
|
|
2039
|
+
export interface ZoneFilter {
|
|
2040
|
+
/**
|
|
2041
|
+
* 过滤字段名,支持的列表如下:
|
|
2042
|
+
- name: 站点名。
|
|
2043
|
+
- status: 站点状态
|
|
2044
|
+
*/
|
|
2045
|
+
Name: string
|
|
2046
|
+
|
|
2047
|
+
/**
|
|
2048
|
+
* 过滤字段值
|
|
2049
|
+
*/
|
|
2050
|
+
Values: Array<string>
|
|
2051
|
+
|
|
2052
|
+
/**
|
|
2053
|
+
* 是否启用模糊查询,仅支持过滤字段名为name。模糊查询时,Values长度最大为1
|
|
2054
|
+
*/
|
|
2055
|
+
Fuzzy?: boolean
|
|
2056
|
+
}
|
|
2057
|
+
|
|
1590
2058
|
/**
|
|
1591
2059
|
* DescribeSecurityPolicyManagedRulesId请求参数结构体
|
|
1592
2060
|
*/
|
|
@@ -1705,13 +2173,28 @@ offline: 停用
|
|
|
1705
2173
|
}
|
|
1706
2174
|
|
|
1707
2175
|
/**
|
|
1708
|
-
*
|
|
2176
|
+
* DescribeDDosAttackTopData返回参数结构体
|
|
1709
2177
|
*/
|
|
1710
|
-
export interface
|
|
2178
|
+
export interface DescribeDDosAttackTopDataResponse {
|
|
1711
2179
|
/**
|
|
1712
|
-
*
|
|
2180
|
+
* topn数据
|
|
1713
2181
|
*/
|
|
1714
|
-
|
|
2182
|
+
Data: Array<TopNEntry>
|
|
2183
|
+
|
|
2184
|
+
/**
|
|
2185
|
+
* 状态,1:失败,0:成功
|
|
2186
|
+
*/
|
|
2187
|
+
Status: number
|
|
2188
|
+
|
|
2189
|
+
/**
|
|
2190
|
+
* 返回消息
|
|
2191
|
+
*/
|
|
2192
|
+
Msg: string
|
|
2193
|
+
|
|
2194
|
+
/**
|
|
2195
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2196
|
+
*/
|
|
2197
|
+
RequestId?: string
|
|
1715
2198
|
}
|
|
1716
2199
|
|
|
1717
2200
|
/**
|
|
@@ -1775,70 +2258,25 @@ export interface DescribeLoadBalancingRequest {
|
|
|
1775
2258
|
}
|
|
1776
2259
|
|
|
1777
2260
|
/**
|
|
1778
|
-
*
|
|
2261
|
+
* CC拦截事件
|
|
1779
2262
|
*/
|
|
1780
|
-
export interface
|
|
1781
|
-
/**
|
|
1782
|
-
* 站点ID
|
|
1783
|
-
*/
|
|
1784
|
-
ZoneId: string
|
|
1785
|
-
|
|
1786
|
-
/**
|
|
1787
|
-
* 代理ID
|
|
1788
|
-
*/
|
|
1789
|
-
ProxyId: string
|
|
1790
|
-
|
|
1791
|
-
/**
|
|
1792
|
-
* 规则ID
|
|
1793
|
-
*/
|
|
1794
|
-
RuleId: string
|
|
1795
|
-
|
|
1796
|
-
/**
|
|
1797
|
-
* 协议,取值为TCP或者UDP
|
|
1798
|
-
*/
|
|
1799
|
-
Proto: string
|
|
1800
|
-
|
|
1801
|
-
/**
|
|
1802
|
-
* 端口,支持格式:
|
|
1803
|
-
80:80端口
|
|
1804
|
-
81-90:81至90端口
|
|
1805
|
-
*/
|
|
1806
|
-
Port: Array<string>
|
|
1807
|
-
|
|
1808
|
-
/**
|
|
1809
|
-
* 源站类型,取值:
|
|
1810
|
-
custom:手动添加
|
|
1811
|
-
origins:源站组
|
|
1812
|
-
load_balancing:负载均衡
|
|
1813
|
-
*/
|
|
1814
|
-
OriginType: string
|
|
1815
|
-
|
|
2263
|
+
export interface CCInterceptEvent {
|
|
1816
2264
|
/**
|
|
1817
|
-
*
|
|
1818
|
-
|
|
1819
|
-
IP:端口
|
|
1820
|
-
域名:端口
|
|
1821
|
-
当OriginType=origins时,包含一个元素,表示源站组ID
|
|
1822
|
-
当OriginType=load_balancing时,包含一个元素,表示负载均衡ID
|
|
2265
|
+
* 客户端ip
|
|
2266
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1823
2267
|
*/
|
|
1824
|
-
|
|
2268
|
+
ClientIp: string
|
|
1825
2269
|
|
|
1826
2270
|
/**
|
|
1827
|
-
*
|
|
1828
|
-
|
|
1829
|
-
PPV1: Proxy Protocol传递,协议版本V1
|
|
1830
|
-
PPV2: Proxy Protocol传递,协议版本V2
|
|
1831
|
-
OFF:不传递
|
|
1832
|
-
当Proto=UDP时,取值:
|
|
1833
|
-
PPV2: Proxy Protocol传递,协议版本V2
|
|
1834
|
-
OFF:不传递
|
|
2271
|
+
* 拦截次数/min
|
|
2272
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1835
2273
|
*/
|
|
1836
|
-
|
|
2274
|
+
InterceptNum: number
|
|
1837
2275
|
|
|
1838
2276
|
/**
|
|
1839
|
-
*
|
|
2277
|
+
* 速拦截时间,分钟时间/min,单位为s
|
|
1840
2278
|
*/
|
|
1841
|
-
|
|
2279
|
+
InterceptTime: number
|
|
1842
2280
|
}
|
|
1843
2281
|
|
|
1844
2282
|
/**
|
|
@@ -1862,27 +2300,18 @@ export interface DDoSStatusInfo {
|
|
|
1862
2300
|
}
|
|
1863
2301
|
|
|
1864
2302
|
/**
|
|
1865
|
-
*
|
|
2303
|
+
* ACL配置
|
|
1866
2304
|
*/
|
|
1867
|
-
export interface
|
|
2305
|
+
export interface AclConfig {
|
|
1868
2306
|
/**
|
|
1869
|
-
*
|
|
2307
|
+
* 开关
|
|
1870
2308
|
*/
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
/**
|
|
1874
|
-
* CNAME 地址
|
|
1875
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1876
|
-
*/
|
|
1877
|
-
Cname: string
|
|
2309
|
+
Switch: string
|
|
1878
2310
|
|
|
1879
2311
|
/**
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1884
|
-
*/
|
|
1885
|
-
Status: string
|
|
2312
|
+
* ACL用户规则
|
|
2313
|
+
*/
|
|
2314
|
+
UserRules: Array<ACLUserRule>
|
|
1886
2315
|
}
|
|
1887
2316
|
|
|
1888
2317
|
/**
|
|
@@ -2057,6 +2486,77 @@ pending: 不生效
|
|
|
2057
2486
|
RequestId?: string
|
|
2058
2487
|
}
|
|
2059
2488
|
|
|
2489
|
+
/**
|
|
2490
|
+
* 限速拦截日志
|
|
2491
|
+
*/
|
|
2492
|
+
export interface CCLog {
|
|
2493
|
+
/**
|
|
2494
|
+
* 攻击时间
|
|
2495
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2496
|
+
*/
|
|
2497
|
+
AttackTime: number
|
|
2498
|
+
|
|
2499
|
+
/**
|
|
2500
|
+
* 攻击源ip
|
|
2501
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2502
|
+
*/
|
|
2503
|
+
AttackSip: string
|
|
2504
|
+
|
|
2505
|
+
/**
|
|
2506
|
+
* 攻击域名
|
|
2507
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2508
|
+
*/
|
|
2509
|
+
AttackDomain: string
|
|
2510
|
+
|
|
2511
|
+
/**
|
|
2512
|
+
* 请求uri
|
|
2513
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2514
|
+
*/
|
|
2515
|
+
RequestUri: string
|
|
2516
|
+
|
|
2517
|
+
/**
|
|
2518
|
+
* 命中次数
|
|
2519
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2520
|
+
*/
|
|
2521
|
+
HitCount: number
|
|
2522
|
+
|
|
2523
|
+
/**
|
|
2524
|
+
* IP所在国家
|
|
2525
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2526
|
+
*/
|
|
2527
|
+
SipCountryCode: string
|
|
2528
|
+
|
|
2529
|
+
/**
|
|
2530
|
+
* 事件id
|
|
2531
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2532
|
+
*/
|
|
2533
|
+
EventId: string
|
|
2534
|
+
|
|
2535
|
+
/**
|
|
2536
|
+
* 处置方式
|
|
2537
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2538
|
+
*/
|
|
2539
|
+
DisposalMethod: string
|
|
2540
|
+
|
|
2541
|
+
/**
|
|
2542
|
+
* http_log
|
|
2543
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2544
|
+
*/
|
|
2545
|
+
HttpLog: string
|
|
2546
|
+
|
|
2547
|
+
/**
|
|
2548
|
+
* 规则编号
|
|
2549
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2550
|
+
*/
|
|
2551
|
+
RuleId: number
|
|
2552
|
+
|
|
2553
|
+
/**
|
|
2554
|
+
* 风险等级
|
|
2555
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2556
|
+
*/
|
|
2557
|
+
RiskLevel: string
|
|
2558
|
+
}
|
|
2559
|
+
|
|
2060
2560
|
/**
|
|
2061
2561
|
* https 服务端证书配置
|
|
2062
2562
|
*/
|
|
@@ -2114,23 +2614,59 @@ export interface DDoSConfig {
|
|
|
2114
2614
|
}
|
|
2115
2615
|
|
|
2116
2616
|
/**
|
|
2117
|
-
*
|
|
2617
|
+
* DescribeWebManagedRulesData返回参数结构体
|
|
2118
2618
|
*/
|
|
2119
|
-
export interface
|
|
2619
|
+
export interface DescribeWebManagedRulesDataResponse {
|
|
2120
2620
|
/**
|
|
2121
|
-
|
|
2621
|
+
* Web攻击日志实体
|
|
2622
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2623
|
+
*/
|
|
2624
|
+
Data: Array<SecEntry>
|
|
2625
|
+
|
|
2626
|
+
/**
|
|
2627
|
+
* 状态,1:失败,0:成功
|
|
2122
2628
|
*/
|
|
2123
|
-
|
|
2629
|
+
Status: number
|
|
2124
2630
|
|
|
2125
2631
|
/**
|
|
2126
|
-
*
|
|
2632
|
+
* 返回消息
|
|
2127
2633
|
*/
|
|
2128
|
-
|
|
2634
|
+
Msg: string
|
|
2129
2635
|
|
|
2130
2636
|
/**
|
|
2131
|
-
*
|
|
2637
|
+
* 查询时间粒度,可选{min,5min,hour,day}
|
|
2132
2638
|
*/
|
|
2133
|
-
|
|
2639
|
+
Interval: string
|
|
2640
|
+
|
|
2641
|
+
/**
|
|
2642
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2643
|
+
*/
|
|
2644
|
+
RequestId?: string
|
|
2645
|
+
}
|
|
2646
|
+
|
|
2647
|
+
/**
|
|
2648
|
+
* DescribeWebManagedRulesLog返回参数结构体
|
|
2649
|
+
*/
|
|
2650
|
+
export interface DescribeWebManagedRulesLogResponse {
|
|
2651
|
+
/**
|
|
2652
|
+
* web攻击日志data
|
|
2653
|
+
*/
|
|
2654
|
+
Data: WebLogData
|
|
2655
|
+
|
|
2656
|
+
/**
|
|
2657
|
+
* 状态,1:失败,0:失败
|
|
2658
|
+
*/
|
|
2659
|
+
Status: number
|
|
2660
|
+
|
|
2661
|
+
/**
|
|
2662
|
+
* 返回信息
|
|
2663
|
+
*/
|
|
2664
|
+
Msg: string
|
|
2665
|
+
|
|
2666
|
+
/**
|
|
2667
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2668
|
+
*/
|
|
2669
|
+
RequestId?: string
|
|
2134
2670
|
}
|
|
2135
2671
|
|
|
2136
2672
|
/**
|
|
@@ -2264,19 +2800,74 @@ export interface ACLCondition {
|
|
|
2264
2800
|
}
|
|
2265
2801
|
|
|
2266
2802
|
/**
|
|
2267
|
-
*
|
|
2803
|
+
* DescribeTopL7AnalysisData请求参数结构体
|
|
2268
2804
|
*/
|
|
2269
|
-
export interface
|
|
2805
|
+
export interface DescribeTopL7AnalysisDataRequest {
|
|
2270
2806
|
/**
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
Data: Array<ApplicationProxy>
|
|
2807
|
+
* RFC3339标准,客户端时间
|
|
2808
|
+
*/
|
|
2809
|
+
StartTime: string
|
|
2275
2810
|
|
|
2276
2811
|
/**
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2812
|
+
* RFC3339标准,客户端时间
|
|
2813
|
+
*/
|
|
2814
|
+
EndTime: string
|
|
2815
|
+
|
|
2816
|
+
/**
|
|
2817
|
+
* 时序类访问流量指标
|
|
2818
|
+
*/
|
|
2819
|
+
MetricName: string
|
|
2820
|
+
|
|
2821
|
+
/**
|
|
2822
|
+
* topN,填0时返回全量数据
|
|
2823
|
+
*/
|
|
2824
|
+
Limit: number
|
|
2825
|
+
|
|
2826
|
+
/**
|
|
2827
|
+
* 时间间隔,选填{min, 5min, hour, day, week}
|
|
2828
|
+
*/
|
|
2829
|
+
Interval: string
|
|
2830
|
+
|
|
2831
|
+
/**
|
|
2832
|
+
* ZoneId数组
|
|
2833
|
+
*/
|
|
2834
|
+
ZoneIds?: Array<string>
|
|
2835
|
+
|
|
2836
|
+
/**
|
|
2837
|
+
* 筛选条件
|
|
2838
|
+
*/
|
|
2839
|
+
Filters?: Array<Filter>
|
|
2840
|
+
}
|
|
2841
|
+
|
|
2842
|
+
/**
|
|
2843
|
+
* TopN entry
|
|
2844
|
+
*/
|
|
2845
|
+
export interface TopNEntry {
|
|
2846
|
+
/**
|
|
2847
|
+
* Entry key
|
|
2848
|
+
*/
|
|
2849
|
+
Key: string
|
|
2850
|
+
|
|
2851
|
+
/**
|
|
2852
|
+
* TopN数据
|
|
2853
|
+
*/
|
|
2854
|
+
Value: Array<TopNEntryValue>
|
|
2855
|
+
}
|
|
2856
|
+
|
|
2857
|
+
/**
|
|
2858
|
+
* DescribeApplicationProxy返回参数结构体
|
|
2859
|
+
*/
|
|
2860
|
+
export interface DescribeApplicationProxyResponse {
|
|
2861
|
+
/**
|
|
2862
|
+
* 数据列表
|
|
2863
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2864
|
+
*/
|
|
2865
|
+
Data: Array<ApplicationProxy>
|
|
2866
|
+
|
|
2867
|
+
/**
|
|
2868
|
+
* 记录总数
|
|
2869
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2870
|
+
*/
|
|
2280
2871
|
TotalCount: number
|
|
2281
2872
|
|
|
2282
2873
|
/**
|
|
@@ -2306,6 +2897,46 @@ export interface CreateLoadBalancingResponse {
|
|
|
2306
2897
|
RequestId?: string
|
|
2307
2898
|
}
|
|
2308
2899
|
|
|
2900
|
+
/**
|
|
2901
|
+
* DescribeOverviewL7Data请求参数结构体
|
|
2902
|
+
*/
|
|
2903
|
+
export interface DescribeOverviewL7DataRequest {
|
|
2904
|
+
/**
|
|
2905
|
+
* RFC3339格式,客户端时间
|
|
2906
|
+
*/
|
|
2907
|
+
StartTime: string
|
|
2908
|
+
|
|
2909
|
+
/**
|
|
2910
|
+
* RFC3339格式,客户端时间
|
|
2911
|
+
*/
|
|
2912
|
+
EndTime: string
|
|
2913
|
+
|
|
2914
|
+
/**
|
|
2915
|
+
* 指标列表
|
|
2916
|
+
*/
|
|
2917
|
+
MetricNames: Array<string>
|
|
2918
|
+
|
|
2919
|
+
/**
|
|
2920
|
+
* 时间间隔,选填{min, 5min, hour, day, week}
|
|
2921
|
+
*/
|
|
2922
|
+
Interval: string
|
|
2923
|
+
|
|
2924
|
+
/**
|
|
2925
|
+
* ZoneId列表,仅在zone/domain维度下查询时该参数有效
|
|
2926
|
+
*/
|
|
2927
|
+
ZoneIds?: Array<string>
|
|
2928
|
+
|
|
2929
|
+
/**
|
|
2930
|
+
* Domain列表,仅在domain维度下查询时该参数有效
|
|
2931
|
+
*/
|
|
2932
|
+
Domains?: Array<string>
|
|
2933
|
+
|
|
2934
|
+
/**
|
|
2935
|
+
* 协议类型, 选填{http,http2,https,all}
|
|
2936
|
+
*/
|
|
2937
|
+
Protocol?: string
|
|
2938
|
+
}
|
|
2939
|
+
|
|
2309
2940
|
/**
|
|
2310
2941
|
* 功能总开关
|
|
2311
2942
|
*/
|
|
@@ -2451,6 +3082,66 @@ export interface DescribeDnssecRequest {
|
|
|
2451
3082
|
Id: string
|
|
2452
3083
|
}
|
|
2453
3084
|
|
|
3085
|
+
/**
|
|
3086
|
+
* DescribeWebProtectionLog返回参数结构体
|
|
3087
|
+
*/
|
|
3088
|
+
export interface DescribeWebProtectionLogResponse {
|
|
3089
|
+
/**
|
|
3090
|
+
* 限速拦截Data
|
|
3091
|
+
*/
|
|
3092
|
+
Data: CCLogData
|
|
3093
|
+
|
|
3094
|
+
/**
|
|
3095
|
+
* 状态,1:失败,0:成功
|
|
3096
|
+
*/
|
|
3097
|
+
Status: number
|
|
3098
|
+
|
|
3099
|
+
/**
|
|
3100
|
+
* 返回信息
|
|
3101
|
+
*/
|
|
3102
|
+
Msg: string
|
|
3103
|
+
|
|
3104
|
+
/**
|
|
3105
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3106
|
+
*/
|
|
3107
|
+
RequestId?: string
|
|
3108
|
+
}
|
|
3109
|
+
|
|
3110
|
+
/**
|
|
3111
|
+
* CC拦截事件数据
|
|
3112
|
+
*/
|
|
3113
|
+
export interface CCInterceptEventData {
|
|
3114
|
+
/**
|
|
3115
|
+
* 攻击事件数据集合
|
|
3116
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3117
|
+
*/
|
|
3118
|
+
List: Array<CCInterceptEvent>
|
|
3119
|
+
|
|
3120
|
+
/**
|
|
3121
|
+
* 当前页
|
|
3122
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3123
|
+
*/
|
|
3124
|
+
PageNo: number
|
|
3125
|
+
|
|
3126
|
+
/**
|
|
3127
|
+
* 每页展示条数
|
|
3128
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3129
|
+
*/
|
|
3130
|
+
PageSize: number
|
|
3131
|
+
|
|
3132
|
+
/**
|
|
3133
|
+
* 总页数
|
|
3134
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3135
|
+
*/
|
|
3136
|
+
Pages: number
|
|
3137
|
+
|
|
3138
|
+
/**
|
|
3139
|
+
* 总条数
|
|
3140
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3141
|
+
*/
|
|
3142
|
+
TotalSize: number
|
|
3143
|
+
}
|
|
3144
|
+
|
|
2454
3145
|
/**
|
|
2455
3146
|
* DescribeLoadBalancingDetail返回参数结构体
|
|
2456
3147
|
*/
|
|
@@ -2556,28 +3247,38 @@ export interface SecurityConfig {
|
|
|
2556
3247
|
}
|
|
2557
3248
|
|
|
2558
3249
|
/**
|
|
2559
|
-
*
|
|
3250
|
+
* 主攻击对象Data
|
|
2560
3251
|
*/
|
|
2561
|
-
export interface
|
|
3252
|
+
export interface DDosMajorAttackEventData {
|
|
2562
3253
|
/**
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
3254
|
+
* DDosMajorAttackEvent ddos 攻击事件
|
|
3255
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3256
|
+
*/
|
|
3257
|
+
List: Array<DDosMajorAttackEvent>
|
|
2566
3258
|
|
|
2567
3259
|
/**
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
3260
|
+
* 当前页
|
|
3261
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3262
|
+
*/
|
|
3263
|
+
PageNo: number
|
|
2571
3264
|
|
|
2572
3265
|
/**
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
3266
|
+
* 每页展示条数
|
|
3267
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3268
|
+
*/
|
|
3269
|
+
PageSize: number
|
|
2576
3270
|
|
|
2577
3271
|
/**
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
3272
|
+
* 总页数
|
|
3273
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3274
|
+
*/
|
|
3275
|
+
Pages: number
|
|
3276
|
+
|
|
3277
|
+
/**
|
|
3278
|
+
* 总条数
|
|
3279
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3280
|
+
*/
|
|
3281
|
+
TotalSize: number
|
|
2581
3282
|
}
|
|
2582
3283
|
|
|
2583
3284
|
/**
|
|
@@ -2693,6 +3394,22 @@ pending: 不生效
|
|
|
2693
3394
|
DomainStatus: Array<string>
|
|
2694
3395
|
}
|
|
2695
3396
|
|
|
3397
|
+
/**
|
|
3398
|
+
* 七层数据分析类top数据
|
|
3399
|
+
*/
|
|
3400
|
+
export interface TopDataRecord {
|
|
3401
|
+
/**
|
|
3402
|
+
* 查询维度值
|
|
3403
|
+
*/
|
|
3404
|
+
TypeKey: string
|
|
3405
|
+
|
|
3406
|
+
/**
|
|
3407
|
+
* top数据排行
|
|
3408
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3409
|
+
*/
|
|
3410
|
+
DetailData: Array<TopDetailData>
|
|
3411
|
+
}
|
|
3412
|
+
|
|
2696
3413
|
/**
|
|
2697
3414
|
* DDoS协议防护+连接防护
|
|
2698
3415
|
*/
|
|
@@ -2763,6 +3480,100 @@ export interface DDoSAntiPly {
|
|
|
2763
3480
|
EmptyConnectProtect: string
|
|
2764
3481
|
}
|
|
2765
3482
|
|
|
3483
|
+
/**
|
|
3484
|
+
* DescribeWebManagedRulesData请求参数结构体
|
|
3485
|
+
*/
|
|
3486
|
+
export interface DescribeWebManagedRulesDataRequest {
|
|
3487
|
+
/**
|
|
3488
|
+
* 开始时间
|
|
3489
|
+
*/
|
|
3490
|
+
StartTime: string
|
|
3491
|
+
|
|
3492
|
+
/**
|
|
3493
|
+
* 结束时间
|
|
3494
|
+
*/
|
|
3495
|
+
EndTime: string
|
|
3496
|
+
|
|
3497
|
+
/**
|
|
3498
|
+
* 统计指标列表
|
|
3499
|
+
*/
|
|
3500
|
+
MetricNames: Array<string>
|
|
3501
|
+
|
|
3502
|
+
/**
|
|
3503
|
+
* 站点id列表
|
|
3504
|
+
*/
|
|
3505
|
+
ZoneIds?: Array<string>
|
|
3506
|
+
|
|
3507
|
+
/**
|
|
3508
|
+
* 子域名列表
|
|
3509
|
+
*/
|
|
3510
|
+
Domains?: Array<string>
|
|
3511
|
+
|
|
3512
|
+
/**
|
|
3513
|
+
* 协议类型
|
|
3514
|
+
*/
|
|
3515
|
+
ProtocolType?: string
|
|
3516
|
+
|
|
3517
|
+
/**
|
|
3518
|
+
* "webshell" : Webshell检测防护
|
|
3519
|
+
"oa" : 常见OA漏洞防护
|
|
3520
|
+
"xss" : XSS跨站脚本攻击防护
|
|
3521
|
+
"xxe" : XXE攻击防护
|
|
3522
|
+
"webscan" : 扫描器攻击漏洞防护
|
|
3523
|
+
"cms" : 常见CMS漏洞防护
|
|
3524
|
+
"upload" : 恶意文件上传攻击防护
|
|
3525
|
+
"sql" : SQL注入攻击防护
|
|
3526
|
+
"cmd_inject": 命令/代码注入攻击防护
|
|
3527
|
+
"osc" : 开源组件漏洞防护
|
|
3528
|
+
"file_read" : 任意文件读取
|
|
3529
|
+
"ldap" : LDAP注入攻击防护
|
|
3530
|
+
"other" : 其它漏洞防护
|
|
3531
|
+
|
|
3532
|
+
"all":"所有"
|
|
3533
|
+
*/
|
|
3534
|
+
AttackType?: string
|
|
3535
|
+
|
|
3536
|
+
/**
|
|
3537
|
+
* 查询时间粒度,可选{min,5min,hour,day}
|
|
3538
|
+
*/
|
|
3539
|
+
Interval?: string
|
|
3540
|
+
}
|
|
3541
|
+
|
|
3542
|
+
/**
|
|
3543
|
+
* DDos攻击源数据
|
|
3544
|
+
*/
|
|
3545
|
+
export interface DDosAttackSourceEventData {
|
|
3546
|
+
/**
|
|
3547
|
+
* DDos攻击源数据集合
|
|
3548
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3549
|
+
*/
|
|
3550
|
+
List: Array<DDosAttackSourceEvent>
|
|
3551
|
+
|
|
3552
|
+
/**
|
|
3553
|
+
* 当前页
|
|
3554
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3555
|
+
*/
|
|
3556
|
+
PageNo: number
|
|
3557
|
+
|
|
3558
|
+
/**
|
|
3559
|
+
* 每页展示条数
|
|
3560
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3561
|
+
*/
|
|
3562
|
+
PageSize: number
|
|
3563
|
+
|
|
3564
|
+
/**
|
|
3565
|
+
* 总页数
|
|
3566
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3567
|
+
*/
|
|
3568
|
+
Pages: number
|
|
3569
|
+
|
|
3570
|
+
/**
|
|
3571
|
+
* 总条数
|
|
3572
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3573
|
+
*/
|
|
3574
|
+
TotalSize: number
|
|
3575
|
+
}
|
|
3576
|
+
|
|
2766
3577
|
/**
|
|
2767
3578
|
* ModifyDDoSPolicy返回参数结构体
|
|
2768
3579
|
*/
|
|
@@ -2839,6 +3650,27 @@ export interface CreatePrefetchTaskResponse {
|
|
|
2839
3650
|
RequestId?: string
|
|
2840
3651
|
}
|
|
2841
3652
|
|
|
3653
|
+
/**
|
|
3654
|
+
* Waf规则
|
|
3655
|
+
*/
|
|
3656
|
+
export interface WafRule {
|
|
3657
|
+
/**
|
|
3658
|
+
* 黑名单
|
|
3659
|
+
*/
|
|
3660
|
+
BlockRuleIDs: Array<number>
|
|
3661
|
+
|
|
3662
|
+
/**
|
|
3663
|
+
* id的开关
|
|
3664
|
+
*/
|
|
3665
|
+
Switch: string
|
|
3666
|
+
|
|
3667
|
+
/**
|
|
3668
|
+
* 观察模式
|
|
3669
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3670
|
+
*/
|
|
3671
|
+
ObserveRuleIDs?: Array<number>
|
|
3672
|
+
}
|
|
3673
|
+
|
|
2842
3674
|
/**
|
|
2843
3675
|
* DescribeDefaultCertificates请求参数结构体
|
|
2844
3676
|
*/
|
|
@@ -2910,23 +3742,62 @@ export interface ModifyApplicationProxyRuleResponse {
|
|
|
2910
3742
|
}
|
|
2911
3743
|
|
|
2912
3744
|
/**
|
|
2913
|
-
*
|
|
3745
|
+
* DDos攻击事件对象
|
|
2914
3746
|
*/
|
|
2915
|
-
export interface
|
|
3747
|
+
export interface DDosAttackEvent {
|
|
2916
3748
|
/**
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
3749
|
+
* ddos 策略组id
|
|
3750
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3751
|
+
*/
|
|
3752
|
+
PolicyId: number
|
|
2920
3753
|
|
|
2921
3754
|
/**
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
3755
|
+
* 攻击类型(对应交互事件名称)
|
|
3756
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3757
|
+
*/
|
|
3758
|
+
AttackType: string
|
|
2925
3759
|
|
|
2926
3760
|
/**
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
3761
|
+
* 攻击状态
|
|
3762
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3763
|
+
*/
|
|
3764
|
+
AttackStatus: number
|
|
3765
|
+
|
|
3766
|
+
/**
|
|
3767
|
+
* 攻击最大带宽
|
|
3768
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3769
|
+
*/
|
|
3770
|
+
AttackMaxBandWidth: number
|
|
3771
|
+
|
|
3772
|
+
/**
|
|
3773
|
+
* 攻击包速率峰值
|
|
3774
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3775
|
+
*/
|
|
3776
|
+
AttackPacketMaxRate: number
|
|
3777
|
+
|
|
3778
|
+
/**
|
|
3779
|
+
* 攻击开始时间 单位为s
|
|
3780
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3781
|
+
*/
|
|
3782
|
+
AttackStartTime: number
|
|
3783
|
+
|
|
3784
|
+
/**
|
|
3785
|
+
* 攻击结束时间 单位为s
|
|
3786
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3787
|
+
*/
|
|
3788
|
+
AttackEndTime: number
|
|
3789
|
+
|
|
3790
|
+
/**
|
|
3791
|
+
* 事件ID
|
|
3792
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3793
|
+
*/
|
|
3794
|
+
EventId: string
|
|
3795
|
+
|
|
3796
|
+
/**
|
|
3797
|
+
* 站点id
|
|
3798
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3799
|
+
*/
|
|
3800
|
+
ZoneId: string
|
|
2930
3801
|
}
|
|
2931
3802
|
|
|
2932
3803
|
/**
|
|
@@ -3133,6 +4004,65 @@ export interface DeleteLoadBalancingResponse {
|
|
|
3133
4004
|
RequestId?: string
|
|
3134
4005
|
}
|
|
3135
4006
|
|
|
4007
|
+
/**
|
|
4008
|
+
* DescribeWebProtectionData请求参数结构体
|
|
4009
|
+
*/
|
|
4010
|
+
export interface DescribeWebProtectionDataRequest {
|
|
4011
|
+
/**
|
|
4012
|
+
* 开始时间
|
|
4013
|
+
*/
|
|
4014
|
+
StartTime: string
|
|
4015
|
+
|
|
4016
|
+
/**
|
|
4017
|
+
* 结束时间
|
|
4018
|
+
*/
|
|
4019
|
+
EndTime: string
|
|
4020
|
+
|
|
4021
|
+
/**
|
|
4022
|
+
* 统计指标列表
|
|
4023
|
+
*/
|
|
4024
|
+
MetricNames: Array<string>
|
|
4025
|
+
|
|
4026
|
+
/**
|
|
4027
|
+
* 站点id列表
|
|
4028
|
+
*/
|
|
4029
|
+
ZoneIds?: Array<string>
|
|
4030
|
+
|
|
4031
|
+
/**
|
|
4032
|
+
* 子域名列表
|
|
4033
|
+
*/
|
|
4034
|
+
Domains?: Array<string>
|
|
4035
|
+
|
|
4036
|
+
/**
|
|
4037
|
+
* 协议类型
|
|
4038
|
+
*/
|
|
4039
|
+
ProtocolType?: string
|
|
4040
|
+
|
|
4041
|
+
/**
|
|
4042
|
+
* "webshell" : Webshell检测防护
|
|
4043
|
+
"oa" : 常见OA漏洞防护
|
|
4044
|
+
"xss" : XSS跨站脚本攻击防护
|
|
4045
|
+
"xxe" : XXE攻击防护
|
|
4046
|
+
"webscan" : 扫描器攻击漏洞防护
|
|
4047
|
+
"cms" : 常见CMS漏洞防护
|
|
4048
|
+
"upload" : 恶意文件上传攻击防护
|
|
4049
|
+
"sql" : SQL注入攻击防护
|
|
4050
|
+
"cmd_inject": 命令/代码注入攻击防护
|
|
4051
|
+
"osc" : 开源组件漏洞防护
|
|
4052
|
+
"file_read" : 任意文件读取
|
|
4053
|
+
"ldap" : LDAP注入攻击防护
|
|
4054
|
+
"other" : 其它漏洞防护
|
|
4055
|
+
|
|
4056
|
+
"all":"所有"
|
|
4057
|
+
*/
|
|
4058
|
+
AttackType?: string
|
|
4059
|
+
|
|
4060
|
+
/**
|
|
4061
|
+
* 查询时间粒度,可选{min,5min,hour,day}
|
|
4062
|
+
*/
|
|
4063
|
+
Interval?: string
|
|
4064
|
+
}
|
|
4065
|
+
|
|
3136
4066
|
/**
|
|
3137
4067
|
* CheckCertificate请求参数结构体
|
|
3138
4068
|
*/
|
|
@@ -3148,6 +4078,31 @@ export interface CheckCertificateRequest {
|
|
|
3148
4078
|
PrivateKey: string
|
|
3149
4079
|
}
|
|
3150
4080
|
|
|
4081
|
+
/**
|
|
4082
|
+
* DescribeSecurityPortraitRules返回参数结构体
|
|
4083
|
+
*/
|
|
4084
|
+
export interface DescribeSecurityPortraitRulesResponse {
|
|
4085
|
+
/**
|
|
4086
|
+
* 本次返回的规则数
|
|
4087
|
+
*/
|
|
4088
|
+
Count: number
|
|
4089
|
+
|
|
4090
|
+
/**
|
|
4091
|
+
* Bot用户画像规则
|
|
4092
|
+
*/
|
|
4093
|
+
Rules: Array<PortraitManagedRuleDetail>
|
|
4094
|
+
|
|
4095
|
+
/**
|
|
4096
|
+
* 总规则数
|
|
4097
|
+
*/
|
|
4098
|
+
Total: number
|
|
4099
|
+
|
|
4100
|
+
/**
|
|
4101
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4102
|
+
*/
|
|
4103
|
+
RequestId?: string
|
|
4104
|
+
}
|
|
4105
|
+
|
|
3151
4106
|
/**
|
|
3152
4107
|
* CreateApplicationProxyRule请求参数结构体
|
|
3153
4108
|
*/
|
|
@@ -3211,54 +4166,28 @@ OFF:不传递
|
|
|
3211
4166
|
}
|
|
3212
4167
|
|
|
3213
4168
|
/**
|
|
3214
|
-
*
|
|
4169
|
+
* bot托管规则详情
|
|
3215
4170
|
*/
|
|
3216
|
-
export interface
|
|
3217
|
-
/**
|
|
3218
|
-
* 任务ID
|
|
3219
|
-
*/
|
|
3220
|
-
JobId?: string
|
|
3221
|
-
|
|
3222
|
-
/**
|
|
3223
|
-
* 查询起始时间
|
|
3224
|
-
*/
|
|
3225
|
-
StartTime?: string
|
|
3226
|
-
|
|
3227
|
-
/**
|
|
3228
|
-
* 查询结束时间
|
|
3229
|
-
*/
|
|
3230
|
-
EndTime?: string
|
|
3231
|
-
|
|
3232
|
-
/**
|
|
3233
|
-
* 查询起始偏移量
|
|
3234
|
-
*/
|
|
3235
|
-
Offset?: number
|
|
3236
|
-
|
|
4171
|
+
export interface BotManagedRuleDetail {
|
|
3237
4172
|
/**
|
|
3238
|
-
*
|
|
4173
|
+
* 规则ID
|
|
3239
4174
|
*/
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
/**
|
|
3243
|
-
* 查询的状态
|
|
3244
|
-
允许的值为:processing、success、failed、timeout、invalid
|
|
3245
|
-
*/
|
|
3246
|
-
Statuses?: Array<string>
|
|
4175
|
+
RuleId: number
|
|
3247
4176
|
|
|
3248
4177
|
/**
|
|
3249
|
-
*
|
|
4178
|
+
* 规则描述
|
|
3250
4179
|
*/
|
|
3251
|
-
|
|
4180
|
+
Description: string
|
|
3252
4181
|
|
|
3253
4182
|
/**
|
|
3254
|
-
*
|
|
4183
|
+
* 规则分类
|
|
3255
4184
|
*/
|
|
3256
|
-
|
|
4185
|
+
RuleTypeName: string
|
|
3257
4186
|
|
|
3258
4187
|
/**
|
|
3259
|
-
*
|
|
4188
|
+
* 该规则开启/关闭
|
|
3260
4189
|
*/
|
|
3261
|
-
|
|
4190
|
+
Status: string
|
|
3262
4191
|
}
|
|
3263
4192
|
|
|
3264
4193
|
/**
|
|
@@ -3338,6 +4267,16 @@ export interface ModifyApplicationProxyStatusResponse {
|
|
|
3338
4267
|
RequestId?: string
|
|
3339
4268
|
}
|
|
3340
4269
|
|
|
4270
|
+
/**
|
|
4271
|
+
* IdentifyZone请求参数结构体
|
|
4272
|
+
*/
|
|
4273
|
+
export interface IdentifyZoneRequest {
|
|
4274
|
+
/**
|
|
4275
|
+
* 站点名称
|
|
4276
|
+
*/
|
|
4277
|
+
Name: string
|
|
4278
|
+
}
|
|
4279
|
+
|
|
3341
4280
|
/**
|
|
3342
4281
|
* 域名配置信息
|
|
3343
4282
|
*/
|
|
@@ -3386,6 +4325,53 @@ export interface DescribeDnsRecordsResponse {
|
|
|
3386
4325
|
RequestId?: string
|
|
3387
4326
|
}
|
|
3388
4327
|
|
|
4328
|
+
/**
|
|
4329
|
+
* DescribeDefaultCertificates返回参数结构体
|
|
4330
|
+
*/
|
|
4331
|
+
export interface DescribeDefaultCertificatesResponse {
|
|
4332
|
+
/**
|
|
4333
|
+
* 证书总数
|
|
4334
|
+
*/
|
|
4335
|
+
TotalCount: number
|
|
4336
|
+
|
|
4337
|
+
/**
|
|
4338
|
+
* 默认证书列表
|
|
4339
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4340
|
+
*/
|
|
4341
|
+
CertInfo: Array<DefaultServerCertInfo>
|
|
4342
|
+
|
|
4343
|
+
/**
|
|
4344
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4345
|
+
*/
|
|
4346
|
+
RequestId?: string
|
|
4347
|
+
}
|
|
4348
|
+
|
|
4349
|
+
/**
|
|
4350
|
+
* DescribeTimingL7AnalysisData返回参数结构体
|
|
4351
|
+
*/
|
|
4352
|
+
export interface DescribeTimingL7AnalysisDataResponse {
|
|
4353
|
+
/**
|
|
4354
|
+
* 详细数据
|
|
4355
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4356
|
+
*/
|
|
4357
|
+
Data: Array<TimingDataRecord>
|
|
4358
|
+
|
|
4359
|
+
/**
|
|
4360
|
+
* 查询维度
|
|
4361
|
+
*/
|
|
4362
|
+
Type: string
|
|
4363
|
+
|
|
4364
|
+
/**
|
|
4365
|
+
* 时间间隔
|
|
4366
|
+
*/
|
|
4367
|
+
Interval: string
|
|
4368
|
+
|
|
4369
|
+
/**
|
|
4370
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4371
|
+
*/
|
|
4372
|
+
RequestId?: string
|
|
4373
|
+
}
|
|
4374
|
+
|
|
3389
4375
|
/**
|
|
3390
4376
|
* bot 用户画像规则
|
|
3391
4377
|
*/
|
|
@@ -3419,23 +4405,72 @@ export interface BotPortraitRule {
|
|
|
3419
4405
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3420
4406
|
*/
|
|
3421
4407
|
DropManagedIds?: Array<number>
|
|
4408
|
+
|
|
4409
|
+
/**
|
|
4410
|
+
* 本功能的开关
|
|
4411
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4412
|
+
*/
|
|
4413
|
+
Switch?: string
|
|
3422
4414
|
}
|
|
3423
4415
|
|
|
3424
4416
|
/**
|
|
3425
|
-
*
|
|
4417
|
+
* DescribeWebProtectionAttackEvents请求参数结构体
|
|
3426
4418
|
*/
|
|
3427
|
-
export interface
|
|
4419
|
+
export interface DescribeWebProtectionAttackEventsRequest {
|
|
3428
4420
|
/**
|
|
3429
|
-
*
|
|
4421
|
+
* 开始时间
|
|
3430
4422
|
*/
|
|
3431
|
-
|
|
4423
|
+
StartTime: string
|
|
3432
4424
|
|
|
3433
4425
|
/**
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
4426
|
+
* 结束时间
|
|
4427
|
+
*/
|
|
4428
|
+
EndTime: string
|
|
4429
|
+
|
|
4430
|
+
/**
|
|
4431
|
+
* 条数
|
|
4432
|
+
*/
|
|
4433
|
+
PageSize: number
|
|
4434
|
+
|
|
4435
|
+
/**
|
|
4436
|
+
* 当前页
|
|
4437
|
+
*/
|
|
4438
|
+
PageNo: number
|
|
4439
|
+
|
|
4440
|
+
/**
|
|
4441
|
+
* 域名
|
|
4442
|
+
*/
|
|
4443
|
+
Domains?: Array<string>
|
|
4444
|
+
|
|
4445
|
+
/**
|
|
4446
|
+
* 站点集合
|
|
4447
|
+
*/
|
|
4448
|
+
ZoneIds?: Array<string>
|
|
4449
|
+
}
|
|
4450
|
+
|
|
4451
|
+
/**
|
|
4452
|
+
* DescribeOverviewL7Data返回参数结构体
|
|
4453
|
+
*/
|
|
4454
|
+
export interface DescribeOverviewL7DataResponse {
|
|
4455
|
+
/**
|
|
4456
|
+
* 查询维度
|
|
4457
|
+
*/
|
|
4458
|
+
Type: string
|
|
4459
|
+
|
|
4460
|
+
/**
|
|
4461
|
+
* 时间间隔
|
|
4462
|
+
*/
|
|
4463
|
+
Interval: string
|
|
4464
|
+
|
|
4465
|
+
/**
|
|
4466
|
+
* 详细数据
|
|
4467
|
+
*/
|
|
4468
|
+
Data: Array<TimingDataRecord>
|
|
4469
|
+
|
|
4470
|
+
/**
|
|
4471
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4472
|
+
*/
|
|
4473
|
+
RequestId?: string
|
|
3439
4474
|
}
|
|
3440
4475
|
|
|
3441
4476
|
/**
|
|
@@ -3494,23 +4529,64 @@ export interface DescribeSecurityPolicyManagedRulesResponse {
|
|
|
3494
4529
|
}
|
|
3495
4530
|
|
|
3496
4531
|
/**
|
|
3497
|
-
*
|
|
4532
|
+
* 源站组信息
|
|
3498
4533
|
*/
|
|
3499
|
-
export interface
|
|
4534
|
+
export interface OriginGroup {
|
|
3500
4535
|
/**
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
Mode?: string
|
|
4536
|
+
* 源站组ID
|
|
4537
|
+
*/
|
|
4538
|
+
OriginId: string
|
|
3505
4539
|
|
|
3506
4540
|
/**
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
4541
|
+
* 源站组名称
|
|
4542
|
+
*/
|
|
4543
|
+
OriginName: string
|
|
4544
|
+
|
|
4545
|
+
/**
|
|
4546
|
+
* 配置类型
|
|
4547
|
+
*/
|
|
4548
|
+
Type: string
|
|
4549
|
+
|
|
4550
|
+
/**
|
|
4551
|
+
* 记录
|
|
4552
|
+
*/
|
|
4553
|
+
Record: Array<OriginRecord>
|
|
4554
|
+
|
|
4555
|
+
/**
|
|
4556
|
+
* 更新时间
|
|
4557
|
+
*/
|
|
4558
|
+
UpdateTime: string
|
|
4559
|
+
|
|
4560
|
+
/**
|
|
4561
|
+
* 站点ID
|
|
4562
|
+
*/
|
|
4563
|
+
ZoneId: string
|
|
4564
|
+
|
|
4565
|
+
/**
|
|
4566
|
+
* 站点名称
|
|
4567
|
+
*/
|
|
4568
|
+
ZoneName: string
|
|
4569
|
+
|
|
4570
|
+
/**
|
|
4571
|
+
* 源站类型
|
|
4572
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4573
|
+
*/
|
|
4574
|
+
OriginType: string
|
|
4575
|
+
|
|
4576
|
+
/**
|
|
4577
|
+
* 是否为四层代理使用
|
|
4578
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4579
|
+
*/
|
|
4580
|
+
ApplicationProxyUsed: boolean
|
|
4581
|
+
|
|
4582
|
+
/**
|
|
4583
|
+
* 是否为负载均衡使用
|
|
4584
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4585
|
+
*/
|
|
4586
|
+
LoadBalancingUsed: boolean
|
|
4587
|
+
}
|
|
4588
|
+
|
|
4589
|
+
/**
|
|
3514
4590
|
* DescribeApplicationProxy请求参数结构体
|
|
3515
4591
|
*/
|
|
3516
4592
|
export interface DescribeApplicationProxyRequest {
|
|
@@ -3530,6 +4606,21 @@ export interface DescribeApplicationProxyRequest {
|
|
|
3530
4606
|
Limit?: number
|
|
3531
4607
|
}
|
|
3532
4608
|
|
|
4609
|
+
/**
|
|
4610
|
+
* TopN数据Entry
|
|
4611
|
+
*/
|
|
4612
|
+
export interface TopNEntryValue {
|
|
4613
|
+
/**
|
|
4614
|
+
* Entry的name
|
|
4615
|
+
*/
|
|
4616
|
+
Name: string
|
|
4617
|
+
|
|
4618
|
+
/**
|
|
4619
|
+
* 数量
|
|
4620
|
+
*/
|
|
4621
|
+
Count: number
|
|
4622
|
+
}
|
|
4623
|
+
|
|
3533
4624
|
/**
|
|
3534
4625
|
* ModifyDDoSPolicyHost返回参数结构体
|
|
3535
4626
|
*/
|
|
@@ -3573,44 +4664,76 @@ online: 启用
|
|
|
3573
4664
|
}
|
|
3574
4665
|
|
|
3575
4666
|
/**
|
|
3576
|
-
*
|
|
4667
|
+
* Web拦截事件
|
|
3577
4668
|
*/
|
|
3578
|
-
export interface
|
|
4669
|
+
export interface WebAttackEvent {
|
|
3579
4670
|
/**
|
|
3580
|
-
*
|
|
4671
|
+
* 客户端ip
|
|
3581
4672
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3582
4673
|
*/
|
|
3583
|
-
|
|
4674
|
+
ClientIp: string
|
|
3584
4675
|
|
|
3585
4676
|
/**
|
|
3586
|
-
*
|
|
4677
|
+
* 攻击URL
|
|
3587
4678
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3588
4679
|
*/
|
|
3589
|
-
|
|
4680
|
+
AttackUrl: string
|
|
3590
4681
|
|
|
3591
4682
|
/**
|
|
3592
|
-
*
|
|
4683
|
+
* 攻击时间 单位为s
|
|
3593
4684
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3594
4685
|
*/
|
|
3595
|
-
|
|
4686
|
+
AttackTime: number
|
|
4687
|
+
}
|
|
3596
4688
|
|
|
4689
|
+
/**
|
|
4690
|
+
* DescribeDDosAttackTopData请求参数结构体
|
|
4691
|
+
*/
|
|
4692
|
+
export interface DescribeDDosAttackTopDataRequest {
|
|
3597
4693
|
/**
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
PunishTime?: number
|
|
4694
|
+
* 开始时间
|
|
4695
|
+
*/
|
|
4696
|
+
StartTime: string
|
|
3602
4697
|
|
|
3603
4698
|
/**
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
Threshold?: number
|
|
4699
|
+
* 结束时间
|
|
4700
|
+
*/
|
|
4701
|
+
EndTime: string
|
|
3608
4702
|
|
|
3609
4703
|
/**
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
4704
|
+
* 过滤指标
|
|
4705
|
+
*/
|
|
4706
|
+
MetricName: string
|
|
4707
|
+
|
|
4708
|
+
/**
|
|
4709
|
+
* 查询前多少名,传值为0 全量
|
|
4710
|
+
*/
|
|
4711
|
+
Limit: number
|
|
4712
|
+
|
|
4713
|
+
/**
|
|
4714
|
+
* 站点集合
|
|
4715
|
+
*/
|
|
4716
|
+
ZoneIds?: Array<string>
|
|
4717
|
+
|
|
4718
|
+
/**
|
|
4719
|
+
* ddos策略组id 集合
|
|
4720
|
+
*/
|
|
4721
|
+
PolicyIds?: Array<number>
|
|
4722
|
+
|
|
4723
|
+
/**
|
|
4724
|
+
* 端口号
|
|
4725
|
+
*/
|
|
4726
|
+
Port?: number
|
|
4727
|
+
|
|
4728
|
+
/**
|
|
4729
|
+
* 协议类型,tcp,udp,all
|
|
4730
|
+
*/
|
|
4731
|
+
ProtocolType?: string
|
|
4732
|
+
|
|
4733
|
+
/**
|
|
4734
|
+
* 攻击类型,flood,icmpFlood......,all
|
|
4735
|
+
*/
|
|
4736
|
+
AttackType?: string
|
|
3614
4737
|
}
|
|
3615
4738
|
|
|
3616
4739
|
/**
|
|
@@ -3629,71 +4752,53 @@ export interface CreateApplicationProxyRuleResponse {
|
|
|
3629
4752
|
}
|
|
3630
4753
|
|
|
3631
4754
|
/**
|
|
3632
|
-
*
|
|
4755
|
+
* DescribeDDosAttackData请求参数结构体
|
|
3633
4756
|
*/
|
|
3634
|
-
export interface
|
|
4757
|
+
export interface DescribeDDosAttackDataRequest {
|
|
3635
4758
|
/**
|
|
3636
|
-
*
|
|
4759
|
+
* 开始时间
|
|
3637
4760
|
*/
|
|
3638
|
-
|
|
4761
|
+
StartTime: string
|
|
3639
4762
|
|
|
3640
4763
|
/**
|
|
3641
|
-
*
|
|
4764
|
+
* 结束时间
|
|
3642
4765
|
*/
|
|
3643
|
-
|
|
4766
|
+
EndTime: string
|
|
3644
4767
|
|
|
3645
4768
|
/**
|
|
3646
|
-
*
|
|
4769
|
+
* 统计指标列表
|
|
3647
4770
|
*/
|
|
3648
|
-
|
|
4771
|
+
MetricNames: Array<string>
|
|
3649
4772
|
|
|
3650
4773
|
/**
|
|
3651
|
-
*
|
|
4774
|
+
* 站点id列表
|
|
3652
4775
|
*/
|
|
3653
|
-
|
|
4776
|
+
ZoneIds?: Array<string>
|
|
3654
4777
|
|
|
3655
4778
|
/**
|
|
3656
|
-
*
|
|
4779
|
+
* ddos策略组id列表
|
|
3657
4780
|
*/
|
|
3658
|
-
|
|
4781
|
+
PolicyIds?: Array<number>
|
|
3659
4782
|
|
|
3660
4783
|
/**
|
|
3661
|
-
*
|
|
4784
|
+
* 端口号
|
|
3662
4785
|
*/
|
|
3663
|
-
|
|
4786
|
+
Port?: number
|
|
3664
4787
|
|
|
3665
4788
|
/**
|
|
3666
|
-
*
|
|
4789
|
+
* 协议类型,tcp,udp,all
|
|
3667
4790
|
*/
|
|
3668
|
-
|
|
4791
|
+
ProtocolType?: string
|
|
3669
4792
|
|
|
3670
4793
|
/**
|
|
3671
|
-
*
|
|
4794
|
+
* 攻击类型,flood,icmpFlood......,all
|
|
3672
4795
|
*/
|
|
3673
|
-
|
|
4796
|
+
AttackType?: string
|
|
3674
4797
|
|
|
3675
4798
|
/**
|
|
3676
|
-
*
|
|
4799
|
+
* 查询时间粒度,可选{min,5min,hour,day}
|
|
3677
4800
|
*/
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
/**
|
|
3681
|
-
* 规则id
|
|
3682
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3683
|
-
*/
|
|
3684
|
-
RuleID?: number
|
|
3685
|
-
|
|
3686
|
-
/**
|
|
3687
|
-
* 过滤词
|
|
3688
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3689
|
-
*/
|
|
3690
|
-
FreqFields?: Array<string>
|
|
3691
|
-
|
|
3692
|
-
/**
|
|
3693
|
-
* 更新时间
|
|
3694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3695
|
-
*/
|
|
3696
|
-
UpdateTime?: string
|
|
4801
|
+
Interval?: string
|
|
3697
4802
|
}
|
|
3698
4803
|
|
|
3699
4804
|
/**
|
|
@@ -3777,6 +4882,64 @@ export interface ModifyDnsRecordResponse {
|
|
|
3777
4882
|
RequestId?: string
|
|
3778
4883
|
}
|
|
3779
4884
|
|
|
4885
|
+
/**
|
|
4886
|
+
* 模板当前详细配置
|
|
4887
|
+
*/
|
|
4888
|
+
export interface RateLimitTemplateDetail {
|
|
4889
|
+
/**
|
|
4890
|
+
* 模板名称
|
|
4891
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4892
|
+
*/
|
|
4893
|
+
Mode?: string
|
|
4894
|
+
|
|
4895
|
+
/**
|
|
4896
|
+
* 唯一id
|
|
4897
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4898
|
+
*/
|
|
4899
|
+
ID?: number
|
|
4900
|
+
|
|
4901
|
+
/**
|
|
4902
|
+
* 处置动作
|
|
4903
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4904
|
+
*/
|
|
4905
|
+
Action?: string
|
|
4906
|
+
|
|
4907
|
+
/**
|
|
4908
|
+
* 惩罚时间,秒
|
|
4909
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4910
|
+
*/
|
|
4911
|
+
PunishTime?: number
|
|
4912
|
+
|
|
4913
|
+
/**
|
|
4914
|
+
* 阈值
|
|
4915
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4916
|
+
*/
|
|
4917
|
+
Threshold?: number
|
|
4918
|
+
|
|
4919
|
+
/**
|
|
4920
|
+
* 统计周期
|
|
4921
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4922
|
+
*/
|
|
4923
|
+
Period?: number
|
|
4924
|
+
}
|
|
4925
|
+
|
|
4926
|
+
/**
|
|
4927
|
+
* 统计曲线数据项
|
|
4928
|
+
*/
|
|
4929
|
+
export interface TimingDataItem {
|
|
4930
|
+
/**
|
|
4931
|
+
* 秒级时间戳
|
|
4932
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4933
|
+
*/
|
|
4934
|
+
Timestamp: number
|
|
4935
|
+
|
|
4936
|
+
/**
|
|
4937
|
+
* 数值
|
|
4938
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4939
|
+
*/
|
|
4940
|
+
Value: number
|
|
4941
|
+
}
|
|
4942
|
+
|
|
3780
4943
|
/**
|
|
3781
4944
|
* CreateApplicationProxy请求参数结构体
|
|
3782
4945
|
*/
|
|
@@ -3842,89 +5005,328 @@ instance:实例
|
|
|
3842
5005
|
}
|
|
3843
5006
|
|
|
3844
5007
|
/**
|
|
3845
|
-
*
|
|
5008
|
+
* DescribeTopL7AnalysisData返回参数结构体
|
|
3846
5009
|
*/
|
|
3847
|
-
export interface
|
|
5010
|
+
export interface DescribeTopL7AnalysisDataResponse {
|
|
3848
5011
|
/**
|
|
3849
|
-
*
|
|
3850
|
-
关闭:off,
|
|
3851
|
-
开启:on。
|
|
3852
|
-
*/
|
|
3853
|
-
Switch: string
|
|
3854
|
-
|
|
3855
|
-
/**
|
|
3856
|
-
* 最大限制,取值在1MB和500MB之间。单位字节
|
|
5012
|
+
* top详细数据
|
|
3857
5013
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3858
5014
|
*/
|
|
3859
|
-
|
|
3860
|
-
}
|
|
5015
|
+
Data: Array<TopDataRecord>
|
|
3861
5016
|
|
|
3862
|
-
/**
|
|
3863
|
-
* 门神规则
|
|
3864
|
-
*/
|
|
3865
|
-
export interface ManagedRule {
|
|
3866
5017
|
/**
|
|
3867
|
-
*
|
|
5018
|
+
* 查询维度
|
|
3868
5019
|
*/
|
|
3869
|
-
|
|
5020
|
+
Type: string
|
|
3870
5021
|
|
|
3871
5022
|
/**
|
|
3872
|
-
*
|
|
5023
|
+
* 查询指标
|
|
3873
5024
|
*/
|
|
3874
|
-
|
|
5025
|
+
MetricName: string
|
|
3875
5026
|
|
|
3876
5027
|
/**
|
|
3877
|
-
*
|
|
5028
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3878
5029
|
*/
|
|
3879
|
-
|
|
5030
|
+
RequestId?: string
|
|
5031
|
+
}
|
|
3880
5032
|
|
|
5033
|
+
/**
|
|
5034
|
+
* web攻击日志
|
|
5035
|
+
*/
|
|
5036
|
+
export interface WebLogs {
|
|
3881
5037
|
/**
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
5038
|
+
* 攻击内容
|
|
5039
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5040
|
+
*/
|
|
5041
|
+
AttackContent: string
|
|
3885
5042
|
|
|
3886
5043
|
/**
|
|
3887
|
-
|
|
3888
|
-
|
|
3889
|
-
|
|
5044
|
+
* 攻击IP
|
|
5045
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5046
|
+
*/
|
|
5047
|
+
AttackIp: string
|
|
3890
5048
|
|
|
3891
5049
|
/**
|
|
3892
|
-
|
|
3893
|
-
|
|
3894
|
-
|
|
5050
|
+
* 攻击类型
|
|
5051
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5052
|
+
*/
|
|
5053
|
+
AttackType: string
|
|
3895
5054
|
|
|
3896
5055
|
/**
|
|
3897
|
-
*
|
|
5056
|
+
* 域名
|
|
3898
5057
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3899
5058
|
*/
|
|
3900
|
-
|
|
5059
|
+
Domain: string
|
|
3901
5060
|
|
|
3902
5061
|
/**
|
|
3903
|
-
*
|
|
5062
|
+
* uuid
|
|
3904
5063
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3905
5064
|
*/
|
|
3906
|
-
|
|
5065
|
+
Msuuid: string
|
|
3907
5066
|
|
|
3908
5067
|
/**
|
|
3909
|
-
*
|
|
5068
|
+
* 请求方法
|
|
5069
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5070
|
+
*/
|
|
5071
|
+
RequestMethod: string
|
|
5072
|
+
|
|
5073
|
+
/**
|
|
5074
|
+
* 请求URI
|
|
5075
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5076
|
+
*/
|
|
5077
|
+
RequestUri: string
|
|
5078
|
+
|
|
5079
|
+
/**
|
|
5080
|
+
* 风险等级
|
|
5081
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5082
|
+
*/
|
|
5083
|
+
RiskLevel: string
|
|
5084
|
+
|
|
5085
|
+
/**
|
|
5086
|
+
* 规则ID
|
|
5087
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5088
|
+
*/
|
|
5089
|
+
RuleId: number
|
|
5090
|
+
|
|
5091
|
+
/**
|
|
5092
|
+
* IP所在国家
|
|
5093
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5094
|
+
*/
|
|
5095
|
+
SipCountryCode: string
|
|
5096
|
+
|
|
5097
|
+
/**
|
|
5098
|
+
* 事件id
|
|
5099
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5100
|
+
*/
|
|
5101
|
+
EventId: string
|
|
5102
|
+
|
|
5103
|
+
/**
|
|
5104
|
+
* 处置方式
|
|
5105
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5106
|
+
*/
|
|
5107
|
+
DisposalMethod: string
|
|
5108
|
+
|
|
5109
|
+
/**
|
|
5110
|
+
* http_log
|
|
5111
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5112
|
+
*/
|
|
5113
|
+
HttpLog: string
|
|
5114
|
+
|
|
5115
|
+
/**
|
|
5116
|
+
* user agent
|
|
5117
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5118
|
+
*/
|
|
5119
|
+
Ua: string
|
|
5120
|
+
|
|
5121
|
+
/**
|
|
5122
|
+
* 攻击时间,为保持统一,原参数time更名为AttackTime
|
|
5123
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5124
|
+
*/
|
|
5125
|
+
AttackTime: number
|
|
5126
|
+
}
|
|
5127
|
+
|
|
5128
|
+
/**
|
|
5129
|
+
* POST请求上传文件流式传输最大限制
|
|
5130
|
+
*/
|
|
5131
|
+
export interface PostMaxSize {
|
|
5132
|
+
/**
|
|
5133
|
+
* 是调整POST请求限制,平台默认为32MB。
|
|
5134
|
+
关闭:off,
|
|
5135
|
+
开启:on。
|
|
5136
|
+
*/
|
|
5137
|
+
Switch: string
|
|
5138
|
+
|
|
5139
|
+
/**
|
|
5140
|
+
* 最大限制,取值在1MB和500MB之间。单位字节
|
|
5141
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5142
|
+
*/
|
|
5143
|
+
MaxSize?: number
|
|
5144
|
+
}
|
|
5145
|
+
|
|
5146
|
+
/**
|
|
5147
|
+
* RateLimit规则
|
|
5148
|
+
*/
|
|
5149
|
+
export interface RateLimitUserRule {
|
|
5150
|
+
/**
|
|
5151
|
+
* RateLimit统计阈值
|
|
5152
|
+
*/
|
|
5153
|
+
Threshold: number
|
|
5154
|
+
|
|
5155
|
+
/**
|
|
5156
|
+
* RateLimit统计时间
|
|
5157
|
+
*/
|
|
5158
|
+
Period: number
|
|
5159
|
+
|
|
5160
|
+
/**
|
|
5161
|
+
* 规则名
|
|
5162
|
+
*/
|
|
5163
|
+
RuleName: string
|
|
5164
|
+
|
|
5165
|
+
/**
|
|
5166
|
+
* 动作:monitor(观察), drop(拦截)
|
|
5167
|
+
*/
|
|
5168
|
+
Action: string
|
|
5169
|
+
|
|
5170
|
+
/**
|
|
5171
|
+
* 惩罚时长
|
|
5172
|
+
*/
|
|
5173
|
+
PunishTime: number
|
|
5174
|
+
|
|
5175
|
+
/**
|
|
5176
|
+
* 处罚时长单位,second
|
|
5177
|
+
*/
|
|
5178
|
+
PunishTimeUnit: string
|
|
5179
|
+
|
|
5180
|
+
/**
|
|
5181
|
+
* 规则状态
|
|
5182
|
+
*/
|
|
5183
|
+
RuleStatus: string
|
|
5184
|
+
|
|
5185
|
+
/**
|
|
5186
|
+
* 规则
|
|
5187
|
+
*/
|
|
5188
|
+
Conditions: Array<ACLCondition>
|
|
5189
|
+
|
|
5190
|
+
/**
|
|
5191
|
+
* 规则权重
|
|
5192
|
+
*/
|
|
5193
|
+
RulePriority: number
|
|
5194
|
+
|
|
5195
|
+
/**
|
|
5196
|
+
* 规则id
|
|
5197
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5198
|
+
*/
|
|
5199
|
+
RuleID?: number
|
|
5200
|
+
|
|
5201
|
+
/**
|
|
5202
|
+
* 过滤词
|
|
5203
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5204
|
+
*/
|
|
5205
|
+
FreqFields?: Array<string>
|
|
5206
|
+
|
|
5207
|
+
/**
|
|
5208
|
+
* 更新时间
|
|
5209
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5210
|
+
*/
|
|
5211
|
+
UpdateTime?: string
|
|
5212
|
+
}
|
|
5213
|
+
|
|
5214
|
+
/**
|
|
5215
|
+
* 门神规则
|
|
5216
|
+
*/
|
|
5217
|
+
export interface ManagedRule {
|
|
5218
|
+
/**
|
|
5219
|
+
* 规则id
|
|
5220
|
+
*/
|
|
5221
|
+
RuleId: number
|
|
5222
|
+
|
|
5223
|
+
/**
|
|
5224
|
+
* 规则描述
|
|
5225
|
+
*/
|
|
5226
|
+
Description: string
|
|
5227
|
+
|
|
5228
|
+
/**
|
|
5229
|
+
* 规则类型名
|
|
5230
|
+
*/
|
|
5231
|
+
RuleTypeName: string
|
|
5232
|
+
|
|
5233
|
+
/**
|
|
5234
|
+
* 策略规则防护等级
|
|
5235
|
+
*/
|
|
5236
|
+
RuleLevelDesc: string
|
|
5237
|
+
|
|
5238
|
+
/**
|
|
5239
|
+
* 更新时间
|
|
5240
|
+
*/
|
|
5241
|
+
UpdateTime: string
|
|
5242
|
+
|
|
5243
|
+
/**
|
|
5244
|
+
* 规则当前状态 block, allow
|
|
5245
|
+
*/
|
|
5246
|
+
Status: string
|
|
5247
|
+
|
|
5248
|
+
/**
|
|
5249
|
+
* 规则标签
|
|
5250
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5251
|
+
*/
|
|
5252
|
+
RuleTags?: Array<string>
|
|
5253
|
+
|
|
5254
|
+
/**
|
|
5255
|
+
* 规则类型详细描述
|
|
5256
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5257
|
+
*/
|
|
5258
|
+
RuleTypeDesc?: string
|
|
5259
|
+
|
|
5260
|
+
/**
|
|
5261
|
+
* 规则类型id
|
|
3910
5262
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3911
5263
|
*/
|
|
3912
5264
|
RuleTypeId?: number
|
|
3913
5265
|
}
|
|
3914
5266
|
|
|
3915
5267
|
/**
|
|
3916
|
-
*
|
|
5268
|
+
* 过滤条件
|
|
3917
5269
|
*/
|
|
3918
|
-
export interface
|
|
5270
|
+
export interface Filter {
|
|
3919
5271
|
/**
|
|
3920
|
-
*
|
|
5272
|
+
* 筛选维度
|
|
3921
5273
|
*/
|
|
3922
|
-
|
|
5274
|
+
Key: string
|
|
3923
5275
|
|
|
3924
5276
|
/**
|
|
3925
|
-
*
|
|
5277
|
+
* 操作符
|
|
3926
5278
|
*/
|
|
3927
|
-
|
|
5279
|
+
Operator: string
|
|
5280
|
+
|
|
5281
|
+
/**
|
|
5282
|
+
* 筛选维度值
|
|
5283
|
+
*/
|
|
5284
|
+
Value: Array<string>
|
|
5285
|
+
}
|
|
5286
|
+
|
|
5287
|
+
/**
|
|
5288
|
+
* DescribeWebManagedRulesAttackEvents请求参数结构体
|
|
5289
|
+
*/
|
|
5290
|
+
export interface DescribeWebManagedRulesAttackEventsRequest {
|
|
5291
|
+
/**
|
|
5292
|
+
* 开始时间
|
|
5293
|
+
*/
|
|
5294
|
+
StartTime: string
|
|
5295
|
+
|
|
5296
|
+
/**
|
|
5297
|
+
* 结束时间
|
|
5298
|
+
*/
|
|
5299
|
+
EndTime: string
|
|
5300
|
+
|
|
5301
|
+
/**
|
|
5302
|
+
* 条数
|
|
5303
|
+
*/
|
|
5304
|
+
PageSize: number
|
|
5305
|
+
|
|
5306
|
+
/**
|
|
5307
|
+
* 当前页
|
|
5308
|
+
*/
|
|
5309
|
+
PageNo: number
|
|
5310
|
+
|
|
5311
|
+
/**
|
|
5312
|
+
* ddos策略组id 集合
|
|
5313
|
+
*/
|
|
5314
|
+
PolicyIds?: Array<number>
|
|
5315
|
+
|
|
5316
|
+
/**
|
|
5317
|
+
* 站点集合
|
|
5318
|
+
*/
|
|
5319
|
+
ZoneIds?: Array<string>
|
|
5320
|
+
|
|
5321
|
+
/**
|
|
5322
|
+
* 协议类型,{tcp,udp,all}
|
|
5323
|
+
*/
|
|
5324
|
+
Domains?: Array<string>
|
|
5325
|
+
|
|
5326
|
+
/**
|
|
5327
|
+
* 选填{Y、N},默认为Y;Y:展示,N:不展示
|
|
5328
|
+
*/
|
|
5329
|
+
IsShowDetail?: string
|
|
3928
5330
|
}
|
|
3929
5331
|
|
|
3930
5332
|
/**
|
|
@@ -4123,44 +5525,114 @@ export interface DeleteLoadBalancingRequest {
|
|
|
4123
5525
|
}
|
|
4124
5526
|
|
|
4125
5527
|
/**
|
|
4126
|
-
*
|
|
5528
|
+
* DescribeTimingL7AnalysisData请求参数结构体
|
|
4127
5529
|
*/
|
|
4128
|
-
export interface
|
|
5530
|
+
export interface DescribeTimingL7AnalysisDataRequest {
|
|
4129
5531
|
/**
|
|
4130
|
-
*
|
|
5532
|
+
* RFC3339标准,客户端时间
|
|
4131
5533
|
*/
|
|
4132
|
-
|
|
5534
|
+
StartTime: string
|
|
4133
5535
|
|
|
4134
5536
|
/**
|
|
4135
|
-
*
|
|
5537
|
+
* RFC3339标准,客户端时间
|
|
4136
5538
|
*/
|
|
4137
|
-
|
|
5539
|
+
EndTime: string
|
|
4138
5540
|
|
|
4139
5541
|
/**
|
|
4140
|
-
*
|
|
5542
|
+
* 时序类访问流量指标
|
|
4141
5543
|
*/
|
|
4142
|
-
|
|
5544
|
+
MetricNames: Array<string>
|
|
4143
5545
|
|
|
4144
5546
|
/**
|
|
4145
|
-
*
|
|
5547
|
+
* 时间间隔,选填{min, 5min, hour, day, week}
|
|
4146
5548
|
*/
|
|
4147
|
-
|
|
5549
|
+
Interval: string
|
|
5550
|
+
|
|
5551
|
+
/**
|
|
5552
|
+
* ZoneId数组
|
|
5553
|
+
*/
|
|
5554
|
+
ZoneIds?: Array<string>
|
|
5555
|
+
|
|
5556
|
+
/**
|
|
5557
|
+
* 筛选条件
|
|
5558
|
+
*/
|
|
5559
|
+
Filters?: Array<Filter>
|
|
4148
5560
|
}
|
|
4149
5561
|
|
|
4150
5562
|
/**
|
|
4151
|
-
*
|
|
5563
|
+
* DescribeSecurityPolicyManagedRulesId返回参数结构体
|
|
4152
5564
|
*/
|
|
4153
|
-
export interface
|
|
5565
|
+
export interface DescribeSecurityPolicyManagedRulesIdResponse {
|
|
4154
5566
|
/**
|
|
4155
|
-
|
|
4156
|
-
|
|
4157
|
-
|
|
4158
|
-
ProxyId?: string
|
|
5567
|
+
* 返回总数
|
|
5568
|
+
*/
|
|
5569
|
+
Total: number
|
|
4159
5570
|
|
|
4160
5571
|
/**
|
|
4161
|
-
*
|
|
5572
|
+
* 门神规则
|
|
4162
5573
|
*/
|
|
4163
|
-
|
|
5574
|
+
Rules: Array<ManagedRule>
|
|
5575
|
+
|
|
5576
|
+
/**
|
|
5577
|
+
* 返回总数
|
|
5578
|
+
*/
|
|
5579
|
+
Count: number
|
|
5580
|
+
|
|
5581
|
+
/**
|
|
5582
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5583
|
+
*/
|
|
5584
|
+
RequestId?: string
|
|
5585
|
+
}
|
|
5586
|
+
|
|
5587
|
+
/**
|
|
5588
|
+
* web事件数据
|
|
5589
|
+
*/
|
|
5590
|
+
export interface WebEventData {
|
|
5591
|
+
/**
|
|
5592
|
+
* 攻击事件数据集合
|
|
5593
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5594
|
+
*/
|
|
5595
|
+
List: Array<WebAttackEvent>
|
|
5596
|
+
|
|
5597
|
+
/**
|
|
5598
|
+
* 当前页
|
|
5599
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5600
|
+
*/
|
|
5601
|
+
PageNo: number
|
|
5602
|
+
|
|
5603
|
+
/**
|
|
5604
|
+
* 每页展示条数
|
|
5605
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5606
|
+
*/
|
|
5607
|
+
PageSize: number
|
|
5608
|
+
|
|
5609
|
+
/**
|
|
5610
|
+
* 总页数
|
|
5611
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5612
|
+
*/
|
|
5613
|
+
Pages: number
|
|
5614
|
+
|
|
5615
|
+
/**
|
|
5616
|
+
* 总条数
|
|
5617
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5618
|
+
*/
|
|
5619
|
+
TotalSize: number
|
|
5620
|
+
}
|
|
5621
|
+
|
|
5622
|
+
/**
|
|
5623
|
+
* 应用代理实例
|
|
5624
|
+
*/
|
|
5625
|
+
export interface ApplicationProxy {
|
|
5626
|
+
/**
|
|
5627
|
+
* 实例ID
|
|
5628
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5629
|
+
*/
|
|
5630
|
+
ProxyId?: string
|
|
5631
|
+
|
|
5632
|
+
/**
|
|
5633
|
+
* 实例名称
|
|
5634
|
+
*/
|
|
5635
|
+
ProxyName: string
|
|
4164
5636
|
|
|
4165
5637
|
/**
|
|
4166
5638
|
* 调度模式:
|
|
@@ -4410,6 +5882,46 @@ export interface Header {
|
|
|
4410
5882
|
Value: string
|
|
4411
5883
|
}
|
|
4412
5884
|
|
|
5885
|
+
/**
|
|
5886
|
+
* 自定义名字服务器 IP 信息
|
|
5887
|
+
*/
|
|
5888
|
+
export interface VanityNameServersIps {
|
|
5889
|
+
/**
|
|
5890
|
+
* 自定义名字服务器名称
|
|
5891
|
+
*/
|
|
5892
|
+
Name: string
|
|
5893
|
+
|
|
5894
|
+
/**
|
|
5895
|
+
* 自定义名字服务器 IPv4 地址
|
|
5896
|
+
*/
|
|
5897
|
+
IPv4: string
|
|
5898
|
+
}
|
|
5899
|
+
|
|
5900
|
+
/**
|
|
5901
|
+
* DescribeDDosAttackSourceEvent返回参数结构体
|
|
5902
|
+
*/
|
|
5903
|
+
export interface DescribeDDosAttackSourceEventResponse {
|
|
5904
|
+
/**
|
|
5905
|
+
* DDos攻击源数据
|
|
5906
|
+
*/
|
|
5907
|
+
Data: DDosAttackSourceEventData
|
|
5908
|
+
|
|
5909
|
+
/**
|
|
5910
|
+
* 状态,1:失败,0:成功
|
|
5911
|
+
*/
|
|
5912
|
+
Status: number
|
|
5913
|
+
|
|
5914
|
+
/**
|
|
5915
|
+
* 返回信息
|
|
5916
|
+
*/
|
|
5917
|
+
Msg: string
|
|
5918
|
+
|
|
5919
|
+
/**
|
|
5920
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5921
|
+
*/
|
|
5922
|
+
RequestId?: string
|
|
5923
|
+
}
|
|
5924
|
+
|
|
4413
5925
|
/**
|
|
4414
5926
|
* DescribeZoneDetails请求参数结构体
|
|
4415
5927
|
*/
|
|
@@ -4436,24 +5948,70 @@ export interface DescribeDDoSPolicyRequest {
|
|
|
4436
5948
|
}
|
|
4437
5949
|
|
|
4438
5950
|
/**
|
|
4439
|
-
*
|
|
5951
|
+
* 安全数据Entry返回值
|
|
4440
5952
|
*/
|
|
4441
|
-
export interface
|
|
5953
|
+
export interface SecEntry {
|
|
4442
5954
|
/**
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
|
|
5955
|
+
* Entry的Key
|
|
5956
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5957
|
+
*/
|
|
5958
|
+
Key: string
|
|
4446
5959
|
|
|
4447
5960
|
/**
|
|
4448
|
-
*
|
|
5961
|
+
* Entry的Value
|
|
4449
5962
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4450
5963
|
*/
|
|
4451
|
-
|
|
5964
|
+
Value: Array<SecEntryValue>
|
|
5965
|
+
}
|
|
4452
5966
|
|
|
5967
|
+
/**
|
|
5968
|
+
* DescribeDDosMajorAttackEvent请求参数结构体
|
|
5969
|
+
*/
|
|
5970
|
+
export interface DescribeDDosMajorAttackEventRequest {
|
|
4453
5971
|
/**
|
|
4454
|
-
*
|
|
5972
|
+
* 开始时间
|
|
4455
5973
|
*/
|
|
4456
|
-
|
|
5974
|
+
StartTime: string
|
|
5975
|
+
|
|
5976
|
+
/**
|
|
5977
|
+
* 结束时间
|
|
5978
|
+
*/
|
|
5979
|
+
EndTime: string
|
|
5980
|
+
|
|
5981
|
+
/**
|
|
5982
|
+
* 条数
|
|
5983
|
+
*/
|
|
5984
|
+
PageSize: number
|
|
5985
|
+
|
|
5986
|
+
/**
|
|
5987
|
+
* 当前页
|
|
5988
|
+
*/
|
|
5989
|
+
PageNo: number
|
|
5990
|
+
|
|
5991
|
+
/**
|
|
5992
|
+
* ddos 策略组id集合
|
|
5993
|
+
*/
|
|
5994
|
+
PolicyIds?: Array<number>
|
|
5995
|
+
|
|
5996
|
+
/**
|
|
5997
|
+
* 协议类型,{tcp,udp,all}
|
|
5998
|
+
*/
|
|
5999
|
+
ProtocolType?: string
|
|
6000
|
+
|
|
6001
|
+
/**
|
|
6002
|
+
* 站点集合
|
|
6003
|
+
*/
|
|
6004
|
+
ZoneIds?: Array<string>
|
|
6005
|
+
}
|
|
6006
|
+
|
|
6007
|
+
/**
|
|
6008
|
+
* Quic配置项
|
|
6009
|
+
*/
|
|
6010
|
+
export interface Quic {
|
|
6011
|
+
/**
|
|
6012
|
+
* 是否启动Quic配置
|
|
6013
|
+
*/
|
|
6014
|
+
Switch: string
|
|
4457
6015
|
}
|
|
4458
6016
|
|
|
4459
6017
|
/**
|
|
@@ -4531,6 +6089,41 @@ excludeCustom:排除部分url参数
|
|
|
4531
6089
|
*/
|
|
4532
6090
|
export type DescribeSecurityPolicyRegionsRequest = null
|
|
4533
6091
|
|
|
6092
|
+
/**
|
|
6093
|
+
* 安全数据Entry对应的值
|
|
6094
|
+
*/
|
|
6095
|
+
export interface SecEntryValue {
|
|
6096
|
+
/**
|
|
6097
|
+
* 指标名称
|
|
6098
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6099
|
+
*/
|
|
6100
|
+
Metric: string
|
|
6101
|
+
|
|
6102
|
+
/**
|
|
6103
|
+
* 指标数据明细
|
|
6104
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6105
|
+
*/
|
|
6106
|
+
Detail: Array<TimingDataItem>
|
|
6107
|
+
|
|
6108
|
+
/**
|
|
6109
|
+
* 最大值
|
|
6110
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6111
|
+
*/
|
|
6112
|
+
Max: number
|
|
6113
|
+
|
|
6114
|
+
/**
|
|
6115
|
+
* 平均值
|
|
6116
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6117
|
+
*/
|
|
6118
|
+
Avg: number
|
|
6119
|
+
|
|
6120
|
+
/**
|
|
6121
|
+
* 数据总和
|
|
6122
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6123
|
+
*/
|
|
6124
|
+
Sum: number
|
|
6125
|
+
}
|
|
6126
|
+
|
|
4534
6127
|
/**
|
|
4535
6128
|
* ReclaimZone请求参数结构体
|
|
4536
6129
|
*/
|
|
@@ -4648,6 +6241,51 @@ export interface ModifyDefaultCertificateResponse {
|
|
|
4648
6241
|
RequestId?: string
|
|
4649
6242
|
}
|
|
4650
6243
|
|
|
6244
|
+
/**
|
|
6245
|
+
* DescribeDDosAttackEvent请求参数结构体
|
|
6246
|
+
*/
|
|
6247
|
+
export interface DescribeDDosAttackEventRequest {
|
|
6248
|
+
/**
|
|
6249
|
+
* 开始时间
|
|
6250
|
+
*/
|
|
6251
|
+
StartTime: string
|
|
6252
|
+
|
|
6253
|
+
/**
|
|
6254
|
+
* 结束时间
|
|
6255
|
+
*/
|
|
6256
|
+
EndTime: string
|
|
6257
|
+
|
|
6258
|
+
/**
|
|
6259
|
+
* 条数
|
|
6260
|
+
*/
|
|
6261
|
+
PageSize: number
|
|
6262
|
+
|
|
6263
|
+
/**
|
|
6264
|
+
* 当前页
|
|
6265
|
+
*/
|
|
6266
|
+
PageNo: number
|
|
6267
|
+
|
|
6268
|
+
/**
|
|
6269
|
+
* ddos策略组id 集合
|
|
6270
|
+
*/
|
|
6271
|
+
PolicyIds?: Array<number>
|
|
6272
|
+
|
|
6273
|
+
/**
|
|
6274
|
+
* 站点集合
|
|
6275
|
+
*/
|
|
6276
|
+
ZoneIds?: Array<string>
|
|
6277
|
+
|
|
6278
|
+
/**
|
|
6279
|
+
* 协议类型,{tcp,udp,all}
|
|
6280
|
+
*/
|
|
6281
|
+
ProtocolType?: string
|
|
6282
|
+
|
|
6283
|
+
/**
|
|
6284
|
+
* 选填{Y、N},默认为Y;Y:展示,N:不展示
|
|
6285
|
+
*/
|
|
6286
|
+
IsShowDetail?: string
|
|
6287
|
+
}
|
|
6288
|
+
|
|
4651
6289
|
/**
|
|
4652
6290
|
* 客户端IP头部
|
|
4653
6291
|
*/
|
|
@@ -4881,13 +6519,53 @@ export interface DescribePurgeTasksRequest {
|
|
|
4881
6519
|
}
|
|
4882
6520
|
|
|
4883
6521
|
/**
|
|
4884
|
-
*
|
|
6522
|
+
* 查询条件
|
|
4885
6523
|
*/
|
|
4886
|
-
export interface
|
|
6524
|
+
export interface QueryCondition {
|
|
4887
6525
|
/**
|
|
4888
|
-
*
|
|
6526
|
+
* 维度
|
|
4889
6527
|
*/
|
|
4890
|
-
|
|
6528
|
+
Key: string
|
|
6529
|
+
|
|
6530
|
+
/**
|
|
6531
|
+
* 操作符
|
|
6532
|
+
*/
|
|
6533
|
+
Operator: string
|
|
6534
|
+
|
|
6535
|
+
/**
|
|
6536
|
+
* 维度值
|
|
6537
|
+
*/
|
|
6538
|
+
Value: Array<string>
|
|
6539
|
+
}
|
|
6540
|
+
|
|
6541
|
+
/**
|
|
6542
|
+
* DescribeDnsData请求参数结构体
|
|
6543
|
+
*/
|
|
6544
|
+
export interface DescribeDnsDataRequest {
|
|
6545
|
+
/**
|
|
6546
|
+
* 起始时间
|
|
6547
|
+
*/
|
|
6548
|
+
StartTime: string
|
|
6549
|
+
|
|
6550
|
+
/**
|
|
6551
|
+
* 结束时间
|
|
6552
|
+
*/
|
|
6553
|
+
EndTime: string
|
|
6554
|
+
|
|
6555
|
+
/**
|
|
6556
|
+
* 过滤参数
|
|
6557
|
+
*/
|
|
6558
|
+
Filters?: Array<DnsDataFilter>
|
|
6559
|
+
|
|
6560
|
+
/**
|
|
6561
|
+
* 时间粒度,默认为1分钟粒度,服务端根据时间范围自适应。
|
|
6562
|
+
支持指定以下几种粒度:
|
|
6563
|
+
min:1分钟粒度
|
|
6564
|
+
5min:5分钟粒度
|
|
6565
|
+
hour:1小时粒度
|
|
6566
|
+
day:天粒度
|
|
6567
|
+
*/
|
|
6568
|
+
Interval?: string
|
|
4891
6569
|
}
|
|
4892
6570
|
|
|
4893
6571
|
/**
|
|
@@ -4913,6 +6591,98 @@ export interface CacheConfig {
|
|
|
4913
6591
|
FollowOrigin?: CacheConfigFollowOrigin
|
|
4914
6592
|
}
|
|
4915
6593
|
|
|
6594
|
+
/**
|
|
6595
|
+
* DescribeDDosAttackEventDetail返回参数结构体
|
|
6596
|
+
*/
|
|
6597
|
+
export interface DescribeDDosAttackEventDetailResponse {
|
|
6598
|
+
/**
|
|
6599
|
+
* DDos攻击事件详情
|
|
6600
|
+
*/
|
|
6601
|
+
Data: DDosAttackEventDetailData
|
|
6602
|
+
|
|
6603
|
+
/**
|
|
6604
|
+
* 状态,1:失败,0:成功
|
|
6605
|
+
*/
|
|
6606
|
+
Status: number
|
|
6607
|
+
|
|
6608
|
+
/**
|
|
6609
|
+
* 返回信息
|
|
6610
|
+
*/
|
|
6611
|
+
Msg: string
|
|
6612
|
+
|
|
6613
|
+
/**
|
|
6614
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6615
|
+
*/
|
|
6616
|
+
RequestId?: string
|
|
6617
|
+
}
|
|
6618
|
+
|
|
6619
|
+
/**
|
|
6620
|
+
* ModifyApplicationProxyRule请求参数结构体
|
|
6621
|
+
*/
|
|
6622
|
+
export interface ModifyApplicationProxyRuleRequest {
|
|
6623
|
+
/**
|
|
6624
|
+
* 站点ID
|
|
6625
|
+
*/
|
|
6626
|
+
ZoneId: string
|
|
6627
|
+
|
|
6628
|
+
/**
|
|
6629
|
+
* 代理ID
|
|
6630
|
+
*/
|
|
6631
|
+
ProxyId: string
|
|
6632
|
+
|
|
6633
|
+
/**
|
|
6634
|
+
* 规则ID
|
|
6635
|
+
*/
|
|
6636
|
+
RuleId: string
|
|
6637
|
+
|
|
6638
|
+
/**
|
|
6639
|
+
* 协议,取值为TCP或者UDP
|
|
6640
|
+
*/
|
|
6641
|
+
Proto: string
|
|
6642
|
+
|
|
6643
|
+
/**
|
|
6644
|
+
* 端口,支持格式:
|
|
6645
|
+
80:80端口
|
|
6646
|
+
81-90:81至90端口
|
|
6647
|
+
*/
|
|
6648
|
+
Port: Array<string>
|
|
6649
|
+
|
|
6650
|
+
/**
|
|
6651
|
+
* 源站类型,取值:
|
|
6652
|
+
custom:手动添加
|
|
6653
|
+
origins:源站组
|
|
6654
|
+
load_balancing:负载均衡
|
|
6655
|
+
*/
|
|
6656
|
+
OriginType: string
|
|
6657
|
+
|
|
6658
|
+
/**
|
|
6659
|
+
* 源站信息:
|
|
6660
|
+
当OriginType=custom时,表示多个:
|
|
6661
|
+
IP:端口
|
|
6662
|
+
域名:端口
|
|
6663
|
+
当OriginType=origins时,包含一个元素,表示源站组ID
|
|
6664
|
+
当OriginType=load_balancing时,包含一个元素,表示负载均衡ID
|
|
6665
|
+
*/
|
|
6666
|
+
OriginValue: Array<string>
|
|
6667
|
+
|
|
6668
|
+
/**
|
|
6669
|
+
* 传递客户端IP,当Proto=TCP时,取值:
|
|
6670
|
+
TOA:TOA
|
|
6671
|
+
PPV1: Proxy Protocol传递,协议版本V1
|
|
6672
|
+
PPV2: Proxy Protocol传递,协议版本V2
|
|
6673
|
+
OFF:不传递
|
|
6674
|
+
当Proto=UDP时,取值:
|
|
6675
|
+
PPV2: Proxy Protocol传递,协议版本V2
|
|
6676
|
+
OFF:不传递
|
|
6677
|
+
*/
|
|
6678
|
+
ForwardClientIp?: string
|
|
6679
|
+
|
|
6680
|
+
/**
|
|
6681
|
+
* 是否开启会话保持
|
|
6682
|
+
*/
|
|
6683
|
+
SessionPersist?: boolean
|
|
6684
|
+
}
|
|
6685
|
+
|
|
4916
6686
|
/**
|
|
4917
6687
|
* ModifyDDoSPolicy请求参数结构体
|
|
4918
6688
|
*/
|
|
@@ -4966,43 +6736,164 @@ export interface ModifyZoneCnameSpeedUpResponse {
|
|
|
4966
6736
|
}
|
|
4967
6737
|
|
|
4968
6738
|
/**
|
|
4969
|
-
*
|
|
6739
|
+
* DescribeWebProtectionLog请求参数结构体
|
|
4970
6740
|
*/
|
|
4971
|
-
export interface
|
|
6741
|
+
export interface DescribeWebProtectionLogRequest {
|
|
4972
6742
|
/**
|
|
4973
|
-
|
|
4974
|
-
|
|
4975
|
-
|
|
4976
|
-
*/
|
|
4977
|
-
Name: string
|
|
6743
|
+
* 起始时间
|
|
6744
|
+
*/
|
|
6745
|
+
StartTime: string
|
|
4978
6746
|
|
|
4979
6747
|
/**
|
|
4980
|
-
*
|
|
6748
|
+
* 结束时间
|
|
4981
6749
|
*/
|
|
4982
|
-
|
|
6750
|
+
EndTime: string
|
|
4983
6751
|
|
|
4984
6752
|
/**
|
|
4985
|
-
*
|
|
6753
|
+
* 每页条数
|
|
4986
6754
|
*/
|
|
4987
|
-
|
|
6755
|
+
PageSize: number
|
|
6756
|
+
|
|
6757
|
+
/**
|
|
6758
|
+
* 当前页
|
|
6759
|
+
*/
|
|
6760
|
+
PageNo: number
|
|
6761
|
+
|
|
6762
|
+
/**
|
|
6763
|
+
* 站点集合
|
|
6764
|
+
*/
|
|
6765
|
+
ZoneIds?: Array<string>
|
|
6766
|
+
|
|
6767
|
+
/**
|
|
6768
|
+
* 域名集合
|
|
6769
|
+
*/
|
|
6770
|
+
Domains?: Array<string>
|
|
6771
|
+
|
|
6772
|
+
/**
|
|
6773
|
+
* 查询条件
|
|
6774
|
+
*/
|
|
6775
|
+
QueryCondition?: Array<QueryCondition>
|
|
4988
6776
|
}
|
|
4989
6777
|
|
|
4990
6778
|
/**
|
|
4991
|
-
*
|
|
6779
|
+
* 限速拦截日志
|
|
4992
6780
|
*/
|
|
4993
|
-
export interface
|
|
6781
|
+
export interface CCLogData {
|
|
4994
6782
|
/**
|
|
4995
|
-
*
|
|
4996
|
-
注意:时间为0,即不缓存。
|
|
6783
|
+
* CC拦截日志数据集合
|
|
4997
6784
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4998
6785
|
*/
|
|
4999
|
-
|
|
6786
|
+
List: Array<CCLog>
|
|
5000
6787
|
|
|
5001
6788
|
/**
|
|
5002
|
-
*
|
|
6789
|
+
* 当前页
|
|
5003
6790
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5004
6791
|
*/
|
|
5005
|
-
|
|
6792
|
+
PageNo: number
|
|
6793
|
+
|
|
6794
|
+
/**
|
|
6795
|
+
* 每页展示条数
|
|
6796
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6797
|
+
*/
|
|
6798
|
+
PageSize: number
|
|
6799
|
+
|
|
6800
|
+
/**
|
|
6801
|
+
* 总页数
|
|
6802
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6803
|
+
*/
|
|
6804
|
+
Pages: number
|
|
6805
|
+
|
|
6806
|
+
/**
|
|
6807
|
+
* 总条数
|
|
6808
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6809
|
+
*/
|
|
6810
|
+
TotalSize: number
|
|
6811
|
+
}
|
|
6812
|
+
|
|
6813
|
+
/**
|
|
6814
|
+
* DescribePrefetchTasks请求参数结构体
|
|
6815
|
+
*/
|
|
6816
|
+
export interface DescribePrefetchTasksRequest {
|
|
6817
|
+
/**
|
|
6818
|
+
* 任务ID
|
|
6819
|
+
*/
|
|
6820
|
+
JobId?: string
|
|
6821
|
+
|
|
6822
|
+
/**
|
|
6823
|
+
* 查询起始时间
|
|
6824
|
+
*/
|
|
6825
|
+
StartTime?: string
|
|
6826
|
+
|
|
6827
|
+
/**
|
|
6828
|
+
* 查询结束时间
|
|
6829
|
+
*/
|
|
6830
|
+
EndTime?: string
|
|
6831
|
+
|
|
6832
|
+
/**
|
|
6833
|
+
* 查询起始偏移量
|
|
6834
|
+
*/
|
|
6835
|
+
Offset?: number
|
|
6836
|
+
|
|
6837
|
+
/**
|
|
6838
|
+
* 查询最大返回的结果条数
|
|
6839
|
+
*/
|
|
6840
|
+
Limit?: number
|
|
6841
|
+
|
|
6842
|
+
/**
|
|
6843
|
+
* 查询的状态
|
|
6844
|
+
允许的值为:processing、success、failed、timeout、invalid
|
|
6845
|
+
*/
|
|
6846
|
+
Statuses?: Array<string>
|
|
6847
|
+
|
|
6848
|
+
/**
|
|
6849
|
+
* zone id
|
|
6850
|
+
*/
|
|
6851
|
+
ZoneId?: string
|
|
6852
|
+
|
|
6853
|
+
/**
|
|
6854
|
+
* 查询的域名列表
|
|
6855
|
+
*/
|
|
6856
|
+
Domains?: Array<string>
|
|
6857
|
+
|
|
6858
|
+
/**
|
|
6859
|
+
* 查询的资源
|
|
6860
|
+
*/
|
|
6861
|
+
Target?: string
|
|
6862
|
+
}
|
|
6863
|
+
|
|
6864
|
+
/**
|
|
6865
|
+
* 内容管理任务结果
|
|
6866
|
+
*/
|
|
6867
|
+
export interface Task {
|
|
6868
|
+
/**
|
|
6869
|
+
* 任务ID
|
|
6870
|
+
*/
|
|
6871
|
+
JobId: string
|
|
6872
|
+
|
|
6873
|
+
/**
|
|
6874
|
+
* 状态
|
|
6875
|
+
*/
|
|
6876
|
+
Status: string
|
|
6877
|
+
|
|
6878
|
+
/**
|
|
6879
|
+
* 资源
|
|
6880
|
+
*/
|
|
6881
|
+
Target: string
|
|
6882
|
+
|
|
6883
|
+
/**
|
|
6884
|
+
* 任务类型
|
|
6885
|
+
*/
|
|
6886
|
+
Type: string
|
|
6887
|
+
|
|
6888
|
+
/**
|
|
6889
|
+
* 任务创建时间
|
|
6890
|
+
*/
|
|
6891
|
+
CreateTime: string
|
|
6892
|
+
|
|
6893
|
+
/**
|
|
6894
|
+
* 任务完成时间
|
|
6895
|
+
*/
|
|
6896
|
+
UpdateTime: string
|
|
5006
6897
|
}
|
|
5007
6898
|
|
|
5008
6899
|
/**
|
|
@@ -5079,48 +6970,52 @@ export interface DescribeZoneDDoSPolicyResponse {
|
|
|
5079
6970
|
}
|
|
5080
6971
|
|
|
5081
6972
|
/**
|
|
5082
|
-
*
|
|
6973
|
+
* CNAME 状态
|
|
5083
6974
|
*/
|
|
5084
|
-
export interface
|
|
6975
|
+
export interface CnameStatus {
|
|
5085
6976
|
/**
|
|
5086
|
-
*
|
|
6977
|
+
* 记录名称
|
|
5087
6978
|
*/
|
|
5088
|
-
|
|
6979
|
+
Name: string
|
|
5089
6980
|
|
|
5090
6981
|
/**
|
|
5091
|
-
|
|
5092
|
-
|
|
5093
|
-
|
|
6982
|
+
* CNAME 地址
|
|
6983
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6984
|
+
*/
|
|
6985
|
+
Cname: string
|
|
6986
|
+
|
|
6987
|
+
/**
|
|
6988
|
+
* 状态
|
|
6989
|
+
生效:active
|
|
6990
|
+
不生效:moved
|
|
6991
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6992
|
+
*/
|
|
6993
|
+
Status: string
|
|
5094
6994
|
}
|
|
5095
6995
|
|
|
5096
6996
|
/**
|
|
5097
|
-
*
|
|
6997
|
+
* DescribeDDosMajorAttackEvent返回参数结构体
|
|
5098
6998
|
*/
|
|
5099
|
-
export interface
|
|
6999
|
+
export interface DescribeDDosMajorAttackEventResponse {
|
|
5100
7000
|
/**
|
|
5101
|
-
*
|
|
7001
|
+
* DDos查询主攻击事件
|
|
5102
7002
|
*/
|
|
5103
|
-
|
|
7003
|
+
Data: DDosMajorAttackEventData
|
|
5104
7004
|
|
|
5105
7005
|
/**
|
|
5106
|
-
*
|
|
7006
|
+
* 状态,1:失败,0:成功
|
|
5107
7007
|
*/
|
|
5108
|
-
|
|
7008
|
+
Status: number
|
|
5109
7009
|
|
|
5110
7010
|
/**
|
|
5111
|
-
*
|
|
7011
|
+
* 返回消息
|
|
5112
7012
|
*/
|
|
5113
|
-
|
|
7013
|
+
Msg: string
|
|
5114
7014
|
|
|
5115
7015
|
/**
|
|
5116
|
-
|
|
5117
|
-
|
|
5118
|
-
|
|
5119
|
-
5min:5分钟粒度
|
|
5120
|
-
hour:1小时粒度
|
|
5121
|
-
day:天粒度
|
|
5122
|
-
*/
|
|
5123
|
-
Interval?: string
|
|
7016
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7017
|
+
*/
|
|
7018
|
+
RequestId?: string
|
|
5124
7019
|
}
|
|
5125
7020
|
|
|
5126
7021
|
/**
|
|
@@ -5233,6 +7128,31 @@ export interface DDoSFeaturesFilter {
|
|
|
5233
7128
|
MatchBegin2?: string
|
|
5234
7129
|
}
|
|
5235
7130
|
|
|
7131
|
+
/**
|
|
7132
|
+
* DescribeWebProtectionAttackEvents返回参数结构体
|
|
7133
|
+
*/
|
|
7134
|
+
export interface DescribeWebProtectionAttackEventsResponse {
|
|
7135
|
+
/**
|
|
7136
|
+
* DDos攻击事件数据
|
|
7137
|
+
*/
|
|
7138
|
+
Data: CCInterceptEventData
|
|
7139
|
+
|
|
7140
|
+
/**
|
|
7141
|
+
* 状态,1:失败,0:成功
|
|
7142
|
+
*/
|
|
7143
|
+
Status: number
|
|
7144
|
+
|
|
7145
|
+
/**
|
|
7146
|
+
* 返回消息
|
|
7147
|
+
*/
|
|
7148
|
+
Msg: string
|
|
7149
|
+
|
|
7150
|
+
/**
|
|
7151
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7152
|
+
*/
|
|
7153
|
+
RequestId?: string
|
|
7154
|
+
}
|
|
7155
|
+
|
|
5236
7156
|
/**
|
|
5237
7157
|
* CreatePurgeTask请求参数结构体
|
|
5238
7158
|
*/
|
|
@@ -5368,6 +7288,46 @@ instance:实例
|
|
|
5368
7288
|
RequestId?: string
|
|
5369
7289
|
}
|
|
5370
7290
|
|
|
7291
|
+
/**
|
|
7292
|
+
* DescribeBotLog请求参数结构体
|
|
7293
|
+
*/
|
|
7294
|
+
export interface DescribeBotLogRequest {
|
|
7295
|
+
/**
|
|
7296
|
+
* 起始时间
|
|
7297
|
+
*/
|
|
7298
|
+
StartTime: string
|
|
7299
|
+
|
|
7300
|
+
/**
|
|
7301
|
+
* 结束时间
|
|
7302
|
+
*/
|
|
7303
|
+
EndTime: string
|
|
7304
|
+
|
|
7305
|
+
/**
|
|
7306
|
+
* 每页条数
|
|
7307
|
+
*/
|
|
7308
|
+
PageSize: number
|
|
7309
|
+
|
|
7310
|
+
/**
|
|
7311
|
+
* 当前页
|
|
7312
|
+
*/
|
|
7313
|
+
PageNo: number
|
|
7314
|
+
|
|
7315
|
+
/**
|
|
7316
|
+
* 站点集合
|
|
7317
|
+
*/
|
|
7318
|
+
ZoneIds?: Array<string>
|
|
7319
|
+
|
|
7320
|
+
/**
|
|
7321
|
+
* 域名集合
|
|
7322
|
+
*/
|
|
7323
|
+
Domains?: Array<string>
|
|
7324
|
+
|
|
7325
|
+
/**
|
|
7326
|
+
* 查询条件
|
|
7327
|
+
*/
|
|
7328
|
+
QueryCondition?: Array<QueryCondition>
|
|
7329
|
+
}
|
|
7330
|
+
|
|
5371
7331
|
/**
|
|
5372
7332
|
* DownloadL7Logs返回参数结构体
|
|
5373
7333
|
*/
|
|
@@ -5379,118 +7339,334 @@ export interface DownloadL7LogsResponse {
|
|
|
5379
7339
|
Data: Array<L7OfflineLog>
|
|
5380
7340
|
|
|
5381
7341
|
/**
|
|
5382
|
-
* 页面大小
|
|
5383
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5384
|
-
*/
|
|
7342
|
+
* 页面大小
|
|
7343
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7344
|
+
*/
|
|
7345
|
+
PageSize: number
|
|
7346
|
+
|
|
7347
|
+
/**
|
|
7348
|
+
* 页号
|
|
7349
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7350
|
+
*/
|
|
7351
|
+
PageNo: number
|
|
7352
|
+
|
|
7353
|
+
/**
|
|
7354
|
+
* 总页数
|
|
7355
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7356
|
+
*/
|
|
7357
|
+
Pages: number
|
|
7358
|
+
|
|
7359
|
+
/**
|
|
7360
|
+
* 总条数
|
|
7361
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7362
|
+
*/
|
|
7363
|
+
TotalSize: number
|
|
7364
|
+
|
|
7365
|
+
/**
|
|
7366
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7367
|
+
*/
|
|
7368
|
+
RequestId?: string
|
|
7369
|
+
}
|
|
7370
|
+
|
|
7371
|
+
/**
|
|
7372
|
+
* ddos 攻击事件的详情
|
|
7373
|
+
*/
|
|
7374
|
+
export interface DDosAttackEventDetailData {
|
|
7375
|
+
/**
|
|
7376
|
+
* 攻击状态
|
|
7377
|
+
*/
|
|
7378
|
+
AttackStatus: number
|
|
7379
|
+
|
|
7380
|
+
/**
|
|
7381
|
+
* 攻击类型
|
|
7382
|
+
*/
|
|
7383
|
+
AttackType: string
|
|
7384
|
+
|
|
7385
|
+
/**
|
|
7386
|
+
* 结束时间
|
|
7387
|
+
*/
|
|
7388
|
+
EndTime: number
|
|
7389
|
+
|
|
7390
|
+
/**
|
|
7391
|
+
* 开始时间
|
|
7392
|
+
*/
|
|
7393
|
+
StartTime: number
|
|
7394
|
+
|
|
7395
|
+
/**
|
|
7396
|
+
* 最大带宽
|
|
7397
|
+
*/
|
|
7398
|
+
MaxBandWidth: number
|
|
7399
|
+
|
|
7400
|
+
/**
|
|
7401
|
+
* 最大包速率
|
|
7402
|
+
*/
|
|
7403
|
+
PacketMaxRate: number
|
|
7404
|
+
|
|
7405
|
+
/**
|
|
7406
|
+
* 事件Id
|
|
7407
|
+
*/
|
|
7408
|
+
EventId: string
|
|
7409
|
+
|
|
7410
|
+
/**
|
|
7411
|
+
* ddos 策略组id
|
|
7412
|
+
*/
|
|
7413
|
+
PolicyId: number
|
|
7414
|
+
}
|
|
7415
|
+
|
|
7416
|
+
/**
|
|
7417
|
+
* CreateOriginGroup请求参数结构体
|
|
7418
|
+
*/
|
|
7419
|
+
export interface CreateOriginGroupRequest {
|
|
7420
|
+
/**
|
|
7421
|
+
* 源站组名称
|
|
7422
|
+
*/
|
|
7423
|
+
OriginName: string
|
|
7424
|
+
|
|
7425
|
+
/**
|
|
7426
|
+
* 配置类型,当OriginType=self 时,需要填写:
|
|
7427
|
+
area: 按区域配置
|
|
7428
|
+
weight: 按权重配置
|
|
7429
|
+
当OriginType=third_party 时,不需要填写
|
|
7430
|
+
*/
|
|
7431
|
+
Type: string
|
|
7432
|
+
|
|
7433
|
+
/**
|
|
7434
|
+
* 源站记录
|
|
7435
|
+
*/
|
|
7436
|
+
Record: Array<OriginRecord>
|
|
7437
|
+
|
|
7438
|
+
/**
|
|
7439
|
+
* 站点ID
|
|
7440
|
+
*/
|
|
7441
|
+
ZoneId: string
|
|
7442
|
+
|
|
7443
|
+
/**
|
|
7444
|
+
* 源站类型
|
|
7445
|
+
self:自有源站
|
|
7446
|
+
third_party:第三方源站
|
|
7447
|
+
*/
|
|
7448
|
+
OriginType?: string
|
|
7449
|
+
}
|
|
7450
|
+
|
|
7451
|
+
/**
|
|
7452
|
+
* DescribeTimingL4Data请求参数结构体
|
|
7453
|
+
*/
|
|
7454
|
+
export interface DescribeTimingL4DataRequest {
|
|
7455
|
+
/**
|
|
7456
|
+
* RFC3339格式,客户端时间
|
|
7457
|
+
*/
|
|
7458
|
+
StartTime: string
|
|
7459
|
+
|
|
7460
|
+
/**
|
|
7461
|
+
* RFC3339格式,客户端时间
|
|
7462
|
+
*/
|
|
7463
|
+
EndTime: string
|
|
7464
|
+
|
|
7465
|
+
/**
|
|
7466
|
+
* 指标列表
|
|
7467
|
+
*/
|
|
7468
|
+
MetricNames: Array<string>
|
|
7469
|
+
|
|
7470
|
+
/**
|
|
7471
|
+
* ZoneId列表,仅在zone/instance维度下查询时该参数有效
|
|
7472
|
+
*/
|
|
7473
|
+
ZoneIds?: Array<string>
|
|
7474
|
+
|
|
7475
|
+
/**
|
|
7476
|
+
* InstanceId列表,仅在Instance维度下查询时该参数有效
|
|
7477
|
+
*/
|
|
7478
|
+
InstanceIds?: Array<string>
|
|
7479
|
+
|
|
7480
|
+
/**
|
|
7481
|
+
* 协议类型, 该字段当前无效
|
|
7482
|
+
*/
|
|
7483
|
+
Protocol?: string
|
|
7484
|
+
|
|
7485
|
+
/**
|
|
7486
|
+
* 时间间隔,选填{min, 5min, hour, day}
|
|
7487
|
+
*/
|
|
7488
|
+
Interval?: string
|
|
7489
|
+
|
|
7490
|
+
/**
|
|
7491
|
+
* 规则ID,仅在instance维度有效
|
|
7492
|
+
*/
|
|
7493
|
+
RuleId?: string
|
|
7494
|
+
}
|
|
7495
|
+
|
|
7496
|
+
/**
|
|
7497
|
+
* DescribeHostsSetting请求参数结构体
|
|
7498
|
+
*/
|
|
7499
|
+
export interface DescribeHostsSettingRequest {
|
|
7500
|
+
/**
|
|
7501
|
+
* 站点ID
|
|
7502
|
+
*/
|
|
7503
|
+
ZoneId: string
|
|
7504
|
+
|
|
7505
|
+
/**
|
|
7506
|
+
* 分页查询偏移量,默认为 0
|
|
7507
|
+
*/
|
|
7508
|
+
Offset?: number
|
|
7509
|
+
|
|
7510
|
+
/**
|
|
7511
|
+
* 分页查询限制数目,默认为 100,最大可设置为 1000
|
|
7512
|
+
*/
|
|
7513
|
+
Limit?: number
|
|
7514
|
+
|
|
7515
|
+
/**
|
|
7516
|
+
* 指定域名查询
|
|
7517
|
+
*/
|
|
7518
|
+
Hosts?: Array<string>
|
|
7519
|
+
}
|
|
7520
|
+
|
|
7521
|
+
/**
|
|
7522
|
+
* DescribeZoneDDoSPolicy请求参数结构体
|
|
7523
|
+
*/
|
|
7524
|
+
export interface DescribeZoneDDoSPolicyRequest {
|
|
7525
|
+
/**
|
|
7526
|
+
* 一级域名id
|
|
7527
|
+
*/
|
|
7528
|
+
ZoneId?: string
|
|
7529
|
+
}
|
|
7530
|
+
|
|
7531
|
+
/**
|
|
7532
|
+
* DescribeDDosAttackData返回参数结构体
|
|
7533
|
+
*/
|
|
7534
|
+
export interface DescribeDDosAttackDataResponse {
|
|
7535
|
+
/**
|
|
7536
|
+
* DDos攻击数据
|
|
7537
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7538
|
+
*/
|
|
7539
|
+
Data: Array<SecEntry>
|
|
7540
|
+
|
|
7541
|
+
/**
|
|
7542
|
+
* 状态,1:失败,0:成功
|
|
7543
|
+
*/
|
|
7544
|
+
Status: number
|
|
7545
|
+
|
|
7546
|
+
/**
|
|
7547
|
+
* 返回数据
|
|
7548
|
+
*/
|
|
7549
|
+
Msg: string
|
|
7550
|
+
|
|
7551
|
+
/**
|
|
7552
|
+
* 查询时间粒度,可选{min,5min,hour,day}
|
|
7553
|
+
*/
|
|
7554
|
+
Interval: string
|
|
7555
|
+
|
|
7556
|
+
/**
|
|
7557
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7558
|
+
*/
|
|
7559
|
+
RequestId?: string
|
|
7560
|
+
}
|
|
7561
|
+
|
|
7562
|
+
/**
|
|
7563
|
+
* DescribeWebManagedRulesLog请求参数结构体
|
|
7564
|
+
*/
|
|
7565
|
+
export interface DescribeWebManagedRulesLogRequest {
|
|
7566
|
+
/**
|
|
7567
|
+
* 起始时间
|
|
7568
|
+
*/
|
|
7569
|
+
StartTime: string
|
|
7570
|
+
|
|
7571
|
+
/**
|
|
7572
|
+
* 结束时间
|
|
7573
|
+
*/
|
|
7574
|
+
EndTime: string
|
|
7575
|
+
|
|
7576
|
+
/**
|
|
7577
|
+
* 每页条数
|
|
7578
|
+
*/
|
|
5385
7579
|
PageSize: number
|
|
5386
7580
|
|
|
5387
7581
|
/**
|
|
5388
|
-
|
|
5389
|
-
|
|
5390
|
-
*/
|
|
7582
|
+
* 当前页
|
|
7583
|
+
*/
|
|
5391
7584
|
PageNo: number
|
|
5392
7585
|
|
|
5393
7586
|
/**
|
|
5394
|
-
|
|
5395
|
-
|
|
5396
|
-
|
|
5397
|
-
Pages: number
|
|
7587
|
+
* 站点集合
|
|
7588
|
+
*/
|
|
7589
|
+
ZoneIds?: Array<string>
|
|
5398
7590
|
|
|
5399
7591
|
/**
|
|
5400
|
-
|
|
5401
|
-
|
|
5402
|
-
|
|
5403
|
-
TotalSize: number
|
|
7592
|
+
* 域名集合
|
|
7593
|
+
*/
|
|
7594
|
+
Domains?: Array<string>
|
|
5404
7595
|
|
|
5405
7596
|
/**
|
|
5406
|
-
*
|
|
7597
|
+
* 查询条件
|
|
5407
7598
|
*/
|
|
5408
|
-
|
|
7599
|
+
QueryCondition?: Array<QueryCondition>
|
|
5409
7600
|
}
|
|
5410
7601
|
|
|
5411
7602
|
/**
|
|
5412
|
-
*
|
|
7603
|
+
* CreateApplicationProxyRules返回参数结构体
|
|
5413
7604
|
*/
|
|
5414
|
-
export interface
|
|
7605
|
+
export interface CreateApplicationProxyRulesResponse {
|
|
5415
7606
|
/**
|
|
5416
|
-
*
|
|
7607
|
+
* 新增的规则ID数组
|
|
5417
7608
|
*/
|
|
5418
|
-
|
|
7609
|
+
RuleId: Array<string>
|
|
5419
7610
|
|
|
5420
7611
|
/**
|
|
5421
|
-
|
|
5422
|
-
|
|
5423
|
-
|
|
5424
|
-
|
|
5425
|
-
*/
|
|
5426
|
-
Type: string
|
|
7612
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7613
|
+
*/
|
|
7614
|
+
RequestId?: string
|
|
7615
|
+
}
|
|
5427
7616
|
|
|
7617
|
+
/**
|
|
7618
|
+
* DescribeWebManagedRulesTopData请求参数结构体
|
|
7619
|
+
*/
|
|
7620
|
+
export interface DescribeWebManagedRulesTopDataRequest {
|
|
5428
7621
|
/**
|
|
5429
|
-
*
|
|
7622
|
+
* 开始时间
|
|
5430
7623
|
*/
|
|
5431
|
-
|
|
7624
|
+
StartTime: string
|
|
5432
7625
|
|
|
5433
7626
|
/**
|
|
5434
|
-
*
|
|
7627
|
+
* 结束时间
|
|
5435
7628
|
*/
|
|
5436
|
-
|
|
7629
|
+
EndTime: string
|
|
5437
7630
|
|
|
5438
7631
|
/**
|
|
5439
|
-
|
|
5440
|
-
|
|
5441
|
-
|
|
5442
|
-
*/
|
|
5443
|
-
OriginType?: string
|
|
5444
|
-
}
|
|
7632
|
+
* 过滤指标
|
|
7633
|
+
*/
|
|
7634
|
+
MetricName: string
|
|
5445
7635
|
|
|
5446
|
-
/**
|
|
5447
|
-
* DescribeHostsSetting请求参数结构体
|
|
5448
|
-
*/
|
|
5449
|
-
export interface DescribeHostsSettingRequest {
|
|
5450
7636
|
/**
|
|
5451
|
-
*
|
|
7637
|
+
* 查询前多少名,传值为0 全量
|
|
5452
7638
|
*/
|
|
5453
|
-
|
|
7639
|
+
Limit: number
|
|
5454
7640
|
|
|
5455
7641
|
/**
|
|
5456
|
-
*
|
|
7642
|
+
* 站点集合
|
|
5457
7643
|
*/
|
|
5458
|
-
|
|
7644
|
+
ZoneIds?: Array<string>
|
|
5459
7645
|
|
|
5460
7646
|
/**
|
|
5461
|
-
*
|
|
7647
|
+
* ddos策略组id 集合
|
|
5462
7648
|
*/
|
|
5463
|
-
|
|
7649
|
+
PolicyIds?: Array<number>
|
|
5464
7650
|
|
|
5465
7651
|
/**
|
|
5466
|
-
*
|
|
7652
|
+
* 端口号
|
|
5467
7653
|
*/
|
|
5468
|
-
|
|
5469
|
-
}
|
|
7654
|
+
Port?: number
|
|
5470
7655
|
|
|
5471
|
-
/**
|
|
5472
|
-
* DescribeZoneDDoSPolicy请求参数结构体
|
|
5473
|
-
*/
|
|
5474
|
-
export interface DescribeZoneDDoSPolicyRequest {
|
|
5475
7656
|
/**
|
|
5476
|
-
*
|
|
7657
|
+
* 协议类型,tcp,udp,all
|
|
5477
7658
|
*/
|
|
5478
|
-
|
|
5479
|
-
}
|
|
7659
|
+
ProtocolType?: string
|
|
5480
7660
|
|
|
5481
|
-
/**
|
|
5482
|
-
* CreateApplicationProxyRules返回参数结构体
|
|
5483
|
-
*/
|
|
5484
|
-
export interface CreateApplicationProxyRulesResponse {
|
|
5485
7661
|
/**
|
|
5486
|
-
*
|
|
7662
|
+
* 攻击类型,flood,icmpFlood......,all
|
|
5487
7663
|
*/
|
|
5488
|
-
|
|
7664
|
+
AttackType?: string
|
|
5489
7665
|
|
|
5490
7666
|
/**
|
|
5491
|
-
*
|
|
7667
|
+
* 域名集合
|
|
5492
7668
|
*/
|
|
5493
|
-
|
|
7669
|
+
Domains?: Array<string>
|
|
5494
7670
|
}
|
|
5495
7671
|
|
|
5496
7672
|
/**
|
|
@@ -5537,61 +7713,55 @@ export interface DescribeIdentificationResponse {
|
|
|
5537
7713
|
}
|
|
5538
7714
|
|
|
5539
7715
|
/**
|
|
5540
|
-
*
|
|
7716
|
+
* DDos主攻击事件
|
|
5541
7717
|
*/
|
|
5542
|
-
export interface
|
|
7718
|
+
export interface DDosMajorAttackEvent {
|
|
5543
7719
|
/**
|
|
5544
|
-
*
|
|
7720
|
+
* ddos 策略组id
|
|
5545
7721
|
*/
|
|
5546
|
-
|
|
7722
|
+
PolicyId: number
|
|
5547
7723
|
|
|
5548
7724
|
/**
|
|
5549
|
-
*
|
|
7725
|
+
* 攻击最大带宽
|
|
5550
7726
|
*/
|
|
5551
|
-
|
|
7727
|
+
AttackMaxBandWidth: number
|
|
5552
7728
|
|
|
5553
7729
|
/**
|
|
5554
|
-
*
|
|
7730
|
+
* 攻击时间 单位为s
|
|
5555
7731
|
*/
|
|
5556
|
-
|
|
7732
|
+
AttackTime: number
|
|
7733
|
+
}
|
|
5557
7734
|
|
|
7735
|
+
/**
|
|
7736
|
+
* ModifyZoneCnameSpeedUp请求参数结构体
|
|
7737
|
+
*/
|
|
7738
|
+
export interface ModifyZoneCnameSpeedUpRequest {
|
|
5558
7739
|
/**
|
|
5559
|
-
*
|
|
7740
|
+
* 站点 ID
|
|
5560
7741
|
*/
|
|
5561
|
-
|
|
7742
|
+
Id: string
|
|
5562
7743
|
|
|
5563
7744
|
/**
|
|
5564
|
-
|
|
5565
|
-
|
|
5566
|
-
|
|
7745
|
+
* CNAME 加速状态
|
|
7746
|
+
- enabled 开启
|
|
7747
|
+
- disabled 关闭
|
|
7748
|
+
*/
|
|
7749
|
+
Status: string
|
|
7750
|
+
}
|
|
5567
7751
|
|
|
7752
|
+
/**
|
|
7753
|
+
* ModifyLoadBalancing返回参数结构体
|
|
7754
|
+
*/
|
|
7755
|
+
export interface ModifyLoadBalancingResponse {
|
|
5568
7756
|
/**
|
|
5569
|
-
*
|
|
7757
|
+
* 负载均衡ID
|
|
5570
7758
|
*/
|
|
5571
|
-
|
|
7759
|
+
LoadBalancingId: string
|
|
5572
7760
|
|
|
5573
7761
|
/**
|
|
5574
|
-
*
|
|
7762
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5575
7763
|
*/
|
|
5576
|
-
|
|
5577
|
-
|
|
5578
|
-
/**
|
|
5579
|
-
* 源站类型
|
|
5580
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5581
|
-
*/
|
|
5582
|
-
OriginType: string
|
|
5583
|
-
|
|
5584
|
-
/**
|
|
5585
|
-
* 是否为四层代理使用
|
|
5586
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5587
|
-
*/
|
|
5588
|
-
ApplicationProxyUsed: boolean
|
|
5589
|
-
|
|
5590
|
-
/**
|
|
5591
|
-
* 是否为负载均衡使用
|
|
5592
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5593
|
-
*/
|
|
5594
|
-
LoadBalancingUsed: boolean
|
|
7764
|
+
RequestId?: string
|
|
5595
7765
|
}
|
|
5596
7766
|
|
|
5597
7767
|
/**
|
|
@@ -5635,6 +7805,31 @@ export interface DDoSUserAllowBlockIP {
|
|
|
5635
7805
|
Mask2?: number
|
|
5636
7806
|
}
|
|
5637
7807
|
|
|
7808
|
+
/**
|
|
7809
|
+
* DescribeBotLog返回参数结构体
|
|
7810
|
+
*/
|
|
7811
|
+
export interface DescribeBotLogResponse {
|
|
7812
|
+
/**
|
|
7813
|
+
* Bot攻击Data
|
|
7814
|
+
*/
|
|
7815
|
+
Data: BotLogData
|
|
7816
|
+
|
|
7817
|
+
/**
|
|
7818
|
+
* 状态,1:失败,0:成功
|
|
7819
|
+
*/
|
|
7820
|
+
Status: number
|
|
7821
|
+
|
|
7822
|
+
/**
|
|
7823
|
+
* 返回信息
|
|
7824
|
+
*/
|
|
7825
|
+
Msg: string
|
|
7826
|
+
|
|
7827
|
+
/**
|
|
7828
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7829
|
+
*/
|
|
7830
|
+
RequestId?: string
|
|
7831
|
+
}
|
|
7832
|
+
|
|
5638
7833
|
/**
|
|
5639
7834
|
* DescribeLoadBalancing返回参数结构体
|
|
5640
7835
|
*/
|
|
@@ -5655,6 +7850,37 @@ export interface DescribeLoadBalancingResponse {
|
|
|
5655
7850
|
RequestId?: string
|
|
5656
7851
|
}
|
|
5657
7852
|
|
|
7853
|
+
/**
|
|
7854
|
+
* DescribeWebProtectionData返回参数结构体
|
|
7855
|
+
*/
|
|
7856
|
+
export interface DescribeWebProtectionDataResponse {
|
|
7857
|
+
/**
|
|
7858
|
+
* 数据详情
|
|
7859
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7860
|
+
*/
|
|
7861
|
+
Data: Array<SecEntry>
|
|
7862
|
+
|
|
7863
|
+
/**
|
|
7864
|
+
* 状态,1:失败,0:成功
|
|
7865
|
+
*/
|
|
7866
|
+
Status: number
|
|
7867
|
+
|
|
7868
|
+
/**
|
|
7869
|
+
* 消息
|
|
7870
|
+
*/
|
|
7871
|
+
Msg: string
|
|
7872
|
+
|
|
7873
|
+
/**
|
|
7874
|
+
* 查询时间粒度,可选{min,5min,hour,day}
|
|
7875
|
+
*/
|
|
7876
|
+
Interval: string
|
|
7877
|
+
|
|
7878
|
+
/**
|
|
7879
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7880
|
+
*/
|
|
7881
|
+
RequestId?: string
|
|
7882
|
+
}
|
|
7883
|
+
|
|
5658
7884
|
/**
|
|
5659
7885
|
* ModifyDnssec返回参数结构体
|
|
5660
7886
|
*/
|
|
@@ -5979,6 +8205,57 @@ export interface OfflineCache {
|
|
|
5979
8205
|
Switch: string
|
|
5980
8206
|
}
|
|
5981
8207
|
|
|
8208
|
+
/**
|
|
8209
|
+
* DescribeOriginGroupDetail请求参数结构体
|
|
8210
|
+
*/
|
|
8211
|
+
export interface DescribeOriginGroupDetailRequest {
|
|
8212
|
+
/**
|
|
8213
|
+
* 源站组ID
|
|
8214
|
+
*/
|
|
8215
|
+
OriginId: string
|
|
8216
|
+
|
|
8217
|
+
/**
|
|
8218
|
+
* 站点ID
|
|
8219
|
+
*/
|
|
8220
|
+
ZoneId: string
|
|
8221
|
+
}
|
|
8222
|
+
|
|
8223
|
+
/**
|
|
8224
|
+
* DescribeDDosAttackEventDetail请求参数结构体
|
|
8225
|
+
*/
|
|
8226
|
+
export interface DescribeDDosAttackEventDetailRequest {
|
|
8227
|
+
/**
|
|
8228
|
+
* 时间id
|
|
8229
|
+
*/
|
|
8230
|
+
EventId: string
|
|
8231
|
+
}
|
|
8232
|
+
|
|
8233
|
+
/**
|
|
8234
|
+
* DescribeTimingL4Data返回参数结构体
|
|
8235
|
+
*/
|
|
8236
|
+
export interface DescribeTimingL4DataResponse {
|
|
8237
|
+
/**
|
|
8238
|
+
* 查询维度
|
|
8239
|
+
*/
|
|
8240
|
+
Type: string
|
|
8241
|
+
|
|
8242
|
+
/**
|
|
8243
|
+
* 时间间隔
|
|
8244
|
+
*/
|
|
8245
|
+
Interval: string
|
|
8246
|
+
|
|
8247
|
+
/**
|
|
8248
|
+
* 详细数据
|
|
8249
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8250
|
+
*/
|
|
8251
|
+
Data: Array<TimingDataRecord>
|
|
8252
|
+
|
|
8253
|
+
/**
|
|
8254
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
8255
|
+
*/
|
|
8256
|
+
RequestId?: string
|
|
8257
|
+
}
|
|
8258
|
+
|
|
5982
8259
|
/**
|
|
5983
8260
|
* 安全Bot配置
|
|
5984
8261
|
*/
|
|
@@ -6010,18 +8287,43 @@ export interface BotConfig {
|
|
|
6010
8287
|
}
|
|
6011
8288
|
|
|
6012
8289
|
/**
|
|
6013
|
-
*
|
|
8290
|
+
* 时序类型详细数据
|
|
6014
8291
|
*/
|
|
6015
|
-
export interface
|
|
8292
|
+
export interface TimingTypeValue {
|
|
6016
8293
|
/**
|
|
6017
|
-
|
|
6018
|
-
|
|
6019
|
-
|
|
8294
|
+
* 数据和
|
|
8295
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8296
|
+
*/
|
|
8297
|
+
Sum: number
|
|
6020
8298
|
|
|
6021
8299
|
/**
|
|
6022
|
-
|
|
8300
|
+
* 最大
|
|
8301
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8302
|
+
*/
|
|
8303
|
+
Max: number
|
|
8304
|
+
|
|
8305
|
+
/**
|
|
8306
|
+
* 平均
|
|
8307
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8308
|
+
*/
|
|
8309
|
+
Avg: number
|
|
8310
|
+
|
|
8311
|
+
/**
|
|
8312
|
+
* 指标名
|
|
6023
8313
|
*/
|
|
6024
|
-
|
|
8314
|
+
MetricName: string
|
|
8315
|
+
|
|
8316
|
+
/**
|
|
8317
|
+
* 废弃字段,即将下线,请使用Detail字段
|
|
8318
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8319
|
+
*/
|
|
8320
|
+
DetailData: Array<number>
|
|
8321
|
+
|
|
8322
|
+
/**
|
|
8323
|
+
* 详细数据
|
|
8324
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8325
|
+
*/
|
|
8326
|
+
Detail: Array<TimingDataItem>
|
|
6025
8327
|
}
|
|
6026
8328
|
|
|
6027
8329
|
/**
|