tencentcloud-sdk-nodejs 4.1.259 → 4.1.261

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 (61) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/adp/v20260520/adp_client.js +3 -0
  3. package/es/services/csip/v20221121/csip_client.js +29 -8
  4. package/es/services/dataagent/v20250513/dataagent_client.js +6 -0
  5. package/es/services/iotexplorer/v20190423/iotexplorer_client.js +3 -0
  6. package/es/services/trocket/v20230308/trocket_client.js +3 -0
  7. package/es/services/vod/v20180717/vod_client.js +20 -8
  8. package/package.json +1 -1
  9. package/tencentcloud/common/sdk_version.d.ts +1 -1
  10. package/tencentcloud/common/sdk_version.js +1 -1
  11. package/tencentcloud/services/adp/v20260520/adp_client.d.ts +5 -1
  12. package/tencentcloud/services/adp/v20260520/adp_client.js +6 -0
  13. package/tencentcloud/services/adp/v20260520/adp_models.d.ts +49 -15
  14. package/tencentcloud/services/ags/v20250920/ags_models.d.ts +1 -1
  15. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +30 -18
  16. package/tencentcloud/services/config/v20220802/config_models.d.ts +60 -57
  17. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +37 -9
  18. package/tencentcloud/services/csip/v20221121/csip_client.js +54 -12
  19. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +1506 -421
  20. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +17 -3
  21. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
  22. package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
  23. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +120 -21
  24. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +36 -20
  25. package/tencentcloud/services/dataagent/v20250513/dataagent_client.d.ts +9 -1
  26. package/tencentcloud/services/dataagent/v20250513/dataagent_client.js +12 -0
  27. package/tencentcloud/services/dataagent/v20250513/dataagent_models.d.ts +86 -26
  28. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +1 -1
  29. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +86 -65
  30. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +29 -0
  31. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -11
  32. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +9 -11
  33. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +9 -25
  34. package/tencentcloud/services/ga2/v20250115/ga2_models.d.ts +112 -112
  35. package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +1 -1
  36. package/tencentcloud/services/ioa/v20220601/ioa_client.js +1 -1
  37. package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +12 -9
  38. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  39. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  40. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +90 -0
  41. package/tencentcloud/services/live/v20180801/live_models.d.ts +13 -0
  42. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +5 -1
  43. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +62 -10
  44. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +216 -77
  45. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -4
  46. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +11 -7
  47. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +32 -34
  48. package/tencentcloud/services/smh/v20210712/smh_models.d.ts +28 -19
  49. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +6 -1
  50. package/tencentcloud/services/trocket/v20230308/trocket_client.js +7 -0
  51. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +77 -0
  52. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +16 -66
  53. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -4
  54. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +4 -0
  55. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +44 -20
  56. package/tencentcloud/services/vod/v20180717/vod_client.js +55 -23
  57. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +225 -76
  58. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +7 -7
  59. package/tencentcloud/services/wedata/v20250806/wedata_client.d.ts +1 -1
  60. package/tencentcloud/services/wedata/v20250806/wedata_client.js +1 -1
  61. package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +282 -210
@@ -909,6 +909,35 @@ export interface LogRuleKeyValueInfo {
909
909
  */
910
910
  KeyValues?: Array<LogKeyValueInfo>;
911
911
  }
912
+ /**
913
+ * DescribeEdrAlertList请求参数结构体
914
+ */
915
+ export interface DescribeEdrAlertListRequest {
916
+ /**
917
+ * <p>集团账号的成员id</p>
918
+ */
919
+ MemberId?: Array<string>;
920
+ /**
921
+ * <p>PolicyType - int - 是否必填:否 - 策略类型PolicyName - string - 是否必填:否 - 策略名称Domain - string - 是否必填:否 - 域名(先对域名做urlencode,再base64)PolicyAction- int - 是否必填:否 - 策略动作IsEnabled - int - 是否必填:否 - 是否生效</p>
922
+ */
923
+ Filters?: Array<EDRFilter>;
924
+ /**
925
+ * <p>限制条数,默认10,最大100</p>
926
+ */
927
+ Limit?: number;
928
+ /**
929
+ * <p>偏移量,默认0</p>
930
+ */
931
+ Offset?: number;
932
+ /**
933
+ * <p>排序方式: [ASC:升序|DESC:降序]</p>
934
+ */
935
+ Order?: string;
936
+ /**
937
+ * <p>可选排序列: [LatestDetectTime]</p>
938
+ */
939
+ By?: string;
940
+ }
912
941
  /**
913
942
  * CreateDspmAssetsExportJob返回参数结构体
914
943
  */
@@ -1435,6 +1464,35 @@ export interface DescribeDspmRiskTendencyRequest {
1435
1464
  */
1436
1465
  EndDate?: string;
1437
1466
  }
1467
+ /**
1468
+ * EDR告警定位信息(ID + AlertID + AppID 三元组)
1469
+ */
1470
+ export interface EdrAlertTarget {
1471
+ /**
1472
+ * <p>告警主键ID</p>
1473
+ */
1474
+ Id: number;
1475
+ /**
1476
+ * <p>告警所属账号ID(跨账号,前端必传)</p>
1477
+ */
1478
+ AppId: number;
1479
+ /**
1480
+ * <p>告警唯一标识</p>
1481
+ */
1482
+ AlertId?: string;
1483
+ /**
1484
+ * <p>主机UUID(可选,由列表带回透传)</p>
1485
+ */
1486
+ Quuid?: string;
1487
+ /**
1488
+ * <p>实例ID(可选,由列表带回透传,用于安全中心标签富化)</p>
1489
+ */
1490
+ InstanceId?: string;
1491
+ /**
1492
+ * <p>告警子类型</p>
1493
+ */
1494
+ AlertSubType?: string;
1495
+ }
1438
1496
  /**
1439
1497
  * DescribeDspmRisk返回参数结构体
1440
1498
  */
@@ -1759,6 +1817,23 @@ export interface TagCount {
1759
1817
  */
1760
1818
  Count?: number;
1761
1819
  }
1820
+ /**
1821
+ * UpdateAccessKeyAlarmStatus返回参数结构体
1822
+ */
1823
+ export interface UpdateAccessKeyAlarmStatusResponse {
1824
+ /**
1825
+ * 0成功,1失败
1826
+ */
1827
+ Code?: number;
1828
+ /**
1829
+ * 错误信息
1830
+ */
1831
+ Msg?: string;
1832
+ /**
1833
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1834
+ */
1835
+ RequestId?: string;
1836
+ }
1762
1837
  /**
1763
1838
  * DescribeVulRiskList返回参数结构体
1764
1839
  */
@@ -2080,6 +2155,59 @@ export interface ModifyDspmApproveStatusResponse {
2080
2155
  */
2081
2156
  RequestId?: string;
2082
2157
  }
2158
+ /**
2159
+ * IaC检测文件
2160
+ */
2161
+ export interface IaCFile {
2162
+ /**
2163
+ * <p>ID</p>
2164
+ */
2165
+ Id?: number;
2166
+ /**
2167
+ * <p>appid</p>
2168
+ */
2169
+ AppId?: number;
2170
+ /**
2171
+ * <p>文件ID</p>
2172
+ */
2173
+ FileId?: string;
2174
+ /**
2175
+ * <p>文件名称</p>
2176
+ */
2177
+ FileName?: string;
2178
+ /**
2179
+ * <p>CI/CD名称</p>
2180
+ */
2181
+ CICDName?: string;
2182
+ /**
2183
+ * <p>文件路径</p>
2184
+ */
2185
+ FilePath?: string;
2186
+ /**
2187
+ * <p>文件类型(1:Dockerfile,2:Terraform,3:KubernetesYaml)</p>
2188
+ */
2189
+ FileType?: number;
2190
+ /**
2191
+ * <p>风险总计数量</p>
2192
+ */
2193
+ RiskTotalCnt?: number;
2194
+ /**
2195
+ * <p>风险等级数量(0:低危,1:中危,2:高危,3:严重)</p>
2196
+ */
2197
+ RiskLevelCnt?: Array<KeyValueInt>;
2198
+ /**
2199
+ * <p>扫描时间</p>
2200
+ */
2201
+ ScanTime?: string;
2202
+ /**
2203
+ * <p>检测状态(0:待扫描,1:检测中,2:已完成,3:检测异常)</p>
2204
+ */
2205
+ Status?: number;
2206
+ /**
2207
+ * <p>扫描失败类型(0:无失败, 1:检测超时, 2:文件格式解析失败, 3:检测失败)</p>
2208
+ */
2209
+ FailType?: number;
2210
+ }
2083
2211
  /**
2084
2212
  * DescribeAIAgentAssetList请求参数结构体
2085
2213
  */
@@ -2123,6 +2251,19 @@ export interface CosRiskActionInfo {
2123
2251
  */
2124
2252
  ActionAccessTime?: number;
2125
2253
  }
2254
+ /**
2255
+ * EDR-检测方式对应策略数量
2256
+ */
2257
+ export interface DetectTypeCount {
2258
+ /**
2259
+ * <p>检测方式,0:主机检测,1:网络检测</p>
2260
+ */
2261
+ DetectType?: number;
2262
+ /**
2263
+ * <p>策略数量</p>
2264
+ */
2265
+ Count?: number;
2266
+ }
2126
2267
  /**
2127
2268
  * DescribeRiskCenterAssetViewCFGRiskList返回参数结构体
2128
2269
  */
@@ -2225,6 +2366,39 @@ export interface DspmIdentifyAssetStatistic {
2225
2366
  */
2226
2367
  MemberCount?: number;
2227
2368
  }
2369
+ /**
2370
+ * IP威胁情报信息(通过TIX IPAnalysis接口获取)
2371
+ */
2372
+ export interface IPIntelInfo {
2373
+ /**
2374
+ * <p>情报标签(如常规木马、漏洞软件、窃密木马)</p>
2375
+ */
2376
+ Tags?: Array<string>;
2377
+ /**
2378
+ * <p>研判依据</p>
2379
+ */
2380
+ Basis?: string;
2381
+ /**
2382
+ * <p>所属运营商</p>
2383
+ */
2384
+ ISP?: string;
2385
+ /**
2386
+ * <p>地理位置</p>
2387
+ */
2388
+ Location?: string;
2389
+ /**
2390
+ * <p>家族团伙</p>
2391
+ */
2392
+ Characteristic?: string;
2393
+ /**
2394
+ * <p>IP画像</p>
2395
+ */
2396
+ Purpose?: string;
2397
+ /**
2398
+ * <p>反查域名列表</p>
2399
+ */
2400
+ Referer?: Array<DomainInfo>;
2401
+ }
2228
2402
  /**
2229
2403
  * DescribeCosActionList请求参数结构体
2230
2404
  */
@@ -2882,6 +3056,27 @@ export interface DeleteDomainAndIpResponse {
2882
3056
  */
2883
3057
  RequestId?: string;
2884
3058
  }
3059
+ /**
3060
+ * 安全中心标签
3061
+ */
3062
+ export interface CSIPTag {
3063
+ /**
3064
+ * <p>标签颜色</p>
3065
+ */
3066
+ TagColor?: string;
3067
+ /**
3068
+ * <p>标签ID</p>
3069
+ */
3070
+ TagID?: number;
3071
+ /**
3072
+ * <p>标签键(根据语言环境返回中文或英文)</p>
3073
+ */
3074
+ TagKey?: string;
3075
+ /**
3076
+ * <p>标签值(根据语言环境返回中文或英文)</p>
3077
+ */
3078
+ TagValue?: string;
3079
+ }
2885
3080
  /**
2886
3081
  * CreateDomainAndIp请求参数结构体
2887
3082
  */
@@ -2984,6 +3179,19 @@ export interface VerifyDspmAssetLoginCodeResponse {
2984
3179
  */
2985
3180
  RequestId?: string;
2986
3181
  }
3182
+ /**
3183
+ * EDR命令行规则单规则
3184
+ */
3185
+ export interface RuleContentProcessInfo {
3186
+ /**
3187
+ * <p>进程文件路径</p>
3188
+ */
3189
+ Exe: string;
3190
+ /**
3191
+ * <p>进程命令行</p>
3192
+ */
3193
+ CmdLine: string;
3194
+ }
2987
3195
  /**
2988
3196
  * DescribeScanStatistic返回参数结构体
2989
3197
  */
@@ -3925,294 +4133,111 @@ export interface RetryDspmExportLogResponse {
3925
4133
  RequestId?: string;
3926
4134
  }
3927
4135
  /**
3928
- * 主机列表
4136
+ * DescribeEdrAlertInfo返回参数结构体
3929
4137
  */
3930
- export interface MachineDetail {
4138
+ export interface DescribeEdrAlertInfoResponse {
3931
4139
  /**
3932
- * <p>Agent状态</p>
4140
+ * <p>告警详情</p>
3933
4141
  */
3934
- AgentStatus?: string;
4142
+ Alert?: EdrAlertDetail;
3935
4143
  /**
3936
- * <p>Agent版本</p>
4144
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3937
4145
  */
3938
- AgentVersion?: string;
4146
+ RequestId?: string;
4147
+ }
4148
+ /**
4149
+ * DescribeExposures返回参数结构体
4150
+ */
4151
+ export interface DescribeExposuresResponse {
3939
4152
  /**
3940
- * <p>账号AppId</p>
4153
+ * 云边界分析资产数量
3941
4154
  */
3942
- AppId?: number;
4155
+ TotalCount?: number;
3943
4156
  /**
3944
- * <p>资产类型名称</p>
4157
+ * 云边界分析资产列表
3945
4158
  */
3946
- AssetTypeName?: string;
4159
+ ExposeList?: Array<ExposesItem>;
3947
4160
  /**
3948
- * <p>系统启动时间(Unix时间戳)</p>
4161
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3949
4162
  */
3950
- BootTime?: number;
4163
+ RequestId?: string;
4164
+ }
4165
+ /**
4166
+ * CreateDspmApproveHistoryExportJob请求参数结构体
4167
+ */
4168
+ export interface CreateDspmApproveHistoryExportJobRequest {
3951
4169
  /**
3952
- * <p>购买时间(Unix时间戳)</p>
4170
+ * 过滤器
3953
4171
  */
3954
- BuyTime?: number;
4172
+ Filter?: Filter;
4173
+ }
4174
+ /**
4175
+ * EDR-攻击阶段对应数量
4176
+ */
4177
+ export interface AttackStageCount {
3955
4178
  /**
3956
- * <p>云服务商</p>
4179
+ * <p>攻击阶段</p>
3957
4180
  */
3958
- CloudFromEnum?: string;
4181
+ AttackStage?: string;
3959
4182
  /**
3960
- * <p>云标签列表</p>
4183
+ * <p>策略数量</p>
3961
4184
  */
3962
- CloudTags?: Array<Tags>;
4185
+ Count?: number;
4186
+ }
4187
+ /**
4188
+ * CreateDspmRiskExportJob返回参数结构体
4189
+ */
4190
+ export interface CreateDspmRiskExportJobResponse {
3963
4191
  /**
3964
- * <p>内核版本</p>
4192
+ * 任务ID
3965
4193
  */
3966
- CoreVersion?: string;
4194
+ JobID?: string;
3967
4195
  /**
3968
- * <p>CPU信息</p>
4196
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3969
4197
  */
3970
- Cpu?: string;
4198
+ RequestId?: string;
4199
+ }
4200
+ /**
4201
+ * DescribeIpInvokeRecord返回参数结构体
4202
+ */
4203
+ export interface DescribeIpInvokeRecordResponse {
3971
4204
  /**
3972
- * <p>CPU负载</p>
4205
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3973
4206
  */
3974
- CpuLoad?: string;
4207
+ RequestId?: string;
4208
+ }
4209
+ /**
4210
+ * DescribeCosRoleAccessPermissions返回参数结构体
4211
+ */
4212
+ export interface DescribeCosRoleAccessPermissionsResponse {
3975
4213
  /**
3976
- * <p>CPU核数</p>
4214
+ * 总数
3977
4215
  */
3978
- CpuSize?: number;
4216
+ Total?: number;
3979
4217
  /**
3980
- * <p>设备型号</p>
4218
+ * 角色详情
3981
4219
  */
3982
- DeviceVersion?: string;
4220
+ Data?: Array<CosRoleAccessInfo>;
3983
4221
  /**
3984
- * <p>磁盘分区信息</p>
4222
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3985
4223
  */
3986
- Disks?: Array<DiskPartitionInfo>;
4224
+ RequestId?: string;
4225
+ }
4226
+ /**
4227
+ * ModifyCosMarkInfo返回参数结构体
4228
+ */
4229
+ export interface ModifyCosMarkInfoResponse {
3987
4230
  /**
3988
- * <p>到期时间(Unix时间戳)</p>
4231
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3989
4232
  */
3990
- EndTime?: number;
4233
+ RequestId?: string;
4234
+ }
4235
+ /**
4236
+ * 命中规则项
4237
+ */
4238
+ export interface SkillScanRuleHit {
3991
4239
  /**
3992
- * <p>暴露状态</p>
3993
- */
3994
- ExposedStatus?: string;
3995
- /**
3996
- * <p>安装时间(Unix时间戳)</p>
3997
- */
3998
- InstallTime?: number;
3999
- /**
4000
- * <p>实例ID</p>
4001
- */
4002
- InstanceID?: string;
4003
- /**
4004
- * <p>实例状态</p>
4005
- */
4006
- InstanceStatus?: string;
4007
- /**
4008
- * <p>内核版本</p>
4009
- */
4010
- KernelVersion?: string;
4011
- /**
4012
- * <p>最近一次在线时间(Unix时间戳)</p>
4013
- */
4014
- LatestLiveTime?: number;
4015
- /**
4016
- * <p>最近一次离线时间(Unix时间戳)</p>
4017
- */
4018
- LatestOfflineTime?: number;
4019
- /**
4020
- * <p>内网IP</p>
4021
- */
4022
- MachineIp?: string;
4023
- /**
4024
- * <p>主机名称</p>
4025
- */
4026
- MachineName?: string;
4027
- /**
4028
- * <p>操作系统(云采集)</p>
4029
- */
4030
- MachineOs?: string;
4031
- /**
4032
- * <p>主机状态</p>
4033
- */
4034
- MachineStatus?: string;
4035
- /**
4036
- * <p>外网IP</p>
4037
- */
4038
- MachineWanIp?: string;
4039
- /**
4040
- * <p>内存大小(MB)</p>
4041
- */
4042
- MemSize?: number;
4043
- /**
4044
- * <p>内存使用率</p>
4045
- */
4046
- MemoryLoad?: string;
4047
- /**
4048
- * <p>网卡信息</p>
4049
- */
4050
- NetCards?: Array<NetworkCardInfo>;
4051
- /**
4052
- * <p>操作系统(端采集)</p>
4053
- */
4054
- OsByAgent?: string;
4055
- /**
4056
- * <p>付费模式</p>
4057
- */
4058
- PayMode?: string;
4059
- /**
4060
- * <p>项目ID</p>
4061
- */
4062
- ProjectId?: number;
4063
- /**
4064
- * <p>已防护天数</p>
4065
- */
4066
- ProtectDays?: number;
4067
- /**
4068
- * <p>防护类型</p>
4069
- */
4070
- ProtectType?: string;
4071
- /**
4072
- * <p>主机唯一标识</p>
4073
- */
4074
- Quuid?: string;
4075
- /**
4076
- * <p>地域信息</p>
4077
- */
4078
- RegionInfo?: RegionInfo;
4079
- /**
4080
- * <p>备注</p>
4081
- */
4082
- Remark?: string;
4083
- /**
4084
- * <p>序列号</p>
4085
- */
4086
- SerialNumber?: string;
4087
- /**
4088
- * <p>资产标签列表</p>
4089
- */
4090
- TagItems?: Array<MiniTagItem>;
4091
- /**
4092
- * <p>标签修改信息</p>
4093
- */
4094
- TagModifyInfo?: AssetTagModifyAssetItem;
4095
- /**
4096
- * <p>Agent唯一标识</p>
4097
- */
4098
- Uuid?: string;
4099
- /**
4100
- * <p>VPC CIDR</p>
4101
- */
4102
- VpcCidrBlock?: string;
4103
- /**
4104
- * <p>VPC ID</p>
4105
- */
4106
- VpcId?: string;
4107
- /**
4108
- * <p>VPC名称</p>
4109
- */
4110
- VpcName?: string;
4111
- /**
4112
- * <p>主机节点类型</p><p>枚举值:</p><ul><li>NONE: 主机节点</li><li>CLUSTER: 集群节点</li><li>CONTAINER: 容器节点</li></ul>
4113
- */
4114
- NodeType?: string;
4115
- /**
4116
- * <p>容器防护状态</p><p>枚举值:</p><ul><li>Enabled: 开启防护</li><li>Disabled: 关闭防护</li><li>Unknown: 未知</li></ul>
4117
- */
4118
- ContainerDefendStatus?: string;
4119
- /**
4120
- * <p>集群签证md5</p>
4121
- */
4122
- ClusterCaMd5?: string;
4123
- /**
4124
- * <p>容器环境信息</p>
4125
- */
4126
- ContainerEnvInfo?: ContainerEnvInfo;
4127
- /**
4128
- * <p>集群id</p>
4129
- */
4130
- ClusterId?: string;
4131
- /**
4132
- * <p>集群名称</p>
4133
- */
4134
- ClusterName?: string;
4135
- }
4136
- /**
4137
- * DescribeExposures返回参数结构体
4138
- */
4139
- export interface DescribeExposuresResponse {
4140
- /**
4141
- * 云边界分析资产数量
4142
- */
4143
- TotalCount?: number;
4144
- /**
4145
- * 云边界分析资产列表
4146
- */
4147
- ExposeList?: Array<ExposesItem>;
4148
- /**
4149
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4150
- */
4151
- RequestId?: string;
4152
- }
4153
- /**
4154
- * CreateDspmApproveHistoryExportJob请求参数结构体
4155
- */
4156
- export interface CreateDspmApproveHistoryExportJobRequest {
4157
- /**
4158
- * 过滤器
4159
- */
4160
- Filter?: Filter;
4161
- }
4162
- /**
4163
- * CreateDspmRiskExportJob返回参数结构体
4164
- */
4165
- export interface CreateDspmRiskExportJobResponse {
4166
- /**
4167
- * 任务ID
4168
- */
4169
- JobID?: string;
4170
- /**
4171
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4172
- */
4173
- RequestId?: string;
4174
- }
4175
- /**
4176
- * DescribeIpInvokeRecord返回参数结构体
4177
- */
4178
- export interface DescribeIpInvokeRecordResponse {
4179
- /**
4180
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4181
- */
4182
- RequestId?: string;
4183
- }
4184
- /**
4185
- * DescribeCosRoleAccessPermissions返回参数结构体
4186
- */
4187
- export interface DescribeCosRoleAccessPermissionsResponse {
4188
- /**
4189
- * 总数
4190
- */
4191
- Total?: number;
4192
- /**
4193
- * 角色详情
4194
- */
4195
- Data?: Array<CosRoleAccessInfo>;
4196
- /**
4197
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4198
- */
4199
- RequestId?: string;
4200
- }
4201
- /**
4202
- * ModifyCosMarkInfo返回参数结构体
4203
- */
4204
- export interface ModifyCosMarkInfoResponse {
4205
- /**
4206
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4207
- */
4208
- RequestId?: string;
4209
- }
4210
- /**
4211
- * 命中规则项
4212
- */
4213
- export interface SkillScanRuleHit {
4214
- /**
4215
- * 融合规则编号(9xxxx),可与 RuleCatalog 交叉引用
4240
+ * 融合规则编号(9xxxx),可与 RuleCatalog 交叉引用
4216
4241
  */
4217
4242
  RuleID?: string;
4218
4243
  /**
@@ -6415,6 +6440,23 @@ export interface DspmAssetDatabaseInfo {
6415
6440
  */
6416
6441
  CategoryDetails?: Array<DspmIdentifyCategoryDetail>;
6417
6442
  }
6443
+ /**
6444
+ * EDR命令行规则
6445
+ */
6446
+ export interface RuleContentCmdLine {
6447
+ /**
6448
+ * <p>进程命令行信息</p>
6449
+ */
6450
+ Process?: RuleContentProcessInfo;
6451
+ /**
6452
+ * <p>父进程命令行信息</p>
6453
+ */
6454
+ ParentProcess?: RuleContentProcessInfo;
6455
+ /**
6456
+ * <p>祖先进程命令行信息</p>
6457
+ */
6458
+ AncestorProcess?: RuleContentProcessInfo;
6459
+ }
6418
6460
  /**
6419
6461
  * 列权限信息
6420
6462
  */
@@ -6977,6 +7019,15 @@ export interface DescribeDspmIdentifyIdListRequest {
6977
7019
  */
6978
7020
  Filter?: Filter;
6979
7021
  }
7022
+ /**
7023
+ * DescribeAILinkSetting请求参数结构体
7024
+ */
7025
+ export interface DescribeAILinkSettingRequest {
7026
+ /**
7027
+ * <p>集团账号的成员id</p>
7028
+ */
7029
+ MemberId?: Array<string>;
7030
+ }
6980
7031
  /**
6981
7032
  * DescribeCVMAssetInfo返回参数结构体
6982
7033
  */
@@ -7691,17 +7742,130 @@ export interface DescribeUebaRuleRequest {
7691
7742
  Filter?: Filter;
7692
7743
  }
7693
7744
  /**
7694
- * DescribeDspmAssetAccessTopology请求参数结构体
7745
+ * ModifyEDRRule请求参数结构体
7695
7746
  */
7696
- export interface DescribeDspmAssetAccessTopologyRequest {
7747
+ export interface ModifyEDRRuleRequest {
7697
7748
  /**
7698
- * 集团账号的成员id
7749
+ * <p>策略类型 / Rule Type: 0-系统策略/System Rule, 1-自定义策略/Custom Rule</p>
7750
+ */
7751
+ RuleType: number;
7752
+ /**
7753
+ * <p>执行动作 / Action: 0-告警/Alert, 1-放行/Allow, 2-告警并拦截/Alert and Block</p>
7754
+ */
7755
+ AlertAction: number;
7756
+ /**
7757
+ * <p>生效资产 / Effective Scope: 0-指定主机/Specified Hosts, 1-全部主机/All Hosts, 2-专业版/Professional, 3-旗舰版/Flagship, 4-专业版+旗舰版/Professional+Flagship QUUIDS []string json:&quot;QUUIDS&quot; // 主机列表 / Host QUUIDS (when Scope=0)</p>
7758
+ */
7759
+ CWPScope: number;
7760
+ /**
7761
+ * <p>容器生效镜像范围 / Container Image Scope: 0-指定镜像/Specified Images, 1-全部镜像/All Images</p>
7762
+ */
7763
+ TCSSScope: number;
7764
+ /**
7765
+ * <p>开关 / Status: 0-开启/Enabled, 1-关闭/Disabled</p>
7766
+ */
7767
+ Status: number;
7768
+ /**
7769
+ * <p>集团账号的成员id</p>
7699
7770
  */
7700
7771
  MemberId?: Array<string>;
7701
7772
  /**
7702
- * 视图类型。ip或instance
7773
+ * <p>策略名称</p>
7703
7774
  */
7704
- View?: string;
7775
+ Name?: string;
7776
+ /**
7777
+ * <p>内容类型 / Content Type: md5-文件MD5/File MD5, cmdline-命令行/Command Line, dns-DNS, ip_inbound-入站IP/Inbound IP, ip_outbound-出站IP/Outbound IP, custom_file-自定义文件/Custom File, process_network-进程网络/Process Network</p>
7778
+ */
7779
+ ContentType?: string;
7780
+ /**
7781
+ * <p>告警等级 / Alert Level: 1-高危/High, 2-中危/Medium, 3-低危/Low, 4-提示/Reminder</p>
7782
+ */
7783
+ Level?: number;
7784
+ /**
7785
+ * <p>检测模式 / Detect Mode: 0-精准/Precise, 1-均衡/Balanced, 2-深度/Deep</p>
7786
+ */
7787
+ DetectMode?: number;
7788
+ /**
7789
+ * <p>攻击阶段</p>
7790
+ */
7791
+ AttackStage?: string;
7792
+ /**
7793
+ * <p>策略</p>
7794
+ */
7795
+ RuleID?: string;
7796
+ /**
7797
+ * <p>策略描述</p>
7798
+ */
7799
+ Description?: string;
7800
+ /**
7801
+ * <p>处理历史告警 / Handle Old Events: 0-否/No, 1-是/Yes</p>
7802
+ */
7803
+ DealOldEvents?: number;
7804
+ /**
7805
+ * <p>ContentType=md5 时传入的 MD5 列表</p>
7806
+ */
7807
+ Md5List?: Array<string>;
7808
+ /**
7809
+ * <p>ContentType=custom_file 时传入的文件名列表(Base64编码)</p>
7810
+ */
7811
+ FileName?: Array<string>;
7812
+ /**
7813
+ * <p>ContentType=custom_file 时传入的文件目录列表(Base64编码)</p>
7814
+ */
7815
+ FileDirectory?: Array<string>;
7816
+ /**
7817
+ * <p>ContentType=cmdline 时传入的命令行规则,Process/PProcess/AProcess 的 Exe/Cmdline 字段需要 Base64 编码</p>
7818
+ */
7819
+ CmdLineRules?: RuleContentCmdLine;
7820
+ /**
7821
+ * <p>ContentType=dns 时传入的域名列表(Base64编码)</p>
7822
+ */
7823
+ Domains?: Array<string>;
7824
+ /**
7825
+ * <p>ContentType=ip_outbound 时传入的出站IP列表(Base64编码)</p>
7826
+ */
7827
+ OutboundIP?: Array<string>;
7828
+ /**
7829
+ * <p>ContentType=ip_inbound 时传入的入站IP列表(Base64编码)</p>
7830
+ */
7831
+ InboundIP?: Array<string>;
7832
+ /**
7833
+ * <p>镜像ID列表 / Image IDs (when TCSSScope=0)</p>
7834
+ */
7835
+ ImageIDs?: Array<string>;
7836
+ /**
7837
+ * <p>ContentType=process_network 时传入的进程网络规则</p>
7838
+ */
7839
+ ProcessNetworkRules?: RuleContentProcessNetwork;
7840
+ /**
7841
+ * <p>选择的多账号的APPID</p>
7842
+ */
7843
+ TargetAppIDs?: Array<number | bigint>;
7844
+ /**
7845
+ * <p>告警的加白目标机器信息</p>
7846
+ */
7847
+ Target?: EdrAlertTarget;
7848
+ /**
7849
+ * <p>自选资产对应的实例ID和APPID</p>
7850
+ */
7851
+ InstanceIDsWithAppId?: Array<InstanceIDWithAppIdItem>;
7852
+ /**
7853
+ * <p>全选资产排除的实例ID和APPID</p>
7854
+ */
7855
+ ExcludeInstanceIDsWithAppId?: Array<InstanceIDWithAppIdItem>;
7856
+ }
7857
+ /**
7858
+ * DescribeDspmAssetAccessTopology请求参数结构体
7859
+ */
7860
+ export interface DescribeDspmAssetAccessTopologyRequest {
7861
+ /**
7862
+ * 集团账号的成员id
7863
+ */
7864
+ MemberId?: Array<string>;
7865
+ /**
7866
+ * 视图类型。ip或instance
7867
+ */
7868
+ View?: string;
7705
7869
  /**
7706
7870
  * - 来源ip方式查看
7707
7871
  View: "ip"
@@ -9265,6 +9429,23 @@ export interface InquireInfo {
9265
9429
  */
9266
9430
  Value?: number;
9267
9431
  }
9432
+ /**
9433
+ * ModifyUebaRuleSwitch请求参数结构体
9434
+ */
9435
+ export interface ModifyUebaRuleSwitchRequest {
9436
+ /**
9437
+ * 策略ID
9438
+ */
9439
+ RuleID: string;
9440
+ /**
9441
+ * 开关状态
9442
+ */
9443
+ Status: boolean;
9444
+ /**
9445
+ * 集团账号的成员id
9446
+ */
9447
+ MemberId?: Array<string>;
9448
+ }
9268
9449
  /**
9269
9450
  * 风险调用记录详情
9270
9451
  */
@@ -9405,21 +9586,213 @@ export interface AssetProcessItem {
9405
9586
  Port?: string;
9406
9587
  }
9407
9588
  /**
9408
- * ModifyUebaRuleSwitch请求参数结构体
9589
+ * 主机列表
9409
9590
  */
9410
- export interface ModifyUebaRuleSwitchRequest {
9591
+ export interface MachineDetail {
9411
9592
  /**
9412
- * 策略ID
9593
+ * <p>Agent状态</p>
9413
9594
  */
9414
- RuleID: string;
9595
+ AgentStatus?: string;
9415
9596
  /**
9416
- * 开关状态
9597
+ * <p>Agent版本</p>
9417
9598
  */
9418
- Status: boolean;
9599
+ AgentVersion?: string;
9419
9600
  /**
9420
- * 集团账号的成员id
9601
+ * <p>账号AppId</p>
9421
9602
  */
9422
- MemberId?: Array<string>;
9603
+ AppId?: number;
9604
+ /**
9605
+ * <p>资产类型名称</p>
9606
+ */
9607
+ AssetTypeName?: string;
9608
+ /**
9609
+ * <p>系统启动时间(Unix时间戳)</p>
9610
+ */
9611
+ BootTime?: number;
9612
+ /**
9613
+ * <p>购买时间(Unix时间戳)</p>
9614
+ */
9615
+ BuyTime?: number;
9616
+ /**
9617
+ * <p>云服务商</p>
9618
+ */
9619
+ CloudFromEnum?: string;
9620
+ /**
9621
+ * <p>云标签列表</p>
9622
+ */
9623
+ CloudTags?: Array<Tags>;
9624
+ /**
9625
+ * <p>内核版本</p>
9626
+ */
9627
+ CoreVersion?: string;
9628
+ /**
9629
+ * <p>CPU信息</p>
9630
+ */
9631
+ Cpu?: string;
9632
+ /**
9633
+ * <p>CPU负载</p>
9634
+ */
9635
+ CpuLoad?: string;
9636
+ /**
9637
+ * <p>CPU核数</p>
9638
+ */
9639
+ CpuSize?: number;
9640
+ /**
9641
+ * <p>设备型号</p>
9642
+ */
9643
+ DeviceVersion?: string;
9644
+ /**
9645
+ * <p>磁盘分区信息</p>
9646
+ */
9647
+ Disks?: Array<DiskPartitionInfo>;
9648
+ /**
9649
+ * <p>到期时间(Unix时间戳)</p>
9650
+ */
9651
+ EndTime?: number;
9652
+ /**
9653
+ * <p>暴露状态</p>
9654
+ */
9655
+ ExposedStatus?: string;
9656
+ /**
9657
+ * <p>安装时间(Unix时间戳)</p>
9658
+ */
9659
+ InstallTime?: number;
9660
+ /**
9661
+ * <p>实例ID</p>
9662
+ */
9663
+ InstanceID?: string;
9664
+ /**
9665
+ * <p>实例状态</p>
9666
+ */
9667
+ InstanceStatus?: string;
9668
+ /**
9669
+ * <p>内核版本</p>
9670
+ */
9671
+ KernelVersion?: string;
9672
+ /**
9673
+ * <p>最近一次在线时间(Unix时间戳)</p>
9674
+ */
9675
+ LatestLiveTime?: number;
9676
+ /**
9677
+ * <p>最近一次离线时间(Unix时间戳)</p>
9678
+ */
9679
+ LatestOfflineTime?: number;
9680
+ /**
9681
+ * <p>内网IP</p>
9682
+ */
9683
+ MachineIp?: string;
9684
+ /**
9685
+ * <p>主机名称</p>
9686
+ */
9687
+ MachineName?: string;
9688
+ /**
9689
+ * <p>操作系统(云采集)</p>
9690
+ */
9691
+ MachineOs?: string;
9692
+ /**
9693
+ * <p>主机状态</p>
9694
+ */
9695
+ MachineStatus?: string;
9696
+ /**
9697
+ * <p>外网IP</p>
9698
+ */
9699
+ MachineWanIp?: string;
9700
+ /**
9701
+ * <p>内存大小(MB)</p>
9702
+ */
9703
+ MemSize?: number;
9704
+ /**
9705
+ * <p>内存使用率</p>
9706
+ */
9707
+ MemoryLoad?: string;
9708
+ /**
9709
+ * <p>网卡信息</p>
9710
+ */
9711
+ NetCards?: Array<NetworkCardInfo>;
9712
+ /**
9713
+ * <p>操作系统(端采集)</p>
9714
+ */
9715
+ OsByAgent?: string;
9716
+ /**
9717
+ * <p>付费模式</p>
9718
+ */
9719
+ PayMode?: string;
9720
+ /**
9721
+ * <p>项目ID</p>
9722
+ */
9723
+ ProjectId?: number;
9724
+ /**
9725
+ * <p>已防护天数</p>
9726
+ */
9727
+ ProtectDays?: number;
9728
+ /**
9729
+ * <p>防护类型</p>
9730
+ */
9731
+ ProtectType?: string;
9732
+ /**
9733
+ * <p>主机唯一标识</p>
9734
+ */
9735
+ Quuid?: string;
9736
+ /**
9737
+ * <p>地域信息</p>
9738
+ */
9739
+ RegionInfo?: RegionInfo;
9740
+ /**
9741
+ * <p>备注</p>
9742
+ */
9743
+ Remark?: string;
9744
+ /**
9745
+ * <p>序列号</p>
9746
+ */
9747
+ SerialNumber?: string;
9748
+ /**
9749
+ * <p>资产标签列表</p>
9750
+ */
9751
+ TagItems?: Array<MiniTagItem>;
9752
+ /**
9753
+ * <p>标签修改信息</p>
9754
+ */
9755
+ TagModifyInfo?: AssetTagModifyAssetItem;
9756
+ /**
9757
+ * <p>Agent唯一标识</p>
9758
+ */
9759
+ Uuid?: string;
9760
+ /**
9761
+ * <p>VPC CIDR</p>
9762
+ */
9763
+ VpcCidrBlock?: string;
9764
+ /**
9765
+ * <p>VPC ID</p>
9766
+ */
9767
+ VpcId?: string;
9768
+ /**
9769
+ * <p>VPC名称</p>
9770
+ */
9771
+ VpcName?: string;
9772
+ /**
9773
+ * <p>主机节点类型</p><p>枚举值:</p><ul><li>NONE: 主机节点</li><li>CLUSTER: 集群节点</li><li>CONTAINER: 容器节点</li></ul>
9774
+ */
9775
+ NodeType?: string;
9776
+ /**
9777
+ * <p>容器防护状态</p><p>枚举值:</p><ul><li>Enabled: 开启防护</li><li>Disabled: 关闭防护</li><li>Unknown: 未知</li></ul>
9778
+ */
9779
+ ContainerDefendStatus?: string;
9780
+ /**
9781
+ * <p>集群签证md5</p>
9782
+ */
9783
+ ClusterCaMd5?: string;
9784
+ /**
9785
+ * <p>容器环境信息</p>
9786
+ */
9787
+ ContainerEnvInfo?: ContainerEnvInfo;
9788
+ /**
9789
+ * <p>集群id</p>
9790
+ */
9791
+ ClusterId?: string;
9792
+ /**
9793
+ * <p>集群名称</p>
9794
+ */
9795
+ ClusterName?: string;
9423
9796
  }
9424
9797
  /**
9425
9798
  * Dspm 资产统计数
@@ -9660,37 +10033,154 @@ export interface AssetCluster {
9660
10033
  CloudType?: number;
9661
10034
  }
9662
10035
  /**
9663
- * Dspm 风险分组策略
10036
+ * EDR-策略内容
9664
10037
  */
9665
- export interface DspmRiskStrategyGroup {
10038
+ export interface EDRRule {
9666
10039
  /**
9667
- * 策略类型
10040
+ * <p>策略ID</p>
9668
10041
  */
9669
- StrategyType?: string;
10042
+ RuleID?: string;
9670
10043
  /**
9671
- * 策略名
10044
+ * <p>策略类型,0-系统策略/System Rule, 1-自定义策略/Custom Rule</p>
10045
+ */
10046
+ RuleType?: number;
10047
+ /**
10048
+ * <p>策略名称</p>
9672
10049
  */
9673
10050
  Name?: string;
9674
10051
  /**
9675
- * 策略类型
10052
+ * <p>策略描述</p>
9676
10053
  */
9677
- StrategyCategory?: string;
10054
+ Description?: string;
9678
10055
  /**
9679
- * 是否启用。0-禁用 1-启用
10056
+ * <p>内容类型 / Content Type: md5-文件MD5/File MD5, cmdline-命令行/Command Line, dns-DNS, ip_inbound-入站IP/Inbound IP, ip_outbound-出站IP/Outbound IP, custom_file-自定义文件/Custom File, process_network-进程网络/Process Network</p>
9680
10057
  */
9681
- IsEnabled?: number;
10058
+ ContentType?: string;
9682
10059
  /**
9683
- * 命中次数
10060
+ * <p>执行动作 / Action: 0-告警/Alert, 1-放行/Allow, 2-告警并拦截/Alert and Block</p>
9684
10061
  */
9685
- HitCount?: number;
10062
+ Action?: number;
9686
10063
  /**
9687
- * 风险类型。risk-风险;alarm-告警。
10064
+ * <p>告警等级 / Alert Level: 0-无/None, 1-高危/High, 2-中危/Medium, 3-低危/Low, 4-提示/Reminder</p>
9688
10065
  */
9689
- RiskType?: string;
10066
+ Level?: number;
9690
10067
  /**
9691
- * 策略列表
10068
+ * <p>检测模式 / Detect Mode: 0-精准/Precise, 1-均衡/Balanced, 2-深度/Deep</p>
9692
10069
  */
9693
- StrategyList?: Array<DspmRiskStrategy>;
10070
+ DetectMode?: number;
10071
+ /**
10072
+ * <p>检测方式 / Detect Type: 0-主机检测/Host Detection, 1-网络检测/Network Detection</p>
10073
+ */
10074
+ DetectType?: number;
10075
+ /**
10076
+ * <p>攻击阶段</p>
10077
+ */
10078
+ AttackStage?: string;
10079
+ /**
10080
+ * <p>主机生效资产范围 / Effective Scope: 0-指定主机/Specified Hosts, 1-全部主机/All Hosts, 2-专业版/Professional, 3-旗舰版/Flagship, 4-专业版+旗舰版/Professional+Flagship</p>
10081
+ */
10082
+ CWPScope?: number;
10083
+ /**
10084
+ * <p>主机运行时的自选主机</p>
10085
+ */
10086
+ QUUIDS?: Array<string>;
10087
+ /**
10088
+ * <p>状态 / Status: 0-开启/Enabled, 1-关闭/Disabled</p>
10089
+ */
10090
+ Status?: number;
10091
+ /**
10092
+ * <p>创建时间</p>
10093
+ */
10094
+ CreateTime?: string;
10095
+ /**
10096
+ * <p>修改时间</p>
10097
+ */
10098
+ ModifyTime?: string;
10099
+ /**
10100
+ * <p>是否支持拦截 / Support Block: 0-不支持/Not Supported, 1-支持/Supported</p>
10101
+ */
10102
+ SupportBlock?: number;
10103
+ /**
10104
+ * <p>MD5列表,ContentType=md5 时填充</p>
10105
+ */
10106
+ Md5List?: Array<string>;
10107
+ /**
10108
+ * <p>文件名列表,ContentType=custom_file 时填充</p>
10109
+ */
10110
+ FileName?: Array<string>;
10111
+ /**
10112
+ * <p>文件目录列表,ContentType=custom_file 时填充</p>
10113
+ */
10114
+ FileDirectory?: Array<string>;
10115
+ /**
10116
+ * <p>域名列表,ContentType=dns 时填充</p>
10117
+ */
10118
+ Domains?: Array<string>;
10119
+ /**
10120
+ * <p>出站IP列表,ContentType=ip_outbound 时填充</p>
10121
+ */
10122
+ OutboundIP?: Array<string>;
10123
+ /**
10124
+ * <p>入站IP列表,ContentType=ip_inbound 时填充</p>
10125
+ */
10126
+ InboundIP?: Array<string>;
10127
+ /**
10128
+ * <p>命令行规则,ContentType=cmdline 时填充</p>
10129
+ */
10130
+ CmdLineRules?: RuleContentCmdLine;
10131
+ /**
10132
+ * <p>容器生效镜像范围 / Container Image Scope: 0-指定镜像/Specified Images, 1-全部镜像/All Images</p>
10133
+ */
10134
+ TCSSScope?: number;
10135
+ /**
10136
+ * <p>生效镜像ID列表 / Image IDs (when TCSSScope=0)</p>
10137
+ */
10138
+ ImageIDs?: Array<string>;
10139
+ /**
10140
+ * <p>镜像名正则表达式 / Image Names Regex</p>
10141
+ */
10142
+ ImageNamesRegex?: string;
10143
+ /**
10144
+ * <p>置信度 / Confidence: 0-低/Low, 1-中/Medium, 2-高/High</p>
10145
+ */
10146
+ Confidence?: number;
10147
+ /**
10148
+ * <p>排除的主机列表 / Excluded Host QUUIDS</p>
10149
+ */
10150
+ ExcludeQUUIDS?: Array<string>;
10151
+ /**
10152
+ * <p>排除的镜像ID列表 / Excluded Image IDs</p>
10153
+ */
10154
+ ExcludeImageIDs?: Array<string>;
10155
+ /**
10156
+ * <p>进程网络规则 / Process network rules</p>
10157
+ */
10158
+ ProcessNetworkRules?: RuleContentProcessNetwork;
10159
+ /**
10160
+ * <p>策略对应APPID</p>
10161
+ */
10162
+ AppID?: number;
10163
+ /**
10164
+ * <p>自选实例ID范围</p>
10165
+ */
10166
+ InstanceIDs?: Array<string>;
10167
+ /**
10168
+ * <p>排除实例ID</p>
10169
+ */
10170
+ ExcludeInstanceIDs?: Array<string>;
10171
+ }
10172
+ /**
10173
+ * DescribeEdrAlertInfo请求参数结构体
10174
+ */
10175
+ export interface DescribeEdrAlertInfoRequest {
10176
+ /**
10177
+ * <p>告警定位信息(含跨账号AppID)</p>
10178
+ */
10179
+ Target: EdrAlertTarget;
10180
+ /**
10181
+ * <p>集团账号的成员id</p>
10182
+ */
10183
+ MemberId?: Array<string>;
9694
10184
  }
9695
10185
  /**
9696
10186
  * 导出任务列表
@@ -10111,21 +10601,28 @@ export interface CosAuditPayInfo {
10111
10601
  NewPostPayResourceId?: string;
10112
10602
  }
10113
10603
  /**
10114
- * UpdateAccessKeyAlarmStatus返回参数结构体
10604
+ * 描述键值对过滤器,用于条件过滤查询。例如过滤ID、名称、状态等
10605
+
10606
+ 若存在多个Filter时,Filter间的关系为逻辑与(AND)关系。
10607
+ 若同一个Filter存在多个Values,同一Filter下Values间的关系为逻辑或(OR)关系。
10608
+
10609
+ * 最多只能有5个Filter
10610
+ * 同一个Filter存在多个Values,Values值数量最多不能超过5个。
10611
+
10115
10612
  */
10116
- export interface UpdateAccessKeyAlarmStatusResponse {
10613
+ export interface EDRFilter {
10117
10614
  /**
10118
- * 0成功,1失败
10615
+ * <p>过滤键的名称。</p>
10119
10616
  */
10120
- Code?: number;
10617
+ Name: string;
10121
10618
  /**
10122
- * 错误信息
10619
+ * <p>一个或者多个过滤值。</p>
10123
10620
  */
10124
- Msg?: string;
10621
+ Values: Array<string>;
10125
10622
  /**
10126
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10623
+ * <p>模糊搜索</p>
10127
10624
  */
10128
- RequestId?: string;
10625
+ ExactMatch?: boolean;
10129
10626
  }
10130
10627
  /**
10131
10628
  * 漏洞影响组件信息
@@ -11457,81 +11954,194 @@ export interface MiniTagItem {
11457
11954
  /**
11458
11955
  * <p>描述</p>
11459
11956
  */
11460
- Description?: string;
11957
+ Description?: string;
11958
+ /**
11959
+ * <p>标签ID</p>
11960
+ */
11961
+ ID?: number;
11962
+ /**
11963
+ * <p>标签键</p>
11964
+ */
11965
+ TagKey?: string;
11966
+ /**
11967
+ * <p>标签值</p>
11968
+ */
11969
+ TagValue?: string;
11970
+ /**
11971
+ * <p>标签键英文</p>
11972
+ */
11973
+ TagKeyEn?: string;
11974
+ /**
11975
+ * <p>标签值英文</p>
11976
+ */
11977
+ TagValueEn?: string;
11978
+ }
11979
+ /**
11980
+ * 用户行为分析 发生事件结构体
11981
+ */
11982
+ export interface UebaEventContent {
11983
+ /**
11984
+ * 发生事件类型
11985
+ 1:语句检索
11986
+ 2:过滤检索
11987
+ */
11988
+ EventType: number;
11989
+ /**
11990
+ * 语句检索内容
11991
+ */
11992
+ Content?: string;
11993
+ /**
11994
+ * 检索条件
11995
+
11996
+ */
11997
+ Filters?: Array<WhereFilter>;
11998
+ /**
11999
+ * 统计条件
12000
+ */
12001
+ StatisticalFilter?: StatisticalFilter;
12002
+ }
12003
+ /**
12004
+ * CreateAccessKeySyncTask返回参数结构体
12005
+ */
12006
+ export interface CreateAccessKeySyncTaskResponse {
12007
+ /**
12008
+ * 发起同步任务
12009
+ */
12010
+ TaskID?: number;
12011
+ /**
12012
+ * 0成功 1失败
12013
+ */
12014
+ Code?: number;
12015
+ /**
12016
+ * 错误信息
12017
+ */
12018
+ Msg?: string;
12019
+ /**
12020
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12021
+ */
12022
+ RequestId?: string;
12023
+ }
12024
+ /**
12025
+ * ModifyIaCTokenPeriod返回参数结构体
12026
+ */
12027
+ export interface ModifyIaCTokenPeriodResponse {
12028
+ /**
12029
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12030
+ */
12031
+ RequestId?: string;
12032
+ }
12033
+ /**
12034
+ * EDR告警列表信息
12035
+ */
12036
+ export interface EdrAlertItem {
12037
+ /**
12038
+ * <p>告警表id</p>
12039
+ */
12040
+ Id?: number;
12041
+ /**
12042
+ * <p>APPID</p>
12043
+ */
12044
+ AppId?: number;
12045
+ /**
12046
+ * <p>告警ID</p>
12047
+ */
12048
+ AlertId?: string;
12049
+ /**
12050
+ * <p>告警大类</p>
12051
+ */
12052
+ AlertCategory?: string;
12053
+ /**
12054
+ * <p>告警子类</p>
12055
+ */
12056
+ AlertSubType?: string;
12057
+ /**
12058
+ * <p>策略ID</p>
12059
+ */
12060
+ RuleId?: string;
12061
+ /**
12062
+ * <p>策略类型</p>
12063
+ */
12064
+ RuleType?: number;
12065
+ /**
12066
+ * <p>告警等级</p>
12067
+ */
12068
+ Level?: string;
12069
+ /**
12070
+ * <p>告警状态</p>
12071
+ */
12072
+ Status?: string;
12073
+ /**
12074
+ * <p>攻击阶段</p>
12075
+ */
12076
+ AttackStage?: string;
12077
+ /**
12078
+ * <p>检测模式</p>
12079
+ */
12080
+ DetectMode?: string;
12081
+ /**
12082
+ * <p>实例ID</p>
12083
+ */
12084
+ InstanceId?: string;
12085
+ /**
12086
+ * <p>QUUID</p>
12087
+ */
12088
+ Quuid?: string;
11461
12089
  /**
11462
- * <p>标签ID</p>
12090
+ * <p>是否付费</p>
11463
12091
  */
11464
- ID?: number;
12092
+ IsProVersion?: number;
11465
12093
  /**
11466
- * <p>标签键</p>
12094
+ * <p>告警来源</p>
11467
12095
  */
11468
- TagKey?: string;
12096
+ AlertSource?: string;
11469
12097
  /**
11470
- * <p>标签值</p>
12098
+ * <p>镜像ID</p>
11471
12099
  */
11472
- TagValue?: string;
12100
+ ImageId?: string;
11473
12101
  /**
11474
- * <p>标签键英文</p>
12102
+ * <p>容器id</p>
11475
12103
  */
11476
- TagKeyEn?: string;
12104
+ ContainerId?: string;
11477
12105
  /**
11478
- * <p>标签值英文</p>
12106
+ * <p>集群ID</p>
11479
12107
  */
11480
- TagValueEn?: string;
11481
- }
11482
- /**
11483
- * 用户行为分析 发生事件结构体
11484
- */
11485
- export interface UebaEventContent {
12108
+ ClusterId?: string;
11486
12109
  /**
11487
- * 发生事件类型
11488
- 1:语句检索
11489
- 2:过滤检索
12110
+ * <p>告警数量</p>
11490
12111
  */
11491
- EventType: number;
12112
+ EventCount?: number;
11492
12113
  /**
11493
- * 语句检索内容
12114
+ * <p>最初发现时间</p>
11494
12115
  */
11495
- Content?: string;
12116
+ FirstDetectTime?: string;
11496
12117
  /**
11497
- * 检索条件
11498
-
12118
+ * <p>最近发现时间</p>
11499
12119
  */
11500
- Filters?: Array<WhereFilter>;
12120
+ LatestDetectTime?: string;
11501
12121
  /**
11502
- * 统计条件
12122
+ * <p>规则名</p>
11503
12123
  */
11504
- StatisticalFilter?: StatisticalFilter;
11505
- }
11506
- /**
11507
- * CreateAccessKeySyncTask返回参数结构体
11508
- */
11509
- export interface CreateAccessKeySyncTaskResponse {
12124
+ RuleName?: string;
11510
12125
  /**
11511
- * 发起同步任务
12126
+ * <p>策略类型</p>
11512
12127
  */
11513
- TaskID?: number;
12128
+ ContentType?: string;
11514
12129
  /**
11515
- * 0成功 1失败
12130
+ * <p>实例名</p>
11516
12131
  */
11517
- Code?: number;
12132
+ InstanceName?: string;
11518
12133
  /**
11519
- * 错误信息
12134
+ * <p>公共IP</p>
11520
12135
  */
11521
- Msg?: string;
12136
+ PublicIp?: string;
11522
12137
  /**
11523
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12138
+ * <p>内网IP</p>
11524
12139
  */
11525
- RequestId?: string;
11526
- }
11527
- /**
11528
- * ModifyIaCTokenPeriod返回参数结构体
11529
- */
11530
- export interface ModifyIaCTokenPeriodResponse {
12140
+ PrivateIp?: string;
11531
12141
  /**
11532
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12142
+ * <p>该机器是否开启应用防护</p>
11533
12143
  */
11534
- RequestId?: string;
12144
+ RaspOpen?: boolean;
11535
12145
  }
11536
12146
  /**
11537
12147
  * DescribeDspmSyncUsersStatus返回参数结构体
@@ -12990,6 +13600,47 @@ export interface DescribeAssetRiskListResponse {
12990
13600
  */
12991
13601
  RequestId?: string;
12992
13602
  }
13603
+ /**
13604
+ * ModifyAILinkSetting请求参数结构体
13605
+ */
13606
+ export interface ModifyAILinkSettingRequest {
13607
+ /**
13608
+ * <p>0 关闭AI-Link智链引擎,1 开启AI-Link智链引擎</p>
13609
+ */
13610
+ AILinkEnable: number;
13611
+ /**
13612
+ * <p>集团账号的成员id</p>
13613
+ */
13614
+ MemberId?: Array<string>;
13615
+ /**
13616
+ * <p>深度模式 0-关闭 1-开启</p>
13617
+ */
13618
+ RuleScopeDeep?: number;
13619
+ /**
13620
+ * <p>均衡模式 0-关闭 1-开启</p>
13621
+ */
13622
+ RuleScopeBalanced?: number;
13623
+ /**
13624
+ * <p>精准模式 0-关闭 1-开启</p>
13625
+ */
13626
+ RuleScopePrecise?: number;
13627
+ /**
13628
+ * <p>1 全部专业/旗舰版主机,0 自选主机列表</p>
13629
+ */
13630
+ Scope?: number;
13631
+ /**
13632
+ * <p>自选主机Quuid列表(Scope=0时必填)</p>
13633
+ */
13634
+ Quuids?: Array<string>;
13635
+ /**
13636
+ * <p>排除主机Quuid列表(Scope=1时生效)</p>
13637
+ */
13638
+ ExcludeQuuids?: Array<string>;
13639
+ /**
13640
+ * <p>新增资产自动包含 0 不包含 1包含</p>
13641
+ */
13642
+ AutoInclude?: number;
13643
+ }
12993
13644
  /**
12994
13645
  * DeleteDspmRestoreLogList返回参数结构体
12995
13646
  */
@@ -14031,6 +14682,31 @@ export interface ModifyDspmAssetSecurityAnalysisSwitchResponse {
14031
14682
  */
14032
14683
  RequestId?: string;
14033
14684
  }
14685
+ /**
14686
+ * DescribeEdrAlertList返回参数结构体
14687
+ */
14688
+ export interface DescribeEdrAlertListResponse {
14689
+ /**
14690
+ * <p>总数</p>
14691
+ */
14692
+ TotalCount?: number;
14693
+ /**
14694
+ * <p>列表</p>
14695
+ */
14696
+ List?: Array<EdrAlertItem>;
14697
+ /**
14698
+ * <p>攻击阶段对应的策略数量</p>
14699
+ */
14700
+ AttackStageCounts?: Array<AttackStageCount>;
14701
+ /**
14702
+ * <p>告警大类统计(随筛选变化,排除 AlertCategory filter)</p>
14703
+ */
14704
+ AlertCategoryCounts?: Array<EdrAlertCategoryCount>;
14705
+ /**
14706
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14707
+ */
14708
+ RequestId?: string;
14709
+ }
14034
14710
  /**
14035
14711
  * 暴露资产
14036
14712
  */
@@ -14748,87 +15424,284 @@ export interface DomainAssetVO {
14748
15424
  */
14749
15425
  MemberId?: string;
14750
15426
  /**
14751
- * cc攻击
15427
+ * cc攻击
15428
+ */
15429
+ CCAttack?: number;
15430
+ /**
15431
+ * web攻击
15432
+ */
15433
+ WebAttack?: number;
15434
+ /**
15435
+ * 风险服务暴露数量
15436
+ */
15437
+ ServiceRisk?: number;
15438
+ /**
15439
+ * 是否新资产 1新
15440
+ */
15441
+ IsNewAsset?: number;
15442
+ /**
15443
+ * 待确认资产的随机三级域名
15444
+ */
15445
+ VerifyDomain?: string;
15446
+ /**
15447
+ * 待确认资产的TXT记录内容
15448
+ */
15449
+ VerifyTXTRecord?: string;
15450
+ /**
15451
+ * 待确认资产的认证状态,0-待认证,1-认证成功,2-认证中,3-txt认证失败,4-人工认证失败
15452
+ */
15453
+ VerifyStatus?: number;
15454
+ /**
15455
+ * bot访问数量
15456
+ */
15457
+ BotAccessCount?: number;
15458
+ }
15459
+ /**
15460
+ * DescribeAccessKeyUserDetail返回参数结构体
15461
+ */
15462
+ export interface DescribeAccessKeyUserDetailResponse {
15463
+ /**
15464
+ * 账号详情信息
15465
+ */
15466
+ User?: AccessKeyUser;
15467
+ /**
15468
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15469
+ */
15470
+ RequestId?: string;
15471
+ }
15472
+ /**
15473
+ * 通知资产范围配置项
15474
+ */
15475
+ export interface NotifyAssetConfigItem {
15476
+ /**
15477
+ * <p>模块名</p>
15478
+ */
15479
+ Module: string;
15480
+ /**
15481
+ * <p>子模块</p>
15482
+ */
15483
+ SubModule: string;
15484
+ /**
15485
+ * <p>资产范围</p><p>枚举值:</p><ul><li>0: 无含义</li><li>1: 全部</li><li>2: 自选</li><li>3: 按标签</li></ul>
15486
+ */
15487
+ AssetRange: number;
15488
+ /**
15489
+ * <p>选中的实例ID</p>
15490
+ */
15491
+ InstanceIds?: Array<string>;
15492
+ /**
15493
+ * <p>剔除的实例ID</p>
15494
+ */
15495
+ ExcludedInstanceIds?: Array<string>;
15496
+ /**
15497
+ * <p>标签ID</p>
15498
+ */
15499
+ TagIds?: Array<number | bigint>;
15500
+ /**
15501
+ * <p>云标签</p>
15502
+ */
15503
+ CloudTags?: Array<string>;
15504
+ /**
15505
+ * <p>总数</p>
15506
+ */
15507
+ TotalCount?: number;
15508
+ }
15509
+ /**
15510
+ * EDR告警详情(含content JSON + 资产/情报富化字段)
15511
+ */
15512
+ export interface EdrAlertDetail {
15513
+ /**
15514
+ * <p>主键ID</p>
15515
+ */
15516
+ Id?: number;
15517
+ /**
15518
+ * <p>租户ID</p>
15519
+ */
15520
+ AppId?: number;
15521
+ /**
15522
+ * <p>告警唯一标识</p>
15523
+ */
15524
+ AlertId?: string;
15525
+ /**
15526
+ * <p>告警大类(英文枚举:VIRUS_TROJAN/ABNORMAL_LOGIN/HOST_BEHAVIOR/NETWORK_BEHAVIOR/LINK_ENGINE)</p>
15527
+ */
15528
+ AlertCategory?: string;
15529
+ /**
15530
+ * <p>告警子类型(英文枚举:MALWARE_FILE/MALWARE_PROCESS/RISK_LOGIN/BRUTE_FORCE/DNS/BASH/PRIV_ESCALATION/REVERSE_SHELL/NET_ATTACK/VUL_DEFENCE/MEMORY_SHELL_INJECT/MEMORY_SHELL_SCAN/MULTI_BEHAVIOR_ATTACK)</p>
15531
+ */
15532
+ AlertSubType?: string;
15533
+ /**
15534
+ * <p>关联规则ID</p>
15535
+ */
15536
+ RuleId?: string;
15537
+ /**
15538
+ * <p>规则类型: 0-系统规则 1-用户自定义</p>
15539
+ */
15540
+ RuleType?: number;
15541
+ /**
15542
+ * <p>告警等级(英文枚举:CRITICAL/HIGH/MEDIUM/LOW/INFO)</p>
15543
+ */
15544
+ Level?: string;
15545
+ /**
15546
+ * <p>处理状态(英文枚举:PENDING/PROCESSED/WHITELISTED/ISOLATED/CLEANED/IGNORED/ISOLATING/RESTORING/BLOCKED/DELETED)</p>
15547
+ */
15548
+ Status?: string;
15549
+ /**
15550
+ * <p>ATT&amp;CK攻击阶段</p>
15551
+ */
15552
+ AttackStage?: string;
15553
+ /**
15554
+ * <p>检测模式(英文枚举:PRECISE/BALANCED/DEEP)</p>
15555
+ */
15556
+ DetectMode?: string;
15557
+ /**
15558
+ * <p>实例ID</p>
15559
+ */
15560
+ InstanceId?: string;
15561
+ /**
15562
+ * <p>主机UUID</p>
15563
+ */
15564
+ Quuid?: string;
15565
+ /**
15566
+ * <p>聚合事件数</p>
15567
+ */
15568
+ EventCount?: number;
15569
+ /**
15570
+ * <p>是否付费版</p>
15571
+ */
15572
+ IsProVersion?: number;
15573
+ /**
15574
+ * <p>告警来源(英文枚举:HOST/CONTAINER/K8S/CSIP)</p>
15575
+ */
15576
+ AlertSource?: string;
15577
+ /**
15578
+ * <p>容器镜像ID(保留字段,恒为空串)</p>
15579
+ */
15580
+ ImageId?: string;
15581
+ /**
15582
+ * <p>容器ID(保留字段,恒为空串)</p>
15583
+ */
15584
+ ContainerId?: string;
15585
+ /**
15586
+ * <p>集群ID(保留字段,恒为空串)</p>
15587
+ */
15588
+ ClusterId?: string;
15589
+ /**
15590
+ * <p>首次发现时间</p>
15591
+ */
15592
+ FirstDetectTime?: string;
15593
+ /**
15594
+ * <p>最近发现时间</p>
15595
+ */
15596
+ LatestDetectTime?: string;
15597
+ /**
15598
+ * <p>规则名称(规则富化)</p>
15599
+ */
15600
+ RuleName?: string;
15601
+ /**
15602
+ * <p>内容类型: md5/cmdline/dns/ip_inbound/ip_outbound/custom_file/process_network</p>
15603
+ */
15604
+ ContentType?: string;
15605
+ /**
15606
+ * <p>实例名(资产富化)</p>
15607
+ */
15608
+ InstanceName?: string;
15609
+ /**
15610
+ * <p>公网IP(资产富化)</p>
15611
+ */
15612
+ PublicIp?: string;
15613
+ /**
15614
+ * <p>内网IP(资产富化)</p>
15615
+ */
15616
+ PrivateIp?: string;
15617
+ /**
15618
+ * <p>告警详情JSON字符串(前端通过JSON.parse解析,空值为&quot;{}&quot;)</p>
15619
+ */
15620
+ Content?: string;
15621
+ /**
15622
+ * <p>告警名称(子类型中英文名)</p>
15623
+ */
15624
+ AlertName?: string;
15625
+ /**
15626
+ * <p>安全中心标签</p>
15627
+ */
15628
+ CSIPTags?: Array<CSIPTag>;
15629
+ /**
15630
+ * <p>危害描述(统一字段,合并原各子类型独立字段)</p>
15631
+ */
15632
+ HarmDesc?: string;
15633
+ /**
15634
+ * <p>修复建议(统一字段)</p>
14752
15635
  */
14753
- CCAttack?: number;
15636
+ SuggestScheme?: string;
14754
15637
  /**
14755
- * web攻击
15638
+ * <p>数据来源: vuldb/vdc/intel/default</p>
14756
15639
  */
14757
- WebAttack?: number;
15640
+ HarmDescSource?: string;
14758
15641
  /**
14759
- * 风险服务暴露数量
15642
+ * <p>统一威胁情报标签(按子类型路由不同情报源)</p>
14760
15643
  */
14761
- ServiceRisk?: number;
15644
+ ThreatTags?: Array<string>;
14762
15645
  /**
14763
- * 是否新资产 1新
15646
+ * <p>Base64解码后的命令(高危命令子类型独有)</p>
14764
15647
  */
14765
- IsNewAsset?: number;
15648
+ BashCmdDecoded?: string;
14766
15649
  /**
14767
- * 待确认资产的随机三级域名
15650
+ * <p>漏洞名称(网络攻击子类型独有)</p>
14768
15651
  */
14769
- VerifyDomain?: string;
15652
+ NetVulName?: string;
14770
15653
  /**
14771
- * 待确认资产的TXT记录内容
15654
+ * <p>CVE编号(网络攻击子类型独有)</p>
14772
15655
  */
14773
- VerifyTXTRecord?: string;
15656
+ NetCVEId?: string;
14774
15657
  /**
14775
- * 待确认资产的认证状态,0-待认证,1-认证成功,2-认证中,3-txt认证失败,4-人工认证失败
15658
+ * <p>异常行为(网络攻击子类型独有)</p>
14776
15659
  */
14777
- VerifyStatus?: number;
15660
+ NetAbnormalAction?: string;
14778
15661
  /**
14779
- * bot访问数量
15662
+ * <p>IP情报信息(为空时不返回)</p>
14780
15663
  */
14781
- BotAccessCount?: number;
14782
- }
14783
- /**
14784
- * DescribeAccessKeyUserDetail返回参数结构体
14785
- */
14786
- export interface DescribeAccessKeyUserDetailResponse {
15664
+ IPIntel?: IPIntelInfo;
14787
15665
  /**
14788
- * 账号详情信息
15666
+ * <p>多行为攻击规则类型分类: sequence/threshold/command</p>
14789
15667
  */
14790
- User?: AccessKeyUser;
15668
+ MultiBehaviorDetectionMode?: string;
14791
15669
  /**
14792
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15670
+ * <p>告警来源描述(按子类型派生,描述哪个引擎/规则检出)</p>
14793
15671
  */
14794
- RequestId?: string;
14795
- }
14796
- /**
14797
- * 通知资产范围配置项
14798
- */
14799
- export interface NotifyAssetConfigItem {
15672
+ SourceDesc?: string;
14800
15673
  /**
14801
- * <p>模块名</p>
15674
+ * <p>处理时间参数格式:2026-05-26 19:45:48</p>
14802
15675
  */
14803
- Module: string;
15676
+ ModifyTime?: string;
14804
15677
  /**
14805
- * <p>子模块</p>
15678
+ * <p>情报富化结果来源(标识本次详情是否成功命中外部情报);取值 &quot;VDC&quot; / &quot;IPAnalysis&quot; / &quot;BreakingTI&quot; / 空串</p>
14806
15679
  */
14807
- SubModule: string;
15680
+ IntelSource?: string;
14808
15681
  /**
14809
- * <p>资产范围</p><p>枚举值:</p><ul><li>0: 无含义</li><li>1: 全部</li><li>2: 自选</li><li>3: 按标签</li></ul>
15682
+ * <p>综合研判,中英文已翻译,中:恶意/安全/未知;英:Malicious/Safe/Unknown</p>
14810
15683
  */
14811
- AssetRange: number;
15684
+ Verdict?: string;
14812
15685
  /**
14813
- * <p>选中的实例ID</p>
15686
+ * <p>研判依据</p>
14814
15687
  */
14815
- InstanceIds?: Array<string>;
15688
+ VerdictBasis?: string;
14816
15689
  /**
14817
- * <p>剔除的实例ID</p>
15690
+ * <p>病毒名称</p>
14818
15691
  */
14819
- ExcludedInstanceIds?: Array<string>;
15692
+ VirusName?: string;
14820
15693
  /**
14821
- * <p>标签ID</p>
15694
+ * <p>病毒家族</p>
14822
15695
  */
14823
- TagIds?: Array<number | bigint>;
15696
+ VirusFamily?: string;
14824
15697
  /**
14825
- * <p>云标签</p>
15698
+ * <p>NetResponsePayload 响应数据包(base64 编码后的字符串)</p>
14826
15699
  */
14827
- CloudTags?: Array<string>;
15700
+ NetResponsePayload?: string;
14828
15701
  /**
14829
- * <p>总数</p>
15702
+ * <p>服务进程信息(base64 编码后的 JSON 字符串)</p>
14830
15703
  */
14831
- TotalCount?: number;
15704
+ NetSvcPs?: string;
14832
15705
  }
14833
15706
  /**
14834
15707
  * cos每日告警/风险信息
@@ -15058,6 +15931,23 @@ export interface DescribeRiskCenterServerRiskListRequest {
15058
15931
  */
15059
15932
  Tags?: Array<AssetTag>;
15060
15933
  }
15934
+ /**
15935
+ * 反查域名信息
15936
+ */
15937
+ export interface DomainInfo {
15938
+ /**
15939
+ * <p>域名</p>
15940
+ */
15941
+ Domain?: string;
15942
+ /**
15943
+ * <p>分析时间</p>
15944
+ */
15945
+ AnalysisTime?: string;
15946
+ /**
15947
+ * <p>标签</p>
15948
+ */
15949
+ Tags?: Array<string>;
15950
+ }
15061
15951
  /**
15062
15952
  * DescribeAccessKeyAlarmDetail返回参数结构体
15063
15953
  */
@@ -15083,6 +15973,27 @@ export interface DescribeAccessKeyAlarmDetailResponse {
15083
15973
  */
15084
15974
  RequestId?: string;
15085
15975
  }
15976
+ /**
15977
+ * 定义进程网络规则内容结构,用于反弹Shell白名单场景,支持进程匹配 + IP/端口过滤
15978
+ */
15979
+ export interface RuleContentProcessNetwork {
15980
+ /**
15981
+ * <p>当前进程</p>
15982
+ */
15983
+ Process: RuleContentProcessInfo;
15984
+ /**
15985
+ * <p>目标IP(必填): 支持单个IP/IP范围/CIDR, 支持IPv4和IPv6</p>
15986
+ */
15987
+ DstIP: string;
15988
+ /**
15989
+ * <p>父进程</p>
15990
+ */
15991
+ ParentProcess?: RuleContentProcessInfo;
15992
+ /**
15993
+ * <p>目标端口列表(可选): 支持1-65535, 为空表示不限端口</p>
15994
+ */
15995
+ DstPorts?: Array<number | bigint>;
15996
+ }
15086
15997
  /**
15087
15998
  * DescribeOtherCloudAssets请求参数结构体
15088
15999
  */
@@ -15100,6 +16011,56 @@ export interface DescribeOtherCloudAssetsRequest {
15100
16011
  */
15101
16012
  AssetTypes?: Array<string>;
15102
16013
  }
16014
+ /**
16015
+ * DescribeAILinkSetting返回参数结构体
16016
+ */
16017
+ export interface DescribeAILinkSettingResponse {
16018
+ /**
16019
+ * <p>0 关闭AI-Link智链引擎,1 开启AI-Link智链引擎</p>
16020
+ */
16021
+ AILinkEnable?: number;
16022
+ /**
16023
+ * <p>深度模式 0-关闭 1-开启</p>
16024
+ */
16025
+ RuleScopeDeep?: number;
16026
+ /**
16027
+ * <p>均衡模式 0-关闭 1-开启</p>
16028
+ */
16029
+ RuleScopeBalanced?: number;
16030
+ /**
16031
+ * <p>精准模式 0-关闭 1-开启</p>
16032
+ */
16033
+ RuleScopePrecise?: number;
16034
+ /**
16035
+ * <p>1 全部专业/旗舰版主机,0 Quuids列表主机</p>
16036
+ */
16037
+ Scope?: number;
16038
+ /**
16039
+ * <p>自选主机Quuid列表</p>
16040
+ */
16041
+ Quuids?: Array<string>;
16042
+ /**
16043
+ * <p>排除主机Quuid列表</p>
16044
+ */
16045
+ ExcludeQuuids?: Array<string>;
16046
+ /**
16047
+ * <p>新增资产自动包含 0 不包含 1包含</p>
16048
+ */
16049
+ AutoInclude?: number;
16050
+ /**
16051
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16052
+ */
16053
+ RequestId?: string;
16054
+ }
16055
+ /**
16056
+ * ModifyAILinkSetting返回参数结构体
16057
+ */
16058
+ export interface ModifyAILinkSettingResponse {
16059
+ /**
16060
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16061
+ */
16062
+ RequestId?: string;
16063
+ }
15103
16064
  /**
15104
16065
  * DescribeDspmAssetSecurityAnalyseStatus返回参数结构体
15105
16066
  */
@@ -15164,6 +16125,19 @@ export interface DescribeDspmBackupLogListResponse {
15164
16125
  */
15165
16126
  RequestId?: string;
15166
16127
  }
16128
+ /**
16129
+ * ModifyEdrAlertPermanentIgnore返回参数结构体
16130
+ */
16131
+ export interface ModifyEdrAlertPermanentIgnoreResponse {
16132
+ /**
16133
+ * <p>成功忽略的告警数</p>
16134
+ */
16135
+ IgnoredCount?: number;
16136
+ /**
16137
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16138
+ */
16139
+ RequestId?: string;
16140
+ }
15167
16141
  /**
15168
16142
  * ModifyDspmIdentifyInfo请求参数结构体
15169
16143
  */
@@ -16093,6 +17067,15 @@ export interface TrafficRuleState {
16093
17067
  */
16094
17068
  Status?: string;
16095
17069
  }
17070
+ /**
17071
+ * ModifyEDRRule返回参数结构体
17072
+ */
17073
+ export interface ModifyEDRRuleResponse {
17074
+ /**
17075
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17076
+ */
17077
+ RequestId?: string;
17078
+ }
16096
17079
  /**
16097
17080
  * 访问密钥告警数量
16098
17081
  */
@@ -16315,6 +17298,19 @@ export interface AssetRiskItem {
16315
17298
  */
16316
17299
  AssetTypeName?: string;
16317
17300
  }
17301
+ /**
17302
+ * ModifyEdrAlertPermanentIgnore请求参数结构体
17303
+ */
17304
+ export interface ModifyEdrAlertPermanentIgnoreRequest {
17305
+ /**
17306
+ * <p>告警定位列表(支持跨账号),最多500条</p>
17307
+ */
17308
+ Targets: Array<EdrAlertTargetForIgnore>;
17309
+ /**
17310
+ * <p>集团账号的成员id</p>
17311
+ */
17312
+ MemberId?: Array<string>;
17313
+ }
16318
17314
  /**
16319
17315
  * DescribeRiskDetailList请求参数结构体
16320
17316
  */
@@ -16931,57 +17927,37 @@ export interface DbAssetInfo {
16931
17927
  Tag?: Array<Tag>;
16932
17928
  }
16933
17929
  /**
16934
- * IaC检测文件
17930
+ * Dspm 风险分组策略
16935
17931
  */
16936
- export interface IaCFile {
16937
- /**
16938
- * <p>ID</p>
16939
- */
16940
- Id?: number;
16941
- /**
16942
- * <p>appid</p>
16943
- */
16944
- AppId?: number;
16945
- /**
16946
- * <p>文件ID</p>
16947
- */
16948
- FileId?: string;
16949
- /**
16950
- * <p>文件名称</p>
16951
- */
16952
- FileName?: string;
16953
- /**
16954
- * <p>CI/CD名称</p>
16955
- */
16956
- CICDName?: string;
17932
+ export interface DspmRiskStrategyGroup {
16957
17933
  /**
16958
- * <p>文件路径</p>
17934
+ * 策略类型
16959
17935
  */
16960
- FilePath?: string;
17936
+ StrategyType?: string;
16961
17937
  /**
16962
- * <p>文件类型(1:Dockerfile,2:Terraform,3:KubernetesYaml)</p>
17938
+ * 策略名
16963
17939
  */
16964
- FileType?: number;
17940
+ Name?: string;
16965
17941
  /**
16966
- * <p>风险总计数量</p>
17942
+ * 策略类型
16967
17943
  */
16968
- RiskTotalCnt?: number;
17944
+ StrategyCategory?: string;
16969
17945
  /**
16970
- * <p>风险等级数量(0:低危,1:中危,2:高危,3:严重)</p>
17946
+ * 是否启用。0-禁用 1-启用
16971
17947
  */
16972
- RiskLevelCnt?: Array<KeyValueInt>;
17948
+ IsEnabled?: number;
16973
17949
  /**
16974
- * <p>扫描时间</p>
17950
+ * 命中次数
16975
17951
  */
16976
- ScanTime?: string;
17952
+ HitCount?: number;
16977
17953
  /**
16978
- * <p>检测状态(0:待扫描,1:检测中,2:已完成,3:检测异常)</p>
17954
+ * 风险类型。risk-风险;alarm-告警。
16979
17955
  */
16980
- Status?: number;
17956
+ RiskType?: string;
16981
17957
  /**
16982
- * <p>扫描失败类型(0:无失败, 1:检测超时, 2:文件格式解析失败, 3:检测失败)</p>
17958
+ * 策略列表
16983
17959
  */
16984
- FailType?: number;
17960
+ StrategyList?: Array<DspmRiskStrategy>;
16985
17961
  }
16986
17962
  /**
16987
17963
  * DescribeCosAccessPermissions请求参数结构体
@@ -17098,6 +18074,35 @@ export interface Tag {
17098
18074
  */
17099
18075
  Value: string;
17100
18076
  }
18077
+ /**
18078
+ * DescribeEDRRuleList请求参数结构体
18079
+ */
18080
+ export interface DescribeEDRRuleListRequest {
18081
+ /**
18082
+ * <p>集团账号的成员id</p>
18083
+ */
18084
+ MemberId?: Array<string>;
18085
+ /**
18086
+ * <p>PolicyType - int - 是否必填:否 - 策略类型<br>PolicyName - string - 是否必填:否 - 策略名称<br>Domain - string - 是否必填:否 - 域名(先对域名做urlencode,再base64)<br>PolicyAction- int - 是否必填:否 - 策略动作<br>IsEnabled - int - 是否必填:否 - 是否生效</p>
18087
+ */
18088
+ Filters?: Array<EDRFilter>;
18089
+ /**
18090
+ * <p>限制条数,默认10,最大100</p>
18091
+ */
18092
+ Limit?: number;
18093
+ /**
18094
+ * <p>偏移量,默认0</p>
18095
+ */
18096
+ Offset?: number;
18097
+ /**
18098
+ * <p>排序方式: [ASC:升序|DESC:降序]</p>
18099
+ */
18100
+ Order?: string;
18101
+ /**
18102
+ * <p>可选排序列: [ModifyTime]</p>
18103
+ */
18104
+ By?: string;
18105
+ }
17101
18106
  /**
17102
18107
  * dspm数据识别结果分类详情
17103
18108
  */
@@ -18154,6 +19159,10 @@ export interface RiskDetailItem {
18154
19159
  * <p>资产类型</p>
18155
19160
  */
18156
19161
  AssetType?: string;
19162
+ /**
19163
+ * <p>风险忽略原因</p>
19164
+ */
19165
+ Reason?: string;
18157
19166
  }
18158
19167
  /**
18159
19168
  * DescribePublicIpAssets返回参数结构体
@@ -18209,6 +19218,31 @@ export interface DescribeCosAlarmTrendDataResponse {
18209
19218
  */
18210
19219
  RequestId?: string;
18211
19220
  }
19221
+ /**
19222
+ * DescribeEDRRuleList返回参数结构体
19223
+ */
19224
+ export interface DescribeEDRRuleListResponse {
19225
+ /**
19226
+ * <p>总数</p>
19227
+ */
19228
+ TotalCount?: number;
19229
+ /**
19230
+ * <p>列表</p>
19231
+ */
19232
+ List?: Array<EDRRule>;
19233
+ /**
19234
+ * <p>攻击阶段对应的策略数量</p>
19235
+ */
19236
+ AttackStageCounts?: Array<AttackStageCount>;
19237
+ /**
19238
+ * <p>检测方式对应的策略数量</p>
19239
+ */
19240
+ DetectTypeCounts?: Array<DetectTypeCount>;
19241
+ /**
19242
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19243
+ */
19244
+ RequestId?: string;
19245
+ }
18212
19246
  /**
18213
19247
  * DescribeDspmAssetDatabaseList返回参数结构体
18214
19248
  */
@@ -18267,6 +19301,19 @@ export interface ModifyMachineRemarkRequest {
18267
19301
  */
18268
19302
  MemberId?: Array<string>;
18269
19303
  }
19304
+ /**
19305
+ * instance_id和对应的appid账号信息
19306
+ */
19307
+ export interface InstanceIDWithAppIdItem {
19308
+ /**
19309
+ * <p>APPID</p>
19310
+ */
19311
+ AppId: number;
19312
+ /**
19313
+ * <p>实例ID</p>
19314
+ */
19315
+ InstanceID: string;
19316
+ }
18270
19317
  /**
18271
19318
  * DescribeVulViewVulRiskList请求参数结构体
18272
19319
  */
@@ -19900,6 +20947,19 @@ export interface SyncDspmAssetsResponse {
19900
20947
  */
19901
20948
  RequestId?: string;
19902
20949
  }
20950
+ /**
20951
+ * EDR告警大类对应的告警数量
20952
+ */
20953
+ export interface EdrAlertCategoryCount {
20954
+ /**
20955
+ * <p>告警大类</p>
20956
+ */
20957
+ AlertCategory?: string;
20958
+ /**
20959
+ * <p>告警数量</p>
20960
+ */
20961
+ Count?: number;
20962
+ }
19903
20963
  /**
19904
20964
  * CreateCosPolicy返回参数结构体
19905
20965
  */
@@ -20055,6 +21115,31 @@ export interface DescribeDspmLogListResponse {
20055
21115
  */
20056
21116
  RequestId?: string;
20057
21117
  }
21118
+ /**
21119
+ * EDR告警定位信息,用于永久忽略
21120
+ */
21121
+ export interface EdrAlertTargetForIgnore {
21122
+ /**
21123
+ * <p>告警主键ID</p>
21124
+ */
21125
+ Id: number;
21126
+ /**
21127
+ * <p>告警所属账号ID(跨账号,前端必传)</p>
21128
+ */
21129
+ AppId: number;
21130
+ /**
21131
+ * <p>告警唯一标识</p>
21132
+ */
21133
+ AlertId?: string;
21134
+ /**
21135
+ * <p>主机UUID(可选)</p>
21136
+ */
21137
+ Quuid?: string;
21138
+ /**
21139
+ * <p>实例ID(可选,用于白名单写入)</p>
21140
+ */
21141
+ InstanceId?: string;
21142
+ }
20058
21143
  /**
20059
21144
  * 过滤数据对象
20060
21145
  */