tencentcloud-sdk-nodejs 4.1.164 → 4.1.165

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.
Files changed (48) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/cwp/v20180228/cwp_client.js +9 -33
  3. package/es/services/index.js +1 -0
  4. package/es/services/vdb/v20230616/vdb_client.js +13 -4
  5. package/es/services/waf/v20180125/waf_client.js +3 -0
  6. package/es/services/wedata/v20250806/wedata_client.js +189 -24
  7. package/es/services/wimgs/index.js +4 -0
  8. package/es/services/wimgs/v20251106/index.js +6 -0
  9. package/es/services/wimgs/v20251106/wimgs_client.js +9 -0
  10. package/es/services/wimgs/v20251106/wimgs_models.js +1 -0
  11. package/package.json +1 -1
  12. package/tencentcloud/common/sdk_version.d.ts +1 -1
  13. package/tencentcloud/common/sdk_version.js +1 -1
  14. package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +4 -0
  15. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +12 -9
  16. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +17 -0
  17. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +11 -47
  18. package/tencentcloud/services/cwp/v20180228/cwp_client.js +15 -67
  19. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +701 -903
  20. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -3
  21. package/tencentcloud/services/index.d.ts +1 -0
  22. package/tencentcloud/services/index.js +3 -1
  23. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -0
  24. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +17 -18
  25. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +57 -4
  26. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +24 -30
  27. package/tencentcloud/services/svp/v20240125/svp_models.d.ts +14 -10
  28. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -7
  29. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +66 -22
  30. package/tencentcloud/services/tsf/v20180326/tsf_client.js +66 -22
  31. package/tencentcloud/services/vdb/v20230616/vdb_client.d.ts +17 -5
  32. package/tencentcloud/services/vdb/v20230616/vdb_client.js +24 -6
  33. package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +186 -25
  34. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +41 -27
  35. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  36. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  37. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +159 -6
  38. package/tencentcloud/services/wedata/v20250806/wedata_client.d.ts +245 -25
  39. package/tencentcloud/services/wedata/v20250806/wedata_client.js +366 -36
  40. package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +8276 -1813
  41. package/tencentcloud/services/wimgs/index.d.ts +6 -0
  42. package/tencentcloud/services/wimgs/index.js +7 -0
  43. package/tencentcloud/services/wimgs/v20251106/index.d.ts +6 -0
  44. package/tencentcloud/services/wimgs/v20251106/index.js +10 -0
  45. package/tencentcloud/services/wimgs/v20251106/wimgs_client.d.ts +14 -0
  46. package/tencentcloud/services/wimgs/v20251106/wimgs_client.js +37 -0
  47. package/tencentcloud/services/wimgs/v20251106/wimgs_models.d.ts +36 -0
  48. package/tencentcloud/services/wimgs/v20251106/wimgs_models.js +18 -0
@@ -217,6 +217,10 @@ export interface ModifyWebHookPolicyRequest {
217
217
  * 需排除的机器列表
218
218
  */
219
219
  ExcludedQuuids?: Array<string>;
220
+ /**
221
+ * 推送语言类型,中文zh,英文en
222
+ */
223
+ MsgLanguage?: string;
220
224
  }
221
225
  /**
222
226
  * DescribeBashPolicies请求参数结构体
@@ -647,6 +651,35 @@ export interface DescribeLoginWhiteCombinedListResponse {
647
651
  */
648
652
  RequestId?: string;
649
653
  }
654
+ /**
655
+ * 补丁信息详情
656
+ */
657
+ export interface PatchInfoDetail {
658
+ /**
659
+ * KB编号
660
+ */
661
+ KBNo?: string;
662
+ /**
663
+ * KB名称
664
+ */
665
+ Name?: string;
666
+ /**
667
+ * 2025-05
668
+ */
669
+ PublishTime?: string;
670
+ /**
671
+ * KB影响的漏洞
672
+ */
673
+ RelatedCveId?: Array<string>;
674
+ /**
675
+ * KB说明文档
676
+ */
677
+ KbDocUrl?: string;
678
+ /**
679
+ * KB id编号
680
+ */
681
+ Id?: number;
682
+ }
650
683
  /**
651
684
  * DescribeAssetProcessInfoList请求参数结构体
652
685
  */
@@ -852,23 +885,6 @@ export interface DescribeAssetWebFrameListRequest {
852
885
  */
853
886
  By?: string;
854
887
  }
855
- /**
856
- * DescribeMonthInspectionReport返回参数结构体
857
- */
858
- export interface DescribeMonthInspectionReportResponse {
859
- /**
860
- * 总条数
861
- */
862
- TotalCount?: number;
863
- /**
864
- * 巡检报告列表
865
- */
866
- List?: Array<MonthInspectionReport>;
867
- /**
868
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
869
- */
870
- RequestId?: string;
871
- }
872
888
  /**
873
889
  * SyncMachines返回参数结构体
874
890
  */
@@ -959,77 +975,17 @@ export interface DescribeDirectConnectInstallCommandResponse {
959
975
  RequestId?: string;
960
976
  }
961
977
  /**
962
- * DescribeSecurityEventsCnt返回参数结构体
978
+ * ModifyFileTamperEvents请求参数结构体
963
979
  */
964
- export interface DescribeSecurityEventsCntResponse {
965
- /**
966
- * 木马文件相关风险事件
967
- */
968
- Malware?: SecurityEventInfo;
969
- /**
970
- * 登录审计相关风险事件
971
- */
972
- HostLogin?: SecurityEventInfo;
973
- /**
974
- * 密码破解相关风险事件
975
- */
976
- BruteAttack?: SecurityEventInfo;
977
- /**
978
- * 恶意请求相关风险事件
979
- */
980
- RiskDns?: SecurityEventInfo;
981
- /**
982
- * 高危命令相关风险事件
983
- */
984
- Bash?: SecurityEventInfo;
985
- /**
986
- * 本地提权相关风险事件
987
- */
988
- PrivilegeRules?: SecurityEventInfo;
989
- /**
990
- * 反弹Shell相关风险事件
991
- */
992
- ReverseShell?: SecurityEventInfo;
993
- /**
994
- * 应用漏洞风险事件
995
- */
996
- SysVul?: SecurityEventInfo;
997
- /**
998
- * Web应用漏洞相关风险事件
999
- */
1000
- WebVul?: SecurityEventInfo;
1001
- /**
1002
- * 应急漏洞相关风险事件
1003
- */
1004
- EmergencyVul?: SecurityEventInfo;
1005
- /**
1006
- * 安全基线相关风险事件
1007
- */
1008
- BaseLine?: SecurityEventInfo;
1009
- /**
1010
- * 攻击检测相关风险事件
1011
- */
1012
- AttackLogs?: SecurityEventInfo;
1013
- /**
1014
- * 受影响机器数
1015
- */
1016
- EffectMachineCount?: number;
1017
- /**
1018
- * 所有事件总数
1019
- */
1020
- EventsCount?: number;
1021
- /**
1022
- * window 系统漏洞事件总数
1023
- */
1024
- WindowVul?: SecurityEventInfo;
980
+ export interface ModifyFileTamperEventsRequest {
1025
981
  /**
1026
- * linux系统漏洞事件总数
982
+ * Status 1 -- 加白 2 -- 删除 3 - 忽略
1027
983
  */
1028
- LinuxVul?: SecurityEventInfo;
984
+ Status: number;
1029
985
  /**
1030
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
986
+ * 对应事件id
1031
987
  */
1032
- RequestId?: string;
988
+ Ids: Array<number | bigint>;
1033
989
  }
1034
990
  /**
1035
991
  * RetryVulFix返回参数结构体
@@ -1559,6 +1515,10 @@ export interface WebHookPolicy {
1559
1515
  * 需排除的机器列表
1560
1516
  */
1561
1517
  ExcludedQuuids?: Array<string>;
1518
+ /**
1519
+ * 推送语言类型,中文zh,英文en
1520
+ */
1521
+ MsgLanguage?: string;
1562
1522
  }
1563
1523
  /**
1564
1524
  * DescribeAssetUserInfo返回参数结构体
@@ -2715,19 +2675,6 @@ export interface DescribeRaspRulesRequest {
2715
2675
  */
2716
2676
  Order?: string;
2717
2677
  }
2718
- /**
2719
- * DescribeMonthInspectionReport请求参数结构体
2720
- */
2721
- export interface DescribeMonthInspectionReportRequest {
2722
- /**
2723
- * 分页大小
2724
- */
2725
- Limit: number;
2726
- /**
2727
- * 分页步长
2728
- */
2729
- Offset: number;
2730
- }
2731
2678
  /**
2732
2679
  * DescribeDirectConnectInstallCommand请求参数结构体
2733
2680
  */
@@ -2871,37 +2818,33 @@ export interface DescribeBashRulesResponse {
2871
2818
  RequestId?: string;
2872
2819
  }
2873
2820
  /**
2874
- * DescribeAvailableExpertServiceDetail返回参数结构体
2821
+ * 服务器基础信息
2875
2822
  */
2876
- export interface DescribeAvailableExpertServiceDetailResponse {
2877
- /**
2878
- * 安全管家订单
2879
- */
2880
- ExpertService?: Array<ExpertServiceOrderInfo>;
2823
+ export interface MachineExtraInfo {
2881
2824
  /**
2882
- * 应急响应可用次数
2825
+ * 公网IP
2883
2826
  */
2884
- EmergencyResponse?: number;
2827
+ WanIP?: string;
2885
2828
  /**
2886
- * 旗舰护网可用次数
2829
+ * 内网IP
2887
2830
  */
2888
- ProtectNet?: number;
2831
+ PrivateIP?: string;
2889
2832
  /**
2890
- * 是否购买过安全管家
2833
+ * 网络类型,1:vpc网络 2:基础网络 3:非腾讯云网络
2891
2834
  */
2892
- ExpertServiceBuy?: boolean;
2835
+ NetworkType?: number;
2893
2836
  /**
2894
- * 是否购买过应急响应
2837
+ * 网络名,vpc网络情况下会返回vpc_id
2895
2838
  */
2896
- EmergencyResponseBuy?: boolean;
2839
+ NetworkName?: string;
2897
2840
  /**
2898
- * 是否购买过旗舰护网
2841
+ * 实例ID
2899
2842
  */
2900
- ProtectNetBuy?: boolean;
2843
+ InstanceID?: string;
2901
2844
  /**
2902
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2845
+ * 主机名
2903
2846
  */
2904
- RequestId?: string;
2847
+ HostName?: string;
2905
2848
  }
2906
2849
  /**
2907
2850
  * DescribeLogStorageConfig请求参数结构体
@@ -3324,10 +3267,6 @@ export interface DescribeVersionStatisticsResponse {
3324
3267
  */
3325
3268
  RequestId?: string;
3326
3269
  }
3327
- /**
3328
- * DescribeAvailableExpertServiceDetail请求参数结构体
3329
- */
3330
- export type DescribeAvailableExpertServiceDetailRequest = null;
3331
3270
  /**
3332
3271
  * DescribeMachineFileTamperRules返回参数结构体
3333
3272
  */
@@ -3652,59 +3591,6 @@ export interface DescribeRansomDefenseBackupListRequest {
3652
3591
  */
3653
3592
  By?: string;
3654
3593
  }
3655
- /**
3656
- * 异地登录白名单
3657
- */
3658
- export interface LoginWhiteLists {
3659
- /**
3660
- * 记录ID
3661
- */
3662
- Id?: number;
3663
- /**
3664
- * 主机安全uuid
3665
- */
3666
- Uuid?: string;
3667
- /**
3668
- * 白名单地域
3669
- */
3670
- Places?: Array<Place>;
3671
- /**
3672
- * 白名单用户(多个用户逗号隔开)
3673
- */
3674
- UserName?: string;
3675
- /**
3676
- * 白名单IP(多个IP逗号隔开)
3677
- */
3678
- SrcIp?: string;
3679
- /**
3680
- * 是否为全局规则
3681
- */
3682
- IsGlobal?: boolean;
3683
- /**
3684
- * 创建白名单时间
3685
- */
3686
- CreateTime?: string;
3687
- /**
3688
- * 修改白名单时间
3689
- */
3690
- ModifyTime?: string;
3691
- /**
3692
- * 机器名
3693
- */
3694
- MachineName?: string;
3695
- /**
3696
- * 机器IP
3697
- */
3698
- HostIp?: string;
3699
- /**
3700
- * 起始时间
3701
- */
3702
- StartTime?: string;
3703
- /**
3704
- * 结束时间
3705
- */
3706
- EndTime?: string;
3707
- }
3708
3594
  /**
3709
3595
  * ScanVul返回参数结构体
3710
3596
  */
@@ -3858,6 +3744,10 @@ export interface ScanVulAgainRequest {
3858
3744
  * 重新检查的机器uuid,多个逗号分隔
3859
3745
  */
3860
3746
  Uuids?: string;
3747
+ /**
3748
+ * 0漏洞,1windows 补丁
3749
+ */
3750
+ EventType?: number;
3861
3751
  }
3862
3752
  /**
3863
3753
  * DeleteSearchTemplate请求参数结构体
@@ -4184,6 +4074,10 @@ export interface HostLoginList {
4184
4074
  * 请求目的端口
4185
4075
  */
4186
4076
  Port?: number;
4077
+ /**
4078
+ * ip分析
4079
+ */
4080
+ IPAnalyse?: IPAnalyse;
4187
4081
  }
4188
4082
  /**
4189
4083
  * DescribeScreenRiskAssetsTop请求参数结构体
@@ -4440,7 +4334,7 @@ export type DescribeBanModeRequest = null;
4440
4334
  */
4441
4335
  export interface ModifyRaspMaxCpuRequest {
4442
4336
  /**
4443
- * rasp当前最大cpu限制,0<cpu<=100,默认100表示不限制
4337
+ * rasp当前最大cpu限制,大于0,小于等于100,默认100表示不限制
4444
4338
  */
4445
4339
  RaspMaxCpu?: number;
4446
4340
  }
@@ -4905,6 +4799,14 @@ export interface DescribeAssetInitServiceListRequest {
4905
4799
  * ScanVulAgain返回参数结构体
4906
4800
  */
4907
4801
  export interface ScanVulAgainResponse {
4802
+ /**
4803
+ * 执行成功主机数
4804
+ */
4805
+ SuccessCount?: number;
4806
+ /**
4807
+ * 基础版(不支持)的主机数
4808
+ */
4809
+ BasicVersionCount?: number;
4908
4810
  /**
4909
4811
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4910
4812
  */
@@ -5996,9 +5898,13 @@ export interface ExportTasksRequest {
5996
5898
  TaskId: string;
5997
5899
  }
5998
5900
  /**
5999
- * CancelIgnoreVul返回参数结构体
5901
+ * GetLocalStorageItem返回参数结构体
6000
5902
  */
6001
- export interface CancelIgnoreVulResponse {
5903
+ export interface GetLocalStorageItemResponse {
5904
+ /**
5905
+ * 值
5906
+ */
5907
+ Value?: string;
6002
5908
  /**
6003
5909
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6004
5910
  */
@@ -6030,15 +5936,6 @@ export interface DescribeSecurityBroadcastInfoRequest {
6030
5936
  */
6031
5937
  Id: number;
6032
5938
  }
6033
- /**
6034
- * IgnoreImpactedHosts返回参数结构体
6035
- */
6036
- export interface IgnoreImpactedHostsResponse {
6037
- /**
6038
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6039
- */
6040
- RequestId?: string;
6041
- }
6042
5939
  /**
6043
5940
  * DescribeCanFixVulMachine请求参数结构体
6044
5941
  */
@@ -6108,19 +6005,6 @@ export interface DescribeAssetMachineDetailResponse {
6108
6005
  */
6109
6006
  RequestId?: string;
6110
6007
  }
6111
- /**
6112
- * 地域信息
6113
- */
6114
- export interface RegionSet {
6115
- /**
6116
- * 地域名称
6117
- */
6118
- RegionName?: string;
6119
- /**
6120
- * 可用区信息
6121
- */
6122
- ZoneSet?: Array<ZoneInfo>;
6123
- }
6124
6008
  /**
6125
6009
  * DescribeRansomDefenseStrategyList返回参数结构体
6126
6010
  */
@@ -6351,13 +6235,13 @@ export interface ExportRansomDefenseStrategyListResponse {
6351
6235
  RequestId?: string;
6352
6236
  }
6353
6237
  /**
6354
- * IgnoreImpactedHosts请求参数结构体
6238
+ * ModifyRaspMaxCpu返回参数结构体
6355
6239
  */
6356
- export interface IgnoreImpactedHostsRequest {
6240
+ export interface ModifyRaspMaxCpuResponse {
6357
6241
  /**
6358
- * 漏洞ID数组。
6242
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6359
6243
  */
6360
- Ids: Array<number | bigint>;
6244
+ RequestId?: string;
6361
6245
  }
6362
6246
  /**
6363
6247
  * SearchLog请求参数结构体
@@ -6735,7 +6619,7 @@ export interface DescribeMachinesRequest {
6735
6619
  */
6736
6620
  MachineType: string;
6737
6621
  /**
6738
- * 机器所属地域。如:ap-guangzhou,ap-shanghai
6622
+ * 机器所属地域。如:ap-guangzhou,ap-shanghai,非腾讯云主机使用:ap-others
6739
6623
  */
6740
6624
  MachineRegion: string;
6741
6625
  /**
@@ -7029,13 +6913,25 @@ export interface DescribeLogTypeResponse {
7029
6913
  RequestId?: string;
7030
6914
  }
7031
6915
  /**
7032
- * ModifyRiskDnsPolicyStatus返回参数结构体
6916
+ * 日志详情
7033
6917
  */
7034
- export interface ModifyRiskDnsPolicyStatusResponse {
6918
+ export interface LogInfo {
7035
6919
  /**
7036
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6920
+ * 日志内容的Json序列化字符串
7037
6921
  */
7038
- RequestId?: string;
6922
+ Content?: string;
6923
+ /**
6924
+ * 日志文件名称
6925
+ */
6926
+ FileName?: string;
6927
+ /**
6928
+ * 日志来源IP
6929
+ */
6930
+ Source?: string;
6931
+ /**
6932
+ * 日志时间,单位ms
6933
+ */
6934
+ TimeStamp?: number;
7039
6935
  }
7040
6936
  /**
7041
6937
  * ExportPrivilegeEvents返回参数结构体
@@ -7072,40 +6968,29 @@ export interface ExportAssetRecentMachineInfoResponse {
7072
6968
  */
7073
6969
  export type DescribeMachineRegionListRequest = null;
7074
6970
  /**
7075
- * ExportAssetWebFrameList请求参数结构体
6971
+ * 常用登录地
7076
6972
  */
7077
- export interface ExportAssetWebFrameListRequest {
6973
+ export interface UsualPlace {
7078
6974
  /**
7079
- * 查询指定Quuid主机的信息
6975
+ * ID。
7080
6976
  */
7081
- Quuid?: string;
6977
+ Id?: number;
7082
6978
  /**
7083
- * 过滤条件。
7084
- <li>Name - String - 是否必填:否 - 框架名</li>
7085
- <li>Lang - String - 是否必填:否 - 框架语言:java/python</li>
7086
- <li>Type - String - 是否必填:否 - 服务类型:
7087
- 0:全部
7088
- 1:Tomcat
7089
- 2:Apache
7090
- 3:Nginx
7091
- 4:WebLogic
7092
- 5:Websphere
7093
- 6:JBoss
7094
- 7:WildFly
7095
- 8:Jetty
7096
- 9:IHS
7097
- 10:Tengine</li>
7098
- <li>OsType - String - 是否必填:否 - windows/linux</li>
6979
+ * 主机安全客户端唯一标识UUID。
7099
6980
  */
7100
- Filters?: Array<Filter>;
6981
+ Uuid?: string;
7101
6982
  /**
7102
- * 排序方式,asc升序 或 desc降序
6983
+ * 国家 ID。
7103
6984
  */
7104
- Order?: string;
6985
+ CountryId?: number;
7105
6986
  /**
7106
- * 可选排序:[FirstTime|JarCount]
6987
+ * 省份 ID。
7107
6988
  */
7108
- By?: string;
6989
+ ProvinceId?: number;
6990
+ /**
6991
+ * 城市 ID。
6992
+ */
6993
+ CityId?: number;
7109
6994
  }
7110
6995
  /**
7111
6996
  * ModifyBaselinePolicy返回参数结构体
@@ -7872,17 +7757,17 @@ export interface ExportAssetAppListRequest {
7872
7757
  By?: string;
7873
7758
  }
7874
7759
  /**
7875
- * ModifyFileTamperEvents请求参数结构体
7760
+ * TestWebHookRule请求参数结构体
7876
7761
  */
7877
- export interface ModifyFileTamperEventsRequest {
7762
+ export interface TestWebHookRuleRequest {
7878
7763
  /**
7879
- * Status 1 -- 加白 2 -- 删除 3 - 忽略
7764
+ * 规则Id
7880
7765
  */
7881
- Status: number;
7766
+ Id: number;
7882
7767
  /**
7883
- * 对应事件id
7768
+ * 测试内容
7884
7769
  */
7885
- Ids: Array<number | bigint>;
7770
+ Data: string;
7886
7771
  }
7887
7772
  /**
7888
7773
  * ModifyOrderAttribute请求参数结构体
@@ -8114,6 +7999,30 @@ export interface WebHookReceiver {
8114
7999
  * webhook地址
8115
8000
  */
8116
8001
  Addr?: string;
8002
+ /**
8003
+ * 类型
8004
+ */
8005
+ Type?: number;
8006
+ /**
8007
+ * 目标地域
8008
+ */
8009
+ SCFRegion?: string;
8010
+ /**
8011
+ * 命名空间
8012
+ */
8013
+ Namespace?: string;
8014
+ /**
8015
+ * 函数名称
8016
+ */
8017
+ FunctionName?: string;
8018
+ /**
8019
+ * 版本
8020
+ */
8021
+ FunctionVersion?: string;
8022
+ /**
8023
+ * 别名
8024
+ */
8025
+ Alias?: string;
8117
8026
  }
8118
8027
  /**
8119
8028
  * DescribeBaselineDetail请求参数结构体
@@ -8220,19 +8129,115 @@ export interface NetAttackEventInfo {
8220
8129
  * 进程树,需要用base64 解码
8221
8130
  */
8222
8131
  HostOpProcessTree?: string;
8132
+ /**
8133
+ * IP分析
8134
+ */
8135
+ IPAnalyse?: IPAnalyse;
8223
8136
  }
8224
8137
  /**
8225
- * GetLocalStorageItem返回参数结构体
8138
+ * 漏洞详细信息
8226
8139
  */
8227
- export interface GetLocalStorageItemResponse {
8140
+ export interface VulDefenceEventDetail {
8228
8141
  /**
8229
- *
8142
+ * 漏洞名称
8230
8143
  */
8231
- Value?: string;
8144
+ VulName?: string;
8232
8145
  /**
8233
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8146
+ * cve编号
8234
8147
  */
8235
- RequestId?: string;
8148
+ CveId?: string;
8149
+ /**
8150
+ * 漏洞事件id
8151
+ */
8152
+ Id?: number;
8153
+ /**
8154
+ * 主机quuid
8155
+ */
8156
+ Quuid?: string;
8157
+ /**
8158
+ * 主机名
8159
+ */
8160
+ Alias?: string;
8161
+ /**
8162
+ * 内网ip
8163
+ */
8164
+ PrivateIp?: string;
8165
+ /**
8166
+ * 公网ip
8167
+ */
8168
+ PublicIp?: string;
8169
+ /**
8170
+ * 0: 尝试攻击(WeDetect) 1:尝试攻击成功(WeDetect) 2:rasp防御事件
8171
+ */
8172
+ EventType?: number;
8173
+ /**
8174
+ * 攻击源ip
8175
+ */
8176
+ SourceIp?: string;
8177
+ /**
8178
+ * 攻击源ip地址所在城市
8179
+ */
8180
+ City?: string;
8181
+ /**
8182
+ * 攻击源端口
8183
+ */
8184
+ SourcePort?: Array<number | bigint>;
8185
+ /**
8186
+ * 创建事件时间
8187
+ */
8188
+ CreateTime?: string;
8189
+ /**
8190
+ * 更新事件时间
8191
+ */
8192
+ MergeTime?: string;
8193
+ /**
8194
+ * 事件发生次数
8195
+ */
8196
+ Count?: number;
8197
+ /**
8198
+ * 状态 0: 待处理 1:已防御 2:已处理 3: 已忽略 4: 已删除
8199
+ */
8200
+ Status?: number;
8201
+ /**
8202
+ * ONLINE OFFLINE
8203
+ */
8204
+ MachineStatus?: string;
8205
+ /**
8206
+ * 漏洞描述信息
8207
+ */
8208
+ Description?: string;
8209
+ /**
8210
+ * 修复建议
8211
+ */
8212
+ Fix?: string;
8213
+ /**
8214
+ * 攻击payload
8215
+ */
8216
+ NetworkPayload?: string;
8217
+ /**
8218
+ * 关联进程pid
8219
+ */
8220
+ Pid?: number;
8221
+ /**
8222
+ * 关联进程主类名
8223
+ */
8224
+ MainClass?: string;
8225
+ /**
8226
+ * 堆栈信息(rasp特有)
8227
+ */
8228
+ StackTrace?: string;
8229
+ /**
8230
+ * 漏洞ID相关的事件详情(json array格式 rasp特有)
8231
+ */
8232
+ EventDetail?: string;
8233
+ /**
8234
+ * 主机失陷事件进程树(json格式 WeDetect特有)
8235
+ */
8236
+ ExceptionPstree?: string;
8237
+ /**
8238
+ * 主机额外信息
8239
+ */
8240
+ MachineExtraInfo?: MachineExtraInfo;
8236
8241
  }
8237
8242
  /**
8238
8243
  * DescribeScreenDefenseTrends请求参数结构体
@@ -8460,23 +8465,6 @@ export interface ZoneInfo {
8460
8465
  */
8461
8466
  ZoneName?: string;
8462
8467
  }
8463
- /**
8464
- * DescribeExpertServiceList返回参数结构体
8465
- */
8466
- export interface DescribeExpertServiceListResponse {
8467
- /**
8468
- * 总条数
8469
- */
8470
- TotalCount?: number;
8471
- /**
8472
- * 安全管家数据
8473
- */
8474
- List?: Array<SecurityButlerInfo>;
8475
- /**
8476
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8477
- */
8478
- RequestId?: string;
8479
- }
8480
8468
  /**
8481
8469
  * DescribeAccountStatistics返回参数结构体
8482
8470
  */
@@ -9617,21 +9605,57 @@ export interface PrivilegeEscalationProcess {
9617
9605
  Pid?: number;
9618
9606
  }
9619
9607
  /**
9620
- * DescribeProtectNetList返回参数结构体
9608
+ * 异地登录白名单
9621
9609
  */
9622
- export interface DescribeProtectNetListResponse {
9610
+ export interface LoginWhiteLists {
9623
9611
  /**
9624
- * 总条数
9612
+ * 记录ID
9625
9613
  */
9626
- TotalCount?: number;
9614
+ Id?: number;
9615
+ /**
9616
+ * 主机安全uuid
9617
+ */
9618
+ Uuid?: string;
9627
9619
  /**
9628
- * 安全管家数据
9620
+ * 白名单地域
9629
9621
  */
9630
- List?: Array<ProtectNetInfo>;
9622
+ Places?: Array<Place>;
9631
9623
  /**
9632
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9624
+ * 白名单用户(多个用户逗号隔开)
9633
9625
  */
9634
- RequestId?: string;
9626
+ UserName?: string;
9627
+ /**
9628
+ * 白名单IP(多个IP逗号隔开)
9629
+ */
9630
+ SrcIp?: string;
9631
+ /**
9632
+ * 是否为全局规则
9633
+ */
9634
+ IsGlobal?: boolean;
9635
+ /**
9636
+ * 创建白名单时间
9637
+ */
9638
+ CreateTime?: string;
9639
+ /**
9640
+ * 修改白名单时间
9641
+ */
9642
+ ModifyTime?: string;
9643
+ /**
9644
+ * 机器名
9645
+ */
9646
+ MachineName?: string;
9647
+ /**
9648
+ * 机器IP
9649
+ */
9650
+ HostIp?: string;
9651
+ /**
9652
+ * 起始时间
9653
+ */
9654
+ StartTime?: string;
9655
+ /**
9656
+ * 结束时间
9657
+ */
9658
+ EndTime?: string;
9635
9659
  }
9636
9660
  /**
9637
9661
  * TrustMalwares请求参数结构体
@@ -10407,7 +10431,7 @@ export interface ExportRiskDnsEventListRequest {
10407
10431
  */
10408
10432
  export interface DescribeRaspMaxCpuResponse {
10409
10433
  /**
10410
- * rasp当前最大cpu限制,0<cpu<=100,默认100表示不限制
10434
+ * rasp当前最大cpu限制,大于0,小于等于100,默认100表示不限制
10411
10435
  */
10412
10436
  RaspMaxCpu?: number;
10413
10437
  /**
@@ -10830,18 +10854,22 @@ export interface DescribeVulCountByDatesResponse {
10830
10854
  * 创建修复任务的quuids
10831
10855
  */
10832
10856
  export interface CreateVulFixTaskQuuids {
10833
- /**
10834
- * 漏洞id
10835
- */
10836
- VulId: number;
10837
10857
  /**
10838
10858
  * 需要修复漏洞的主机,所有主机必须有VulId的这个漏洞且是待修复状态。
10839
10859
  */
10840
10860
  Quuids: Array<string>;
10861
+ /**
10862
+ * 漏洞id
10863
+ */
10864
+ VulId?: number;
10841
10865
  /**
10842
10866
  * 修复方式 0组件更新或者安装补丁,1禁用服务
10843
10867
  */
10844
10868
  FixMethod?: number;
10869
+ /**
10870
+ * kb id
10871
+ */
10872
+ KbId?: number;
10845
10873
  }
10846
10874
  /**
10847
10875
  * DescribeMachineOsList返回参数结构体
@@ -10960,7 +10988,11 @@ export interface RetryVulFixRequest {
10960
10988
  /**
10961
10989
  * 漏洞id
10962
10990
  */
10963
- VulId: number;
10991
+ VulId?: number;
10992
+ /**
10993
+ * Kb Id
10994
+ */
10995
+ KbId?: number;
10964
10996
  }
10965
10997
  /**
10966
10998
  * DescribeRiskDnsEventList请求参数结构体
@@ -11239,15 +11271,6 @@ export interface DescribeRansomDefenseEventsListRequest {
11239
11271
  */
11240
11272
  CreateEndTime?: string;
11241
11273
  }
11242
- /**
11243
- * ModifyRaspMaxCpu返回参数结构体
11244
- */
11245
- export interface ModifyRaspMaxCpuResponse {
11246
- /**
11247
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11248
- */
11249
- RequestId?: string;
11250
- }
11251
11274
  /**
11252
11275
  * 防勒索策略绑定主机备份详情
11253
11276
  */
@@ -12532,7 +12555,11 @@ export interface VulInfoHostInfo {
12532
12555
  * 主机类型
12533
12556
  */
12534
12557
  MachineType?: string;
12535
- }
12558
+ /**
12559
+ * agent是否在线;0不在线,1在线
12560
+ */
12561
+ AgentStatus?: number;
12562
+ }
12536
12563
  /**
12537
12564
  * 防勒索主机列表
12538
12565
  */
@@ -13148,6 +13175,13 @@ export interface ModifyAutoOpenProVersionConfigRequest {
13148
13175
  <li>OPEN:打开</li>
13149
13176
  */
13150
13177
  Status: string;
13178
+ /**
13179
+ * 加固防护模式
13180
+ PROVERSION_POSTPAY 专业版-按量计费
13181
+ PROVERSION_PREPAY 专业版-包年包月
13182
+ FLAGSHIP_PREPAY 旗舰版-包年包月
13183
+ */
13184
+ ProtectType?: string;
13151
13185
  /**
13152
13186
  * 自动加购/扩容授权开关,默认 1, 0关闭, 1开启
13153
13187
  */
@@ -13168,6 +13202,10 @@ export interface ModifyAutoOpenProVersionConfigRequest {
13168
13202
  * 新增机器自动开启rasp防护,默认关闭,0 关闭 1开启
13169
13203
  */
13170
13204
  AutoOpenRaspSwitch?: number;
13205
+ /**
13206
+ * 自动缩容开关,0 关闭 1开启
13207
+ */
13208
+ AutoDowngradeSwitch?: number;
13171
13209
  }
13172
13210
  /**
13173
13211
  * DescribeLogDeliveryKafkaOptions请求参数结构体
@@ -13431,33 +13469,13 @@ export interface CreateLogExportResponse {
13431
13469
  RequestId?: string;
13432
13470
  }
13433
13471
  /**
13434
- * 专家服务-应急响应信息
13472
+ * TestWebHookRule返回参数结构体
13435
13473
  */
13436
- export interface EmergencyResponseInfo {
13437
- /**
13438
- * 任务id
13439
- */
13440
- TaskId?: string;
13441
- /**
13442
- * 主机个数
13443
- */
13444
- HostNum?: number;
13445
- /**
13446
- * 服务状态 0未启动,·响应中,2响应完成
13447
- */
13448
- Status?: number;
13449
- /**
13450
- * 服务开始时间
13451
- */
13452
- StartTime?: string;
13453
- /**
13454
- * 服务结束时间
13455
- */
13456
- EndTime?: string;
13474
+ export interface TestWebHookRuleResponse {
13457
13475
  /**
13458
- * 报告下载地址
13476
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13459
13477
  */
13460
- ReportPath?: string;
13478
+ RequestId?: string;
13461
13479
  }
13462
13480
  /**
13463
13481
  * ExportVulDefenceList返回参数结构体
@@ -13481,33 +13499,6 @@ export interface ModifyLogKafkaDeliverTypeResponse {
13481
13499
  */
13482
13500
  RequestId?: string;
13483
13501
  }
13484
- /**
13485
- * DescribeProtectNetList请求参数结构体
13486
- */
13487
- export interface DescribeProtectNetListRequest {
13488
- /**
13489
- * 过滤条件。
13490
- <li>Keyword- String - 是否必填:否 - 关键词过滤,</li>
13491
- <li>Uuids - String - 是否必填:否 - 主机id过滤</li>
13492
- */
13493
- Filters?: Array<Filters>;
13494
- /**
13495
- * 需要返回的数量,最大值为100
13496
- */
13497
- Limit?: number;
13498
- /**
13499
- * 排序步长
13500
- */
13501
- Offset?: number;
13502
- /**
13503
- * 排序方法
13504
- */
13505
- Order?: string;
13506
- /**
13507
- * 排序字段 StartTime,EndTime
13508
- */
13509
- By?: string;
13510
- }
13511
13502
  /**
13512
13503
  * DescribeBaselineScanSchedule请求参数结构体
13513
13504
  */
@@ -13765,49 +13756,17 @@ export interface DeleteBaselineRuleRequest {
13765
13756
  RuleId: number;
13766
13757
  }
13767
13758
  /**
13768
- * 本地提权规则
13759
+ * 地域信息
13769
13760
  */
13770
- export interface PrivilegeRule {
13771
- /**
13772
- * 规则ID
13773
- */
13774
- Id?: number;
13775
- /**
13776
- * 客户端ID
13777
- */
13778
- Uuid?: string;
13779
- /**
13780
- * 进程名
13781
- */
13782
- ProcessName?: string;
13783
- /**
13784
- * 是否S权限
13785
- */
13786
- SMode?: number;
13787
- /**
13788
- * 操作人
13789
- */
13790
- Operator?: string;
13791
- /**
13792
- * 是否全局规则
13793
- */
13794
- IsGlobal?: number;
13795
- /**
13796
- * 状态(0: 有效 1: 无效)
13797
- */
13798
- Status?: number;
13799
- /**
13800
- * 创建时间
13801
- */
13802
- CreateTime?: string;
13761
+ export interface RegionSet {
13803
13762
  /**
13804
- * 修改时间
13763
+ * 地域名称
13805
13764
  */
13806
- ModifyTime?: string;
13765
+ RegionName?: string;
13807
13766
  /**
13808
- * 主机IP
13767
+ * 可用区信息
13809
13768
  */
13810
- Hostip?: string;
13769
+ ZoneSet?: Array<ZoneInfo>;
13811
13770
  }
13812
13771
  /**
13813
13772
  * 企微机器人主机范围
@@ -14084,23 +14043,6 @@ export interface SyncMachinesRequest {
14084
14043
  */
14085
14044
  Sync?: boolean;
14086
14045
  }
14087
- /**
14088
- * 专家服务-月巡检报告
14089
- */
14090
- export interface MonthInspectionReport {
14091
- /**
14092
- * 巡检报告名称
14093
- */
14094
- ReportName?: string;
14095
- /**
14096
- * 巡检报告下载地址
14097
- */
14098
- ReportPath?: string;
14099
- /**
14100
- * 巡检报告更新时间
14101
- */
14102
- ModifyTime?: string;
14103
- }
14104
14046
  /**
14105
14047
  * SetBashEventsStatus请求参数结构体
14106
14048
  */
@@ -14345,33 +14287,65 @@ export interface DescribeVersionCompareChartResponse {
14345
14287
  RequestId?: string;
14346
14288
  }
14347
14289
  /**
14348
- * 专家服务-旗舰重保信息
14290
+ * 攻击溯源节点信息
14349
14291
  */
14350
- export interface ProtectNetInfo {
14292
+ export interface VertexInfo {
14351
14293
  /**
14352
- * 任务id
14294
+ * 该结点类型,进程:1;网络:2;文件:3;ssh:4;
14353
14295
  */
14354
- TaskId?: string;
14296
+ Type?: number;
14355
14297
  /**
14356
- * 重保天数
14298
+ * 该节点包含的vid
14357
14299
  */
14358
- ProtectDays?: number;
14300
+ Vid?: string;
14359
14301
  /**
14360
- * 重保状态 0未启动,1重保中,2已完成
14302
+ * 该节点的父节点vid
14361
14303
  */
14362
- Status?: number;
14304
+ ParentVid?: string;
14363
14305
  /**
14364
- * 重保启动时间
14306
+ * 是否叶子
14365
14307
  */
14366
- StartTime?: string;
14308
+ IsLeaf?: boolean;
14367
14309
  /**
14368
- * 重保完成时间
14310
+ * 进程名,当Type=1时使用
14369
14311
  */
14370
- EndTime?: string;
14312
+ ProcNamePrefix?: string;
14313
+ /**
14314
+ * 进程名md5,当Type=1时使用
14315
+ */
14316
+ ProcNameMd5?: string;
14317
+ /**
14318
+ * 命令行,当Type=1时使用
14319
+ */
14320
+ CmdLinePrefix?: string;
14321
+ /**
14322
+ * 命令行md5,当Type=1时使用
14323
+ */
14324
+ CmdLineMd5?: string;
14325
+ /**
14326
+ * 文件路径,当Type=3时使用
14327
+ */
14328
+ FilePathPrefix?: string;
14329
+ /**
14330
+ * 请求目的地址,当Type=2时使用
14331
+ */
14332
+ AddressPrefix?: string;
14333
+ /**
14334
+ * 是否漏洞节点
14335
+ */
14336
+ IsWeDetect?: boolean;
14337
+ /**
14338
+ * 是否告警节点
14339
+ */
14340
+ IsAlarm?: boolean;
14341
+ /**
14342
+ * 文件路径md5,当Type=3时使用
14343
+ */
14344
+ FilePathMd5?: string;
14371
14345
  /**
14372
- * 报告下载地址
14346
+ * 请求目的地址md5,当Type=2时使用
14373
14347
  */
14374
- ReportPath?: string;
14348
+ AddressMd5?: string;
14375
14349
  }
14376
14350
  /**
14377
14351
  * 网络攻击事件
@@ -14445,6 +14419,14 @@ export interface NetAttackEvent {
14445
14419
  * 是否今日新增主机
14446
14420
  */
14447
14421
  New?: boolean;
14422
+ /**
14423
+ * 是否开启应用防护,0关闭,1开启
14424
+ */
14425
+ RaspOpen?: number;
14426
+ /**
14427
+ * ip分析
14428
+ */
14429
+ IPAnalyse?: IPAnalyse;
14448
14430
  }
14449
14431
  /**
14450
14432
  * DescribeMachineDefenseCnt返回参数结构体
@@ -14727,33 +14709,6 @@ export interface ModifyWebPageProtectSwitchRequest {
14727
14709
  * DescribeScreenGeneralStat请求参数结构体
14728
14710
  */
14729
14711
  export type DescribeScreenGeneralStatRequest = null;
14730
- /**
14731
- * DescribeExpertServiceList请求参数结构体
14732
- */
14733
- export interface DescribeExpertServiceListRequest {
14734
- /**
14735
- * 过滤条件。
14736
- <li>Keyword- String - 是否必填:否 - 关键词过滤,</li>
14737
- <li>Uuids - String - 是否必填:否 - 主机id过滤</li>
14738
- */
14739
- Filters?: Array<Filters>;
14740
- /**
14741
- * 需要返回的数量,最大值为100
14742
- */
14743
- Limit?: number;
14744
- /**
14745
- * 排序步长
14746
- */
14747
- Offset?: number;
14748
- /**
14749
- * 排序方法
14750
- */
14751
- Order?: string;
14752
- /**
14753
- * 排序字段 StartTime,EndTime
14754
- */
14755
- By?: string;
14756
- }
14757
14712
  /**
14758
14713
  * ModifyUsersConfig返回参数结构体
14759
14714
  */
@@ -14763,35 +14718,6 @@ export interface ModifyUsersConfigResponse {
14763
14718
  */
14764
14719
  RequestId?: string;
14765
14720
  }
14766
- /**
14767
- * 服务器基础信息
14768
- */
14769
- export interface MachineExtraInfo {
14770
- /**
14771
- * 公网IP
14772
- */
14773
- WanIP?: string;
14774
- /**
14775
- * 内网IP
14776
- */
14777
- PrivateIP?: string;
14778
- /**
14779
- * 网络类型,1:vpc网络 2:基础网络 3:非腾讯云网络
14780
- */
14781
- NetworkType?: number;
14782
- /**
14783
- * 网络名,vpc网络情况下会返回vpc_id
14784
- */
14785
- NetworkName?: string;
14786
- /**
14787
- * 实例ID
14788
- */
14789
- InstanceID?: string;
14790
- /**
14791
- * 主机名
14792
- */
14793
- HostName?: string;
14794
- }
14795
14721
  /**
14796
14722
  * DescribeAttackEventInfo请求参数结构体
14797
14723
  */
@@ -15948,6 +15874,22 @@ export interface VulFixStatusInfo {
15948
15874
  * 修复方式 0组件更新或者安装补丁,1禁用服务
15949
15875
  */
15950
15876
  FixMethod?: number;
15877
+ /**
15878
+ * kb的ID
15879
+ */
15880
+ KbId?: number;
15881
+ /**
15882
+ * kb号
15883
+ */
15884
+ KbNumber?: string;
15885
+ /**
15886
+ * kb名字
15887
+ */
15888
+ KbName?: string;
15889
+ /**
15890
+ * 前置kb列表
15891
+ */
15892
+ PreKbList?: Array<string>;
15951
15893
  }
15952
15894
  /**
15953
15895
  * DeleteWebHookReceiver返回参数结构体
@@ -16099,19 +16041,6 @@ export interface DescribeVulTrendResponse {
16099
16041
  */
16100
16042
  RequestId?: string;
16101
16043
  }
16102
- /**
16103
- * TestWebHookRule请求参数结构体
16104
- */
16105
- export interface TestWebHookRuleRequest {
16106
- /**
16107
- * 规则Id
16108
- */
16109
- Id: number;
16110
- /**
16111
- * 测试内容
16112
- */
16113
- Data: string;
16114
- }
16115
16044
  /**
16116
16045
  * DescribeOpenPortStatistics请求参数结构体
16117
16046
  */
@@ -16447,31 +16376,17 @@ export interface DescribeAssetProcessCountResponse {
16447
16376
  RequestId?: string;
16448
16377
  }
16449
16378
  /**
16450
- * DescribeEmergencyResponseList请求参数结构体
16379
+ * 防勒索机器硬盘配置
16451
16380
  */
16452
- export interface DescribeEmergencyResponseListRequest {
16453
- /**
16454
- * 过滤条件。
16455
- <li>Keyword- String - 是否必填:否 - 关键词过滤,</li>
16456
- <li>Uuids - String - 是否必填:否 - 主机id过滤</li>
16457
- */
16458
- Filters?: Array<Filters>;
16459
- /**
16460
- * 需要返回的数量,最大值为100
16461
- */
16462
- Limit?: number;
16463
- /**
16464
- * 排序步长
16465
- */
16466
- Offset?: number;
16381
+ export interface RansomDefenseStrategyMachineInfo {
16467
16382
  /**
16468
- * 排序方法
16383
+ * 主机uuid
16469
16384
  */
16470
- Order?: string;
16385
+ Uuid: string;
16471
16386
  /**
16472
- * 排序字段 StartTime,EndTime
16387
+ * 指定硬盘列表,为空时表示所有硬盘:disk_id1|disk_name1;disk_id2|disk_name2
16473
16388
  */
16474
- By?: string;
16389
+ DiskInfo?: string;
16475
16390
  }
16476
16391
  /**
16477
16392
  * DescribeScanState返回参数结构体
@@ -16509,6 +16424,10 @@ export interface DescribeScanStateResponse {
16509
16424
  * 扫描结束时间
16510
16425
  */
16511
16426
  ScanEndTime?: string;
16427
+ /**
16428
+ * 任务扫描的KB编号
16429
+ */
16430
+ KBNumber?: Array<string>;
16512
16431
  /**
16513
16432
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16514
16433
  */
@@ -17054,14 +16973,22 @@ export interface DeleteNonlocalLoginPlacesResponse {
17054
16973
  RequestId?: string;
17055
16974
  }
17056
16975
  /**
17057
- * ModifyFileTamperRuleStatus返回参数结构体
16976
+ * ModifyWebPageProtectSetting请求参数结构体
17058
16977
  */
17059
- export interface ModifyFileTamperRuleStatusResponse {
16978
+ export interface ModifyWebPageProtectSettingRequest {
17060
16979
  /**
17061
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16980
+ * 需要操作的类型1 目录名称 2 防护文件类型
17062
16981
  */
17063
- RequestId?: string;
17064
- }
16982
+ ModifyType: number;
16983
+ /**
16984
+ * 提交值
16985
+ */
16986
+ Value: string;
16987
+ /**
16988
+ * 配置对应的protect_path
16989
+ */
16990
+ Id: string;
16991
+ }
17065
16992
  /**
17066
16993
  * ModifyLogKafkaAccess返回参数结构体
17067
16994
  */
@@ -17740,6 +17667,30 @@ export interface ModifyWebHookReceiverRequest {
17740
17667
  * 是否修改
17741
17668
  */
17742
17669
  IsModify?: boolean;
17670
+ /**
17671
+ * 类型
17672
+ */
17673
+ Type?: number;
17674
+ /**
17675
+ * 目标地域
17676
+ */
17677
+ SCFRegion?: string;
17678
+ /**
17679
+ * 命名空间
17680
+ */
17681
+ Namespace?: string;
17682
+ /**
17683
+ * 函数名称
17684
+ */
17685
+ FunctionName?: string;
17686
+ /**
17687
+ * 函数版本
17688
+ */
17689
+ FunctionVersion?: string;
17690
+ /**
17691
+ * 别名
17692
+ */
17693
+ Alias?: string;
17743
17694
  }
17744
17695
  /**
17745
17696
  * ExportAssetInitServiceList返回参数结构体
@@ -18049,23 +18000,6 @@ export interface BashRule {
18049
18000
  */
18050
18001
  Description?: string;
18051
18002
  }
18052
- /**
18053
- * ModifyWebPageProtectSetting请求参数结构体
18054
- */
18055
- export interface ModifyWebPageProtectSettingRequest {
18056
- /**
18057
- * 需要操作的类型1 目录名称 2 防护文件类型
18058
- */
18059
- ModifyType: number;
18060
- /**
18061
- * 提交值
18062
- */
18063
- Value: string;
18064
- /**
18065
- * 配置对应的protect_path
18066
- */
18067
- Id: string;
18068
- }
18069
18003
  /**
18070
18004
  * ExportVulInfo请求参数结构体
18071
18005
  */
@@ -19304,9 +19238,41 @@ export interface DescribeAssetEnvListResponse {
19304
19238
  RequestId?: string;
19305
19239
  }
19306
19240
  /**
19307
- * DescribeVulHostCountScanTime请求参数结构体
19241
+ * ExportAssetWebFrameList请求参数结构体
19308
19242
  */
19309
- export type DescribeVulHostCountScanTimeRequest = null;
19243
+ export interface ExportAssetWebFrameListRequest {
19244
+ /**
19245
+ * 查询指定Quuid主机的信息
19246
+ */
19247
+ Quuid?: string;
19248
+ /**
19249
+ * 过滤条件。
19250
+ <li>Name - String - 是否必填:否 - 框架名</li>
19251
+ <li>Lang - String - 是否必填:否 - 框架语言:java/python</li>
19252
+ <li>Type - String - 是否必填:否 - 服务类型:
19253
+ 0:全部
19254
+ 1:Tomcat
19255
+ 2:Apache
19256
+ 3:Nginx
19257
+ 4:WebLogic
19258
+ 5:Websphere
19259
+ 6:JBoss
19260
+ 7:WildFly
19261
+ 8:Jetty
19262
+ 9:IHS
19263
+ 10:Tengine</li>
19264
+ <li>OsType - String - 是否必填:否 - windows/linux</li>
19265
+ */
19266
+ Filters?: Array<Filter>;
19267
+ /**
19268
+ * 排序方式,asc升序 或 desc降序
19269
+ */
19270
+ Order?: string;
19271
+ /**
19272
+ * 可选排序:[FirstTime|JarCount]
19273
+ */
19274
+ By?: string;
19275
+ }
19310
19276
  /**
19311
19277
  * DescribeSecurityBroadcasts请求参数结构体
19312
19278
  */
@@ -19854,22 +19820,9 @@ export interface DeleteBashPoliciesResponse {
19854
19820
  RequestId?: string;
19855
19821
  }
19856
19822
  /**
19857
- * DescribeEmergencyResponseList返回参数结构体
19823
+ * DescribeVulHostCountScanTime请求参数结构体
19858
19824
  */
19859
- export interface DescribeEmergencyResponseListResponse {
19860
- /**
19861
- * 总条数
19862
- */
19863
- TotalCount?: number;
19864
- /**
19865
- * 应急响应列表
19866
- */
19867
- List?: Array<EmergencyResponseInfo>;
19868
- /**
19869
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19870
- */
19871
- RequestId?: string;
19872
- }
19825
+ export type DescribeVulHostCountScanTimeRequest = null;
19873
19826
  /**
19874
19827
  * 防护机器信息
19875
19828
  */
@@ -21419,111 +21372,6 @@ export interface DescribeBaselinePolicyListRequest {
21419
21372
  */
21420
21373
  By?: string;
21421
21374
  }
21422
- /**
21423
- * 漏洞详细信息
21424
- */
21425
- export interface VulDefenceEventDetail {
21426
- /**
21427
- * 漏洞名称
21428
- */
21429
- VulName?: string;
21430
- /**
21431
- * cve编号
21432
- */
21433
- CveId?: string;
21434
- /**
21435
- * 漏洞事件id
21436
- */
21437
- Id?: number;
21438
- /**
21439
- * 主机quuid
21440
- */
21441
- Quuid?: string;
21442
- /**
21443
- * 主机名
21444
- */
21445
- Alias?: string;
21446
- /**
21447
- * 内网ip
21448
- */
21449
- PrivateIp?: string;
21450
- /**
21451
- * 公网ip
21452
- */
21453
- PublicIp?: string;
21454
- /**
21455
- * 0: 尝试攻击(WeDetect) 1:尝试攻击成功(WeDetect) 2:rasp防御事件
21456
- */
21457
- EventType?: number;
21458
- /**
21459
- * 攻击源ip
21460
- */
21461
- SourceIp?: string;
21462
- /**
21463
- * 攻击源ip地址所在城市
21464
- */
21465
- City?: string;
21466
- /**
21467
- * 攻击源端口
21468
- */
21469
- SourcePort?: Array<number | bigint>;
21470
- /**
21471
- * 创建事件时间
21472
- */
21473
- CreateTime?: string;
21474
- /**
21475
- * 更新事件时间
21476
- */
21477
- MergeTime?: string;
21478
- /**
21479
- * 事件发生次数
21480
- */
21481
- Count?: number;
21482
- /**
21483
- * 状态 0: 待处理 1:已防御 2:已处理 3: 已忽略 4: 已删除
21484
- */
21485
- Status?: number;
21486
- /**
21487
- * ONLINE OFFLINE
21488
- */
21489
- MachineStatus?: string;
21490
- /**
21491
- * 漏洞描述信息
21492
- */
21493
- Description?: string;
21494
- /**
21495
- * 修复建议
21496
- */
21497
- Fix?: string;
21498
- /**
21499
- * 攻击payload
21500
- */
21501
- NetworkPayload?: string;
21502
- /**
21503
- * 关联进程pid
21504
- */
21505
- Pid?: number;
21506
- /**
21507
- * 关联进程主类名
21508
- */
21509
- MainClass?: string;
21510
- /**
21511
- * 堆栈信息(rasp特有)
21512
- */
21513
- StackTrace?: string;
21514
- /**
21515
- * 漏洞ID相关的事件详情(json array格式 rasp特有)
21516
- */
21517
- EventDetail?: string;
21518
- /**
21519
- * 主机失陷事件进程树(json格式 WeDetect特有)
21520
- */
21521
- ExceptionPstree?: string;
21522
- /**
21523
- * 主机额外信息
21524
- */
21525
- MachineExtraInfo?: MachineExtraInfo;
21526
- }
21527
21375
  /**
21528
21376
  * DeleteBruteAttacks返回参数结构体
21529
21377
  */
@@ -23102,124 +22950,63 @@ export interface ExportAssetCoreModuleListResponse {
23102
22950
  RequestId?: string;
23103
22951
  }
23104
22952
  /**
23105
- * 攻击溯源节点信息
22953
+ * ModifyMachineAutoClearConfig返回参数结构体
23106
22954
  */
23107
- export interface VertexInfo {
22955
+ export interface ModifyMachineAutoClearConfigResponse {
23108
22956
  /**
23109
- * 该结点类型,进程:1;网络:2;文件:3;ssh:4;
22957
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23110
22958
  */
23111
- Type?: number;
22959
+ RequestId?: string;
22960
+ }
22961
+ /**
22962
+ * ModifyLogStorageConfig返回参数结构体
22963
+ */
22964
+ export interface ModifyLogStorageConfigResponse {
23112
22965
  /**
23113
- * 该节点包含的vid
22966
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23114
22967
  */
23115
- Vid?: string;
22968
+ RequestId?: string;
22969
+ }
22970
+ /**
22971
+ * DescribeHistoryAccounts返回参数结构体
22972
+ */
22973
+ export interface DescribeHistoryAccountsResponse {
23116
22974
  /**
23117
- * 该节点的父节点vid
22975
+ * 账号变更历史列表记录总数。
23118
22976
  */
23119
- ParentVid?: string;
22977
+ TotalCount?: number;
23120
22978
  /**
23121
- * 是否叶子
22979
+ * 账号变更历史数据数组。
23122
22980
  */
23123
- IsLeaf?: boolean;
22981
+ HistoryAccounts?: Array<HistoryAccount>;
23124
22982
  /**
23125
- * 进程名,当Type=1时使用
22983
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23126
22984
  */
23127
- ProcNamePrefix?: string;
22985
+ RequestId?: string;
22986
+ }
22987
+ /**
22988
+ * 基线自定规则ID和名字
22989
+ */
22990
+ export interface BaselineCustomRuleIdName {
23128
22991
  /**
23129
- * 进程名md5,当Type=1时使用
22992
+ * 自定义规则ID
23130
22993
  */
23131
- ProcNameMd5?: string;
22994
+ RuleId?: number;
23132
22995
  /**
23133
- * 命令行,当Type=1时使用
22996
+ * 自定义规则名字
23134
22997
  */
23135
- CmdLinePrefix?: string;
22998
+ RuleName?: string;
22999
+ }
23000
+ /**
23001
+ * DescribeLogStorageConfig返回参数结构体
23002
+ */
23003
+ export interface DescribeLogStorageConfigResponse {
23136
23004
  /**
23137
- * 命令行md5,当Type=1时使用
23005
+ * 存储类型,string数组
23138
23006
  */
23139
- CmdLineMd5?: string;
23007
+ Type?: Array<string>;
23140
23008
  /**
23141
- * 文件路径,当Type=3时使用
23142
- */
23143
- FilePathPrefix?: string;
23144
- /**
23145
- * 请求目的地址,当Type=2时使用
23146
- */
23147
- AddressPrefix?: string;
23148
- /**
23149
- * 是否漏洞节点
23150
- */
23151
- IsWeDetect?: boolean;
23152
- /**
23153
- * 是否告警节点
23154
- */
23155
- IsAlarm?: boolean;
23156
- /**
23157
- * 文件路径md5,当Type=3时使用
23158
- */
23159
- FilePathMd5?: string;
23160
- /**
23161
- * 请求目的地址md5,当Type=2时使用
23162
- */
23163
- AddressMd5?: string;
23164
- }
23165
- /**
23166
- * ModifyMachineAutoClearConfig返回参数结构体
23167
- */
23168
- export interface ModifyMachineAutoClearConfigResponse {
23169
- /**
23170
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23171
- */
23172
- RequestId?: string;
23173
- }
23174
- /**
23175
- * ModifyLogStorageConfig返回参数结构体
23176
- */
23177
- export interface ModifyLogStorageConfigResponse {
23178
- /**
23179
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23180
- */
23181
- RequestId?: string;
23182
- }
23183
- /**
23184
- * DescribeHistoryAccounts返回参数结构体
23185
- */
23186
- export interface DescribeHistoryAccountsResponse {
23187
- /**
23188
- * 账号变更历史列表记录总数。
23189
- */
23190
- TotalCount?: number;
23191
- /**
23192
- * 账号变更历史数据数组。
23193
- */
23194
- HistoryAccounts?: Array<HistoryAccount>;
23195
- /**
23196
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23197
- */
23198
- RequestId?: string;
23199
- }
23200
- /**
23201
- * 基线自定规则ID和名字
23202
- */
23203
- export interface BaselineCustomRuleIdName {
23204
- /**
23205
- * 自定义规则ID
23206
- */
23207
- RuleId?: number;
23208
- /**
23209
- * 自定义规则名字
23210
- */
23211
- RuleName?: string;
23212
- }
23213
- /**
23214
- * DescribeLogStorageConfig返回参数结构体
23215
- */
23216
- export interface DescribeLogStorageConfigResponse {
23217
- /**
23218
- * 存储类型,string数组
23219
- */
23220
- Type?: Array<string>;
23221
- /**
23222
- * 日志存储时长,3640表示不限
23009
+ * 日志存储时长,3640表示不限
23223
23010
  */
23224
23011
  Period?: number;
23225
23012
  /**
@@ -23446,6 +23233,10 @@ export interface DescribeLicenseGeneralResponse {
23446
23233
  * 是否自动新增机器开启rasp防护,false 关闭 true 开启
23447
23234
  */
23448
23235
  AutoOpenRaspSwitch?: boolean;
23236
+ /**
23237
+ * 是否自动缩容开关开启
23238
+ */
23239
+ AutoDowngradeSwitch?: boolean;
23449
23240
  /**
23450
23241
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23451
23242
  */
@@ -23821,6 +23612,15 @@ export interface AssetProcessBaseInfo {
23821
23612
  */
23822
23613
  MachineExtraInfo?: MachineExtraInfo;
23823
23614
  }
23615
+ /**
23616
+ * ModifyRiskDnsPolicyStatus返回参数结构体
23617
+ */
23618
+ export interface ModifyRiskDnsPolicyStatusResponse {
23619
+ /**
23620
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23621
+ */
23622
+ RequestId?: string;
23623
+ }
23824
23624
  /**
23825
23625
  * DescribeVulDefenceOverview请求参数结构体
23826
23626
  */
@@ -24469,25 +24269,32 @@ export interface Place {
24469
24269
  Location?: string;
24470
24270
  }
24471
24271
  /**
24472
- * 日志详情
24272
+ * ip 分析
24473
24273
  */
24474
- export interface LogInfo {
24274
+ export interface IPAnalyse {
24475
24275
  /**
24476
- * 日志内容的Json序列化字符串
24276
+ * 0 安全
24277
+ 1 可疑
24278
+ 2 恶意
24279
+ 3 未知
24477
24280
  */
24478
- Content?: string;
24281
+ Status?: number;
24479
24282
  /**
24480
- * 日志文件名称
24283
+ * 标签特征
24481
24284
  */
24482
- FileName?: string;
24285
+ Tags?: Array<string>;
24483
24286
  /**
24484
- * 日志来源IP
24287
+ * 家族信息
24485
24288
  */
24486
- Source?: string;
24289
+ Family?: Array<string>;
24487
24290
  /**
24488
- * 日志时间,单位ms
24291
+ * 画像
24489
24292
  */
24490
- TimeStamp?: number;
24293
+ Profile?: Array<string>;
24294
+ /**
24295
+ * 运营商
24296
+ */
24297
+ Isp?: string;
24491
24298
  }
24492
24299
  /**
24493
24300
  * DescribeHostInfo返回参数结构体
@@ -24568,23 +24375,6 @@ export interface SyncBaselineDetectSummaryRequest {
24568
24375
  */
24569
24376
  TaskIds?: Array<number | bigint>;
24570
24377
  }
24571
- /**
24572
- * DescribeExpertServiceOrderList返回参数结构体
24573
- */
24574
- export interface DescribeExpertServiceOrderListResponse {
24575
- /**
24576
- * 总条数
24577
- */
24578
- TotalCount?: number;
24579
- /**
24580
- * 订单列表
24581
- */
24582
- List?: Array<ExpertServiceOrderInfo>;
24583
- /**
24584
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
24585
- */
24586
- RequestId?: string;
24587
- }
24588
24378
  /**
24589
24379
  * DeleteReverseShellRules返回参数结构体
24590
24380
  */
@@ -24716,15 +24506,6 @@ export interface DescribeProtectDirRelatedServerRequest {
24716
24506
  */
24717
24507
  By?: string;
24718
24508
  }
24719
- /**
24720
- * TestWebHookRule返回参数结构体
24721
- */
24722
- export interface TestWebHookRuleResponse {
24723
- /**
24724
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
24725
- */
24726
- RequestId?: string;
24727
- }
24728
24509
  /**
24729
24510
  * 平台标签
24730
24511
  */
@@ -24769,7 +24550,7 @@ export interface DescribeMachinesSimpleRequest {
24769
24550
  */
24770
24551
  MachineType: string;
24771
24552
  /**
24772
- * 机器所属地域。如:ap-guangzhou,ap-shanghai
24553
+ * 机器所属地域。如:ap-guangzhou,ap-shangha,非腾讯云主机使用:ap-others
24773
24554
  */
24774
24555
  MachineRegion: string;
24775
24556
  /**
@@ -25210,51 +24991,6 @@ export interface ExportVulDefenceListRequest {
25210
24991
  */
25211
24992
  Where?: Array<string>;
25212
24993
  }
25213
- /**
25214
- * 安全管家列表信息
25215
- */
25216
- export interface SecurityButlerInfo {
25217
- /**
25218
- * 数据id
25219
- */
25220
- Id?: number;
25221
- /**
25222
- * 订单id
25223
- */
25224
- OrderId?: number;
25225
- /**
25226
- * cvm id
25227
- */
25228
- Quuid?: string;
25229
- /**
25230
- * 服务状态 0-服务中,1-已到期 2已销毁
25231
- */
25232
- Status?: number;
25233
- /**
25234
- * 服务开始时间
25235
- */
25236
- StartTime?: string;
25237
- /**
25238
- * 服务结束时间
25239
- */
25240
- EndTime?: string;
25241
- /**
25242
- * 主机名称
25243
- */
25244
- HostName?: string;
25245
- /**
25246
- * 主机Ip
25247
- */
25248
- HostIp?: string;
25249
- /**
25250
- * 主机 uuid
25251
- */
25252
- Uuid?: string;
25253
- /**
25254
- * 主机风险数
25255
- */
25256
- RiskCount?: number;
25257
- }
25258
24994
  /**
25259
24995
  * 告警接收人的关联策略使用信息
25260
24996
  */
@@ -25739,6 +25475,14 @@ export interface VulInfoList {
25739
25475
  * 最近修复时间
25740
25476
  */
25741
25477
  LatestFixTime?: string;
25478
+ /**
25479
+ * 漏洞对应机器的应用防护开启数量
25480
+ */
25481
+ RaspOpenNodeCount?: number;
25482
+ /**
25483
+ * 漏洞对应机器的应用防护关闭数量
25484
+ */
25485
+ RaspClosedNodeCount?: number;
25742
25486
  }
25743
25487
  /**
25744
25488
  * ExportIgnoreRuleEffectHostList请求参数结构体
@@ -26875,37 +26619,13 @@ export interface DescribeAssetWebAppListRequest {
26875
26619
  By?: string;
26876
26620
  }
26877
26621
  /**
26878
- * 专家服务订单信息
26622
+ * ModifyFileTamperRuleStatus返回参数结构体
26879
26623
  */
26880
- export interface ExpertServiceOrderInfo {
26881
- /**
26882
- * 订单id
26883
- */
26884
- OrderId?: number;
26885
- /**
26886
- * 订单类型 1应急 2 旗舰重保 3 安全管家
26887
- */
26888
- InquireType?: number;
26889
- /**
26890
- * 服务数量
26891
- */
26892
- InquireNum?: number;
26893
- /**
26894
- * 服务开始时间
26895
- */
26896
- BeginTime?: string;
26897
- /**
26898
- * 服务结束时间
26899
- */
26900
- EndTime?: string;
26901
- /**
26902
- * 服务时长几个月
26903
- */
26904
- ServiceTime?: number;
26624
+ export interface ModifyFileTamperRuleStatusResponse {
26905
26625
  /**
26906
- * 订单状态 0 未启动 1 服务中 2已过期 3完成,4退费销毁
26626
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
26907
26627
  */
26908
- Status?: number;
26628
+ RequestId?: string;
26909
26629
  }
26910
26630
  /**
26911
26631
  * DescribeScreenEventsCnt返回参数结构体
@@ -27158,19 +26878,6 @@ export interface DescribeMalwareWhiteListResponse {
27158
26878
  */
27159
26879
  RequestId?: string;
27160
26880
  }
27161
- /**
27162
- * 防勒索机器硬盘配置
27163
- */
27164
- export interface RansomDefenseStrategyMachineInfo {
27165
- /**
27166
- * 主机uuid
27167
- */
27168
- Uuid: string;
27169
- /**
27170
- * 指定硬盘列表,为空时表示所有硬盘:disk_id1|disk_name1;disk_id2|disk_name2
27171
- */
27172
- DiskInfo?: string;
27173
- }
27174
26881
  /**
27175
26882
  * DescribeAssetWebLocationList请求参数结构体
27176
26883
  */
@@ -27242,31 +26949,6 @@ export interface CreateMaliciousRequestWhiteListResponse {
27242
26949
  */
27243
26950
  RequestId?: string;
27244
26951
  }
27245
- /**
27246
- * 常用登录地
27247
- */
27248
- export interface UsualPlace {
27249
- /**
27250
- * ID。
27251
- */
27252
- Id?: number;
27253
- /**
27254
- * 主机安全客户端唯一标识UUID。
27255
- */
27256
- Uuid?: string;
27257
- /**
27258
- * 国家 ID。
27259
- */
27260
- CountryId?: number;
27261
- /**
27262
- * 省份 ID。
27263
- */
27264
- ProvinceId?: number;
27265
- /**
27266
- * 城市 ID。
27267
- */
27268
- CityId?: number;
27269
- }
27270
26952
  /**
27271
26953
  * DescribeVulLevelCount请求参数结构体
27272
26954
  */
@@ -27316,6 +26998,10 @@ export interface ScanVulRequest {
27316
26998
  * 0版本比对,2版本比对+poc
27317
26999
  */
27318
27000
  ScanMethod?: number;
27001
+ /**
27002
+ * kb编号
27003
+ */
27004
+ KBNumber?: Array<string>;
27319
27005
  }
27320
27006
  /**
27321
27007
  * DeleteBaselineWeakPassword返回参数结构体
@@ -27510,21 +27196,49 @@ export interface DescribeAlarmIncidentNodesResponse {
27510
27196
  RequestId?: string;
27511
27197
  }
27512
27198
  /**
27513
- * DescribeExpertServiceOrderList请求参数结构体
27199
+ * 本地提权规则
27514
27200
  */
27515
- export interface DescribeExpertServiceOrderListRequest {
27201
+ export interface PrivilegeRule {
27516
27202
  /**
27517
- * <li>InquireType- String - 是否必填:否 - 订单类型过滤,</li>
27203
+ * 规则ID
27518
27204
  */
27519
- Filters?: Array<Filters>;
27205
+ Id?: number;
27520
27206
  /**
27521
- * 分页条数 最大100条
27207
+ * 客户端ID
27522
27208
  */
27523
- Limit?: number;
27209
+ Uuid?: string;
27524
27210
  /**
27525
- * 分页步长
27211
+ * 进程名
27526
27212
  */
27527
- Offset?: number;
27213
+ ProcessName?: string;
27214
+ /**
27215
+ * 是否S权限
27216
+ */
27217
+ SMode?: number;
27218
+ /**
27219
+ * 操作人
27220
+ */
27221
+ Operator?: string;
27222
+ /**
27223
+ * 是否全局规则
27224
+ */
27225
+ IsGlobal?: number;
27226
+ /**
27227
+ * 状态(0: 有效 1: 无效)
27228
+ */
27229
+ Status?: number;
27230
+ /**
27231
+ * 创建时间
27232
+ */
27233
+ CreateTime?: string;
27234
+ /**
27235
+ * 修改时间
27236
+ */
27237
+ ModifyTime?: string;
27238
+ /**
27239
+ * 主机IP
27240
+ */
27241
+ Hostip?: string;
27528
27242
  }
27529
27243
  /**
27530
27244
  * DescribeFileTamperRules请求参数结构体
@@ -27977,6 +27691,10 @@ export interface BruteAttackInfo {
27977
27691
  * 阻断过期时间(仅阻断中事件有效)
27978
27692
  */
27979
27693
  BanExpiredTime?: string;
27694
+ /**
27695
+ * IP分析
27696
+ */
27697
+ IPAnalyse?: IPAnalyse;
27980
27698
  }
27981
27699
  /**
27982
27700
  * 云服务器类型机器数量
@@ -28007,6 +27725,10 @@ export interface DescribeVulFixStatusRequest {
28007
27725
  * 主机quuid 和VulId 组合可查 某主机最近一次修复任务详情
28008
27726
  */
28009
27727
  Quuid?: string;
27728
+ /**
27729
+ * 补丁 id
27730
+ */
27731
+ KbId?: number;
28010
27732
  }
28011
27733
  /**
28012
27734
  * UpdateMachineTags请求参数结构体
@@ -28110,6 +27832,10 @@ export interface DescribeScanTaskDetailsResponse {
28110
27832
  * 扫描出漏洞个数
28111
27833
  */
28112
27834
  VulCount?: number;
27835
+ /**
27836
+ * 单独扫描kb时的信息
27837
+ */
27838
+ PatchInfo?: Array<PatchInfoDetail>;
28113
27839
  /**
28114
27840
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
28115
27841
  */
@@ -28727,7 +28453,7 @@ export interface VulEmergentMsgInfo {
28727
28453
  */
28728
28454
  VulId?: number;
28729
28455
  /**
28730
- * 漏洞纰漏时间
28456
+ * 漏洞披露时间
28731
28457
  */
28732
28458
  PublishTime?: string;
28733
28459
  /**
@@ -28746,6 +28472,14 @@ export interface VulEmergentMsgInfo {
28746
28472
  * 是否支持自动防御 0:不支持 1:支持
28747
28473
  */
28748
28474
  SupportDefense?: number;
28475
+ /**
28476
+ * KB对应的ID
28477
+ */
28478
+ KbId?: number;
28479
+ /**
28480
+ * KB号
28481
+ */
28482
+ KbNumber?: string;
28749
28483
  }
28750
28484
  /**
28751
28485
  * ModifyBruteAttackRules返回参数结构体
@@ -28791,17 +28525,73 @@ export interface MachineTag {
28791
28525
  TagId?: number;
28792
28526
  }
28793
28527
  /**
28794
- * DescribeBaselineItemIgnoreList返回参数结构体
28528
+ * DescribeSecurityEventsCnt返回参数结构体
28795
28529
  */
28796
- export interface DescribeBaselineItemIgnoreListResponse {
28530
+ export interface DescribeSecurityEventsCntResponse {
28797
28531
  /**
28798
- *
28532
+ * 木马文件相关风险事件
28799
28533
  */
28800
- List?: Array<BaselineItemInfo>;
28534
+ Malware?: SecurityEventInfo;
28801
28535
  /**
28802
- * 总数
28536
+ * 登录审计相关风险事件
28803
28537
  */
28804
- Total?: number;
28538
+ HostLogin?: SecurityEventInfo;
28539
+ /**
28540
+ * 密码破解相关风险事件
28541
+ */
28542
+ BruteAttack?: SecurityEventInfo;
28543
+ /**
28544
+ * 恶意请求相关风险事件
28545
+ */
28546
+ RiskDns?: SecurityEventInfo;
28547
+ /**
28548
+ * 高危命令相关风险事件
28549
+ */
28550
+ Bash?: SecurityEventInfo;
28551
+ /**
28552
+ * 本地提权相关风险事件
28553
+ */
28554
+ PrivilegeRules?: SecurityEventInfo;
28555
+ /**
28556
+ * 反弹Shell相关风险事件
28557
+ */
28558
+ ReverseShell?: SecurityEventInfo;
28559
+ /**
28560
+ * 应用漏洞风险事件
28561
+ */
28562
+ SysVul?: SecurityEventInfo;
28563
+ /**
28564
+ * Web应用漏洞相关风险事件
28565
+ */
28566
+ WebVul?: SecurityEventInfo;
28567
+ /**
28568
+ * 应急漏洞相关风险事件
28569
+ */
28570
+ EmergencyVul?: SecurityEventInfo;
28571
+ /**
28572
+ * 安全基线相关风险事件
28573
+ */
28574
+ BaseLine?: SecurityEventInfo;
28575
+ /**
28576
+ * 攻击检测相关风险事件
28577
+ */
28578
+ AttackLogs?: SecurityEventInfo;
28579
+ /**
28580
+ * 受影响机器数
28581
+ */
28582
+ EffectMachineCount?: number;
28583
+ /**
28584
+ * 所有事件总数
28585
+ */
28586
+ EventsCount?: number;
28587
+ /**
28588
+ * window 系统漏洞事件总数
28589
+ */
28590
+ WindowVul?: SecurityEventInfo;
28591
+ /**
28592
+ * linux系统漏洞事件总数
28593
+ */
28594
+ LinuxVul?: SecurityEventInfo;
28805
28595
  /**
28806
28596
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
28807
28597
  */
@@ -28894,13 +28684,21 @@ export interface DescribeSearchTemplatesRequest {
28894
28684
  Limit?: number;
28895
28685
  }
28896
28686
  /**
28897
- * CancelIgnoreVul请求参数结构体
28687
+ * DescribeBaselineItemIgnoreList返回参数结构体
28898
28688
  */
28899
- export interface CancelIgnoreVulRequest {
28689
+ export interface DescribeBaselineItemIgnoreListResponse {
28900
28690
  /**
28901
- * 漏洞事件id串,多个用英文逗号分隔
28691
+ *
28902
28692
  */
28903
- EventIds: string;
28693
+ List?: Array<BaselineItemInfo>;
28694
+ /**
28695
+ * 总数
28696
+ */
28697
+ Total?: number;
28698
+ /**
28699
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
28700
+ */
28701
+ RequestId?: string;
28904
28702
  }
28905
28703
  /**
28906
28704
  * ExportAssetUserList返回参数结构体