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.
@@ -259,12 +259,10 @@ export interface DescribeAntiLeakageItem {
259
259
  CreateTime?: string
260
260
  /**
261
261
  * 匹配条件
262
- 注意:此字段可能返回 null,表示取不到有效值。
263
262
  */
264
263
  Strategies?: Array<DescribeAntiInfoLeakRulesStrategyItem>
265
264
  /**
266
265
  * 匹配的URL
267
- 注意:此字段可能返回 null,表示取不到有效值。
268
266
  */
269
267
  Uri?: string
270
268
  /**
@@ -534,6 +532,16 @@ export interface DescribeDomainRulesRequest {
534
532
  Domain?: string
535
533
  }
536
534
 
535
+ /**
536
+ * DescribeScanIp请求参数结构体
537
+ */
538
+ export interface DescribeScanIpRequest {
539
+ /**
540
+ * 要查询的ip地址
541
+ */
542
+ Ip: string
543
+ }
544
+
537
545
  /**
538
546
  * DeleteAccessExport返回参数结构体
539
547
  */
@@ -642,7 +650,6 @@ export interface AddAntiInfoLeakRulesRequest {
642
650
  export interface DeleteAttackWhiteRuleResponse {
643
651
  /**
644
652
  * 删除失败的规则序号组
645
- 注意:此字段可能返回 null,表示取不到有效值。
646
653
  */
647
654
  FailIds?: Array<number | bigint>
648
655
  /**
@@ -1531,7 +1538,6 @@ export interface Rule {
1531
1538
  Id?: number
1532
1539
  /**
1533
1540
  * 规则类型
1534
- 注意:此字段可能返回 null,表示取不到有效值。
1535
1541
  */
1536
1542
  Type?: string
1537
1543
  /**
@@ -1540,12 +1546,10 @@ export interface Rule {
1540
1546
  Level?: string
1541
1547
  /**
1542
1548
  * 规则描述
1543
- 注意:此字段可能返回 null,表示取不到有效值。
1544
1549
  */
1545
1550
  Description?: string
1546
1551
  /**
1547
1552
  * 规则防护的CVE编号
1548
- 注意:此字段可能返回 null,表示取不到有效值。
1549
1553
  */
1550
1554
  CVE?: string
1551
1555
  /**
@@ -1558,7 +1562,6 @@ export interface Rule {
1558
1562
  ModifyTime?: string
1559
1563
  /**
1560
1564
  * 门神规则新增/更新时间
1561
- 注意:此字段可能返回 null,表示取不到有效值。
1562
1565
  */
1563
1566
  AddTime?: string
1564
1567
  }
@@ -1627,7 +1630,6 @@ export interface Strategy {
1627
1630
  export interface UpsertCCRuleResponse {
1628
1631
  /**
1629
1632
  * 一般为null
1630
- 注意:此字段可能返回 null,表示取不到有效值。
1631
1633
  */
1632
1634
  Data?: string
1633
1635
  /**
@@ -1739,12 +1741,10 @@ export interface ModifyApiSecEventChangeRequest {
1739
1741
  export interface JobDateTime {
1740
1742
  /**
1741
1743
  * 定时执行的时间参数
1742
- 注意:此字段可能返回 null,表示取不到有效值。
1743
1744
  */
1744
1745
  Timed?: Array<TimedJob>
1745
1746
  /**
1746
1747
  * 周期执行的时间参数
1747
- 注意:此字段可能返回 null,表示取不到有效值。
1748
1748
  */
1749
1749
  Cron?: Array<CronJob>
1750
1750
  /**
@@ -1836,7 +1836,7 @@ export interface DescribeFindDomainListRequest {
1836
1836
  */
1837
1837
  Key: string
1838
1838
  /**
1839
- * 是否接入waf
1839
+ * 是否接入waf;传"1"返回接入域名的详情,传"0"返回未接入域名的详情,传""返回接入和未接入域名的详情
1840
1840
  */
1841
1841
  IsWafDomain: string
1842
1842
  /**
@@ -1923,7 +1923,6 @@ export interface CCRuleItem {
1923
1923
  ValidTime?: number
1924
1924
  /**
1925
1925
  * 高级参数
1926
- 注意:此字段可能返回 null,表示取不到有效值。
1927
1926
  */
1928
1927
  OptionsArr?: string
1929
1928
  /**
@@ -2256,7 +2255,6 @@ export interface DescribeFindDomainListResponse {
2256
2255
  export interface DeleteSessionResponse {
2257
2256
  /**
2258
2257
  * 结果
2259
- 注意:此字段可能返回 null,表示取不到有效值。
2260
2258
  */
2261
2259
  Data?: string
2262
2260
  /**
@@ -2275,7 +2273,6 @@ export interface DescribeAccessIndexResponse {
2275
2273
  Status?: boolean
2276
2274
  /**
2277
2275
  * 索引配置信息
2278
- 注意:此字段可能返回 null,表示取不到有效值。
2279
2276
  注意:此字段可能返回 null,表示取不到有效值。
2280
2277
  */
2281
2278
  Rule?: AccessRuleInfo
@@ -2607,20 +2604,6 @@ export interface DescribeModuleStatusRequest {
2607
2604
  Domain: string
2608
2605
  }
2609
2606
 
2610
- /**
2611
- * DescribeAntiFakeUrl请求参数结构体
2612
- */
2613
- export interface DescribeAntiFakeUrlRequest {
2614
- /**
2615
- * 域名
2616
- */
2617
- Domain: string
2618
- /**
2619
- * 翻页参数
2620
- */
2621
- PageInfo: PageInfo
2622
- }
2623
-
2624
2607
  /**
2625
2608
  * DeleteAttackWhiteRule请求参数结构体
2626
2609
  */
@@ -3005,19 +2988,16 @@ export interface SwitchElasticModeResponse {
3005
2988
  export interface AccessRuleInfo {
3006
2989
  /**
3007
2990
  * 全文索引配置
3008
- 注意:此字段可能返回 null,表示取不到有效值。
3009
2991
  注意:此字段可能返回 null,表示取不到有效值。
3010
2992
  */
3011
2993
  FullText?: AccessFullTextInfo
3012
2994
  /**
3013
2995
  * 键值索引配置
3014
- 注意:此字段可能返回 null,表示取不到有效值。
3015
2996
  注意:此字段可能返回 null,表示取不到有效值。
3016
2997
  */
3017
2998
  KeyValue?: AccessRuleKeyValueInfo
3018
2999
  /**
3019
3000
  * 元字段索引配置
3020
- 注意:此字段可能返回 null,表示取不到有效值。
3021
3001
  注意:此字段可能返回 null,表示取不到有效值。
3022
3002
  */
3023
3003
  Tag?: AccessRuleTagInfo
@@ -3030,12 +3010,11 @@ export interface CCRuleLists {
3030
3010
  /**
3031
3011
  * 总数
3032
3012
  */
3033
- TotalCount: number
3013
+ TotalCount?: number
3034
3014
  /**
3035
3015
  * 规则
3036
- 注意:此字段可能返回 null,表示取不到有效值。
3037
3016
  */
3038
- Res: Array<CCRuleItems>
3017
+ Res?: Array<CCRuleItems>
3039
3018
  }
3040
3019
 
3041
3020
  /**
@@ -3246,7 +3225,6 @@ export interface SearchAccessLogResponse {
3246
3225
  Analysis?: boolean
3247
3226
  /**
3248
3227
  * 如果Analysis为True,则返回分析结果的列名,否则为空
3249
- 注意:此字段可能返回 null,表示取不到有效值。
3250
3228
  注意:此字段可能返回 null,表示取不到有效值。
3251
3229
  * @deprecated
3252
3230
  */
@@ -3259,7 +3237,6 @@ export interface SearchAccessLogResponse {
3259
3237
  /**
3260
3238
  * 日志分析结果;当Analysis为False时,可能返回为null
3261
3239
  注意:此字段可能返回 null,表示取不到有效值
3262
- 注意:此字段可能返回 null,表示取不到有效值。
3263
3240
  * @deprecated
3264
3241
  */
3265
3242
  AnalysisResults?: Array<AccessLogItems>
@@ -3512,24 +3489,6 @@ export interface TigaMainClassMode {
3512
3489
  Mode?: number
3513
3490
  }
3514
3491
 
3515
- /**
3516
- * DescribeAccessFastAnalysis接口的出参
3517
- */
3518
- export interface AccessFieldValueRatioInfo {
3519
- /**
3520
- * 日志条数
3521
- */
3522
- Count?: number
3523
- /**
3524
- * 对应的Value值的百分比
3525
- */
3526
- Ratio?: number
3527
- /**
3528
- * 字段对应的值
3529
- */
3530
- Value?: string
3531
- }
3532
-
3533
3492
  /**
3534
3493
  * DescribePorts请求参数结构体
3535
3494
  */
@@ -3733,7 +3692,6 @@ export interface ApiDetailSampleHistory {
3733
3692
  export interface WafThreatenIntelligenceDetails {
3734
3693
  /**
3735
3694
  * 封禁属性标签
3736
- 注意:此字段可能返回 null,表示取不到有效值。
3737
3695
  */
3738
3696
  Tags?: Array<string>
3739
3697
  /**
@@ -4347,24 +4305,6 @@ export interface ExportAccessInfo {
4347
4305
  CreateTime?: string
4348
4306
  }
4349
4307
 
4350
- /**
4351
- * DescribeAntiFakeUrl返回参数结构体
4352
- */
4353
- export interface DescribeAntiFakeUrlResponse {
4354
- /**
4355
- * 总数
4356
- */
4357
- Total?: string
4358
- /**
4359
- * 信息
4360
- */
4361
- List?: Array<CacheUrlItem>
4362
- /**
4363
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4364
- */
4365
- RequestId?: string
4366
- }
4367
-
4368
4308
  /**
4369
4309
  * DescribeIpAccessControl请求参数结构体
4370
4310
  */
@@ -4625,6 +4565,38 @@ export interface GoodNews {
4625
4565
  RegionId?: number
4626
4566
  }
4627
4567
 
4568
+ /**
4569
+ * 扫描ip信息
4570
+ */
4571
+ export interface ScanIpInfo {
4572
+ /**
4573
+ * 所属业务
4574
+
4575
+ */
4576
+ Bussiness?: string
4577
+ /**
4578
+ * 扫描对象
4579
+ */
4580
+ Target?: string
4581
+ /**
4582
+ * ip列表
4583
+ */
4584
+ IpList?: Array<string>
4585
+ /**
4586
+ * 扫描说明
4587
+ */
4588
+ Descibe?: string
4589
+ /**
4590
+ * 官方公告
4591
+
4592
+ */
4593
+ Referer?: string
4594
+ /**
4595
+ * 更新时间
4596
+ */
4597
+ UpdateTime?: number
4598
+ }
4599
+
4628
4600
  /**
4629
4601
  * DescribeUserSignatureRule请求参数结构体
4630
4602
  */
@@ -4820,47 +4792,47 @@ export interface DownloadAttackRecordInfo {
4820
4792
  /**
4821
4793
  * 记录ID
4822
4794
  */
4823
- Id: number
4795
+ Id?: number
4824
4796
  /**
4825
4797
  * 下载任务名
4826
4798
  */
4827
- TaskName: string
4799
+ TaskName?: string
4828
4800
  /**
4829
4801
  * 任务ID
4830
4802
  */
4831
- TaskId: string
4803
+ TaskId?: string
4832
4804
  /**
4833
4805
  * 域名
4834
4806
  */
4835
- Host: string
4807
+ Host?: string
4836
4808
  /**
4837
4809
  * 当前下载任务的日志条数
4838
4810
  */
4839
- Count: number
4811
+ Count?: number
4840
4812
  /**
4841
4813
  * 下载任务运行状态:-1-下载超时,0-下载等待,1-下载完成,2-下载失败,4-正在下载
4842
4814
  */
4843
- Status: number
4815
+ Status?: number
4844
4816
  /**
4845
4817
  * 下载文件URL
4846
4818
  */
4847
- Url: string
4819
+ Url?: string
4848
4820
  /**
4849
4821
  * 创建时间
4850
4822
  */
4851
- CreateTime: string
4823
+ CreateTime?: string
4852
4824
  /**
4853
4825
  * 最后更新修改时间
4854
4826
  */
4855
- ModifyTime: string
4827
+ ModifyTime?: string
4856
4828
  /**
4857
4829
  * 过期时间
4858
4830
  */
4859
- ExpireTime: string
4831
+ ExpireTime?: string
4860
4832
  /**
4861
4833
  * 下载任务需下载的日志总条数
4862
4834
  */
4863
- TotalCount: number
4835
+ TotalCount?: number
4864
4836
  }
4865
4837
 
4866
4838
  /**
@@ -5075,24 +5047,6 @@ export interface DescribeAutoDenyIPResponse {
5075
5047
  RequestId?: string
5076
5048
  }
5077
5049
 
5078
- /**
5079
- * DescribeAntiInfoLeakRules返回参数结构体
5080
- */
5081
- export interface DescribeAntiInfoLeakRulesResponse {
5082
- /**
5083
- * 记录条数
5084
- */
5085
- TotalCount?: string
5086
- /**
5087
- * 规则列表
5088
- */
5089
- RuleList?: Array<DescribeAntiInfoLeakRulesRuleItem>
5090
- /**
5091
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5092
- */
5093
- RequestId?: string
5094
- }
5095
-
5096
5050
  /**
5097
5051
  * DescribeIpHitItems返回参数结构体
5098
5052
  */
@@ -5505,7 +5459,6 @@ export interface ModifyGenerateDealsResponse {
5505
5459
  export interface UpsertSessionResponse {
5506
5460
  /**
5507
5461
  * 结果
5508
- 注意:此字段可能返回 null,表示取不到有效值。
5509
5462
  */
5510
5463
  Data?: string
5511
5464
  /**
@@ -6074,7 +6027,6 @@ export interface GetAttackTotalCountRequest {
6074
6027
  export interface DeleteDomainWhiteRulesResponse {
6075
6028
  /**
6076
6029
  * 出参
6077
- 注意:此字段可能返回 null,表示取不到有效值。
6078
6030
  */
6079
6031
  Data?: string
6080
6032
  /**
@@ -6164,33 +6116,17 @@ export interface AddAreaBanAreasRequest {
6164
6116
  }
6165
6117
 
6166
6118
  /**
6167
- * 防篡改url元素
6119
+ * DescribeCCRuleList返回参数结构体
6168
6120
  */
6169
- export interface CacheUrlItem {
6170
- /**
6171
- * Id
6172
- */
6173
- Id?: string
6174
- /**
6175
- * 名称
6176
- */
6177
- Name?: string
6178
- /**
6179
- * 域名
6180
- */
6181
- Domain?: string
6182
- /**
6183
- * uri
6184
- */
6185
- Uri?: string
6121
+ export interface DescribeCCRuleListResponse {
6186
6122
  /**
6187
- * 协议
6123
+ * 查询到的CC规则的列表
6188
6124
  */
6189
- Protocol?: string
6125
+ Data?: CCRuleLists
6190
6126
  /**
6191
- * 状态
6127
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6192
6128
  */
6193
- Status?: string
6129
+ RequestId?: string
6194
6130
  }
6195
6131
 
6196
6132
  /**
@@ -6277,17 +6213,14 @@ export interface ModifyDomainsCLSStatusResponse {
6277
6213
  export interface ModifyBotStatusResponse {
6278
6214
  /**
6279
6215
  * 正常情况为null
6280
- 注意:此字段可能返回 null,表示取不到有效值。
6281
6216
  */
6282
6217
  Data?: string
6283
6218
  /**
6284
6219
  * 未购买BOT的域名列表
6285
- 注意:此字段可能返回 null,表示取不到有效值。
6286
6220
  */
6287
6221
  UnSupportedList?: Array<string>
6288
6222
  /**
6289
6223
  * 已购买但操作失败的域名列表
6290
- 注意:此字段可能返回 null,表示取不到有效值。
6291
6224
  */
6292
6225
  FailDomainList?: Array<string>
6293
6226
  /**
@@ -6791,37 +6724,30 @@ export interface AccessLogInfo {
6791
6724
  Time?: number
6792
6725
  /**
6793
6726
  * 日志主题ID
6794
- 注意:此字段可能返回 null,表示取不到有效值。
6795
6727
  */
6796
6728
  TopicId?: string
6797
6729
  /**
6798
6730
  * 日志主题名称
6799
- 注意:此字段可能返回 null,表示取不到有效值。
6800
6731
  */
6801
6732
  TopicName?: string
6802
6733
  /**
6803
6734
  * 日志来源IP
6804
- 注意:此字段可能返回 null,表示取不到有效值。
6805
6735
  */
6806
6736
  Source?: string
6807
6737
  /**
6808
6738
  * 日志文件名称
6809
- 注意:此字段可能返回 null,表示取不到有效值。
6810
6739
  */
6811
6740
  FileName?: string
6812
6741
  /**
6813
6742
  * 日志上报请求包的ID
6814
- 注意:此字段可能返回 null,表示取不到有效值。
6815
6743
  */
6816
6744
  PkgId?: string
6817
6745
  /**
6818
6746
  * 请求包内日志的ID
6819
- 注意:此字段可能返回 null,表示取不到有效值。
6820
6747
  */
6821
6748
  PkgLogId?: string
6822
6749
  /**
6823
6750
  * 日志内容的Json序列化字符串
6824
- 注意:此字段可能返回 null,表示取不到有效值。
6825
6751
  注意:此字段可能返回 null,表示取不到有效值。
6826
6752
  */
6827
6753
  LogJson?: string
@@ -6955,7 +6881,6 @@ export interface ModifyWafAutoDenyRulesRequest {
6955
6881
  export interface DescribeAccessFastAnalysisResponse {
6956
6882
  /**
6957
6883
  * 注意:此字段可能返回 null,表示取不到有效值
6958
- 注意:此字段可能返回 null,表示取不到有效值。
6959
6884
  */
6960
6885
  FieldValueRatioInfos?: Array<AccessFieldValueRatioInfo>
6961
6886
  /**
@@ -7158,21 +7083,6 @@ export interface DescribeCCRuleRequest {
7158
7083
  Name?: string
7159
7084
  }
7160
7085
 
7161
- /**
7162
- * DescribeCCRuleList返回参数结构体
7163
- */
7164
- export interface DescribeCCRuleListResponse {
7165
- /**
7166
- * 查询到的CC规则的列表
7167
- 注意:此字段可能返回 null,表示取不到有效值。
7168
- */
7169
- Data?: CCRuleLists
7170
- /**
7171
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7172
- */
7173
- RequestId?: string
7174
- }
7175
-
7176
7086
  /**
7177
7087
  * GetAttackDownloadRecords返回参数结构体
7178
7088
  */
@@ -7301,7 +7211,6 @@ export interface DescribeAccessHistogramResponse {
7301
7211
  TotalCount?: number
7302
7212
  /**
7303
7213
  * 注意:此字段可能返回 null,表示取不到有效值
7304
- 注意:此字段可能返回 null,表示取不到有效值。
7305
7214
  */
7306
7215
  HistogramInfos?: Array<AccessHistogramItem>
7307
7216
  /**
@@ -7447,6 +7356,32 @@ export interface DeleteCustomRuleResponse {
7447
7356
  RequestId?: string
7448
7357
  }
7449
7358
 
7359
+ /**
7360
+ * DescribeTopAttackDomain请求参数结构体
7361
+ */
7362
+ export interface DescribeTopAttackDomainRequest {
7363
+ /**
7364
+ * 查询起始时间
7365
+ */
7366
+ FromTime: string
7367
+ /**
7368
+ * 查询结束时间
7369
+ */
7370
+ ToTime: string
7371
+ /**
7372
+ * TOP N,可从0-10选择,默认是10
7373
+ */
7374
+ Count?: number
7375
+ /**
7376
+ * 只有两个值有效,sparta-waf,clb-waf,不传则不过滤
7377
+ */
7378
+ Edition?: string
7379
+ /**
7380
+ * WAF实例ID,不传则不过滤
7381
+ */
7382
+ InstanceID?: string
7383
+ }
7384
+
7450
7385
  /**
7451
7386
  * DescribeHistogram请求参数结构体
7452
7387
  */
@@ -7491,7 +7426,6 @@ export interface DescribeHistogramRequest {
7491
7426
  export interface DeleteCCRuleResponse {
7492
7427
  /**
7493
7428
  * 一般为null
7494
- 注意:此字段可能返回 null,表示取不到有效值。
7495
7429
  */
7496
7430
  Data?: string
7497
7431
  /**
@@ -7526,7 +7460,6 @@ export interface DescribeAreaBanAreasRsp {
7526
7460
  JobType?: string
7527
7461
  /**
7528
7462
  * 定时任务详细配置
7529
- 注意:此字段可能返回 null,表示取不到有效值。
7530
7463
  */
7531
7464
  JobDateTime?: JobDateTime
7532
7465
  /**
@@ -7617,20 +7550,6 @@ export interface UpsertCCRuleRequest {
7617
7550
  Length?: number
7618
7551
  }
7619
7552
 
7620
- /**
7621
- * 公共翻页参数
7622
- */
7623
- export interface PageInfo {
7624
- /**
7625
- * 页码
7626
- */
7627
- PageNumber: string
7628
- /**
7629
- * 页条目数量
7630
- */
7631
- PageSize: string
7632
- }
7633
-
7634
7553
  /**
7635
7554
  * ModifyProtectionStatus返回参数结构体
7636
7555
  */
@@ -7786,7 +7705,6 @@ export interface DescribeWafAutoDenyRulesResponse {
7786
7705
  /**
7787
7706
  * 数据来源Source字段 custom-自定义(默认)、batch-domain-批量域名
7788
7707
 
7789
- 注意:此字段可能返回 null,表示取不到有效值。
7790
7708
  */
7791
7709
  Source?: string
7792
7710
  /**
@@ -7943,7 +7861,6 @@ export interface DescribeSpartaProtectionInfoResponse {
7943
7861
  IsKeepAlive?: string
7944
7862
  /**
7945
7863
  * 0:BGP 1:Anycast
7946
- 注意:此字段可能返回 null,表示取不到有效值。
7947
7864
  */
7948
7865
  Anycast?: string
7949
7866
  /**
@@ -8346,7 +8263,6 @@ export interface CCRuleItems {
8346
8263
  RuleId?: number
8347
8264
  /**
8348
8265
  * 事件id
8349
- 注意:此字段可能返回 null,表示取不到有效值。
8350
8266
  */
8351
8267
  EventId?: string
8352
8268
  /**
@@ -8355,7 +8271,6 @@ export interface CCRuleItems {
8355
8271
  SessionApplied?: Array<number | bigint>
8356
8272
  /**
8357
8273
  * 创建时间
8358
- 注意:此字段可能返回 null,表示取不到有效值。
8359
8274
  */
8360
8275
  CreateTime?: number
8361
8276
  }
@@ -8410,6 +8325,60 @@ export interface AddAreaBanAreasResponse {
8410
8325
  RequestId?: string
8411
8326
  }
8412
8327
 
8328
+ /**
8329
+ * DescribeScanIp返回参数结构体
8330
+ */
8331
+ export interface DescribeScanIpResponse {
8332
+ /**
8333
+ * ip列表,当入参Ip为all时,返回所有已知ip列表
8334
+ */
8335
+ IpList?: Array<ScanIpInfo>
8336
+ /**
8337
+ * 所属业务
8338
+ */
8339
+ Bussiness?: string
8340
+ /**
8341
+ * 业务特征
8342
+ */
8343
+ Characteristic?: string
8344
+ /**
8345
+ * 扫描说明
8346
+ */
8347
+ Descibe?: string
8348
+ /**
8349
+ * 官方公告
8350
+ */
8351
+ Referer?: string
8352
+ /**
8353
+ * 扫描示例
8354
+ */
8355
+ Demo?: string
8356
+ /**
8357
+ * 扫描对象
8358
+ */
8359
+ Target?: string
8360
+ /**
8361
+ * 扫描目的
8362
+ */
8363
+ Purpose?: string
8364
+ /**
8365
+ * 产品文案
8366
+ */
8367
+ Announcement?: string
8368
+ /**
8369
+ * 更新时间
8370
+ */
8371
+ UpdateTime?: number
8372
+ /**
8373
+ * ipowner
8374
+ */
8375
+ IpOwner?: string
8376
+ /**
8377
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8378
+ */
8379
+ RequestId?: string
8380
+ }
8381
+
8413
8382
  /**
8414
8383
  * GetAttackHistogram请求参数结构体
8415
8384
  */
@@ -9245,24 +9214,6 @@ export interface ModifyHostStatusResponse {
9245
9214
  RequestId?: string
9246
9215
  }
9247
9216
 
9248
- /**
9249
- * DescribeAntiInfoLeakRules请求参数结构体
9250
- */
9251
- export interface DescribeAntiInfoLeakRulesRequest {
9252
- /**
9253
- * 域名
9254
- */
9255
- Domain: string
9256
- /**
9257
- * 动作类型
9258
- */
9259
- ActionType?: number
9260
- /**
9261
- * 翻页
9262
- */
9263
- PageInfo?: PageInfo
9264
- }
9265
-
9266
9217
  /**
9267
9218
  * clb-waf QPS套餐 New
9268
9219
  */
@@ -9406,29 +9357,21 @@ export interface ModifyCustomWhiteRuleStatusResponse {
9406
9357
  }
9407
9358
 
9408
9359
  /**
9409
- * DescribeTopAttackDomain请求参数结构体
9360
+ * DescribeAccessFastAnalysis接口的出参
9410
9361
  */
9411
- export interface DescribeTopAttackDomainRequest {
9412
- /**
9413
- * 查询起始时间
9414
- */
9415
- FromTime: string
9416
- /**
9417
- * 查询结束时间
9418
- */
9419
- ToTime: string
9362
+ export interface AccessFieldValueRatioInfo {
9420
9363
  /**
9421
- * TOP N,可从0-10选择,默认是10
9364
+ * 日志条数
9422
9365
  */
9423
9366
  Count?: number
9424
9367
  /**
9425
- * 只有两个值有效,sparta-waf,clb-waf,不传则不过滤
9368
+ * 对应的Value值的百分比
9426
9369
  */
9427
- Edition?: string
9370
+ Ratio?: number
9428
9371
  /**
9429
- * WAF实例ID,不传则不过滤
9372
+ * 字段对应的值
9430
9373
  */
9431
- InstanceID?: string
9374
+ Value?: string
9432
9375
  }
9433
9376
 
9434
9377
  /**
@@ -9445,36 +9388,6 @@ export interface BatchIpAccessControlData {
9445
9388
  Res?: Array<BatchIpAccessControlItem>
9446
9389
  }
9447
9390
 
9448
- /**
9449
- * DescribeAntiInfoLeakRules返回的规则列表元素
9450
- */
9451
- export interface DescribeAntiInfoLeakRulesRuleItem {
9452
- /**
9453
- * 规则ID
9454
- */
9455
- RuleId?: string
9456
- /**
9457
- * 规则名称
9458
- */
9459
- Name?: string
9460
- /**
9461
- * 规则状态
9462
- */
9463
- Status?: string
9464
- /**
9465
- * 规则动作类型
9466
- */
9467
- ActionType?: string
9468
- /**
9469
- * 规则创建时间
9470
- */
9471
- CreateTime?: string
9472
- /**
9473
- * 详细的规则
9474
- */
9475
- Strategies?: Array<DescribeAntiInfoLeakRulesStrategyItem>
9476
- }
9477
-
9478
9391
  /**
9479
9392
  * DescribePeakValue请求参数结构体
9480
9393
  */
@@ -9594,7 +9507,6 @@ export interface CdcRegion {
9594
9507
  Region: string
9595
9508
  /**
9596
9509
  * 该地域对应的集群信息
9597
- 注意:此字段可能返回 null,表示取不到有效值。
9598
9510
  */
9599
9511
  Clusters: Array<CdcCluster>
9600
9512
  }
@@ -9797,7 +9709,6 @@ export interface DescribeAttackTypeResponse {
9797
9709
  export interface DescribeCCRuleResponse {
9798
9710
  /**
9799
9711
  * 结果
9800
- 注意:此字段可能返回 null,表示取不到有效值。
9801
9712
  */
9802
9713
  Data?: CCRuleData
9803
9714
  /**
@@ -9937,35 +9848,35 @@ export interface FindAllDomainDetail {
9937
9848
  /**
9938
9849
  * 用户id
9939
9850
  */
9940
- Appid: number
9851
+ Appid?: number
9941
9852
  /**
9942
9853
  * 域名
9943
9854
  */
9944
- Domain: string
9855
+ Domain?: string
9945
9856
  /**
9946
9857
  * 域名ip
9947
9858
  */
9948
- Ips: Array<string>
9859
+ Ips?: Array<string>
9949
9860
  /**
9950
9861
  * 发现时间
9951
9862
  */
9952
- FindTime: string
9863
+ FindTime?: string
9953
9864
  /**
9954
9865
  * 实例id
9955
9866
  */
9956
- InstanceId: string
9867
+ InstanceId?: string
9957
9868
  /**
9958
9869
  * 域名id
9959
9870
  */
9960
- DomainId: string
9871
+ DomainId?: string
9961
9872
  /**
9962
9873
  * waf类型
9963
9874
  */
9964
- Edition: string
9875
+ Edition?: string
9965
9876
  /**
9966
9877
  * 是否接入waf
9967
9878
  */
9968
- IsWafDomain: number
9879
+ IsWafDomain?: number
9969
9880
  }
9970
9881
 
9971
9882
  /**
@@ -10096,7 +10007,6 @@ export interface DescribeDomainWhiteRulesResponse {
10096
10007
  export interface DescribeSessionResponse {
10097
10008
  /**
10098
10009
  * 返回结果
10099
- 注意:此字段可能返回 null,表示取不到有效值。
10100
10010
  */
10101
10011
  Data?: SessionData
10102
10012
  /**
@@ -10353,7 +10263,6 @@ export interface DescribeAttackWhiteRuleResponse {
10353
10263
  Total?: number
10354
10264
  /**
10355
10265
  * 规则白名单列表
10356
- 注意:此字段可能返回 null,表示取不到有效值。
10357
10266
  */
10358
10267
  List?: Array<UserWhiteRule>
10359
10268
  /**