tencentcloud-sdk-nodejs-waf 4.0.366 → 4.0.369
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 +459 -0
- package/SERVICE_CHANGELOG.md +484 -82
- package/package.json +1 -1
- package/products.md +25 -25
- package/src/services/waf/v20180125/waf_client.ts +37 -20
- package/src/services/waf/v20180125/waf_models.ts +435 -129
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +12 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +377 -122
|
@@ -265,38 +265,53 @@ export interface DescribeIpAccessControlResponse {
|
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
/**
|
|
268
|
-
*
|
|
268
|
+
* DescribeInstances返回参数结构体
|
|
269
269
|
*/
|
|
270
|
-
export interface
|
|
270
|
+
export interface DescribeInstancesResponse {
|
|
271
271
|
/**
|
|
272
|
-
*
|
|
272
|
+
* 总数
|
|
273
273
|
*/
|
|
274
|
-
|
|
274
|
+
Total: number
|
|
275
275
|
|
|
276
276
|
/**
|
|
277
|
-
*
|
|
277
|
+
* instance列表
|
|
278
278
|
*/
|
|
279
|
-
|
|
279
|
+
Instances: Array<InstanceInfo>
|
|
280
280
|
|
|
281
281
|
/**
|
|
282
|
-
*
|
|
282
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
283
283
|
*/
|
|
284
|
-
|
|
284
|
+
RequestId?: string
|
|
285
|
+
}
|
|
285
286
|
|
|
287
|
+
/**
|
|
288
|
+
* ModifyWafAutoDenyRules请求参数结构体
|
|
289
|
+
*/
|
|
290
|
+
export interface ModifyWafAutoDenyRulesRequest {
|
|
286
291
|
/**
|
|
287
|
-
*
|
|
292
|
+
* 域名
|
|
288
293
|
*/
|
|
289
|
-
|
|
294
|
+
Domain: string
|
|
290
295
|
|
|
291
296
|
/**
|
|
292
|
-
*
|
|
297
|
+
* 攻击次数阈值
|
|
293
298
|
*/
|
|
294
|
-
|
|
299
|
+
AttackThreshold: number
|
|
295
300
|
|
|
296
301
|
/**
|
|
297
|
-
*
|
|
302
|
+
* 攻击时间阈值
|
|
298
303
|
*/
|
|
299
|
-
|
|
304
|
+
TimeThreshold: number
|
|
305
|
+
|
|
306
|
+
/**
|
|
307
|
+
* 自动封禁时间
|
|
308
|
+
*/
|
|
309
|
+
DenyTimeThreshold: number
|
|
310
|
+
|
|
311
|
+
/**
|
|
312
|
+
* 自动封禁状态
|
|
313
|
+
*/
|
|
314
|
+
DefenseStatus: number
|
|
300
315
|
}
|
|
301
316
|
|
|
302
317
|
/**
|
|
@@ -470,38 +485,13 @@ export interface DeleteDownloadRecordRequest {
|
|
|
470
485
|
}
|
|
471
486
|
|
|
472
487
|
/**
|
|
473
|
-
*
|
|
488
|
+
* DeleteAccessExport返回参数结构体
|
|
474
489
|
*/
|
|
475
|
-
export interface
|
|
476
|
-
/**
|
|
477
|
-
* 规则Id
|
|
478
|
-
*/
|
|
479
|
-
Id: number
|
|
480
|
-
|
|
481
|
-
/**
|
|
482
|
-
* 规则列表的id
|
|
483
|
-
*/
|
|
484
|
-
Rules: Array<number>
|
|
485
|
-
|
|
486
|
-
/**
|
|
487
|
-
* 请求url
|
|
488
|
-
*/
|
|
489
|
-
Url: string
|
|
490
|
-
|
|
491
|
-
/**
|
|
492
|
-
* 请求的方法
|
|
493
|
-
*/
|
|
494
|
-
Function: string
|
|
495
|
-
|
|
496
|
-
/**
|
|
497
|
-
* 时间戳
|
|
498
|
-
*/
|
|
499
|
-
Time: string
|
|
500
|
-
|
|
490
|
+
export interface DeleteAccessExportResponse {
|
|
501
491
|
/**
|
|
502
|
-
*
|
|
492
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
503
493
|
*/
|
|
504
|
-
|
|
494
|
+
RequestId?: string
|
|
505
495
|
}
|
|
506
496
|
|
|
507
497
|
/**
|
|
@@ -525,18 +515,13 @@ export interface DescribeAccessExportsRequest {
|
|
|
525
515
|
}
|
|
526
516
|
|
|
527
517
|
/**
|
|
528
|
-
*
|
|
518
|
+
* ModifyWafAutoDenyStatus请求参数结构体
|
|
529
519
|
*/
|
|
530
|
-
export interface
|
|
531
|
-
/**
|
|
532
|
-
* 如果成功则返回Success,失败则返回yunapi定义的错误码
|
|
533
|
-
*/
|
|
534
|
-
Code: string
|
|
535
|
-
|
|
520
|
+
export interface ModifyWafAutoDenyStatusRequest {
|
|
536
521
|
/**
|
|
537
|
-
*
|
|
522
|
+
* WAF 自动封禁配置项
|
|
538
523
|
*/
|
|
539
|
-
|
|
524
|
+
WafAutoDenyDetails: AutoDenyDetail
|
|
540
525
|
}
|
|
541
526
|
|
|
542
527
|
/**
|
|
@@ -550,13 +535,33 @@ export interface ModifyAccessPeriodResponse {
|
|
|
550
535
|
}
|
|
551
536
|
|
|
552
537
|
/**
|
|
553
|
-
*
|
|
538
|
+
* clb-waf QPS套餐 New
|
|
554
539
|
*/
|
|
555
|
-
export interface
|
|
540
|
+
export interface QPSPackageNew {
|
|
556
541
|
/**
|
|
557
|
-
*
|
|
542
|
+
* 资源ID
|
|
558
543
|
*/
|
|
559
|
-
|
|
544
|
+
ResourceIds: string
|
|
545
|
+
|
|
546
|
+
/**
|
|
547
|
+
* 过期时间
|
|
548
|
+
*/
|
|
549
|
+
ValidTime: string
|
|
550
|
+
|
|
551
|
+
/**
|
|
552
|
+
* 是否自动续费,1:自动续费,0:不自动续费
|
|
553
|
+
*/
|
|
554
|
+
RenewFlag: number
|
|
555
|
+
|
|
556
|
+
/**
|
|
557
|
+
* 套餐购买个数
|
|
558
|
+
*/
|
|
559
|
+
Count: number
|
|
560
|
+
|
|
561
|
+
/**
|
|
562
|
+
* 套餐购买地域,clb-waf暂时没有用到
|
|
563
|
+
*/
|
|
564
|
+
Region: string
|
|
560
565
|
}
|
|
561
566
|
|
|
562
567
|
/**
|
|
@@ -1077,6 +1082,71 @@ export interface DeleteDomainWhiteRulesRequest {
|
|
|
1077
1082
|
Ids: Array<number>
|
|
1078
1083
|
}
|
|
1079
1084
|
|
|
1085
|
+
/**
|
|
1086
|
+
* clb-waf 域名扩展套餐
|
|
1087
|
+
*/
|
|
1088
|
+
export interface DomainPackageNew {
|
|
1089
|
+
/**
|
|
1090
|
+
* 资源ID
|
|
1091
|
+
*/
|
|
1092
|
+
ResourceIds: string
|
|
1093
|
+
|
|
1094
|
+
/**
|
|
1095
|
+
* 过期时间
|
|
1096
|
+
*/
|
|
1097
|
+
ValidTime: string
|
|
1098
|
+
|
|
1099
|
+
/**
|
|
1100
|
+
* 是否自动续费,1:自动续费,0:不自动续费
|
|
1101
|
+
*/
|
|
1102
|
+
RenewFlag: number
|
|
1103
|
+
|
|
1104
|
+
/**
|
|
1105
|
+
* 套餐购买个数
|
|
1106
|
+
*/
|
|
1107
|
+
Count: number
|
|
1108
|
+
|
|
1109
|
+
/**
|
|
1110
|
+
* 套餐购买地域,clb-waf暂时没有用到
|
|
1111
|
+
*/
|
|
1112
|
+
Region: string
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
/**
|
|
1116
|
+
* 规则白名单
|
|
1117
|
+
*/
|
|
1118
|
+
export interface RuleList {
|
|
1119
|
+
/**
|
|
1120
|
+
* 规则Id
|
|
1121
|
+
*/
|
|
1122
|
+
Id: number
|
|
1123
|
+
|
|
1124
|
+
/**
|
|
1125
|
+
* 规则列表的id
|
|
1126
|
+
*/
|
|
1127
|
+
Rules: Array<number>
|
|
1128
|
+
|
|
1129
|
+
/**
|
|
1130
|
+
* 请求url
|
|
1131
|
+
*/
|
|
1132
|
+
Url: string
|
|
1133
|
+
|
|
1134
|
+
/**
|
|
1135
|
+
* 请求的方法
|
|
1136
|
+
*/
|
|
1137
|
+
Function: string
|
|
1138
|
+
|
|
1139
|
+
/**
|
|
1140
|
+
* 时间戳
|
|
1141
|
+
*/
|
|
1142
|
+
Time: string
|
|
1143
|
+
|
|
1144
|
+
/**
|
|
1145
|
+
* 开关状态
|
|
1146
|
+
*/
|
|
1147
|
+
Status: number
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1080
1150
|
/**
|
|
1081
1151
|
* ModifyCustomRuleStatus返回参数结构体
|
|
1082
1152
|
*/
|
|
@@ -1269,6 +1339,118 @@ export interface ModifyAccessPeriodRequest {
|
|
|
1269
1339
|
TopicId: string
|
|
1270
1340
|
}
|
|
1271
1341
|
|
|
1342
|
+
/**
|
|
1343
|
+
* 一个实例的详细信息
|
|
1344
|
+
*/
|
|
1345
|
+
export interface InstanceInfo {
|
|
1346
|
+
/**
|
|
1347
|
+
* id
|
|
1348
|
+
*/
|
|
1349
|
+
InstanceId: string
|
|
1350
|
+
|
|
1351
|
+
/**
|
|
1352
|
+
* name
|
|
1353
|
+
*/
|
|
1354
|
+
InstanceName: string
|
|
1355
|
+
|
|
1356
|
+
/**
|
|
1357
|
+
* 资源id
|
|
1358
|
+
*/
|
|
1359
|
+
ResourceIds: string
|
|
1360
|
+
|
|
1361
|
+
/**
|
|
1362
|
+
* 地域
|
|
1363
|
+
*/
|
|
1364
|
+
Region: string
|
|
1365
|
+
|
|
1366
|
+
/**
|
|
1367
|
+
* 付费模式
|
|
1368
|
+
*/
|
|
1369
|
+
PayMode: number
|
|
1370
|
+
|
|
1371
|
+
/**
|
|
1372
|
+
* 自动续费
|
|
1373
|
+
*/
|
|
1374
|
+
RenewFlag: number
|
|
1375
|
+
|
|
1376
|
+
/**
|
|
1377
|
+
* 弹性计费
|
|
1378
|
+
*/
|
|
1379
|
+
Mode: number
|
|
1380
|
+
|
|
1381
|
+
/**
|
|
1382
|
+
* 套餐版本
|
|
1383
|
+
*/
|
|
1384
|
+
Level: number
|
|
1385
|
+
|
|
1386
|
+
/**
|
|
1387
|
+
* 过期时间
|
|
1388
|
+
*/
|
|
1389
|
+
ValidTime: string
|
|
1390
|
+
|
|
1391
|
+
/**
|
|
1392
|
+
* 开始时间
|
|
1393
|
+
*/
|
|
1394
|
+
BeginTime: string
|
|
1395
|
+
|
|
1396
|
+
/**
|
|
1397
|
+
* 已用
|
|
1398
|
+
*/
|
|
1399
|
+
DomainCount: number
|
|
1400
|
+
|
|
1401
|
+
/**
|
|
1402
|
+
* 上限
|
|
1403
|
+
*/
|
|
1404
|
+
SubDomainLimit: number
|
|
1405
|
+
|
|
1406
|
+
/**
|
|
1407
|
+
* 已用
|
|
1408
|
+
*/
|
|
1409
|
+
MainDomainCount: number
|
|
1410
|
+
|
|
1411
|
+
/**
|
|
1412
|
+
* 上限
|
|
1413
|
+
*/
|
|
1414
|
+
MainDomainLimit: number
|
|
1415
|
+
|
|
1416
|
+
/**
|
|
1417
|
+
* 峰值
|
|
1418
|
+
*/
|
|
1419
|
+
MaxQPS: number
|
|
1420
|
+
|
|
1421
|
+
/**
|
|
1422
|
+
* qps套餐
|
|
1423
|
+
*/
|
|
1424
|
+
QPS: QPSPackageNew
|
|
1425
|
+
|
|
1426
|
+
/**
|
|
1427
|
+
* 域名套餐
|
|
1428
|
+
*/
|
|
1429
|
+
DomainPkg: DomainPackageNew
|
|
1430
|
+
|
|
1431
|
+
/**
|
|
1432
|
+
* 用户appid
|
|
1433
|
+
*/
|
|
1434
|
+
AppId: number
|
|
1435
|
+
|
|
1436
|
+
/**
|
|
1437
|
+
* clb或saas
|
|
1438
|
+
*/
|
|
1439
|
+
Edition: string
|
|
1440
|
+
|
|
1441
|
+
/**
|
|
1442
|
+
* 业务安全包
|
|
1443
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1444
|
+
*/
|
|
1445
|
+
FraudPkg?: FraudPkg
|
|
1446
|
+
|
|
1447
|
+
/**
|
|
1448
|
+
* Bot资源包
|
|
1449
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1450
|
+
*/
|
|
1451
|
+
BotPkg?: BotPkg
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1272
1454
|
/**
|
|
1273
1455
|
* ModifyWafAutoDenyRules返回参数结构体
|
|
1274
1456
|
*/
|
|
@@ -1284,6 +1466,26 @@ export interface ModifyWafAutoDenyRulesResponse {
|
|
|
1284
1466
|
RequestId?: string
|
|
1285
1467
|
}
|
|
1286
1468
|
|
|
1469
|
+
/**
|
|
1470
|
+
* DescribeInstances请求参数结构体
|
|
1471
|
+
*/
|
|
1472
|
+
export interface DescribeInstancesRequest {
|
|
1473
|
+
/**
|
|
1474
|
+
* 偏移
|
|
1475
|
+
*/
|
|
1476
|
+
Offset: number
|
|
1477
|
+
|
|
1478
|
+
/**
|
|
1479
|
+
* 容量
|
|
1480
|
+
*/
|
|
1481
|
+
Limit: number
|
|
1482
|
+
|
|
1483
|
+
/**
|
|
1484
|
+
* 过滤数组
|
|
1485
|
+
*/
|
|
1486
|
+
Filters?: Array<FiltersItemNew>
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1287
1489
|
/**
|
|
1288
1490
|
* 用于DescribeAccessIndex接口的出参
|
|
1289
1491
|
*/
|
|
@@ -1337,43 +1539,57 @@ export interface DeleteIpAccessControlResponse {
|
|
|
1337
1539
|
}
|
|
1338
1540
|
|
|
1339
1541
|
/**
|
|
1340
|
-
*
|
|
1542
|
+
* 单条日志数据描述
|
|
1341
1543
|
*/
|
|
1342
|
-
export interface
|
|
1544
|
+
export interface AccessLogInfo {
|
|
1343
1545
|
/**
|
|
1344
|
-
|
|
1345
|
-
|
|
1546
|
+
* 日志时间,单位ms
|
|
1547
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1548
|
+
*/
|
|
1549
|
+
Time: number
|
|
1550
|
+
|
|
1551
|
+
/**
|
|
1552
|
+
* 日志主题ID
|
|
1553
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1554
|
+
*/
|
|
1346
1555
|
TopicId: string
|
|
1347
1556
|
|
|
1348
1557
|
/**
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1558
|
+
* 日志主题名称
|
|
1559
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1560
|
+
*/
|
|
1561
|
+
TopicName: string
|
|
1352
1562
|
|
|
1353
1563
|
/**
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1564
|
+
* 日志来源IP
|
|
1565
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1566
|
+
*/
|
|
1567
|
+
Source: string
|
|
1357
1568
|
|
|
1358
1569
|
/**
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1570
|
+
* 日志文件名称
|
|
1571
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1572
|
+
*/
|
|
1573
|
+
FileName: string
|
|
1362
1574
|
|
|
1363
1575
|
/**
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1576
|
+
* 日志上报请求包的ID
|
|
1577
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1578
|
+
*/
|
|
1579
|
+
PkgId: string
|
|
1367
1580
|
|
|
1368
1581
|
/**
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1582
|
+
* 请求包内日志的ID
|
|
1583
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1584
|
+
*/
|
|
1585
|
+
PkgLogId: string
|
|
1372
1586
|
|
|
1373
1587
|
/**
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1588
|
+
* 日志内容的Json序列化字符串
|
|
1589
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1590
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1591
|
+
*/
|
|
1592
|
+
LogJson: string
|
|
1377
1593
|
}
|
|
1378
1594
|
|
|
1379
1595
|
/**
|
|
@@ -1443,6 +1659,53 @@ export interface AddCustomRuleRequest {
|
|
|
1443
1659
|
Bypass?: string
|
|
1444
1660
|
}
|
|
1445
1661
|
|
|
1662
|
+
/**
|
|
1663
|
+
* 业务安全资源信息
|
|
1664
|
+
*/
|
|
1665
|
+
export interface FraudPkg {
|
|
1666
|
+
/**
|
|
1667
|
+
* 资源id
|
|
1668
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1669
|
+
*/
|
|
1670
|
+
ResourceIds?: string
|
|
1671
|
+
|
|
1672
|
+
/**
|
|
1673
|
+
* 状态
|
|
1674
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1675
|
+
*/
|
|
1676
|
+
Status?: number
|
|
1677
|
+
|
|
1678
|
+
/**
|
|
1679
|
+
* 地域
|
|
1680
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1681
|
+
*/
|
|
1682
|
+
Region?: number
|
|
1683
|
+
|
|
1684
|
+
/**
|
|
1685
|
+
* 开始时间
|
|
1686
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1687
|
+
*/
|
|
1688
|
+
BeginTime?: string
|
|
1689
|
+
|
|
1690
|
+
/**
|
|
1691
|
+
* 结束时间
|
|
1692
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1693
|
+
*/
|
|
1694
|
+
EndTime?: string
|
|
1695
|
+
|
|
1696
|
+
/**
|
|
1697
|
+
* 申请数量
|
|
1698
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1699
|
+
*/
|
|
1700
|
+
InquireNum?: number
|
|
1701
|
+
|
|
1702
|
+
/**
|
|
1703
|
+
* 使用数量
|
|
1704
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1705
|
+
*/
|
|
1706
|
+
UsedNum?: number
|
|
1707
|
+
}
|
|
1708
|
+
|
|
1446
1709
|
/**
|
|
1447
1710
|
* DescribeCustomRules请求参数结构体
|
|
1448
1711
|
*/
|
|
@@ -1555,33 +1818,38 @@ export interface ExportAccessInfo {
|
|
|
1555
1818
|
}
|
|
1556
1819
|
|
|
1557
1820
|
/**
|
|
1558
|
-
*
|
|
1821
|
+
* ModifyDomainWhiteRule请求参数结构体
|
|
1559
1822
|
*/
|
|
1560
|
-
export interface
|
|
1823
|
+
export interface ModifyDomainWhiteRuleRequest {
|
|
1561
1824
|
/**
|
|
1562
|
-
*
|
|
1825
|
+
* 需要更改的规则的域名
|
|
1563
1826
|
*/
|
|
1564
1827
|
Domain: string
|
|
1565
1828
|
|
|
1566
1829
|
/**
|
|
1567
|
-
*
|
|
1830
|
+
* 白名单id
|
|
1568
1831
|
*/
|
|
1569
|
-
|
|
1832
|
+
Id: number
|
|
1570
1833
|
|
|
1571
1834
|
/**
|
|
1572
|
-
*
|
|
1835
|
+
* 规则的id列表
|
|
1573
1836
|
*/
|
|
1574
|
-
|
|
1837
|
+
Rules: Array<number>
|
|
1575
1838
|
|
|
1576
1839
|
/**
|
|
1577
|
-
*
|
|
1840
|
+
* 规则匹配路径
|
|
1578
1841
|
*/
|
|
1579
|
-
|
|
1842
|
+
Url: string
|
|
1580
1843
|
|
|
1581
1844
|
/**
|
|
1582
|
-
*
|
|
1845
|
+
* 规则匹配方法
|
|
1583
1846
|
*/
|
|
1584
|
-
|
|
1847
|
+
Function: string
|
|
1848
|
+
|
|
1849
|
+
/**
|
|
1850
|
+
* 规则的开关状态
|
|
1851
|
+
*/
|
|
1852
|
+
Status: number
|
|
1585
1853
|
}
|
|
1586
1854
|
|
|
1587
1855
|
/**
|
|
@@ -1651,13 +1919,18 @@ export interface AutoDenyDetail {
|
|
|
1651
1919
|
}
|
|
1652
1920
|
|
|
1653
1921
|
/**
|
|
1654
|
-
*
|
|
1922
|
+
* 响应体的返回码
|
|
1655
1923
|
*/
|
|
1656
|
-
export interface
|
|
1924
|
+
export interface ResponseCode {
|
|
1657
1925
|
/**
|
|
1658
|
-
*
|
|
1926
|
+
* 如果成功则返回Success,失败则返回yunapi定义的错误码
|
|
1659
1927
|
*/
|
|
1660
|
-
|
|
1928
|
+
Code: string
|
|
1929
|
+
|
|
1930
|
+
/**
|
|
1931
|
+
* 如果成功则返回Success,失败则返回WAF定义的二级错误码
|
|
1932
|
+
*/
|
|
1933
|
+
Message: string
|
|
1661
1934
|
}
|
|
1662
1935
|
|
|
1663
1936
|
/**
|
|
@@ -2087,57 +2360,43 @@ export interface BotStatPointItem {
|
|
|
2087
2360
|
}
|
|
2088
2361
|
|
|
2089
2362
|
/**
|
|
2090
|
-
*
|
|
2363
|
+
* SearchAccessLog请求参数结构体
|
|
2091
2364
|
*/
|
|
2092
|
-
export interface
|
|
2093
|
-
/**
|
|
2094
|
-
* 日志时间,单位ms
|
|
2095
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2096
|
-
*/
|
|
2097
|
-
Time: number
|
|
2098
|
-
|
|
2365
|
+
export interface SearchAccessLogRequest {
|
|
2099
2366
|
/**
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
*/
|
|
2367
|
+
* 客户要查询的日志主题ID,每个客户都有对应的一个主题
|
|
2368
|
+
*/
|
|
2103
2369
|
TopicId: string
|
|
2104
2370
|
|
|
2105
2371
|
/**
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
TopicName: string
|
|
2372
|
+
* 要查询的日志的起始时间,Unix时间戳,单位ms
|
|
2373
|
+
*/
|
|
2374
|
+
From: number
|
|
2110
2375
|
|
|
2111
2376
|
/**
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
Source: string
|
|
2377
|
+
* 要查询的日志的结束时间,Unix时间戳,单位ms
|
|
2378
|
+
*/
|
|
2379
|
+
To: number
|
|
2116
2380
|
|
|
2117
2381
|
/**
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
FileName: string
|
|
2382
|
+
* 查询语句,语句长度最大为4096
|
|
2383
|
+
*/
|
|
2384
|
+
Query: string
|
|
2122
2385
|
|
|
2123
2386
|
/**
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
PkgId: string
|
|
2387
|
+
* 单次查询返回的日志条数,最大值为100
|
|
2388
|
+
*/
|
|
2389
|
+
Limit?: number
|
|
2128
2390
|
|
|
2129
2391
|
/**
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
PkgLogId: string
|
|
2392
|
+
* 加载更多日志时使用,透传上次返回的Context值,获取后续的日志内容
|
|
2393
|
+
*/
|
|
2394
|
+
Context?: string
|
|
2134
2395
|
|
|
2135
2396
|
/**
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
*/
|
|
2140
|
-
LogJson: string
|
|
2397
|
+
* 日志接口是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 desc
|
|
2398
|
+
*/
|
|
2399
|
+
Sort?: string
|
|
2141
2400
|
}
|
|
2142
2401
|
|
|
2143
2402
|
/**
|
|
@@ -2177,6 +2436,53 @@ export interface DescribeDomainsRequest {
|
|
|
2177
2436
|
Filters?: Array<FiltersItemNew>
|
|
2178
2437
|
}
|
|
2179
2438
|
|
|
2439
|
+
/**
|
|
2440
|
+
* Bot资源信息
|
|
2441
|
+
*/
|
|
2442
|
+
export interface BotPkg {
|
|
2443
|
+
/**
|
|
2444
|
+
* 资源id
|
|
2445
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2446
|
+
*/
|
|
2447
|
+
ResourceIds?: string
|
|
2448
|
+
|
|
2449
|
+
/**
|
|
2450
|
+
* 状态
|
|
2451
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2452
|
+
*/
|
|
2453
|
+
Status?: number
|
|
2454
|
+
|
|
2455
|
+
/**
|
|
2456
|
+
* 地域
|
|
2457
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2458
|
+
*/
|
|
2459
|
+
Region?: number
|
|
2460
|
+
|
|
2461
|
+
/**
|
|
2462
|
+
* 开始时间
|
|
2463
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2464
|
+
*/
|
|
2465
|
+
BeginTime?: string
|
|
2466
|
+
|
|
2467
|
+
/**
|
|
2468
|
+
* 结束时间
|
|
2469
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2470
|
+
*/
|
|
2471
|
+
EndTime?: string
|
|
2472
|
+
|
|
2473
|
+
/**
|
|
2474
|
+
* 申请数量
|
|
2475
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2476
|
+
*/
|
|
2477
|
+
InquireNum?: number
|
|
2478
|
+
|
|
2479
|
+
/**
|
|
2480
|
+
* 使用数量
|
|
2481
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2482
|
+
*/
|
|
2483
|
+
UsedNum?: number
|
|
2484
|
+
}
|
|
2485
|
+
|
|
2180
2486
|
/**
|
|
2181
2487
|
* ModifyWafThreatenIntelligence返回参数结构体
|
|
2182
2488
|
*/
|