tencentcloud-sdk-nodejs-waf 4.0.966 → 4.0.968

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.
@@ -234,12 +234,10 @@ export interface DescribeAntiLeakageItem {
234
234
  CreateTime?: string;
235
235
  /**
236
236
  * 匹配条件
237
- 注意:此字段可能返回 null,表示取不到有效值。
238
237
  */
239
238
  Strategies?: Array<DescribeAntiInfoLeakRulesStrategyItem>;
240
239
  /**
241
240
  * 匹配的URL
242
- 注意:此字段可能返回 null,表示取不到有效值。
243
241
  */
244
242
  Uri?: string;
245
243
  /**
@@ -496,6 +494,15 @@ export interface DescribeDomainRulesRequest {
496
494
  */
497
495
  Domain?: string;
498
496
  }
497
+ /**
498
+ * DescribeScanIp请求参数结构体
499
+ */
500
+ export interface DescribeScanIpRequest {
501
+ /**
502
+ * 要查询的ip地址
503
+ */
504
+ Ip: string;
505
+ }
499
506
  /**
500
507
  * DeleteAccessExport返回参数结构体
501
508
  */
@@ -599,7 +606,6 @@ export interface AddAntiInfoLeakRulesRequest {
599
606
  export interface DeleteAttackWhiteRuleResponse {
600
607
  /**
601
608
  * 删除失败的规则序号组
602
- 注意:此字段可能返回 null,表示取不到有效值。
603
609
  */
604
610
  FailIds?: Array<number | bigint>;
605
611
  /**
@@ -1452,7 +1458,6 @@ export interface Rule {
1452
1458
  Id?: number;
1453
1459
  /**
1454
1460
  * 规则类型
1455
- 注意:此字段可能返回 null,表示取不到有效值。
1456
1461
  */
1457
1462
  Type?: string;
1458
1463
  /**
@@ -1461,12 +1466,10 @@ export interface Rule {
1461
1466
  Level?: string;
1462
1467
  /**
1463
1468
  * 规则描述
1464
- 注意:此字段可能返回 null,表示取不到有效值。
1465
1469
  */
1466
1470
  Description?: string;
1467
1471
  /**
1468
1472
  * 规则防护的CVE编号
1469
- 注意:此字段可能返回 null,表示取不到有效值。
1470
1473
  */
1471
1474
  CVE?: string;
1472
1475
  /**
@@ -1479,7 +1482,6 @@ export interface Rule {
1479
1482
  ModifyTime?: string;
1480
1483
  /**
1481
1484
  * 门神规则新增/更新时间
1482
- 注意:此字段可能返回 null,表示取不到有效值。
1483
1485
  */
1484
1486
  AddTime?: string;
1485
1487
  }
@@ -1546,7 +1548,6 @@ export interface Strategy {
1546
1548
  export interface UpsertCCRuleResponse {
1547
1549
  /**
1548
1550
  * 一般为null
1549
- 注意:此字段可能返回 null,表示取不到有效值。
1550
1551
  */
1551
1552
  Data?: string;
1552
1553
  /**
@@ -1653,12 +1654,10 @@ export interface ModifyApiSecEventChangeRequest {
1653
1654
  export interface JobDateTime {
1654
1655
  /**
1655
1656
  * 定时执行的时间参数
1656
- 注意:此字段可能返回 null,表示取不到有效值。
1657
1657
  */
1658
1658
  Timed?: Array<TimedJob>;
1659
1659
  /**
1660
1660
  * 周期执行的时间参数
1661
- 注意:此字段可能返回 null,表示取不到有效值。
1662
1661
  */
1663
1662
  Cron?: Array<CronJob>;
1664
1663
  /**
@@ -1746,7 +1745,7 @@ export interface DescribeFindDomainListRequest {
1746
1745
  */
1747
1746
  Key: string;
1748
1747
  /**
1749
- * 是否接入waf
1748
+ * 是否接入waf;传"1"返回接入域名的详情,传"0"返回未接入域名的详情,传""返回接入和未接入域名的详情
1750
1749
  */
1751
1750
  IsWafDomain: string;
1752
1751
  /**
@@ -1830,7 +1829,6 @@ export interface CCRuleItem {
1830
1829
  ValidTime?: number;
1831
1830
  /**
1832
1831
  * 高级参数
1833
- 注意:此字段可能返回 null,表示取不到有效值。
1834
1832
  */
1835
1833
  OptionsArr?: string;
1836
1834
  /**
@@ -2154,7 +2152,6 @@ export interface DescribeFindDomainListResponse {
2154
2152
  export interface DeleteSessionResponse {
2155
2153
  /**
2156
2154
  * 结果
2157
- 注意:此字段可能返回 null,表示取不到有效值。
2158
2155
  */
2159
2156
  Data?: string;
2160
2157
  /**
@@ -2172,7 +2169,6 @@ export interface DescribeAccessIndexResponse {
2172
2169
  Status?: boolean;
2173
2170
  /**
2174
2171
  * 索引配置信息
2175
- 注意:此字段可能返回 null,表示取不到有效值。
2176
2172
  注意:此字段可能返回 null,表示取不到有效值。
2177
2173
  */
2178
2174
  Rule?: AccessRuleInfo;
@@ -2490,19 +2486,6 @@ export interface DescribeModuleStatusRequest {
2490
2486
  */
2491
2487
  Domain: string;
2492
2488
  }
2493
- /**
2494
- * DescribeAntiFakeUrl请求参数结构体
2495
- */
2496
- export interface DescribeAntiFakeUrlRequest {
2497
- /**
2498
- * 域名
2499
- */
2500
- Domain: string;
2501
- /**
2502
- * 翻页参数
2503
- */
2504
- PageInfo: PageInfo;
2505
- }
2506
2489
  /**
2507
2490
  * DeleteAttackWhiteRule请求参数结构体
2508
2491
  */
@@ -2876,19 +2859,16 @@ export interface SwitchElasticModeResponse {
2876
2859
  export interface AccessRuleInfo {
2877
2860
  /**
2878
2861
  * 全文索引配置
2879
- 注意:此字段可能返回 null,表示取不到有效值。
2880
2862
  注意:此字段可能返回 null,表示取不到有效值。
2881
2863
  */
2882
2864
  FullText?: AccessFullTextInfo;
2883
2865
  /**
2884
2866
  * 键值索引配置
2885
- 注意:此字段可能返回 null,表示取不到有效值。
2886
2867
  注意:此字段可能返回 null,表示取不到有效值。
2887
2868
  */
2888
2869
  KeyValue?: AccessRuleKeyValueInfo;
2889
2870
  /**
2890
2871
  * 元字段索引配置
2891
- 注意:此字段可能返回 null,表示取不到有效值。
2892
2872
  注意:此字段可能返回 null,表示取不到有效值。
2893
2873
  */
2894
2874
  Tag?: AccessRuleTagInfo;
@@ -2900,12 +2880,11 @@ export interface CCRuleLists {
2900
2880
  /**
2901
2881
  * 总数
2902
2882
  */
2903
- TotalCount: number;
2883
+ TotalCount?: number;
2904
2884
  /**
2905
2885
  * 规则
2906
- 注意:此字段可能返回 null,表示取不到有效值。
2907
2886
  */
2908
- Res: Array<CCRuleItems>;
2887
+ Res?: Array<CCRuleItems>;
2909
2888
  }
2910
2889
  /**
2911
2890
  * PostAttackDownloadTask请求参数结构体
@@ -3108,7 +3087,6 @@ export interface SearchAccessLogResponse {
3108
3087
  Analysis?: boolean;
3109
3088
  /**
3110
3089
  * 如果Analysis为True,则返回分析结果的列名,否则为空
3111
- 注意:此字段可能返回 null,表示取不到有效值。
3112
3090
  注意:此字段可能返回 null,表示取不到有效值。
3113
3091
  * @deprecated
3114
3092
  */
@@ -3121,7 +3099,6 @@ export interface SearchAccessLogResponse {
3121
3099
  /**
3122
3100
  * 日志分析结果;当Analysis为False时,可能返回为null
3123
3101
  注意:此字段可能返回 null,表示取不到有效值
3124
- 注意:此字段可能返回 null,表示取不到有效值。
3125
3102
  * @deprecated
3126
3103
  */
3127
3104
  AnalysisResults?: Array<AccessLogItems>;
@@ -3361,23 +3338,6 @@ export interface TigaMainClassMode {
3361
3338
  */
3362
3339
  Mode?: number;
3363
3340
  }
3364
- /**
3365
- * DescribeAccessFastAnalysis接口的出参
3366
- */
3367
- export interface AccessFieldValueRatioInfo {
3368
- /**
3369
- * 日志条数
3370
- */
3371
- Count?: number;
3372
- /**
3373
- * 对应的Value值的百分比
3374
- */
3375
- Ratio?: number;
3376
- /**
3377
- * 字段对应的值
3378
- */
3379
- Value?: string;
3380
- }
3381
3341
  /**
3382
3342
  * DescribePorts请求参数结构体
3383
3343
  */
@@ -3573,7 +3533,6 @@ export interface ApiDetailSampleHistory {
3573
3533
  export interface WafThreatenIntelligenceDetails {
3574
3534
  /**
3575
3535
  * 封禁属性标签
3576
- 注意:此字段可能返回 null,表示取不到有效值。
3577
3536
  */
3578
3537
  Tags?: Array<string>;
3579
3538
  /**
@@ -4170,23 +4129,6 @@ export interface ExportAccessInfo {
4170
4129
  */
4171
4130
  CreateTime?: string;
4172
4131
  }
4173
- /**
4174
- * DescribeAntiFakeUrl返回参数结构体
4175
- */
4176
- export interface DescribeAntiFakeUrlResponse {
4177
- /**
4178
- * 总数
4179
- */
4180
- Total?: string;
4181
- /**
4182
- * 信息
4183
- */
4184
- List?: Array<CacheUrlItem>;
4185
- /**
4186
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4187
- */
4188
- RequestId?: string;
4189
- }
4190
4132
  /**
4191
4133
  * DescribeIpAccessControl请求参数结构体
4192
4134
  */
@@ -4440,6 +4382,37 @@ export interface GoodNews {
4440
4382
  */
4441
4383
  RegionId?: number;
4442
4384
  }
4385
+ /**
4386
+ * 扫描ip信息
4387
+ */
4388
+ export interface ScanIpInfo {
4389
+ /**
4390
+ * 所属业务
4391
+
4392
+ */
4393
+ Bussiness?: string;
4394
+ /**
4395
+ * 扫描对象
4396
+ */
4397
+ Target?: string;
4398
+ /**
4399
+ * ip列表
4400
+ */
4401
+ IpList?: Array<string>;
4402
+ /**
4403
+ * 扫描说明
4404
+ */
4405
+ Descibe?: string;
4406
+ /**
4407
+ * 官方公告
4408
+
4409
+ */
4410
+ Referer?: string;
4411
+ /**
4412
+ * 更新时间
4413
+ */
4414
+ UpdateTime?: number;
4415
+ }
4443
4416
  /**
4444
4417
  * DescribeUserSignatureRule请求参数结构体
4445
4418
  */
@@ -4627,47 +4600,47 @@ export interface DownloadAttackRecordInfo {
4627
4600
  /**
4628
4601
  * 记录ID
4629
4602
  */
4630
- Id: number;
4603
+ Id?: number;
4631
4604
  /**
4632
4605
  * 下载任务名
4633
4606
  */
4634
- TaskName: string;
4607
+ TaskName?: string;
4635
4608
  /**
4636
4609
  * 任务ID
4637
4610
  */
4638
- TaskId: string;
4611
+ TaskId?: string;
4639
4612
  /**
4640
4613
  * 域名
4641
4614
  */
4642
- Host: string;
4615
+ Host?: string;
4643
4616
  /**
4644
4617
  * 当前下载任务的日志条数
4645
4618
  */
4646
- Count: number;
4619
+ Count?: number;
4647
4620
  /**
4648
4621
  * 下载任务运行状态:-1-下载超时,0-下载等待,1-下载完成,2-下载失败,4-正在下载
4649
4622
  */
4650
- Status: number;
4623
+ Status?: number;
4651
4624
  /**
4652
4625
  * 下载文件URL
4653
4626
  */
4654
- Url: string;
4627
+ Url?: string;
4655
4628
  /**
4656
4629
  * 创建时间
4657
4630
  */
4658
- CreateTime: string;
4631
+ CreateTime?: string;
4659
4632
  /**
4660
4633
  * 最后更新修改时间
4661
4634
  */
4662
- ModifyTime: string;
4635
+ ModifyTime?: string;
4663
4636
  /**
4664
4637
  * 过期时间
4665
4638
  */
4666
- ExpireTime: string;
4639
+ ExpireTime?: string;
4667
4640
  /**
4668
4641
  * 下载任务需下载的日志总条数
4669
4642
  */
4670
- TotalCount: number;
4643
+ TotalCount?: number;
4671
4644
  }
4672
4645
  /**
4673
4646
  * DescribeRuleLimit返回参数结构体
@@ -4873,23 +4846,6 @@ export interface DescribeAutoDenyIPResponse {
4873
4846
  */
4874
4847
  RequestId?: string;
4875
4848
  }
4876
- /**
4877
- * DescribeAntiInfoLeakRules返回参数结构体
4878
- */
4879
- export interface DescribeAntiInfoLeakRulesResponse {
4880
- /**
4881
- * 记录条数
4882
- */
4883
- TotalCount?: string;
4884
- /**
4885
- * 规则列表
4886
- */
4887
- RuleList?: Array<DescribeAntiInfoLeakRulesRuleItem>;
4888
- /**
4889
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4890
- */
4891
- RequestId?: string;
4892
- }
4893
4849
  /**
4894
4850
  * DescribeIpHitItems返回参数结构体
4895
4851
  */
@@ -5283,7 +5239,6 @@ export interface ModifyGenerateDealsResponse {
5283
5239
  export interface UpsertSessionResponse {
5284
5240
  /**
5285
5241
  * 结果
5286
- 注意:此字段可能返回 null,表示取不到有效值。
5287
5242
  */
5288
5243
  Data?: string;
5289
5244
  /**
@@ -5825,7 +5780,6 @@ export interface GetAttackTotalCountRequest {
5825
5780
  export interface DeleteDomainWhiteRulesResponse {
5826
5781
  /**
5827
5782
  * 出参
5828
- 注意:此字段可能返回 null,表示取不到有效值。
5829
5783
  */
5830
5784
  Data?: string;
5831
5785
  /**
@@ -5912,33 +5866,17 @@ export interface AddAreaBanAreasRequest {
5912
5866
  JobDateTime?: JobDateTime;
5913
5867
  }
5914
5868
  /**
5915
- * 防篡改url元素
5869
+ * DescribeCCRuleList返回参数结构体
5916
5870
  */
5917
- export interface CacheUrlItem {
5918
- /**
5919
- * Id
5920
- */
5921
- Id?: string;
5922
- /**
5923
- * 名称
5924
- */
5925
- Name?: string;
5926
- /**
5927
- * 域名
5928
- */
5929
- Domain?: string;
5930
- /**
5931
- * uri
5932
- */
5933
- Uri?: string;
5871
+ export interface DescribeCCRuleListResponse {
5934
5872
  /**
5935
- * 协议
5873
+ * 查询到的CC规则的列表
5936
5874
  */
5937
- Protocol?: string;
5875
+ Data?: CCRuleLists;
5938
5876
  /**
5939
- * 状态
5877
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5940
5878
  */
5941
- Status?: string;
5879
+ RequestId?: string;
5942
5880
  }
5943
5881
  /**
5944
5882
  * DescribeCCAutoStatus请求参数结构体
@@ -6019,17 +5957,14 @@ export interface ModifyDomainsCLSStatusResponse {
6019
5957
  export interface ModifyBotStatusResponse {
6020
5958
  /**
6021
5959
  * 正常情况为null
6022
- 注意:此字段可能返回 null,表示取不到有效值。
6023
5960
  */
6024
5961
  Data?: string;
6025
5962
  /**
6026
5963
  * 未购买BOT的域名列表
6027
- 注意:此字段可能返回 null,表示取不到有效值。
6028
5964
  */
6029
5965
  UnSupportedList?: Array<string>;
6030
5966
  /**
6031
5967
  * 已购买但操作失败的域名列表
6032
- 注意:此字段可能返回 null,表示取不到有效值。
6033
5968
  */
6034
5969
  FailDomainList?: Array<string>;
6035
5970
  /**
@@ -6516,37 +6451,30 @@ export interface AccessLogInfo {
6516
6451
  Time?: number;
6517
6452
  /**
6518
6453
  * 日志主题ID
6519
- 注意:此字段可能返回 null,表示取不到有效值。
6520
6454
  */
6521
6455
  TopicId?: string;
6522
6456
  /**
6523
6457
  * 日志主题名称
6524
- 注意:此字段可能返回 null,表示取不到有效值。
6525
6458
  */
6526
6459
  TopicName?: string;
6527
6460
  /**
6528
6461
  * 日志来源IP
6529
- 注意:此字段可能返回 null,表示取不到有效值。
6530
6462
  */
6531
6463
  Source?: string;
6532
6464
  /**
6533
6465
  * 日志文件名称
6534
- 注意:此字段可能返回 null,表示取不到有效值。
6535
6466
  */
6536
6467
  FileName?: string;
6537
6468
  /**
6538
6469
  * 日志上报请求包的ID
6539
- 注意:此字段可能返回 null,表示取不到有效值。
6540
6470
  */
6541
6471
  PkgId?: string;
6542
6472
  /**
6543
6473
  * 请求包内日志的ID
6544
- 注意:此字段可能返回 null,表示取不到有效值。
6545
6474
  */
6546
6475
  PkgLogId?: string;
6547
6476
  /**
6548
6477
  * 日志内容的Json序列化字符串
6549
- 注意:此字段可能返回 null,表示取不到有效值。
6550
6478
  注意:此字段可能返回 null,表示取不到有效值。
6551
6479
  */
6552
6480
  LogJson?: string;
@@ -6672,7 +6600,6 @@ export interface ModifyWafAutoDenyRulesRequest {
6672
6600
  export interface DescribeAccessFastAnalysisResponse {
6673
6601
  /**
6674
6602
  * 注意:此字段可能返回 null,表示取不到有效值
6675
- 注意:此字段可能返回 null,表示取不到有效值。
6676
6603
  */
6677
6604
  FieldValueRatioInfos?: Array<AccessFieldValueRatioInfo>;
6678
6605
  /**
@@ -6865,20 +6792,6 @@ export interface DescribeCCRuleRequest {
6865
6792
  */
6866
6793
  Name?: string;
6867
6794
  }
6868
- /**
6869
- * DescribeCCRuleList返回参数结构体
6870
- */
6871
- export interface DescribeCCRuleListResponse {
6872
- /**
6873
- * 查询到的CC规则的列表
6874
- 注意:此字段可能返回 null,表示取不到有效值。
6875
- */
6876
- Data?: CCRuleLists;
6877
- /**
6878
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6879
- */
6880
- RequestId?: string;
6881
- }
6882
6795
  /**
6883
6796
  * GetAttackDownloadRecords返回参数结构体
6884
6797
  */
@@ -7004,7 +6917,6 @@ export interface DescribeAccessHistogramResponse {
7004
6917
  TotalCount?: number;
7005
6918
  /**
7006
6919
  * 注意:此字段可能返回 null,表示取不到有效值
7007
- 注意:此字段可能返回 null,表示取不到有效值。
7008
6920
  */
7009
6921
  HistogramInfos?: Array<AccessHistogramItem>;
7010
6922
  /**
@@ -7142,6 +7054,31 @@ export interface DeleteCustomRuleResponse {
7142
7054
  */
7143
7055
  RequestId?: string;
7144
7056
  }
7057
+ /**
7058
+ * DescribeTopAttackDomain请求参数结构体
7059
+ */
7060
+ export interface DescribeTopAttackDomainRequest {
7061
+ /**
7062
+ * 查询起始时间
7063
+ */
7064
+ FromTime: string;
7065
+ /**
7066
+ * 查询结束时间
7067
+ */
7068
+ ToTime: string;
7069
+ /**
7070
+ * TOP N,可从0-10选择,默认是10
7071
+ */
7072
+ Count?: number;
7073
+ /**
7074
+ * 只有两个值有效,sparta-waf,clb-waf,不传则不过滤
7075
+ */
7076
+ Edition?: string;
7077
+ /**
7078
+ * WAF实例ID,不传则不过滤
7079
+ */
7080
+ InstanceID?: string;
7081
+ }
7145
7082
  /**
7146
7083
  * DescribeHistogram请求参数结构体
7147
7084
  */
@@ -7185,7 +7122,6 @@ export interface DescribeHistogramRequest {
7185
7122
  export interface DeleteCCRuleResponse {
7186
7123
  /**
7187
7124
  * 一般为null
7188
- 注意:此字段可能返回 null,表示取不到有效值。
7189
7125
  */
7190
7126
  Data?: string;
7191
7127
  /**
@@ -7219,7 +7155,6 @@ export interface DescribeAreaBanAreasRsp {
7219
7155
  JobType?: string;
7220
7156
  /**
7221
7157
  * 定时任务详细配置
7222
- 注意:此字段可能返回 null,表示取不到有效值。
7223
7158
  */
7224
7159
  JobDateTime?: JobDateTime;
7225
7160
  /**
@@ -7308,19 +7243,6 @@ export interface UpsertCCRuleRequest {
7308
7243
  */
7309
7244
  Length?: number;
7310
7245
  }
7311
- /**
7312
- * 公共翻页参数
7313
- */
7314
- export interface PageInfo {
7315
- /**
7316
- * 页码
7317
- */
7318
- PageNumber: string;
7319
- /**
7320
- * 页条目数量
7321
- */
7322
- PageSize: string;
7323
- }
7324
7246
  /**
7325
7247
  * ModifyProtectionStatus返回参数结构体
7326
7248
  */
@@ -7470,7 +7392,6 @@ export interface DescribeWafAutoDenyRulesResponse {
7470
7392
  /**
7471
7393
  * 数据来源Source字段 custom-自定义(默认)、batch-domain-批量域名
7472
7394
 
7473
- 注意:此字段可能返回 null,表示取不到有效值。
7474
7395
  */
7475
7396
  Source?: string;
7476
7397
  /**
@@ -7623,7 +7544,6 @@ export interface DescribeSpartaProtectionInfoResponse {
7623
7544
  IsKeepAlive?: string;
7624
7545
  /**
7625
7546
  * 0:BGP 1:Anycast
7626
- 注意:此字段可能返回 null,表示取不到有效值。
7627
7547
  */
7628
7548
  Anycast?: string;
7629
7549
  /**
@@ -8012,7 +7932,6 @@ export interface CCRuleItems {
8012
7932
  RuleId?: number;
8013
7933
  /**
8014
7934
  * 事件id
8015
- 注意:此字段可能返回 null,表示取不到有效值。
8016
7935
  */
8017
7936
  EventId?: string;
8018
7937
  /**
@@ -8021,7 +7940,6 @@ export interface CCRuleItems {
8021
7940
  SessionApplied?: Array<number | bigint>;
8022
7941
  /**
8023
7942
  * 创建时间
8024
- 注意:此字段可能返回 null,表示取不到有效值。
8025
7943
  */
8026
7944
  CreateTime?: number;
8027
7945
  }
@@ -8072,6 +7990,59 @@ export interface AddAreaBanAreasResponse {
8072
7990
  */
8073
7991
  RequestId?: string;
8074
7992
  }
7993
+ /**
7994
+ * DescribeScanIp返回参数结构体
7995
+ */
7996
+ export interface DescribeScanIpResponse {
7997
+ /**
7998
+ * ip列表,当入参Ip为all时,返回所有已知ip列表
7999
+ */
8000
+ IpList?: Array<ScanIpInfo>;
8001
+ /**
8002
+ * 所属业务
8003
+ */
8004
+ Bussiness?: string;
8005
+ /**
8006
+ * 业务特征
8007
+ */
8008
+ Characteristic?: string;
8009
+ /**
8010
+ * 扫描说明
8011
+ */
8012
+ Descibe?: string;
8013
+ /**
8014
+ * 官方公告
8015
+ */
8016
+ Referer?: string;
8017
+ /**
8018
+ * 扫描示例
8019
+ */
8020
+ Demo?: string;
8021
+ /**
8022
+ * 扫描对象
8023
+ */
8024
+ Target?: string;
8025
+ /**
8026
+ * 扫描目的
8027
+ */
8028
+ Purpose?: string;
8029
+ /**
8030
+ * 产品文案
8031
+ */
8032
+ Announcement?: string;
8033
+ /**
8034
+ * 更新时间
8035
+ */
8036
+ UpdateTime?: number;
8037
+ /**
8038
+ * ipowner
8039
+ */
8040
+ IpOwner?: string;
8041
+ /**
8042
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8043
+ */
8044
+ RequestId?: string;
8045
+ }
8075
8046
  /**
8076
8047
  * GetAttackHistogram请求参数结构体
8077
8048
  */
@@ -8890,23 +8861,6 @@ export interface ModifyHostStatusResponse {
8890
8861
  */
8891
8862
  RequestId?: string;
8892
8863
  }
8893
- /**
8894
- * DescribeAntiInfoLeakRules请求参数结构体
8895
- */
8896
- export interface DescribeAntiInfoLeakRulesRequest {
8897
- /**
8898
- * 域名
8899
- */
8900
- Domain: string;
8901
- /**
8902
- * 动作类型
8903
- */
8904
- ActionType?: number;
8905
- /**
8906
- * 翻页
8907
- */
8908
- PageInfo?: PageInfo;
8909
- }
8910
8864
  /**
8911
8865
  * clb-waf QPS套餐 New
8912
8866
  */
@@ -9042,29 +8996,21 @@ export interface ModifyCustomWhiteRuleStatusResponse {
9042
8996
  RequestId?: string;
9043
8997
  }
9044
8998
  /**
9045
- * DescribeTopAttackDomain请求参数结构体
8999
+ * DescribeAccessFastAnalysis接口的出参
9046
9000
  */
9047
- export interface DescribeTopAttackDomainRequest {
9048
- /**
9049
- * 查询起始时间
9050
- */
9051
- FromTime: string;
9052
- /**
9053
- * 查询结束时间
9054
- */
9055
- ToTime: string;
9001
+ export interface AccessFieldValueRatioInfo {
9056
9002
  /**
9057
- * TOP N,可从0-10选择,默认是10
9003
+ * 日志条数
9058
9004
  */
9059
9005
  Count?: number;
9060
9006
  /**
9061
- * 只有两个值有效,sparta-waf,clb-waf,不传则不过滤
9007
+ * 对应的Value值的百分比
9062
9008
  */
9063
- Edition?: string;
9009
+ Ratio?: number;
9064
9010
  /**
9065
- * WAF实例ID,不传则不过滤
9011
+ * 字段对应的值
9066
9012
  */
9067
- InstanceID?: string;
9013
+ Value?: string;
9068
9014
  }
9069
9015
  /**
9070
9016
  * 多域名黑白名单describe返回
@@ -9079,35 +9025,6 @@ export interface BatchIpAccessControlData {
9079
9025
  */
9080
9026
  Res?: Array<BatchIpAccessControlItem>;
9081
9027
  }
9082
- /**
9083
- * DescribeAntiInfoLeakRules返回的规则列表元素
9084
- */
9085
- export interface DescribeAntiInfoLeakRulesRuleItem {
9086
- /**
9087
- * 规则ID
9088
- */
9089
- RuleId?: string;
9090
- /**
9091
- * 规则名称
9092
- */
9093
- Name?: string;
9094
- /**
9095
- * 规则状态
9096
- */
9097
- Status?: string;
9098
- /**
9099
- * 规则动作类型
9100
- */
9101
- ActionType?: string;
9102
- /**
9103
- * 规则创建时间
9104
- */
9105
- CreateTime?: string;
9106
- /**
9107
- * 详细的规则
9108
- */
9109
- Strategies?: Array<DescribeAntiInfoLeakRulesStrategyItem>;
9110
- }
9111
9028
  /**
9112
9029
  * DescribePeakValue请求参数结构体
9113
9030
  */
@@ -9223,7 +9140,6 @@ export interface CdcRegion {
9223
9140
  Region: string;
9224
9141
  /**
9225
9142
  * 该地域对应的集群信息
9226
- 注意:此字段可能返回 null,表示取不到有效值。
9227
9143
  */
9228
9144
  Clusters: Array<CdcCluster>;
9229
9145
  }
@@ -9417,7 +9333,6 @@ export interface DescribeAttackTypeResponse {
9417
9333
  export interface DescribeCCRuleResponse {
9418
9334
  /**
9419
9335
  * 结果
9420
- 注意:此字段可能返回 null,表示取不到有效值。
9421
9336
  */
9422
9337
  Data?: CCRuleData;
9423
9338
  /**
@@ -9548,35 +9463,35 @@ export interface FindAllDomainDetail {
9548
9463
  /**
9549
9464
  * 用户id
9550
9465
  */
9551
- Appid: number;
9466
+ Appid?: number;
9552
9467
  /**
9553
9468
  * 域名
9554
9469
  */
9555
- Domain: string;
9470
+ Domain?: string;
9556
9471
  /**
9557
9472
  * 域名ip
9558
9473
  */
9559
- Ips: Array<string>;
9474
+ Ips?: Array<string>;
9560
9475
  /**
9561
9476
  * 发现时间
9562
9477
  */
9563
- FindTime: string;
9478
+ FindTime?: string;
9564
9479
  /**
9565
9480
  * 实例id
9566
9481
  */
9567
- InstanceId: string;
9482
+ InstanceId?: string;
9568
9483
  /**
9569
9484
  * 域名id
9570
9485
  */
9571
- DomainId: string;
9486
+ DomainId?: string;
9572
9487
  /**
9573
9488
  * waf类型
9574
9489
  */
9575
- Edition: string;
9490
+ Edition?: string;
9576
9491
  /**
9577
9492
  * 是否接入waf
9578
9493
  */
9579
- IsWafDomain: number;
9494
+ IsWafDomain?: number;
9580
9495
  }
9581
9496
  /**
9582
9497
  * DeleteAntiInfoLeakRule请求参数结构体
@@ -9697,7 +9612,6 @@ export interface DescribeDomainWhiteRulesResponse {
9697
9612
  export interface DescribeSessionResponse {
9698
9613
  /**
9699
9614
  * 返回结果
9700
- 注意:此字段可能返回 null,表示取不到有效值。
9701
9615
  */
9702
9616
  Data?: SessionData;
9703
9617
  /**
@@ -9946,7 +9860,6 @@ export interface DescribeAttackWhiteRuleResponse {
9946
9860
  Total?: number;
9947
9861
  /**
9948
9862
  * 规则白名单列表
9949
- 注意:此字段可能返回 null,表示取不到有效值。
9950
9863
  */
9951
9864
  List?: Array<UserWhiteRule>;
9952
9865
  /**