tencentcloud-sdk-nodejs 4.0.414 → 4.0.415
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 +497 -0
- package/SERVICE_CHANGELOG.md +871 -17
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +18 -0
- package/src/services/ccc/v20200210/ccc_client.ts +0 -14
- package/src/services/ccc/v20200210/ccc_models.ts +25 -40
- package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
- package/src/services/cls/v20201016/cls_models.ts +17 -1
- package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +20 -0
- package/src/services/ess/v20201111/ess_models.ts +18 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +14 -1
- package/src/services/faceid/v20180301/faceid_models.ts +1 -1
- package/src/services/gme/v20180711/gme_client.ts +179 -118
- package/src/services/gme/v20180711/gme_models.ts +264 -78
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +25 -3
- package/src/services/live/v20180801/live_models.ts +6 -0
- package/src/services/mongodb/v20190725/mongodb_client.ts +0 -15
- package/src/services/mongodb/v20190725/mongodb_models.ts +0 -55
- package/src/services/postgres/v20170312/postgres_client.ts +1 -1
- package/src/services/redis/v20180412/redis_client.ts +12 -0
- package/src/services/redis/v20180412/redis_models.ts +25 -0
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +40 -0
- package/src/services/taf/v20200210/taf_client.ts +20 -37
- package/src/services/taf/v20200210/taf_models.ts +154 -224
- package/src/services/tbaas/v20180416/tbaas_client.ts +77 -175
- package/src/services/tbaas/v20180416/tbaas_models.ts +978 -1343
- package/src/services/tcss/v20201101/tcss_models.ts +44 -0
- package/src/services/tem/v20210701/tem_client.ts +14 -1
- package/src/services/tem/v20210701/tem_models.ts +183 -87
- package/src/services/teo/v20220106/teo_client.ts +8 -7
- package/src/services/teo/v20220106/teo_models.ts +536 -355
- package/src/services/vod/v20180717/vod_client.ts +45 -29
- package/src/services/vod/v20180717/vod_models.ts +52 -8
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +15 -0
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +1 -7
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +0 -8
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +20 -34
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +17 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +16 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +12 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +66 -46
- package/tencentcloud/services/gme/v20180711/gme_client.js +91 -61
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +232 -72
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +22 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +5 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -7
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +0 -8
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +0 -47
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +22 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +32 -0
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +5 -11
- package/tencentcloud/services/taf/v20200210/taf_client.js +6 -14
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +136 -197
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +7 -49
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +9 -65
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +905 -1211
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +39 -0
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
- package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +151 -70
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +7 -7
- package/tencentcloud/services/teo/v20220106/teo_client.js +7 -7
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +452 -288
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +19 -11
- package/tencentcloud/services/vod/v20180717/vod_client.js +24 -14
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +45 -7
- package/test/ccc.v20200210.test.js +0 -10
- package/test/gme.v20180711.test.js +82 -32
- package/test/mongodb.v20190725.test.js +0 -10
- package/test/redis.v20180412.test.js +10 -0
- package/test/taf.v20200210.test.js +8 -18
- package/test/tbaas.v20180416.test.js +6 -76
- package/test/tem.v20210701.test.js +10 -0
- package/test/vod.v20180717.test.js +18 -8
|
@@ -38,33 +38,29 @@ off:关闭
|
|
|
38
38
|
*/
|
|
39
39
|
export interface WebLogData {
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* 分组数据。
|
|
42
42
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
43
43
|
*/
|
|
44
44
|
List: Array<WebLogs>
|
|
45
45
|
|
|
46
46
|
/**
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
*/
|
|
47
|
+
* 分页拉取的起始页号。最小值:1。
|
|
48
|
+
*/
|
|
50
49
|
PageNo: number
|
|
51
50
|
|
|
52
51
|
/**
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
*/
|
|
52
|
+
* 分页拉取的最大返回结果数。最大值:1000。
|
|
53
|
+
*/
|
|
56
54
|
PageSize: number
|
|
57
55
|
|
|
58
56
|
/**
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
*/
|
|
57
|
+
* 总页数。
|
|
58
|
+
*/
|
|
62
59
|
Pages: number
|
|
63
60
|
|
|
64
61
|
/**
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
*/
|
|
62
|
+
* 总条数。
|
|
63
|
+
*/
|
|
68
64
|
TotalSize: number
|
|
69
65
|
}
|
|
70
66
|
|
|
@@ -191,17 +187,19 @@ disabled:禁用证书
|
|
|
191
187
|
*/
|
|
192
188
|
export interface DescribeWebManagedRulesTopDataResponse {
|
|
193
189
|
/**
|
|
194
|
-
*
|
|
190
|
+
* top数据内容。
|
|
195
191
|
*/
|
|
196
192
|
Data: Array<TopNEntry>
|
|
197
193
|
|
|
198
194
|
/**
|
|
199
|
-
|
|
200
|
-
|
|
195
|
+
* 请求响应状态,取值有:
|
|
196
|
+
<li>1 :失败 ;</li>
|
|
197
|
+
<li>0 :成功 。</li>
|
|
198
|
+
*/
|
|
201
199
|
Status: number
|
|
202
200
|
|
|
203
201
|
/**
|
|
204
|
-
*
|
|
202
|
+
* 请求响应消息。
|
|
205
203
|
*/
|
|
206
204
|
Msg: string
|
|
207
205
|
|
|
@@ -390,31 +388,31 @@ export interface OriginFilter {
|
|
|
390
388
|
*/
|
|
391
389
|
export interface BotLogData {
|
|
392
390
|
/**
|
|
393
|
-
* Bot
|
|
391
|
+
* Bot攻击日志数据集合。
|
|
394
392
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
395
393
|
*/
|
|
396
394
|
List: Array<BotLog>
|
|
397
395
|
|
|
398
396
|
/**
|
|
399
|
-
*
|
|
397
|
+
* 分页拉取的起始页号。最小值:1。
|
|
400
398
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
401
399
|
*/
|
|
402
400
|
PageNo: number
|
|
403
401
|
|
|
404
402
|
/**
|
|
405
|
-
*
|
|
403
|
+
* 分页拉取的最大返回结果数。最大值:1000。
|
|
406
404
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
407
405
|
*/
|
|
408
406
|
PageSize: number
|
|
409
407
|
|
|
410
408
|
/**
|
|
411
|
-
*
|
|
409
|
+
* 总页数。
|
|
412
410
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
413
411
|
*/
|
|
414
412
|
Pages: number
|
|
415
413
|
|
|
416
414
|
/**
|
|
417
|
-
*
|
|
415
|
+
* 总条数。
|
|
418
416
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
419
417
|
*/
|
|
420
418
|
TotalSize: number
|
|
@@ -606,17 +604,19 @@ export interface DescribePrefetchTasksResponse {
|
|
|
606
604
|
*/
|
|
607
605
|
export interface DescribeDDosAttackEventResponse {
|
|
608
606
|
/**
|
|
609
|
-
* DDos
|
|
607
|
+
* DDos攻击事件数据。
|
|
610
608
|
*/
|
|
611
609
|
Data: DDosAttackEventData
|
|
612
610
|
|
|
613
611
|
/**
|
|
614
|
-
|
|
615
|
-
|
|
612
|
+
* 请求响应状态,取值有:
|
|
613
|
+
<li>1 :失败 ;</li>
|
|
614
|
+
<li>0 :成功 。</li>
|
|
615
|
+
*/
|
|
616
616
|
Status: number
|
|
617
617
|
|
|
618
618
|
/**
|
|
619
|
-
*
|
|
619
|
+
* 请求响应信息。
|
|
620
620
|
*/
|
|
621
621
|
Msg: string
|
|
622
622
|
|
|
@@ -1163,106 +1163,109 @@ export interface DescribeZoneDetailsResponse {
|
|
|
1163
1163
|
*/
|
|
1164
1164
|
export interface BotLog {
|
|
1165
1165
|
/**
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
*/
|
|
1166
|
+
* 攻击时间,采用unix秒级时间戳。
|
|
1167
|
+
*/
|
|
1169
1168
|
AttackTime: number
|
|
1170
1169
|
|
|
1171
1170
|
/**
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
*/
|
|
1171
|
+
* 攻击源(客户端)ip。
|
|
1172
|
+
*/
|
|
1175
1173
|
AttackIp: string
|
|
1176
1174
|
|
|
1177
1175
|
/**
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
*/
|
|
1176
|
+
* 受攻击域名。
|
|
1177
|
+
*/
|
|
1181
1178
|
Domain: string
|
|
1182
1179
|
|
|
1183
1180
|
/**
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
*/
|
|
1181
|
+
* URI。
|
|
1182
|
+
*/
|
|
1187
1183
|
RequestUri: string
|
|
1188
1184
|
|
|
1189
1185
|
/**
|
|
1190
|
-
*
|
|
1186
|
+
* 当前该字段无效。
|
|
1191
1187
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1192
1188
|
*/
|
|
1193
1189
|
AttackType: string
|
|
1194
1190
|
|
|
1195
1191
|
/**
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
*/
|
|
1192
|
+
* 请求方法。
|
|
1193
|
+
*/
|
|
1199
1194
|
RequestMethod: string
|
|
1200
1195
|
|
|
1201
1196
|
/**
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
*/
|
|
1197
|
+
* 攻击内容。
|
|
1198
|
+
*/
|
|
1205
1199
|
AttackContent: string
|
|
1206
1200
|
|
|
1207
1201
|
/**
|
|
1208
|
-
*
|
|
1202
|
+
* 当前该字段无效 。
|
|
1209
1203
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1210
1204
|
*/
|
|
1211
1205
|
RiskLevel: string
|
|
1212
1206
|
|
|
1213
1207
|
/**
|
|
1214
|
-
*
|
|
1208
|
+
* 当前该字段无效 。
|
|
1215
1209
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1216
1210
|
*/
|
|
1217
1211
|
RuleId: number
|
|
1218
1212
|
|
|
1219
1213
|
/**
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
*/
|
|
1214
|
+
* IP所在国家iso-3166中alpha-2编码,编码信息请参考[ISO-3166](https://git.woa.com/edgeone/iso-3166/blob/master/all/all.json)。
|
|
1215
|
+
*/
|
|
1223
1216
|
SipCountryCode: string
|
|
1224
1217
|
|
|
1225
1218
|
/**
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
*/
|
|
1219
|
+
* 请求(事件)ID。
|
|
1220
|
+
*/
|
|
1229
1221
|
EventId: string
|
|
1230
1222
|
|
|
1231
1223
|
/**
|
|
1232
|
-
*
|
|
1224
|
+
* 该字段当前无效。
|
|
1233
1225
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1234
1226
|
*/
|
|
1235
1227
|
DisposalMethod: string
|
|
1236
1228
|
|
|
1237
1229
|
/**
|
|
1238
|
-
*
|
|
1230
|
+
* 该字段当前无效。
|
|
1239
1231
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1240
1232
|
*/
|
|
1241
1233
|
HttpLog: string
|
|
1242
1234
|
|
|
1243
1235
|
/**
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
*/
|
|
1236
|
+
* user agent。
|
|
1237
|
+
*/
|
|
1247
1238
|
Ua: string
|
|
1248
1239
|
|
|
1249
1240
|
/**
|
|
1250
|
-
*
|
|
1241
|
+
* 该字段当前无效。
|
|
1251
1242
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1252
1243
|
*/
|
|
1253
1244
|
DetectionMethod: string
|
|
1254
1245
|
|
|
1255
1246
|
/**
|
|
1256
|
-
*
|
|
1247
|
+
* 该字段当前无效。
|
|
1257
1248
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1258
1249
|
*/
|
|
1259
1250
|
Confidence: string
|
|
1260
1251
|
|
|
1261
1252
|
/**
|
|
1262
|
-
*
|
|
1253
|
+
* 该字段当前无效。
|
|
1263
1254
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1264
1255
|
*/
|
|
1265
1256
|
Maliciousness: string
|
|
1257
|
+
|
|
1258
|
+
/**
|
|
1259
|
+
* 规则相关信息列表。
|
|
1260
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1261
|
+
*/
|
|
1262
|
+
RuleDetailList: Array<SecRuleRelatedInfo>
|
|
1263
|
+
|
|
1264
|
+
/**
|
|
1265
|
+
* Bot标签。
|
|
1266
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1267
|
+
*/
|
|
1268
|
+
Label: string
|
|
1266
1269
|
}
|
|
1267
1270
|
|
|
1268
1271
|
/**
|
|
@@ -1517,38 +1520,41 @@ export interface ModifyZoneResponse {
|
|
|
1517
1520
|
*/
|
|
1518
1521
|
export interface DescribeDDosAttackSourceEventRequest {
|
|
1519
1522
|
/**
|
|
1520
|
-
*
|
|
1523
|
+
* 开始时间。
|
|
1521
1524
|
*/
|
|
1522
1525
|
StartTime: string
|
|
1523
1526
|
|
|
1524
1527
|
/**
|
|
1525
|
-
*
|
|
1528
|
+
* 结束时间。
|
|
1526
1529
|
*/
|
|
1527
1530
|
EndTime: string
|
|
1528
1531
|
|
|
1529
1532
|
/**
|
|
1530
|
-
*
|
|
1533
|
+
* 分页拉取的最大返回结果数。最大值:1000。
|
|
1531
1534
|
*/
|
|
1532
1535
|
PageSize: number
|
|
1533
1536
|
|
|
1534
1537
|
/**
|
|
1535
|
-
*
|
|
1538
|
+
* 分页拉取的起始页号。最小值:1。
|
|
1536
1539
|
*/
|
|
1537
1540
|
PageNo: number
|
|
1538
1541
|
|
|
1539
1542
|
/**
|
|
1540
|
-
* ddos策略组id
|
|
1543
|
+
* ddos策略组id 集合,不填默认选择全部策略id。
|
|
1541
1544
|
*/
|
|
1542
1545
|
PolicyIds?: Array<number>
|
|
1543
1546
|
|
|
1544
1547
|
/**
|
|
1545
|
-
*
|
|
1548
|
+
* 站点集合,不填默认选择全部站点。
|
|
1546
1549
|
*/
|
|
1547
1550
|
ZoneIds?: Array<string>
|
|
1548
1551
|
|
|
1549
1552
|
/**
|
|
1550
|
-
|
|
1551
|
-
|
|
1553
|
+
* 协议类型,取值有:
|
|
1554
|
+
<li>tcp ;</li>
|
|
1555
|
+
<li>udp ;</li>
|
|
1556
|
+
<li>all 。</li>
|
|
1557
|
+
*/
|
|
1552
1558
|
ProtocolType?: string
|
|
1553
1559
|
}
|
|
1554
1560
|
|
|
@@ -1594,31 +1600,31 @@ export interface DeleteZoneResponse {
|
|
|
1594
1600
|
*/
|
|
1595
1601
|
export interface DDosAttackEventData {
|
|
1596
1602
|
/**
|
|
1597
|
-
*
|
|
1603
|
+
* 攻击事件数据集合。
|
|
1598
1604
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1599
1605
|
*/
|
|
1600
1606
|
List: Array<DDosAttackEvent>
|
|
1601
1607
|
|
|
1602
1608
|
/**
|
|
1603
|
-
*
|
|
1609
|
+
* 分页拉取的起始页号。最小值:1。
|
|
1604
1610
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1605
1611
|
*/
|
|
1606
1612
|
PageNo: number
|
|
1607
1613
|
|
|
1608
1614
|
/**
|
|
1609
|
-
*
|
|
1615
|
+
* 分页拉取的最大返回结果数。最大值:1000。
|
|
1610
1616
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1611
1617
|
*/
|
|
1612
1618
|
PageSize: number
|
|
1613
1619
|
|
|
1614
1620
|
/**
|
|
1615
|
-
*
|
|
1621
|
+
* 总页数。
|
|
1616
1622
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1617
1623
|
*/
|
|
1618
1624
|
Pages: number
|
|
1619
1625
|
|
|
1620
1626
|
/**
|
|
1621
|
-
*
|
|
1627
|
+
* 总条数。
|
|
1622
1628
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1623
1629
|
*/
|
|
1624
1630
|
TotalSize: number
|
|
@@ -1693,25 +1699,25 @@ export interface DeleteApplicationProxyRuleResponse {
|
|
|
1693
1699
|
*/
|
|
1694
1700
|
export interface DDosAttackSourceEvent {
|
|
1695
1701
|
/**
|
|
1696
|
-
* 攻击源ip
|
|
1702
|
+
* 攻击源ip。
|
|
1697
1703
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1698
1704
|
*/
|
|
1699
1705
|
AttackSourceIp: string
|
|
1700
1706
|
|
|
1701
1707
|
/**
|
|
1702
|
-
*
|
|
1708
|
+
* 地区(国家)。
|
|
1703
1709
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1704
1710
|
*/
|
|
1705
1711
|
AttackRegion: string
|
|
1706
1712
|
|
|
1707
1713
|
/**
|
|
1708
|
-
*
|
|
1714
|
+
* 累计攻击流量。
|
|
1709
1715
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1710
1716
|
*/
|
|
1711
1717
|
AttackFlow: number
|
|
1712
1718
|
|
|
1713
1719
|
/**
|
|
1714
|
-
*
|
|
1720
|
+
* 累计攻击包量。
|
|
1715
1721
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1716
1722
|
*/
|
|
1717
1723
|
AttackPacketNum: number
|
|
@@ -2252,17 +2258,19 @@ offline: 停用
|
|
|
2252
2258
|
*/
|
|
2253
2259
|
export interface DescribeDDosAttackTopDataResponse {
|
|
2254
2260
|
/**
|
|
2255
|
-
*
|
|
2261
|
+
* top数据内容
|
|
2256
2262
|
*/
|
|
2257
2263
|
Data: Array<TopNEntry>
|
|
2258
2264
|
|
|
2259
2265
|
/**
|
|
2260
|
-
|
|
2261
|
-
|
|
2266
|
+
* 请求响应状态,取值有:
|
|
2267
|
+
<li>1 :失败 ;</li>
|
|
2268
|
+
<li>0 :成功 。</li>
|
|
2269
|
+
*/
|
|
2262
2270
|
Status: number
|
|
2263
2271
|
|
|
2264
2272
|
/**
|
|
2265
|
-
*
|
|
2273
|
+
* 请求响应消息。
|
|
2266
2274
|
*/
|
|
2267
2275
|
Msg: string
|
|
2268
2276
|
|
|
@@ -2547,74 +2555,85 @@ pending: 不生效
|
|
|
2547
2555
|
}
|
|
2548
2556
|
|
|
2549
2557
|
/**
|
|
2550
|
-
*
|
|
2558
|
+
* CC日志
|
|
2551
2559
|
*/
|
|
2552
2560
|
export interface CCLog {
|
|
2553
2561
|
/**
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
*/
|
|
2562
|
+
* 攻击请求时间,采用unix秒级时间戳。
|
|
2563
|
+
*/
|
|
2557
2564
|
AttackTime: number
|
|
2558
2565
|
|
|
2559
2566
|
/**
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
*/
|
|
2567
|
+
* 客户端ip。
|
|
2568
|
+
*/
|
|
2563
2569
|
AttackSip: string
|
|
2564
2570
|
|
|
2565
2571
|
/**
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
*/
|
|
2572
|
+
* 受攻击域名。
|
|
2573
|
+
*/
|
|
2569
2574
|
AttackDomain: string
|
|
2570
2575
|
|
|
2571
2576
|
/**
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
*/
|
|
2577
|
+
* URI。
|
|
2578
|
+
*/
|
|
2575
2579
|
RequestUri: string
|
|
2576
2580
|
|
|
2577
2581
|
/**
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
*/
|
|
2582
|
+
* 命中次数。
|
|
2583
|
+
*/
|
|
2581
2584
|
HitCount: number
|
|
2582
2585
|
|
|
2583
2586
|
/**
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
*/
|
|
2587
|
+
* IP所在国家iso-3166中alpha-2编码,编码信息请参考[ISO-3166](https://git.woa.com/edgeone/iso-3166/blob/master/all/all.json)。
|
|
2588
|
+
*/
|
|
2587
2589
|
SipCountryCode: string
|
|
2588
2590
|
|
|
2589
2591
|
/**
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
*/
|
|
2592
|
+
* 请求(事件)ID。
|
|
2593
|
+
*/
|
|
2593
2594
|
EventId: string
|
|
2594
2595
|
|
|
2595
2596
|
/**
|
|
2596
|
-
*
|
|
2597
|
+
* 当前该字段已废弃。
|
|
2597
2598
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2598
2599
|
*/
|
|
2599
2600
|
DisposalMethod: string
|
|
2600
2601
|
|
|
2601
2602
|
/**
|
|
2602
|
-
*
|
|
2603
|
+
* 当前该字段已废弃。
|
|
2603
2604
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2604
2605
|
*/
|
|
2605
2606
|
HttpLog: string
|
|
2606
2607
|
|
|
2607
2608
|
/**
|
|
2608
|
-
*
|
|
2609
|
+
* 当前该字段已废弃。
|
|
2609
2610
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2610
2611
|
*/
|
|
2611
2612
|
RuleId: number
|
|
2612
2613
|
|
|
2613
2614
|
/**
|
|
2614
|
-
*
|
|
2615
|
+
* 当前该字段已废弃。
|
|
2615
2616
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2616
2617
|
*/
|
|
2617
2618
|
RiskLevel: string
|
|
2619
|
+
|
|
2620
|
+
/**
|
|
2621
|
+
* User Agent,仅自定义规则日志中存在。
|
|
2622
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2623
|
+
*/
|
|
2624
|
+
Ua: string
|
|
2625
|
+
|
|
2626
|
+
/**
|
|
2627
|
+
* 请求方法,仅自定义规则日志中存在。
|
|
2628
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2629
|
+
*/
|
|
2630
|
+
RequestMethod: string
|
|
2631
|
+
|
|
2632
|
+
/**
|
|
2633
|
+
* 规则信息列表。
|
|
2634
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2635
|
+
*/
|
|
2636
|
+
RuleDetailList: Array<SecRuleRelatedInfo>
|
|
2618
2637
|
}
|
|
2619
2638
|
|
|
2620
2639
|
/**
|
|
@@ -2678,24 +2697,30 @@ export interface DDoSConfig {
|
|
|
2678
2697
|
*/
|
|
2679
2698
|
export interface DescribeWebManagedRulesDataResponse {
|
|
2680
2699
|
/**
|
|
2681
|
-
* Web
|
|
2700
|
+
* Web攻击日志实体。
|
|
2682
2701
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2683
2702
|
*/
|
|
2684
2703
|
Data: Array<SecEntry>
|
|
2685
2704
|
|
|
2686
2705
|
/**
|
|
2687
|
-
|
|
2688
|
-
|
|
2706
|
+
* 请求响应状态,取值有:
|
|
2707
|
+
<li>1 :失败 ;</li>
|
|
2708
|
+
<li>0 :成功 。</li>
|
|
2709
|
+
*/
|
|
2689
2710
|
Status: number
|
|
2690
2711
|
|
|
2691
2712
|
/**
|
|
2692
|
-
*
|
|
2713
|
+
* 请求响应消息。
|
|
2693
2714
|
*/
|
|
2694
2715
|
Msg: string
|
|
2695
2716
|
|
|
2696
2717
|
/**
|
|
2697
|
-
|
|
2698
|
-
|
|
2718
|
+
* 查询时间粒度,取值有:
|
|
2719
|
+
<li>min :1分钟 ;</li>
|
|
2720
|
+
<li>5min :5分钟 ;</li>
|
|
2721
|
+
<li>hour :1小时 ;</li>
|
|
2722
|
+
<li>day :1天 。</li>
|
|
2723
|
+
*/
|
|
2699
2724
|
Interval: string
|
|
2700
2725
|
|
|
2701
2726
|
/**
|
|
@@ -2709,17 +2734,19 @@ export interface DescribeWebManagedRulesDataResponse {
|
|
|
2709
2734
|
*/
|
|
2710
2735
|
export interface DescribeWebManagedRulesLogResponse {
|
|
2711
2736
|
/**
|
|
2712
|
-
* web
|
|
2737
|
+
* web攻击日志数据内容。
|
|
2713
2738
|
*/
|
|
2714
2739
|
Data: WebLogData
|
|
2715
2740
|
|
|
2716
2741
|
/**
|
|
2717
|
-
|
|
2718
|
-
|
|
2742
|
+
* 请求响应状态,取值有:
|
|
2743
|
+
<li>1 :失败 ;</li>
|
|
2744
|
+
<li>0 :成功 。</li>
|
|
2745
|
+
*/
|
|
2719
2746
|
Status: number
|
|
2720
2747
|
|
|
2721
2748
|
/**
|
|
2722
|
-
*
|
|
2749
|
+
* 请求响应信息。
|
|
2723
2750
|
*/
|
|
2724
2751
|
Msg: string
|
|
2725
2752
|
|
|
@@ -2790,94 +2817,93 @@ export interface OriginRecord {
|
|
|
2790
2817
|
*/
|
|
2791
2818
|
export interface WebLogs {
|
|
2792
2819
|
/**
|
|
2793
|
-
*
|
|
2820
|
+
* 该字段已废弃。
|
|
2794
2821
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2795
2822
|
*/
|
|
2796
2823
|
AttackContent: string
|
|
2797
2824
|
|
|
2798
2825
|
/**
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
*/
|
|
2826
|
+
* 攻击源(客户端)Ip。
|
|
2827
|
+
*/
|
|
2802
2828
|
AttackIp: string
|
|
2803
2829
|
|
|
2804
2830
|
/**
|
|
2805
|
-
*
|
|
2831
|
+
* 该字段已废弃。
|
|
2806
2832
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2807
2833
|
*/
|
|
2808
2834
|
AttackType: string
|
|
2809
2835
|
|
|
2810
2836
|
/**
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
*/
|
|
2837
|
+
* 受攻击子域名。
|
|
2838
|
+
*/
|
|
2814
2839
|
Domain: string
|
|
2815
2840
|
|
|
2816
2841
|
/**
|
|
2817
|
-
*
|
|
2842
|
+
* 该字段已废弃。
|
|
2818
2843
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2819
2844
|
*/
|
|
2820
2845
|
Msuuid: string
|
|
2821
2846
|
|
|
2822
2847
|
/**
|
|
2823
|
-
*
|
|
2848
|
+
* 该字段已废弃。
|
|
2824
2849
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2825
2850
|
*/
|
|
2826
2851
|
RequestMethod: string
|
|
2827
2852
|
|
|
2828
2853
|
/**
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
*/
|
|
2854
|
+
* URI
|
|
2855
|
+
*/
|
|
2832
2856
|
RequestUri: string
|
|
2833
2857
|
|
|
2834
2858
|
/**
|
|
2835
|
-
*
|
|
2859
|
+
* 该字段已废弃。
|
|
2836
2860
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2837
2861
|
*/
|
|
2838
2862
|
RiskLevel: string
|
|
2839
2863
|
|
|
2840
2864
|
/**
|
|
2841
|
-
*
|
|
2865
|
+
* 该字段已废弃。
|
|
2842
2866
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2843
2867
|
*/
|
|
2844
2868
|
RuleId: number
|
|
2845
2869
|
|
|
2846
2870
|
/**
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
*/
|
|
2871
|
+
* IP所在国家iso-3166中alpha-2编码,编码信息请参考[ISO-3166](https://git.woa.com/edgeone/iso-3166/blob/master/all/all.json)
|
|
2872
|
+
*/
|
|
2850
2873
|
SipCountryCode: string
|
|
2851
2874
|
|
|
2852
2875
|
/**
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
*/
|
|
2876
|
+
* 请求(事件)ID。
|
|
2877
|
+
*/
|
|
2856
2878
|
EventId: string
|
|
2857
2879
|
|
|
2858
2880
|
/**
|
|
2859
|
-
*
|
|
2881
|
+
* 该字段已废弃。
|
|
2860
2882
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2861
2883
|
*/
|
|
2862
2884
|
DisposalMethod: string
|
|
2863
2885
|
|
|
2864
2886
|
/**
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
*/
|
|
2887
|
+
* http log。
|
|
2888
|
+
*/
|
|
2868
2889
|
HttpLog: string
|
|
2869
2890
|
|
|
2870
2891
|
/**
|
|
2871
|
-
*
|
|
2892
|
+
* 该字段已废弃。
|
|
2872
2893
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2873
2894
|
*/
|
|
2874
2895
|
Ua: string
|
|
2875
2896
|
|
|
2876
2897
|
/**
|
|
2877
|
-
|
|
2898
|
+
* 攻击时间,采用unix秒级时间戳。
|
|
2899
|
+
*/
|
|
2900
|
+
AttackTime: number
|
|
2901
|
+
|
|
2902
|
+
/**
|
|
2903
|
+
* 规则相关信息列表。
|
|
2878
2904
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2879
2905
|
*/
|
|
2880
|
-
|
|
2906
|
+
RuleDetailList: Array<SecRuleRelatedInfo>
|
|
2881
2907
|
}
|
|
2882
2908
|
|
|
2883
2909
|
/**
|
|
@@ -3025,12 +3051,12 @@ export interface DescribeTopL7AnalysisDataRequest {
|
|
|
3025
3051
|
*/
|
|
3026
3052
|
export interface TopNEntry {
|
|
3027
3053
|
/**
|
|
3028
|
-
*
|
|
3054
|
+
* top查询维度值。
|
|
3029
3055
|
*/
|
|
3030
3056
|
Key: string
|
|
3031
3057
|
|
|
3032
3058
|
/**
|
|
3033
|
-
*
|
|
3059
|
+
* 查询具体数据。
|
|
3034
3060
|
*/
|
|
3035
3061
|
Value: Array<TopNEntryValue>
|
|
3036
3062
|
}
|
|
@@ -3309,17 +3335,19 @@ export interface DescribeDnssecRequest {
|
|
|
3309
3335
|
*/
|
|
3310
3336
|
export interface DescribeWebProtectionLogResponse {
|
|
3311
3337
|
/**
|
|
3312
|
-
*
|
|
3338
|
+
* 限速拦截数据内容。
|
|
3313
3339
|
*/
|
|
3314
3340
|
Data: CCLogData
|
|
3315
3341
|
|
|
3316
3342
|
/**
|
|
3317
|
-
|
|
3318
|
-
|
|
3343
|
+
* 请求响应状态,取值有:
|
|
3344
|
+
<li>1 :失败 ;</li>
|
|
3345
|
+
<li>0 :成功 。</li>
|
|
3346
|
+
*/
|
|
3319
3347
|
Status: number
|
|
3320
3348
|
|
|
3321
3349
|
/**
|
|
3322
|
-
*
|
|
3350
|
+
* 请求响应信息。
|
|
3323
3351
|
*/
|
|
3324
3352
|
Msg: string
|
|
3325
3353
|
|
|
@@ -3479,31 +3507,31 @@ export interface SecurityConfig {
|
|
|
3479
3507
|
*/
|
|
3480
3508
|
export interface DDosMajorAttackEventData {
|
|
3481
3509
|
/**
|
|
3482
|
-
* DDosMajorAttackEvent ddos
|
|
3510
|
+
* DDosMajorAttackEvent ddos 攻击事件。
|
|
3483
3511
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3484
3512
|
*/
|
|
3485
3513
|
List: Array<DDosMajorAttackEvent>
|
|
3486
3514
|
|
|
3487
3515
|
/**
|
|
3488
|
-
*
|
|
3516
|
+
* 分页拉取的起始页号。最小值:1。
|
|
3489
3517
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3490
3518
|
*/
|
|
3491
3519
|
PageNo: number
|
|
3492
3520
|
|
|
3493
3521
|
/**
|
|
3494
|
-
*
|
|
3522
|
+
* 分页拉取的最大返回结果数。最大值:1000。
|
|
3495
3523
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3496
3524
|
*/
|
|
3497
3525
|
PageSize: number
|
|
3498
3526
|
|
|
3499
3527
|
/**
|
|
3500
|
-
*
|
|
3528
|
+
* 总页数。
|
|
3501
3529
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3502
3530
|
*/
|
|
3503
3531
|
Pages: number
|
|
3504
3532
|
|
|
3505
3533
|
/**
|
|
3506
|
-
*
|
|
3534
|
+
* 总条数。
|
|
3507
3535
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3508
3536
|
*/
|
|
3509
3537
|
TotalSize: number
|
|
@@ -3719,58 +3747,55 @@ export interface DDoSAntiPly {
|
|
|
3719
3747
|
*/
|
|
3720
3748
|
export interface DescribeWebManagedRulesDataRequest {
|
|
3721
3749
|
/**
|
|
3722
|
-
*
|
|
3750
|
+
* 开始时间,RFC3339格式。
|
|
3723
3751
|
*/
|
|
3724
3752
|
StartTime: string
|
|
3725
3753
|
|
|
3726
3754
|
/**
|
|
3727
|
-
*
|
|
3755
|
+
* 结束时间,RFC3339格式。
|
|
3728
3756
|
*/
|
|
3729
3757
|
EndTime: string
|
|
3730
3758
|
|
|
3731
3759
|
/**
|
|
3732
|
-
|
|
3733
|
-
|
|
3760
|
+
* 统计指标列表,取值有:
|
|
3761
|
+
<li>waf_interceptNum :waf拦截次数 。</li>
|
|
3762
|
+
*/
|
|
3734
3763
|
MetricNames: Array<string>
|
|
3735
3764
|
|
|
3736
3765
|
/**
|
|
3737
|
-
* 站点id
|
|
3766
|
+
* 站点id列表,不填默认选择全部站点。
|
|
3738
3767
|
*/
|
|
3739
3768
|
ZoneIds?: Array<string>
|
|
3740
3769
|
|
|
3741
3770
|
/**
|
|
3742
|
-
*
|
|
3771
|
+
* 子域名列表,不填默认选择子域名。
|
|
3743
3772
|
*/
|
|
3744
3773
|
Domains?: Array<string>
|
|
3745
3774
|
|
|
3746
3775
|
/**
|
|
3747
|
-
*
|
|
3776
|
+
* 该字段已废弃,请勿传。
|
|
3748
3777
|
*/
|
|
3749
3778
|
ProtocolType?: string
|
|
3750
3779
|
|
|
3751
3780
|
/**
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
"xss" : XSS跨站脚本攻击防护
|
|
3755
|
-
"xxe" : XXE攻击防护
|
|
3756
|
-
"webscan" : 扫描器攻击漏洞防护
|
|
3757
|
-
"cms" : 常见CMS漏洞防护
|
|
3758
|
-
"upload" : 恶意文件上传攻击防护
|
|
3759
|
-
"sql" : SQL注入攻击防护
|
|
3760
|
-
"cmd_inject": 命令/代码注入攻击防护
|
|
3761
|
-
"osc" : 开源组件漏洞防护
|
|
3762
|
-
"file_read" : 任意文件读取
|
|
3763
|
-
"ldap" : LDAP注入攻击防护
|
|
3764
|
-
"other" : 其它漏洞防护
|
|
3765
|
-
|
|
3766
|
-
"all":"所有"
|
|
3767
|
-
*/
|
|
3781
|
+
* 该字段已废弃,请勿传。
|
|
3782
|
+
*/
|
|
3768
3783
|
AttackType?: string
|
|
3769
3784
|
|
|
3770
3785
|
/**
|
|
3771
|
-
|
|
3772
|
-
|
|
3786
|
+
* 查询时间粒度,取值有:
|
|
3787
|
+
<li>min :1分钟 ;</li>
|
|
3788
|
+
<li>5min :5分钟 ;</li>
|
|
3789
|
+
<li>hour :1小时 ;</li>
|
|
3790
|
+
<li>day :1天 。</li>
|
|
3791
|
+
*/
|
|
3773
3792
|
Interval?: string
|
|
3793
|
+
|
|
3794
|
+
/**
|
|
3795
|
+
* 筛选条件,取值有:
|
|
3796
|
+
<li>action :执行动作 。</li>
|
|
3797
|
+
*/
|
|
3798
|
+
QueryCondition?: Array<QueryCondition>
|
|
3774
3799
|
}
|
|
3775
3800
|
|
|
3776
3801
|
/**
|
|
@@ -3778,31 +3803,31 @@ export interface DescribeWebManagedRulesDataRequest {
|
|
|
3778
3803
|
*/
|
|
3779
3804
|
export interface DDosAttackSourceEventData {
|
|
3780
3805
|
/**
|
|
3781
|
-
* DDos
|
|
3806
|
+
* DDos攻击源数据集合。
|
|
3782
3807
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3783
3808
|
*/
|
|
3784
3809
|
List: Array<DDosAttackSourceEvent>
|
|
3785
3810
|
|
|
3786
3811
|
/**
|
|
3787
|
-
*
|
|
3812
|
+
* 分页拉取的起始页号。最小值:1。
|
|
3788
3813
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3789
3814
|
*/
|
|
3790
3815
|
PageNo: number
|
|
3791
3816
|
|
|
3792
3817
|
/**
|
|
3793
|
-
*
|
|
3818
|
+
* 分页拉取的最大返回结果数。最大值:1000。
|
|
3794
3819
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3795
3820
|
*/
|
|
3796
3821
|
PageSize: number
|
|
3797
3822
|
|
|
3798
3823
|
/**
|
|
3799
|
-
*
|
|
3824
|
+
* 总页数。
|
|
3800
3825
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3801
3826
|
*/
|
|
3802
3827
|
Pages: number
|
|
3803
3828
|
|
|
3804
3829
|
/**
|
|
3805
|
-
*
|
|
3830
|
+
* 总条数。
|
|
3806
3831
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3807
3832
|
*/
|
|
3808
3833
|
TotalSize: number
|
|
@@ -4293,58 +4318,56 @@ export interface DeleteLoadBalancingResponse {
|
|
|
4293
4318
|
*/
|
|
4294
4319
|
export interface DescribeWebProtectionDataRequest {
|
|
4295
4320
|
/**
|
|
4296
|
-
*
|
|
4321
|
+
* 开始时间,RFC3339格式。
|
|
4297
4322
|
*/
|
|
4298
4323
|
StartTime: string
|
|
4299
4324
|
|
|
4300
4325
|
/**
|
|
4301
|
-
*
|
|
4326
|
+
* 结束时间,RFC3339格式。
|
|
4302
4327
|
*/
|
|
4303
4328
|
EndTime: string
|
|
4304
4329
|
|
|
4305
4330
|
/**
|
|
4306
|
-
|
|
4307
|
-
|
|
4331
|
+
* 统计指标列表,取值有:
|
|
4332
|
+
<li>ccRate_interceptNum :速率限制规则限制次数 ;</li>
|
|
4333
|
+
<li>ccAcl_interceptNum :自定义规则拦截次数 。</li>
|
|
4334
|
+
*/
|
|
4308
4335
|
MetricNames: Array<string>
|
|
4309
4336
|
|
|
4310
4337
|
/**
|
|
4311
|
-
* 站点id
|
|
4338
|
+
* 站点id列表,不填默认选择全部站点。
|
|
4312
4339
|
*/
|
|
4313
4340
|
ZoneIds?: Array<string>
|
|
4314
4341
|
|
|
4315
4342
|
/**
|
|
4316
|
-
*
|
|
4343
|
+
* 子域名列表,不填默认选择全部子域名。
|
|
4317
4344
|
*/
|
|
4318
4345
|
Domains?: Array<string>
|
|
4319
4346
|
|
|
4320
4347
|
/**
|
|
4321
|
-
*
|
|
4348
|
+
* 该字段已废弃,请勿传。
|
|
4322
4349
|
*/
|
|
4323
4350
|
ProtocolType?: string
|
|
4324
4351
|
|
|
4325
4352
|
/**
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
"xss" : XSS跨站脚本攻击防护
|
|
4329
|
-
"xxe" : XXE攻击防护
|
|
4330
|
-
"webscan" : 扫描器攻击漏洞防护
|
|
4331
|
-
"cms" : 常见CMS漏洞防护
|
|
4332
|
-
"upload" : 恶意文件上传攻击防护
|
|
4333
|
-
"sql" : SQL注入攻击防护
|
|
4334
|
-
"cmd_inject": 命令/代码注入攻击防护
|
|
4335
|
-
"osc" : 开源组件漏洞防护
|
|
4336
|
-
"file_read" : 任意文件读取
|
|
4337
|
-
"ldap" : LDAP注入攻击防护
|
|
4338
|
-
"other" : 其它漏洞防护
|
|
4339
|
-
|
|
4340
|
-
"all":"所有"
|
|
4341
|
-
*/
|
|
4353
|
+
* 该字段已废弃,请勿传。
|
|
4354
|
+
*/
|
|
4342
4355
|
AttackType?: string
|
|
4343
4356
|
|
|
4344
4357
|
/**
|
|
4345
|
-
|
|
4346
|
-
|
|
4358
|
+
* 查询时间粒度,取值有:
|
|
4359
|
+
<li>min :1分钟 ;</li>
|
|
4360
|
+
<li>5min :5分钟 ;</li>
|
|
4361
|
+
<li>hour :1小时 ;</li>
|
|
4362
|
+
<li>day :1天 。</li>
|
|
4363
|
+
*/
|
|
4347
4364
|
Interval?: string
|
|
4365
|
+
|
|
4366
|
+
/**
|
|
4367
|
+
* 筛选条件,取值有:
|
|
4368
|
+
<li>action :执行动作 。</li>
|
|
4369
|
+
*/
|
|
4370
|
+
QueryCondition?: Array<QueryCondition>
|
|
4348
4371
|
}
|
|
4349
4372
|
|
|
4350
4373
|
/**
|
|
@@ -5032,12 +5055,12 @@ export interface DescribeApplicationProxyRequest {
|
|
|
5032
5055
|
*/
|
|
5033
5056
|
export interface TopNEntryValue {
|
|
5034
5057
|
/**
|
|
5035
|
-
*
|
|
5058
|
+
* 排序实体名。
|
|
5036
5059
|
*/
|
|
5037
5060
|
Name: string
|
|
5038
5061
|
|
|
5039
5062
|
/**
|
|
5040
|
-
*
|
|
5063
|
+
* 排序实体数量。
|
|
5041
5064
|
*/
|
|
5042
5065
|
Count: number
|
|
5043
5066
|
}
|
|
@@ -5127,48 +5150,60 @@ export interface WebAttackEvent {
|
|
|
5127
5150
|
*/
|
|
5128
5151
|
export interface DescribeDDosAttackTopDataRequest {
|
|
5129
5152
|
/**
|
|
5130
|
-
*
|
|
5153
|
+
* 开始时间。
|
|
5131
5154
|
*/
|
|
5132
5155
|
StartTime: string
|
|
5133
5156
|
|
|
5134
5157
|
/**
|
|
5135
|
-
*
|
|
5158
|
+
* 结束时间。
|
|
5136
5159
|
*/
|
|
5137
5160
|
EndTime: string
|
|
5138
5161
|
|
|
5139
5162
|
/**
|
|
5140
|
-
|
|
5141
|
-
|
|
5163
|
+
* 统计指标列表,取值有:
|
|
5164
|
+
<li>ddos_attackFlux_protocol :攻击总流量协议类型分布排行 ;</li>
|
|
5165
|
+
<li>ddos_attackPackageNum_protocol :攻击总包量协议类型分布排行 ;</li>
|
|
5166
|
+
<li>ddos_attackNum_attackType :攻击总次数攻击类型分布排行 ;</li>
|
|
5167
|
+
<li>ddos_attackNum_sregion :攻击总次数攻击源地区分布排行 ;</li>
|
|
5168
|
+
<li>ddos_attackFlux_sip :攻击总流量攻击源ip分布排行 ;</li>
|
|
5169
|
+
<li>ddos_attackFlux_sregion :攻击总流量攻击源地区分布排行 。</li>
|
|
5170
|
+
*/
|
|
5142
5171
|
MetricName: string
|
|
5143
5172
|
|
|
5144
5173
|
/**
|
|
5145
|
-
*
|
|
5174
|
+
* 查询前多少个,传值为0返回全量。
|
|
5146
5175
|
*/
|
|
5147
5176
|
Limit: number
|
|
5148
5177
|
|
|
5149
5178
|
/**
|
|
5150
|
-
*
|
|
5179
|
+
* 站点id集合,不填默认选择全部站点。
|
|
5151
5180
|
*/
|
|
5152
5181
|
ZoneIds?: Array<string>
|
|
5153
5182
|
|
|
5154
5183
|
/**
|
|
5155
|
-
* ddos策略组id
|
|
5184
|
+
* ddos策略组id 集合,不填默认选择全部策略id。
|
|
5156
5185
|
*/
|
|
5157
5186
|
PolicyIds?: Array<number>
|
|
5158
5187
|
|
|
5159
5188
|
/**
|
|
5160
|
-
*
|
|
5189
|
+
* 端口号。
|
|
5161
5190
|
*/
|
|
5162
5191
|
Port?: number
|
|
5163
5192
|
|
|
5164
5193
|
/**
|
|
5165
|
-
|
|
5166
|
-
|
|
5194
|
+
* 协议类型,取值有:
|
|
5195
|
+
<li>tcp ;</li>
|
|
5196
|
+
<li>udp ;</li>
|
|
5197
|
+
<li>all 。</li>
|
|
5198
|
+
*/
|
|
5167
5199
|
ProtocolType?: string
|
|
5168
5200
|
|
|
5169
5201
|
/**
|
|
5170
|
-
|
|
5171
|
-
|
|
5202
|
+
* 攻击类型,取值有:
|
|
5203
|
+
<li>flood ;</li>
|
|
5204
|
+
<li>icmpFlood ;</li>
|
|
5205
|
+
<li>all 。</li>
|
|
5206
|
+
*/
|
|
5172
5207
|
AttackType?: string
|
|
5173
5208
|
}
|
|
5174
5209
|
|
|
@@ -5192,48 +5227,62 @@ export interface CreateApplicationProxyRuleResponse {
|
|
|
5192
5227
|
*/
|
|
5193
5228
|
export interface DescribeDDosAttackDataRequest {
|
|
5194
5229
|
/**
|
|
5195
|
-
*
|
|
5230
|
+
* 开始时间。
|
|
5196
5231
|
*/
|
|
5197
5232
|
StartTime: string
|
|
5198
5233
|
|
|
5199
5234
|
/**
|
|
5200
|
-
*
|
|
5235
|
+
* 结束时间。
|
|
5201
5236
|
*/
|
|
5202
5237
|
EndTime: string
|
|
5203
5238
|
|
|
5204
5239
|
/**
|
|
5205
|
-
|
|
5206
|
-
|
|
5240
|
+
* 统计指标列表,取值有:
|
|
5241
|
+
<li>ddos_attackMaxBandwidth :攻击带宽峰值 ;</li>
|
|
5242
|
+
<li>ddos_attackMaxPackageRate:攻击包速率峰值 ;</li>
|
|
5243
|
+
<li>ddos_attackBandwidth :攻击带宽曲线 ;</li>
|
|
5244
|
+
<li>ddos_attackPackageRate :攻击包速率曲线 。</li>
|
|
5245
|
+
*/
|
|
5207
5246
|
MetricNames: Array<string>
|
|
5208
5247
|
|
|
5209
5248
|
/**
|
|
5210
|
-
* 站点id
|
|
5249
|
+
* 站点id列表,不填默认选择全部站点。
|
|
5211
5250
|
*/
|
|
5212
5251
|
ZoneIds?: Array<string>
|
|
5213
5252
|
|
|
5214
5253
|
/**
|
|
5215
|
-
* ddos策略组id
|
|
5254
|
+
* ddos策略组id列表,不填默认选择全部策略id。
|
|
5216
5255
|
*/
|
|
5217
5256
|
PolicyIds?: Array<number>
|
|
5218
5257
|
|
|
5219
5258
|
/**
|
|
5220
|
-
*
|
|
5259
|
+
* 端口号。
|
|
5221
5260
|
*/
|
|
5222
5261
|
Port?: number
|
|
5223
5262
|
|
|
5224
5263
|
/**
|
|
5225
|
-
|
|
5226
|
-
|
|
5264
|
+
* 协议类型,取值有:
|
|
5265
|
+
<li>tcp ;</li>
|
|
5266
|
+
<li>udp ;</li>
|
|
5267
|
+
<li>all 。</li>
|
|
5268
|
+
*/
|
|
5227
5269
|
ProtocolType?: string
|
|
5228
5270
|
|
|
5229
5271
|
/**
|
|
5230
|
-
|
|
5231
|
-
|
|
5272
|
+
* 攻击类型,取值有:
|
|
5273
|
+
<li>flood ;</li>
|
|
5274
|
+
<li>icmpFlood ;</li>
|
|
5275
|
+
<li>all 。</li>
|
|
5276
|
+
*/
|
|
5232
5277
|
AttackType?: string
|
|
5233
5278
|
|
|
5234
5279
|
/**
|
|
5235
|
-
|
|
5236
|
-
|
|
5280
|
+
* 查询时间粒度,取值有:
|
|
5281
|
+
<li>min :1分钟 ;</li>
|
|
5282
|
+
<li>5min :5分钟 ;</li>
|
|
5283
|
+
<li>hour :1小时 ;</li>
|
|
5284
|
+
<li>day :1天 。</li>
|
|
5285
|
+
*/
|
|
5237
5286
|
Interval?: string
|
|
5238
5287
|
}
|
|
5239
5288
|
|
|
@@ -5364,13 +5413,13 @@ export interface RateLimitTemplateDetail {
|
|
|
5364
5413
|
*/
|
|
5365
5414
|
export interface TimingDataItem {
|
|
5366
5415
|
/**
|
|
5367
|
-
* 秒级时间戳
|
|
5416
|
+
* 返回数据对应时间点,采用unix秒级时间戳
|
|
5368
5417
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5369
5418
|
*/
|
|
5370
5419
|
Timestamp: number
|
|
5371
5420
|
|
|
5372
5421
|
/**
|
|
5373
|
-
*
|
|
5422
|
+
* 具体数值
|
|
5374
5423
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5375
5424
|
*/
|
|
5376
5425
|
Value: number
|
|
@@ -6295,17 +6344,19 @@ export interface VanityNameServersIps {
|
|
|
6295
6344
|
*/
|
|
6296
6345
|
export interface DescribeDDosAttackSourceEventResponse {
|
|
6297
6346
|
/**
|
|
6298
|
-
* DDos
|
|
6347
|
+
* DDos攻击源数据。
|
|
6299
6348
|
*/
|
|
6300
6349
|
Data: DDosAttackSourceEventData
|
|
6301
6350
|
|
|
6302
6351
|
/**
|
|
6303
|
-
|
|
6304
|
-
|
|
6352
|
+
* 请求响应状态,取值有:
|
|
6353
|
+
<li>1 :失败 ;</li>
|
|
6354
|
+
<li>0 :成功 。</li>
|
|
6355
|
+
*/
|
|
6305
6356
|
Status: number
|
|
6306
6357
|
|
|
6307
6358
|
/**
|
|
6308
|
-
*
|
|
6359
|
+
* 请求响应信息。
|
|
6309
6360
|
*/
|
|
6310
6361
|
Msg: string
|
|
6311
6362
|
|
|
@@ -6345,13 +6396,13 @@ export interface DescribeDDoSPolicyRequest {
|
|
|
6345
6396
|
*/
|
|
6346
6397
|
export interface SecEntry {
|
|
6347
6398
|
/**
|
|
6348
|
-
*
|
|
6399
|
+
* 查询维度值。
|
|
6349
6400
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6350
6401
|
*/
|
|
6351
6402
|
Key: string
|
|
6352
6403
|
|
|
6353
6404
|
/**
|
|
6354
|
-
*
|
|
6405
|
+
* 查询维度下详细数据。
|
|
6355
6406
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6356
6407
|
*/
|
|
6357
6408
|
Value: Array<SecEntryValue>
|
|
@@ -6362,37 +6413,40 @@ export interface SecEntry {
|
|
|
6362
6413
|
*/
|
|
6363
6414
|
export interface DescribeDDosMajorAttackEventRequest {
|
|
6364
6415
|
/**
|
|
6365
|
-
*
|
|
6416
|
+
* 开始时间。
|
|
6366
6417
|
*/
|
|
6367
6418
|
StartTime: string
|
|
6368
6419
|
|
|
6369
6420
|
/**
|
|
6370
|
-
*
|
|
6421
|
+
* 结束时间。
|
|
6371
6422
|
*/
|
|
6372
6423
|
EndTime: string
|
|
6373
6424
|
|
|
6374
6425
|
/**
|
|
6375
|
-
*
|
|
6426
|
+
* 分页拉取的最大返回结果数。最大值:1000。
|
|
6376
6427
|
*/
|
|
6377
6428
|
PageSize: number
|
|
6378
6429
|
|
|
6379
6430
|
/**
|
|
6380
|
-
*
|
|
6431
|
+
* 分页拉取的起始页号。最小值:1。
|
|
6381
6432
|
*/
|
|
6382
6433
|
PageNo: number
|
|
6383
6434
|
|
|
6384
6435
|
/**
|
|
6385
|
-
* ddos 策略组id
|
|
6436
|
+
* ddos 策略组id集合,不填默认选择全部策略id。
|
|
6386
6437
|
*/
|
|
6387
6438
|
PolicyIds?: Array<number>
|
|
6388
6439
|
|
|
6389
6440
|
/**
|
|
6390
|
-
|
|
6391
|
-
|
|
6441
|
+
* 协议类型,取值有:
|
|
6442
|
+
<li>tcp ;</li>
|
|
6443
|
+
<li>udp ;</li>
|
|
6444
|
+
<li>all 。</li>
|
|
6445
|
+
*/
|
|
6392
6446
|
ProtocolType?: string
|
|
6393
6447
|
|
|
6394
6448
|
/**
|
|
6395
|
-
*
|
|
6449
|
+
* 站点id列表,不填默认选择全部站点。
|
|
6396
6450
|
*/
|
|
6397
6451
|
ZoneIds?: Array<string>
|
|
6398
6452
|
}
|
|
@@ -6487,31 +6541,31 @@ export type DescribeSecurityPolicyRegionsRequest = null
|
|
|
6487
6541
|
*/
|
|
6488
6542
|
export interface SecEntryValue {
|
|
6489
6543
|
/**
|
|
6490
|
-
*
|
|
6544
|
+
* 指标名称。
|
|
6491
6545
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6492
6546
|
*/
|
|
6493
6547
|
Metric: string
|
|
6494
6548
|
|
|
6495
6549
|
/**
|
|
6496
|
-
*
|
|
6550
|
+
* 时序数据详情。
|
|
6497
6551
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6498
6552
|
*/
|
|
6499
6553
|
Detail: Array<TimingDataItem>
|
|
6500
6554
|
|
|
6501
6555
|
/**
|
|
6502
|
-
*
|
|
6556
|
+
* 最大值。
|
|
6503
6557
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6504
6558
|
*/
|
|
6505
6559
|
Max: number
|
|
6506
6560
|
|
|
6507
6561
|
/**
|
|
6508
|
-
*
|
|
6562
|
+
* 平均值。
|
|
6509
6563
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6510
6564
|
*/
|
|
6511
6565
|
Avg: number
|
|
6512
6566
|
|
|
6513
6567
|
/**
|
|
6514
|
-
*
|
|
6568
|
+
* 数据总和。
|
|
6515
6569
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6516
6570
|
*/
|
|
6517
6571
|
Sum: number
|
|
@@ -6639,43 +6693,48 @@ export interface ModifyDefaultCertificateResponse {
|
|
|
6639
6693
|
*/
|
|
6640
6694
|
export interface DescribeDDosAttackEventRequest {
|
|
6641
6695
|
/**
|
|
6642
|
-
*
|
|
6696
|
+
* 开始时间。
|
|
6643
6697
|
*/
|
|
6644
6698
|
StartTime: string
|
|
6645
6699
|
|
|
6646
6700
|
/**
|
|
6647
|
-
*
|
|
6701
|
+
* 结束时间。
|
|
6648
6702
|
*/
|
|
6649
6703
|
EndTime: string
|
|
6650
6704
|
|
|
6651
6705
|
/**
|
|
6652
|
-
*
|
|
6706
|
+
* 分页拉取的最大返回结果数。最大值:1000。
|
|
6653
6707
|
*/
|
|
6654
6708
|
PageSize: number
|
|
6655
6709
|
|
|
6656
6710
|
/**
|
|
6657
|
-
*
|
|
6711
|
+
* 分页拉取的起始页号。最小值:1。
|
|
6658
6712
|
*/
|
|
6659
6713
|
PageNo: number
|
|
6660
6714
|
|
|
6661
6715
|
/**
|
|
6662
|
-
* ddos策略组id
|
|
6716
|
+
* ddos策略组id列表,不填默认选择全部策略Id。
|
|
6663
6717
|
*/
|
|
6664
6718
|
PolicyIds?: Array<number>
|
|
6665
6719
|
|
|
6666
6720
|
/**
|
|
6667
|
-
*
|
|
6721
|
+
* 站点id列表,不填默认选择全部站点。
|
|
6668
6722
|
*/
|
|
6669
6723
|
ZoneIds?: Array<string>
|
|
6670
6724
|
|
|
6671
6725
|
/**
|
|
6672
|
-
|
|
6673
|
-
|
|
6726
|
+
* 协议类型,取值有:
|
|
6727
|
+
<li>tcp ;</li>
|
|
6728
|
+
<li>udp ;</li>
|
|
6729
|
+
<li>all 。</li>
|
|
6730
|
+
*/
|
|
6674
6731
|
ProtocolType?: string
|
|
6675
6732
|
|
|
6676
6733
|
/**
|
|
6677
|
-
|
|
6678
|
-
|
|
6734
|
+
* 是否展示详情,取值有:
|
|
6735
|
+
<li>Y :展示 ;</li>
|
|
6736
|
+
<li>N :不展示 。</li>默认为Y。
|
|
6737
|
+
*/
|
|
6679
6738
|
IsShowDetail?: string
|
|
6680
6739
|
}
|
|
6681
6740
|
|
|
@@ -7013,17 +7072,19 @@ export interface CacheConfig {
|
|
|
7013
7072
|
*/
|
|
7014
7073
|
export interface DescribeDDosAttackEventDetailResponse {
|
|
7015
7074
|
/**
|
|
7016
|
-
* DDos
|
|
7075
|
+
* DDos攻击事件详情。
|
|
7017
7076
|
*/
|
|
7018
7077
|
Data: DDosAttackEventDetailData
|
|
7019
7078
|
|
|
7020
7079
|
/**
|
|
7021
|
-
|
|
7022
|
-
|
|
7080
|
+
* 请求响应状态,取值有:
|
|
7081
|
+
<li>1 :失败 ;</li>
|
|
7082
|
+
<li>0 :成功 。</li>
|
|
7083
|
+
*/
|
|
7023
7084
|
Status: number
|
|
7024
7085
|
|
|
7025
7086
|
/**
|
|
7026
|
-
*
|
|
7087
|
+
* 请求响应信息。
|
|
7027
7088
|
*/
|
|
7028
7089
|
Msg: string
|
|
7029
7090
|
|
|
@@ -7157,39 +7218,60 @@ export interface ModifyZoneCnameSpeedUpResponse {
|
|
|
7157
7218
|
*/
|
|
7158
7219
|
export interface DescribeWebProtectionLogRequest {
|
|
7159
7220
|
/**
|
|
7160
|
-
*
|
|
7221
|
+
* 起始时间。
|
|
7161
7222
|
*/
|
|
7162
7223
|
StartTime: string
|
|
7163
7224
|
|
|
7164
7225
|
/**
|
|
7165
|
-
*
|
|
7226
|
+
* 结束时间。
|
|
7166
7227
|
*/
|
|
7167
7228
|
EndTime: string
|
|
7168
7229
|
|
|
7169
7230
|
/**
|
|
7170
|
-
*
|
|
7231
|
+
* 分页拉取的最大返回结果数。最大值:1000。
|
|
7171
7232
|
*/
|
|
7172
7233
|
PageSize: number
|
|
7173
7234
|
|
|
7174
7235
|
/**
|
|
7175
|
-
*
|
|
7236
|
+
* 分页拉取的起始页号。最小值:1。
|
|
7176
7237
|
*/
|
|
7177
7238
|
PageNo: number
|
|
7178
7239
|
|
|
7179
7240
|
/**
|
|
7180
|
-
*
|
|
7241
|
+
* 站点集合,不填默认查询所有站点。
|
|
7181
7242
|
*/
|
|
7182
7243
|
ZoneIds?: Array<string>
|
|
7183
7244
|
|
|
7184
7245
|
/**
|
|
7185
|
-
*
|
|
7246
|
+
* 域名集合,不填默认查询所有域名。
|
|
7186
7247
|
*/
|
|
7187
7248
|
Domains?: Array<string>
|
|
7188
7249
|
|
|
7189
7250
|
/**
|
|
7190
|
-
|
|
7191
|
-
|
|
7251
|
+
* 筛选条件。
|
|
7252
|
+
限速规则日志中取值有:
|
|
7253
|
+
<li>action :执行动作(处置方式);</li>
|
|
7254
|
+
<li>ruleId :规则id ;</li>
|
|
7255
|
+
<li>oriDomain :被攻击的子域名 ;</li>
|
|
7256
|
+
<li>attackIp :攻击ip 。</li>
|
|
7257
|
+
自定义规则日志中取值有:
|
|
7258
|
+
<li>action :执行动作(处置方式);</li>
|
|
7259
|
+
<li>ruleId :规则id ;</li>
|
|
7260
|
+
<li>oriDomain :被攻击的子域名 ;</li>
|
|
7261
|
+
<li>attackIp :攻击ip ;</li>
|
|
7262
|
+
<li>eventId :事件id ;</li>
|
|
7263
|
+
<li>ua :用户代理 ;</li>
|
|
7264
|
+
<li>requestMethod :请求方法 ;</li>
|
|
7265
|
+
<li>uri :统一资源标识符 。</li>
|
|
7266
|
+
*/
|
|
7192
7267
|
QueryCondition?: Array<QueryCondition>
|
|
7268
|
+
|
|
7269
|
+
/**
|
|
7270
|
+
* 日志类型,取值有:
|
|
7271
|
+
<li>rate :限速日志 ;</li>
|
|
7272
|
+
<li>acl :自定义规则日志 。</li>不填默认为rate。
|
|
7273
|
+
*/
|
|
7274
|
+
EntityType?: string
|
|
7193
7275
|
}
|
|
7194
7276
|
|
|
7195
7277
|
/**
|
|
@@ -7197,33 +7279,29 @@ export interface DescribeWebProtectionLogRequest {
|
|
|
7197
7279
|
*/
|
|
7198
7280
|
export interface CCLogData {
|
|
7199
7281
|
/**
|
|
7200
|
-
* CC
|
|
7282
|
+
* CC拦截日志数据集合。
|
|
7201
7283
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7202
7284
|
*/
|
|
7203
7285
|
List: Array<CCLog>
|
|
7204
7286
|
|
|
7205
7287
|
/**
|
|
7206
|
-
|
|
7207
|
-
|
|
7208
|
-
*/
|
|
7288
|
+
* 分页拉取的起始页号。最小值:1。
|
|
7289
|
+
*/
|
|
7209
7290
|
PageNo: number
|
|
7210
7291
|
|
|
7211
7292
|
/**
|
|
7212
|
-
|
|
7213
|
-
|
|
7214
|
-
*/
|
|
7293
|
+
* 分页拉取的最大返回结果数。最大值:1000。
|
|
7294
|
+
*/
|
|
7215
7295
|
PageSize: number
|
|
7216
7296
|
|
|
7217
7297
|
/**
|
|
7218
|
-
|
|
7219
|
-
|
|
7220
|
-
*/
|
|
7298
|
+
* 总页数。
|
|
7299
|
+
*/
|
|
7221
7300
|
Pages: number
|
|
7222
7301
|
|
|
7223
7302
|
/**
|
|
7224
|
-
|
|
7225
|
-
|
|
7226
|
-
*/
|
|
7303
|
+
* 总条数。
|
|
7304
|
+
*/
|
|
7227
7305
|
TotalSize: number
|
|
7228
7306
|
}
|
|
7229
7307
|
|
|
@@ -7415,17 +7493,19 @@ export interface CnameStatus {
|
|
|
7415
7493
|
*/
|
|
7416
7494
|
export interface DescribeDDosMajorAttackEventResponse {
|
|
7417
7495
|
/**
|
|
7418
|
-
* DDos
|
|
7496
|
+
* DDos查询主攻击事件。
|
|
7419
7497
|
*/
|
|
7420
7498
|
Data: DDosMajorAttackEventData
|
|
7421
7499
|
|
|
7422
7500
|
/**
|
|
7423
|
-
|
|
7424
|
-
|
|
7501
|
+
* 请求响应状态,取值有:
|
|
7502
|
+
<li>1 :失败 ;</li>
|
|
7503
|
+
<li>0 :成功 。</li>
|
|
7504
|
+
*/
|
|
7425
7505
|
Status: number
|
|
7426
7506
|
|
|
7427
7507
|
/**
|
|
7428
|
-
*
|
|
7508
|
+
* 请求响应消息。
|
|
7429
7509
|
*/
|
|
7430
7510
|
Msg: string
|
|
7431
7511
|
|
|
@@ -7683,38 +7763,46 @@ export interface DeleteDnsRecordsResponse {
|
|
|
7683
7763
|
*/
|
|
7684
7764
|
export interface DescribeBotLogRequest {
|
|
7685
7765
|
/**
|
|
7686
|
-
*
|
|
7766
|
+
* 起始时间。
|
|
7687
7767
|
*/
|
|
7688
7768
|
StartTime: string
|
|
7689
7769
|
|
|
7690
7770
|
/**
|
|
7691
|
-
*
|
|
7771
|
+
* 结束时间。
|
|
7692
7772
|
*/
|
|
7693
7773
|
EndTime: string
|
|
7694
7774
|
|
|
7695
7775
|
/**
|
|
7696
|
-
*
|
|
7776
|
+
* 分页拉取的最大返回结果数。最大值:1000。
|
|
7697
7777
|
*/
|
|
7698
7778
|
PageSize: number
|
|
7699
7779
|
|
|
7700
7780
|
/**
|
|
7701
|
-
*
|
|
7781
|
+
* 分页拉取的起始页号。最小值:1。
|
|
7702
7782
|
*/
|
|
7703
7783
|
PageNo: number
|
|
7704
7784
|
|
|
7705
7785
|
/**
|
|
7706
|
-
*
|
|
7786
|
+
* 站点集合,不填默认查询所有站点。
|
|
7707
7787
|
*/
|
|
7708
7788
|
ZoneIds?: Array<string>
|
|
7709
7789
|
|
|
7710
7790
|
/**
|
|
7711
|
-
*
|
|
7791
|
+
* 域名集合,不填默认查询所有子域名。
|
|
7712
7792
|
*/
|
|
7713
7793
|
Domains?: Array<string>
|
|
7714
7794
|
|
|
7715
7795
|
/**
|
|
7716
|
-
|
|
7717
|
-
|
|
7796
|
+
* 筛选条件,取值有:
|
|
7797
|
+
<li>action :执行动作(处置方式);</li>
|
|
7798
|
+
<li>sipCountryCode :ip所在国家 ;</li>
|
|
7799
|
+
<li>attackIp :攻击ip ;</li>
|
|
7800
|
+
<li>ruleId :规则id ;</li>
|
|
7801
|
+
<li>eventId :事件id ;</li>
|
|
7802
|
+
<li>ua :用户代理 ;</li>
|
|
7803
|
+
<li>requestMethod :请求方法 ;</li>
|
|
7804
|
+
<li>uri :统一资源标识符 。</li>
|
|
7805
|
+
*/
|
|
7718
7806
|
QueryCondition?: Array<QueryCondition>
|
|
7719
7807
|
}
|
|
7720
7808
|
|
|
@@ -7763,42 +7851,45 @@ export interface DownloadL7LogsResponse {
|
|
|
7763
7851
|
*/
|
|
7764
7852
|
export interface DDosAttackEventDetailData {
|
|
7765
7853
|
/**
|
|
7766
|
-
|
|
7767
|
-
|
|
7854
|
+
* 攻击状态,取值有:
|
|
7855
|
+
<li>1 :观察中 ;</li>
|
|
7856
|
+
<li>2 :攻击开始 ;</li>
|
|
7857
|
+
<li>3 :攻击结束 。</li>
|
|
7858
|
+
*/
|
|
7768
7859
|
AttackStatus: number
|
|
7769
7860
|
|
|
7770
7861
|
/**
|
|
7771
|
-
*
|
|
7862
|
+
* 攻击类型。
|
|
7772
7863
|
*/
|
|
7773
7864
|
AttackType: string
|
|
7774
7865
|
|
|
7775
7866
|
/**
|
|
7776
|
-
*
|
|
7867
|
+
* 结束时间。
|
|
7777
7868
|
*/
|
|
7778
7869
|
EndTime: number
|
|
7779
7870
|
|
|
7780
7871
|
/**
|
|
7781
|
-
*
|
|
7872
|
+
* 开始时间。
|
|
7782
7873
|
*/
|
|
7783
7874
|
StartTime: number
|
|
7784
7875
|
|
|
7785
7876
|
/**
|
|
7786
|
-
*
|
|
7877
|
+
* 最大带宽。
|
|
7787
7878
|
*/
|
|
7788
7879
|
MaxBandWidth: number
|
|
7789
7880
|
|
|
7790
7881
|
/**
|
|
7791
|
-
*
|
|
7882
|
+
* 最大包速率。
|
|
7792
7883
|
*/
|
|
7793
7884
|
PacketMaxRate: number
|
|
7794
7885
|
|
|
7795
7886
|
/**
|
|
7796
|
-
* 事件Id
|
|
7887
|
+
* 事件Id。
|
|
7797
7888
|
*/
|
|
7798
7889
|
EventId: string
|
|
7799
7890
|
|
|
7800
7891
|
/**
|
|
7801
|
-
* ddos 策略组id
|
|
7892
|
+
* ddos 策略组id。
|
|
7802
7893
|
*/
|
|
7803
7894
|
PolicyId: number
|
|
7804
7895
|
}
|
|
@@ -7938,24 +8029,30 @@ export interface DescribeZoneDDoSPolicyRequest {
|
|
|
7938
8029
|
*/
|
|
7939
8030
|
export interface DescribeDDosAttackDataResponse {
|
|
7940
8031
|
/**
|
|
7941
|
-
* DDos
|
|
8032
|
+
* DDos攻击数据内容。
|
|
7942
8033
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7943
8034
|
*/
|
|
7944
8035
|
Data: Array<SecEntry>
|
|
7945
8036
|
|
|
7946
8037
|
/**
|
|
7947
|
-
|
|
7948
|
-
|
|
8038
|
+
* 请求响应状态,取值有:
|
|
8039
|
+
<li>1 :失败 ;</li>
|
|
8040
|
+
<li>0 :成功 。</li>
|
|
8041
|
+
*/
|
|
7949
8042
|
Status: number
|
|
7950
8043
|
|
|
7951
8044
|
/**
|
|
7952
|
-
*
|
|
8045
|
+
* 请求响应信息。
|
|
7953
8046
|
*/
|
|
7954
8047
|
Msg: string
|
|
7955
8048
|
|
|
7956
8049
|
/**
|
|
7957
|
-
|
|
7958
|
-
|
|
8050
|
+
* 查询时间粒度,取值有:
|
|
8051
|
+
<li>min :1分钟 ;</li>
|
|
8052
|
+
<li>5min :5分钟 ;</li>
|
|
8053
|
+
<li>hour :1小时 ;</li>
|
|
8054
|
+
<li>day :1天 。</li>
|
|
8055
|
+
*/
|
|
7959
8056
|
Interval: string
|
|
7960
8057
|
|
|
7961
8058
|
/**
|
|
@@ -7969,38 +8066,49 @@ export interface DescribeDDosAttackDataResponse {
|
|
|
7969
8066
|
*/
|
|
7970
8067
|
export interface DescribeWebManagedRulesLogRequest {
|
|
7971
8068
|
/**
|
|
7972
|
-
*
|
|
8069
|
+
* 起始时间。
|
|
7973
8070
|
*/
|
|
7974
8071
|
StartTime: string
|
|
7975
8072
|
|
|
7976
8073
|
/**
|
|
7977
|
-
*
|
|
8074
|
+
* 结束时间。
|
|
7978
8075
|
*/
|
|
7979
8076
|
EndTime: string
|
|
7980
8077
|
|
|
7981
8078
|
/**
|
|
7982
|
-
*
|
|
8079
|
+
* 分页拉取的最大返回结果数。最大值:1000。
|
|
7983
8080
|
*/
|
|
7984
8081
|
PageSize: number
|
|
7985
8082
|
|
|
7986
8083
|
/**
|
|
7987
|
-
*
|
|
8084
|
+
* 分页拉取的起始页号。最小值:1。
|
|
7988
8085
|
*/
|
|
7989
8086
|
PageNo: number
|
|
7990
8087
|
|
|
7991
8088
|
/**
|
|
7992
|
-
*
|
|
8089
|
+
* 站点集合,不填默认选择全部站点。
|
|
7993
8090
|
*/
|
|
7994
8091
|
ZoneIds?: Array<string>
|
|
7995
8092
|
|
|
7996
8093
|
/**
|
|
7997
|
-
*
|
|
8094
|
+
* 域名集合,不填默认选择全部子域名。
|
|
7998
8095
|
*/
|
|
7999
8096
|
Domains?: Array<string>
|
|
8000
8097
|
|
|
8001
8098
|
/**
|
|
8002
|
-
|
|
8003
|
-
|
|
8099
|
+
* 筛选条件,取值有:
|
|
8100
|
+
<li>attackType :攻击类型 ;</li>
|
|
8101
|
+
<li>riskLevel :风险等级 ;</li>
|
|
8102
|
+
<li>action :执行动作(处置方式) ;</li>
|
|
8103
|
+
<li>ruleId :规则id ;</li>
|
|
8104
|
+
<li>sipCountryCode :ip所在国家 ;</li>
|
|
8105
|
+
<li>attackIp :攻击ip ;</li>
|
|
8106
|
+
<li>oriDomain :被攻击的子域名 ;</li>
|
|
8107
|
+
<li>eventId :事件id ;</li>
|
|
8108
|
+
<li>ua :用户代理 ;</li>
|
|
8109
|
+
<li>requestMethod :请求方法 ;</li>
|
|
8110
|
+
<li>uri :统一资源标识符 。</li>
|
|
8111
|
+
*/
|
|
8004
8112
|
QueryCondition?: Array<QueryCondition>
|
|
8005
8113
|
}
|
|
8006
8114
|
|
|
@@ -8024,54 +8132,72 @@ export interface CreateApplicationProxyRulesResponse {
|
|
|
8024
8132
|
*/
|
|
8025
8133
|
export interface DescribeWebManagedRulesTopDataRequest {
|
|
8026
8134
|
/**
|
|
8027
|
-
*
|
|
8135
|
+
* 开始时间。
|
|
8028
8136
|
*/
|
|
8029
8137
|
StartTime: string
|
|
8030
8138
|
|
|
8031
8139
|
/**
|
|
8032
|
-
*
|
|
8140
|
+
* 结束时间。
|
|
8033
8141
|
*/
|
|
8034
8142
|
EndTime: string
|
|
8035
8143
|
|
|
8036
8144
|
/**
|
|
8037
|
-
|
|
8038
|
-
|
|
8145
|
+
* 统计指标列表,取值有:
|
|
8146
|
+
<li>waf_requestNum_url :url请求数排行 ;</li>
|
|
8147
|
+
<li>waf_requestNum_cip:客户端ip请求数排行 ;</li>
|
|
8148
|
+
<li>waf_cipRequestNum_region :客户端区域请求数排行 。</li>
|
|
8149
|
+
*/
|
|
8039
8150
|
MetricName: string
|
|
8040
8151
|
|
|
8041
8152
|
/**
|
|
8042
|
-
*
|
|
8153
|
+
* 查询前多少个,传值为0返回全量。
|
|
8043
8154
|
*/
|
|
8044
8155
|
Limit: number
|
|
8045
8156
|
|
|
8046
8157
|
/**
|
|
8047
|
-
*
|
|
8158
|
+
* 站点id列表,不填默认选择全部站点。
|
|
8048
8159
|
*/
|
|
8049
8160
|
ZoneIds?: Array<string>
|
|
8050
8161
|
|
|
8051
8162
|
/**
|
|
8052
|
-
*
|
|
8163
|
+
* 该字段已废弃,请勿传。
|
|
8053
8164
|
*/
|
|
8054
8165
|
PolicyIds?: Array<number>
|
|
8055
8166
|
|
|
8056
8167
|
/**
|
|
8057
|
-
*
|
|
8168
|
+
* 该字段已废弃,请勿传。
|
|
8058
8169
|
*/
|
|
8059
8170
|
Port?: number
|
|
8060
8171
|
|
|
8061
8172
|
/**
|
|
8062
|
-
*
|
|
8173
|
+
* 该字段已废弃,请勿传。
|
|
8063
8174
|
*/
|
|
8064
8175
|
ProtocolType?: string
|
|
8065
8176
|
|
|
8066
8177
|
/**
|
|
8067
|
-
*
|
|
8178
|
+
* 该字段已废弃,请勿传。
|
|
8068
8179
|
*/
|
|
8069
8180
|
AttackType?: string
|
|
8070
8181
|
|
|
8071
8182
|
/**
|
|
8072
|
-
*
|
|
8183
|
+
* 域名列表,不填默认选择全部子域名。
|
|
8073
8184
|
*/
|
|
8074
8185
|
Domains?: Array<string>
|
|
8186
|
+
|
|
8187
|
+
/**
|
|
8188
|
+
* 查询时间粒度,取值有:
|
|
8189
|
+
<li>min :1分钟 ;</li>
|
|
8190
|
+
<li>5min :5分钟 ;</li>
|
|
8191
|
+
<li>hour :1小时 ;</li>
|
|
8192
|
+
<li>day :1天 。</li>
|
|
8193
|
+
*/
|
|
8194
|
+
Interval?: string
|
|
8195
|
+
|
|
8196
|
+
/**
|
|
8197
|
+
* 筛选条件,取值有:
|
|
8198
|
+
<li>action :执行动作 。</li>
|
|
8199
|
+
*/
|
|
8200
|
+
QueryCondition?: Array<QueryCondition>
|
|
8075
8201
|
}
|
|
8076
8202
|
|
|
8077
8203
|
/**
|
|
@@ -8122,17 +8248,17 @@ export interface DescribeIdentificationResponse {
|
|
|
8122
8248
|
*/
|
|
8123
8249
|
export interface DDosMajorAttackEvent {
|
|
8124
8250
|
/**
|
|
8125
|
-
* ddos 策略组id
|
|
8251
|
+
* ddos 策略组id。
|
|
8126
8252
|
*/
|
|
8127
8253
|
PolicyId: number
|
|
8128
8254
|
|
|
8129
8255
|
/**
|
|
8130
|
-
*
|
|
8256
|
+
* 攻击最大带宽。
|
|
8131
8257
|
*/
|
|
8132
8258
|
AttackMaxBandWidth: number
|
|
8133
8259
|
|
|
8134
8260
|
/**
|
|
8135
|
-
*
|
|
8261
|
+
* 攻击请求时间,采用unix秒级时间戳。
|
|
8136
8262
|
*/
|
|
8137
8263
|
AttackTime: number
|
|
8138
8264
|
}
|
|
@@ -8301,17 +8427,19 @@ export interface DDoSUserAllowBlockIP {
|
|
|
8301
8427
|
*/
|
|
8302
8428
|
export interface DescribeBotLogResponse {
|
|
8303
8429
|
/**
|
|
8304
|
-
* Bot
|
|
8430
|
+
* Bot攻击数据内容。
|
|
8305
8431
|
*/
|
|
8306
8432
|
Data: BotLogData
|
|
8307
8433
|
|
|
8308
8434
|
/**
|
|
8309
|
-
|
|
8310
|
-
|
|
8435
|
+
* 请求响应状态,取值有:
|
|
8436
|
+
<li>1 :失败 ;</li>
|
|
8437
|
+
<li>0 :成功 。</li>
|
|
8438
|
+
*/
|
|
8311
8439
|
Status: number
|
|
8312
8440
|
|
|
8313
8441
|
/**
|
|
8314
|
-
*
|
|
8442
|
+
* 请求响应信息。
|
|
8315
8443
|
*/
|
|
8316
8444
|
Msg: string
|
|
8317
8445
|
|
|
@@ -8346,24 +8474,30 @@ export interface DescribeLoadBalancingResponse {
|
|
|
8346
8474
|
*/
|
|
8347
8475
|
export interface DescribeWebProtectionDataResponse {
|
|
8348
8476
|
/**
|
|
8349
|
-
*
|
|
8477
|
+
* 数据详情。
|
|
8350
8478
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8351
8479
|
*/
|
|
8352
8480
|
Data: Array<SecEntry>
|
|
8353
8481
|
|
|
8354
8482
|
/**
|
|
8355
|
-
|
|
8356
|
-
|
|
8483
|
+
* 请求响应状态,取值有:
|
|
8484
|
+
<li>1 :失败 ;</li>
|
|
8485
|
+
<li>0 :成功 。</li>
|
|
8486
|
+
*/
|
|
8357
8487
|
Status: number
|
|
8358
8488
|
|
|
8359
8489
|
/**
|
|
8360
|
-
*
|
|
8490
|
+
* 请求响应消息。
|
|
8361
8491
|
*/
|
|
8362
8492
|
Msg: string
|
|
8363
8493
|
|
|
8364
8494
|
/**
|
|
8365
|
-
|
|
8366
|
-
|
|
8495
|
+
* 查询时间粒度,取值有:
|
|
8496
|
+
<li>min :1分钟 ;</li>
|
|
8497
|
+
<li>5min :5分钟 ;</li>
|
|
8498
|
+
<li>hour :1小时 ;</li>
|
|
8499
|
+
<li>day :1天 。</li>
|
|
8500
|
+
*/
|
|
8367
8501
|
Interval: string
|
|
8368
8502
|
|
|
8369
8503
|
/**
|
|
@@ -8728,11 +8862,58 @@ export interface DescribeOriginGroupDetailRequest {
|
|
|
8728
8862
|
*/
|
|
8729
8863
|
export interface DescribeDDosAttackEventDetailRequest {
|
|
8730
8864
|
/**
|
|
8731
|
-
* 事件id
|
|
8865
|
+
* 事件id。
|
|
8732
8866
|
*/
|
|
8733
8867
|
EventId: string
|
|
8734
8868
|
}
|
|
8735
8869
|
|
|
8870
|
+
/**
|
|
8871
|
+
* 安全规则(cc/waf/bot)相关信息
|
|
8872
|
+
*/
|
|
8873
|
+
export interface SecRuleRelatedInfo {
|
|
8874
|
+
/**
|
|
8875
|
+
* 规则ID列表(99999为无效id)。
|
|
8876
|
+
*/
|
|
8877
|
+
RuleId: number
|
|
8878
|
+
|
|
8879
|
+
/**
|
|
8880
|
+
* 执行动作(处置方式),取值有:
|
|
8881
|
+
<li>trans :通过 ;</li>
|
|
8882
|
+
<li>alg :算法挑战 ;</li>
|
|
8883
|
+
<li>drop :丢弃 ;</li>
|
|
8884
|
+
<li>ban :封禁源ip ;</li>
|
|
8885
|
+
<li>redirect :重定向 ;</li>
|
|
8886
|
+
<li>page :返回指定页面 ;</li>
|
|
8887
|
+
<li>monitor :观察 。</li>
|
|
8888
|
+
*/
|
|
8889
|
+
Action: string
|
|
8890
|
+
|
|
8891
|
+
/**
|
|
8892
|
+
* 风险等级(waf日志中独有),取值有:
|
|
8893
|
+
<li>high risk :高危 ;</li>
|
|
8894
|
+
<li>middle risk :中危 ;</li>
|
|
8895
|
+
<li>low risk :低危 ;</li>
|
|
8896
|
+
<li>unkonw :未知 。</li>
|
|
8897
|
+
*/
|
|
8898
|
+
RiskLevel: string
|
|
8899
|
+
|
|
8900
|
+
/**
|
|
8901
|
+
* 规则等级,取值有:
|
|
8902
|
+
<li>normal :正常 。</li>
|
|
8903
|
+
*/
|
|
8904
|
+
RuleLevel: string
|
|
8905
|
+
|
|
8906
|
+
/**
|
|
8907
|
+
* 规则描述。
|
|
8908
|
+
*/
|
|
8909
|
+
Description: string
|
|
8910
|
+
|
|
8911
|
+
/**
|
|
8912
|
+
* 规则类型名称。
|
|
8913
|
+
*/
|
|
8914
|
+
RuleTypeName: string
|
|
8915
|
+
}
|
|
8916
|
+
|
|
8736
8917
|
/**
|
|
8737
8918
|
* DescribeTimingL4Data返回参数结构体
|
|
8738
8919
|
*/
|