tencentcloud-sdk-nodejs 4.0.464 → 4.0.465
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/README.md +6 -4
- package/SERVICE_CHANGELOG.md +377 -682
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cwp/v20180228/cwp_client.ts +106 -19
- package/src/services/cwp/v20180228/cwp_models.ts +633 -199
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
- package/src/services/monitor/v20180724/monitor_client.ts +2 -1
- package/src/services/monitor/v20180724/monitor_models.ts +32 -5
- package/src/services/tcb/v20180608/tcb_models.ts +7 -0
- package/src/services/tcm/v20210413/tcm_client.ts +1 -0
- package/src/services/tcm/v20210413/tcm_models.ts +45 -0
- package/src/services/tcss/v20201101/tcss_client.ts +94 -29
- package/src/services/tcss/v20201101/tcss_models.ts +438 -278
- package/src/services/tdcpg/v20211118/tdcpg_models.ts +13 -0
- package/src/services/thpc/v20220401/thpc_client.ts +16 -2
- package/src/services/thpc/v20220401/thpc_models.ts +145 -15
- package/src/services/tke/v20180525/tke_client.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +24 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +33 -5
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +48 -6
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +514 -147
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +27 -4
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +6 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +37 -0
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +28 -5
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +39 -6
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +379 -239
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +11 -0
- package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +5 -1
- package/tencentcloud/services/thpc/v20220401/thpc_client.js +6 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +124 -15
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +20 -0
- package/test/cwp.v20180228.test.js +74 -4
- package/test/tcss.v20201101.test.js +54 -4
- package/test/thpc.v20220401.test.js +10 -0
|
@@ -2004,18 +2004,23 @@ export interface ScanVulResponse {
|
|
|
2004
2004
|
export type DescribeOverviewStatisticsRequest = null
|
|
2005
2005
|
|
|
2006
2006
|
/**
|
|
2007
|
-
*
|
|
2007
|
+
* DeleteScanTask请求参数结构体
|
|
2008
2008
|
*/
|
|
2009
|
-
export interface
|
|
2009
|
+
export interface DeleteScanTaskRequest {
|
|
2010
2010
|
/**
|
|
2011
|
-
*
|
|
2011
|
+
* 任务Id
|
|
2012
2012
|
*/
|
|
2013
|
-
|
|
2013
|
+
TaskId: number
|
|
2014
2014
|
|
|
2015
2015
|
/**
|
|
2016
|
-
*
|
|
2016
|
+
* 模块类型 当前提供 Malware 木马 , Vul 漏洞 , Baseline 基线
|
|
2017
2017
|
*/
|
|
2018
|
-
|
|
2018
|
+
ModuleType: string
|
|
2019
|
+
|
|
2020
|
+
/**
|
|
2021
|
+
* 自选服务器时生效,主机quuid的string数组
|
|
2022
|
+
*/
|
|
2023
|
+
QuuidList?: Array<string>
|
|
2019
2024
|
}
|
|
2020
2025
|
|
|
2021
2026
|
/**
|
|
@@ -2075,6 +2080,27 @@ export interface DescribeLicenseListResponse {
|
|
|
2075
2080
|
RequestId?: string
|
|
2076
2081
|
}
|
|
2077
2082
|
|
|
2083
|
+
/**
|
|
2084
|
+
* DescribeJavaMemShellList返回参数结构体
|
|
2085
|
+
*/
|
|
2086
|
+
export interface DescribeJavaMemShellListResponse {
|
|
2087
|
+
/**
|
|
2088
|
+
* 事件列表
|
|
2089
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2090
|
+
*/
|
|
2091
|
+
List: Array<JavaMemShellInfo>
|
|
2092
|
+
|
|
2093
|
+
/**
|
|
2094
|
+
* 总数
|
|
2095
|
+
*/
|
|
2096
|
+
TotalCount: number
|
|
2097
|
+
|
|
2098
|
+
/**
|
|
2099
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2100
|
+
*/
|
|
2101
|
+
RequestId?: string
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2078
2104
|
/**
|
|
2079
2105
|
* 授权解绑信息
|
|
2080
2106
|
*/
|
|
@@ -3064,13 +3090,18 @@ export interface DeleteReverseShellEventsRequest {
|
|
|
3064
3090
|
}
|
|
3065
3091
|
|
|
3066
3092
|
/**
|
|
3067
|
-
*
|
|
3093
|
+
* DescribeSearchLogs返回参数结构体
|
|
3068
3094
|
*/
|
|
3069
|
-
export interface
|
|
3095
|
+
export interface DescribeSearchLogsResponse {
|
|
3070
3096
|
/**
|
|
3071
|
-
*
|
|
3097
|
+
* 历史搜索记录 保留最新的10条
|
|
3072
3098
|
*/
|
|
3073
|
-
|
|
3099
|
+
Data: Array<string>
|
|
3100
|
+
|
|
3101
|
+
/**
|
|
3102
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3103
|
+
*/
|
|
3104
|
+
RequestId?: string
|
|
3074
3105
|
}
|
|
3075
3106
|
|
|
3076
3107
|
/**
|
|
@@ -3512,6 +3543,16 @@ export interface UsualPlace {
|
|
|
3512
3543
|
CityId: number
|
|
3513
3544
|
}
|
|
3514
3545
|
|
|
3546
|
+
/**
|
|
3547
|
+
* ModifyBaselinePolicy返回参数结构体
|
|
3548
|
+
*/
|
|
3549
|
+
export interface ModifyBaselinePolicyResponse {
|
|
3550
|
+
/**
|
|
3551
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3552
|
+
*/
|
|
3553
|
+
RequestId?: string
|
|
3554
|
+
}
|
|
3555
|
+
|
|
3515
3556
|
/**
|
|
3516
3557
|
* DescribeReverseShellEvents请求参数结构体
|
|
3517
3558
|
*/
|
|
@@ -3659,18 +3700,33 @@ export type DescribeAttackVulTypeListRequest = null
|
|
|
3659
3700
|
export type DescribeLogStorageStatisticRequest = null
|
|
3660
3701
|
|
|
3661
3702
|
/**
|
|
3662
|
-
*
|
|
3703
|
+
* DeleteBaselinePolicy请求参数结构体
|
|
3663
3704
|
*/
|
|
3664
|
-
export interface
|
|
3705
|
+
export interface DeleteBaselinePolicyRequest {
|
|
3665
3706
|
/**
|
|
3666
|
-
*
|
|
3707
|
+
* 策略Id
|
|
3667
3708
|
*/
|
|
3668
|
-
|
|
3709
|
+
PolicyIds: Array<number>
|
|
3710
|
+
}
|
|
3669
3711
|
|
|
3712
|
+
/**
|
|
3713
|
+
* DescribeBaselinePolicyList返回参数结构体
|
|
3714
|
+
*/
|
|
3715
|
+
export interface DescribeBaselinePolicyListResponse {
|
|
3670
3716
|
/**
|
|
3671
|
-
*
|
|
3717
|
+
* 无
|
|
3672
3718
|
*/
|
|
3673
|
-
|
|
3719
|
+
List: Array<BaselinePolicy>
|
|
3720
|
+
|
|
3721
|
+
/**
|
|
3722
|
+
* 总数
|
|
3723
|
+
*/
|
|
3724
|
+
Total: number
|
|
3725
|
+
|
|
3726
|
+
/**
|
|
3727
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3728
|
+
*/
|
|
3729
|
+
RequestId?: string
|
|
3674
3730
|
}
|
|
3675
3731
|
|
|
3676
3732
|
/**
|
|
@@ -4082,23 +4138,55 @@ export interface ModifyOrderAttributeRequest {
|
|
|
4082
4138
|
}
|
|
4083
4139
|
|
|
4084
4140
|
/**
|
|
4085
|
-
*
|
|
4141
|
+
* java内存马事件信息
|
|
4086
4142
|
*/
|
|
4087
|
-
export interface
|
|
4143
|
+
export interface JavaMemShellInfo {
|
|
4088
4144
|
/**
|
|
4089
|
-
*
|
|
4145
|
+
* 事件ID
|
|
4090
4146
|
*/
|
|
4091
|
-
|
|
4147
|
+
Id: number
|
|
4092
4148
|
|
|
4093
4149
|
/**
|
|
4094
|
-
|
|
4150
|
+
* 服务器名称
|
|
4151
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4152
|
+
*/
|
|
4153
|
+
Alias: string
|
|
4154
|
+
|
|
4155
|
+
/**
|
|
4156
|
+
* 服务器IP
|
|
4157
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4158
|
+
*/
|
|
4159
|
+
HostIp: string
|
|
4160
|
+
|
|
4161
|
+
/**
|
|
4162
|
+
* 内存马类型 0:Filter型 1:Listener型 2:Servlet型 3:Interceptors型 4:Agent型 5:其他
|
|
4095
4163
|
*/
|
|
4096
|
-
|
|
4164
|
+
Type: number
|
|
4097
4165
|
|
|
4098
4166
|
/**
|
|
4099
|
-
*
|
|
4167
|
+
* 说明
|
|
4100
4168
|
*/
|
|
4101
|
-
|
|
4169
|
+
Description: string
|
|
4170
|
+
|
|
4171
|
+
/**
|
|
4172
|
+
* 首次发现时间
|
|
4173
|
+
*/
|
|
4174
|
+
CreateTime: string
|
|
4175
|
+
|
|
4176
|
+
/**
|
|
4177
|
+
* 最近检测时间
|
|
4178
|
+
*/
|
|
4179
|
+
RecentFoundTime: string
|
|
4180
|
+
|
|
4181
|
+
/**
|
|
4182
|
+
* 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略 4 - 已手动处理
|
|
4183
|
+
*/
|
|
4184
|
+
Status: number
|
|
4185
|
+
|
|
4186
|
+
/**
|
|
4187
|
+
* 服务器quuid
|
|
4188
|
+
*/
|
|
4189
|
+
Quuid: string
|
|
4102
4190
|
}
|
|
4103
4191
|
|
|
4104
4192
|
/**
|
|
@@ -4355,6 +4443,16 @@ export interface DescribeBaselineRuleResponse {
|
|
|
4355
4443
|
RequestId?: string
|
|
4356
4444
|
}
|
|
4357
4445
|
|
|
4446
|
+
/**
|
|
4447
|
+
* StopBaselineDetect返回参数结构体
|
|
4448
|
+
*/
|
|
4449
|
+
export interface StopBaselineDetectResponse {
|
|
4450
|
+
/**
|
|
4451
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4452
|
+
*/
|
|
4453
|
+
RequestId?: string
|
|
4454
|
+
}
|
|
4455
|
+
|
|
4358
4456
|
/**
|
|
4359
4457
|
* DeleteMaliciousRequests返回参数结构体
|
|
4360
4458
|
*/
|
|
@@ -6889,6 +6987,96 @@ export interface ProtectEventLists {
|
|
|
6889
6987
|
FileType: number
|
|
6890
6988
|
}
|
|
6891
6989
|
|
|
6990
|
+
/**
|
|
6991
|
+
* 基线策略信息
|
|
6992
|
+
*/
|
|
6993
|
+
export interface BaselinePolicy {
|
|
6994
|
+
/**
|
|
6995
|
+
* 策略名称,长度不超过128英文字符
|
|
6996
|
+
*/
|
|
6997
|
+
PolicyName: string
|
|
6998
|
+
|
|
6999
|
+
/**
|
|
7000
|
+
* 检测间隔[1:1天|3:3天|5:5天|7:7天]
|
|
7001
|
+
*/
|
|
7002
|
+
DetectInterval: number
|
|
7003
|
+
|
|
7004
|
+
/**
|
|
7005
|
+
* 检测时间
|
|
7006
|
+
*/
|
|
7007
|
+
DetectTime: string
|
|
7008
|
+
|
|
7009
|
+
/**
|
|
7010
|
+
* 是否开启[0:未开启|1:开启]
|
|
7011
|
+
*/
|
|
7012
|
+
IsEnabled: number
|
|
7013
|
+
|
|
7014
|
+
/**
|
|
7015
|
+
* 资产类型[0:所有专业版旗舰版|1:id|2:ip]
|
|
7016
|
+
*/
|
|
7017
|
+
AssetType: number
|
|
7018
|
+
|
|
7019
|
+
/**
|
|
7020
|
+
* 策略Id
|
|
7021
|
+
*/
|
|
7022
|
+
PolicyId?: number
|
|
7023
|
+
|
|
7024
|
+
/**
|
|
7025
|
+
* 关联基线项数目
|
|
7026
|
+
*/
|
|
7027
|
+
RuleCount?: number
|
|
7028
|
+
|
|
7029
|
+
/**
|
|
7030
|
+
* 关联基线项数目
|
|
7031
|
+
*/
|
|
7032
|
+
ItemCount?: number
|
|
7033
|
+
|
|
7034
|
+
/**
|
|
7035
|
+
* 关联基线主机数目
|
|
7036
|
+
*/
|
|
7037
|
+
HostCount?: number
|
|
7038
|
+
|
|
7039
|
+
/**
|
|
7040
|
+
* 规则Id
|
|
7041
|
+
*/
|
|
7042
|
+
RuleIds?: Array<number>
|
|
7043
|
+
|
|
7044
|
+
/**
|
|
7045
|
+
* 主机Id
|
|
7046
|
+
*/
|
|
7047
|
+
HostIds?: Array<string>
|
|
7048
|
+
|
|
7049
|
+
/**
|
|
7050
|
+
* 主机Ip
|
|
7051
|
+
*/
|
|
7052
|
+
HostIps?: Array<string>
|
|
7053
|
+
|
|
7054
|
+
/**
|
|
7055
|
+
* 是否是系统默认
|
|
7056
|
+
*/
|
|
7057
|
+
IsDefault?: number
|
|
7058
|
+
}
|
|
7059
|
+
|
|
7060
|
+
/**
|
|
7061
|
+
* DescribeJavaMemShellList请求参数结构体
|
|
7062
|
+
*/
|
|
7063
|
+
export interface DescribeJavaMemShellListRequest {
|
|
7064
|
+
/**
|
|
7065
|
+
* 过滤条件:Keywords: ip或者主机名模糊查询, Type,Status精确匹配,CreateBeginTime,CreateEndTime时间段
|
|
7066
|
+
*/
|
|
7067
|
+
Filters?: Array<Filters>
|
|
7068
|
+
|
|
7069
|
+
/**
|
|
7070
|
+
* 偏移量,默认为0。
|
|
7071
|
+
*/
|
|
7072
|
+
Offset?: number
|
|
7073
|
+
|
|
7074
|
+
/**
|
|
7075
|
+
* 需要返回的数量,默认为10,最大值为100
|
|
7076
|
+
*/
|
|
7077
|
+
Limit?: number
|
|
7078
|
+
}
|
|
7079
|
+
|
|
6892
7080
|
/**
|
|
6893
7081
|
* SwitchBashRules请求参数结构体
|
|
6894
7082
|
*/
|
|
@@ -7509,6 +7697,26 @@ export interface DescribeAssetDatabaseInfoResponse {
|
|
|
7509
7697
|
RequestId?: string
|
|
7510
7698
|
}
|
|
7511
7699
|
|
|
7700
|
+
/**
|
|
7701
|
+
* 专家服务-月巡检报告
|
|
7702
|
+
*/
|
|
7703
|
+
export interface MonthInspectionReport {
|
|
7704
|
+
/**
|
|
7705
|
+
* 巡检报告名称
|
|
7706
|
+
*/
|
|
7707
|
+
ReportName: string
|
|
7708
|
+
|
|
7709
|
+
/**
|
|
7710
|
+
* 巡检报告下载地址
|
|
7711
|
+
*/
|
|
7712
|
+
ReportPath: string
|
|
7713
|
+
|
|
7714
|
+
/**
|
|
7715
|
+
* 巡检报告更新时间
|
|
7716
|
+
*/
|
|
7717
|
+
ModifyTime: string
|
|
7718
|
+
}
|
|
7719
|
+
|
|
7512
7720
|
/**
|
|
7513
7721
|
* SetBashEventsStatus请求参数结构体
|
|
7514
7722
|
*/
|
|
@@ -7822,6 +8030,16 @@ export interface DescribeMalwareFileResponse {
|
|
|
7822
8030
|
RequestId?: string
|
|
7823
8031
|
}
|
|
7824
8032
|
|
|
8033
|
+
/**
|
|
8034
|
+
* StopBaselineDetect请求参数结构体
|
|
8035
|
+
*/
|
|
8036
|
+
export interface StopBaselineDetectRequest {
|
|
8037
|
+
/**
|
|
8038
|
+
* 取消任务ID集合
|
|
8039
|
+
*/
|
|
8040
|
+
TaskIds: Array<number>
|
|
8041
|
+
}
|
|
8042
|
+
|
|
7825
8043
|
/**
|
|
7826
8044
|
* 任务扫描状态列表
|
|
7827
8045
|
*/
|
|
@@ -8298,6 +8516,21 @@ export interface ModifyBanStatusRequest {
|
|
|
8298
8516
|
Status: number
|
|
8299
8517
|
}
|
|
8300
8518
|
|
|
8519
|
+
/**
|
|
8520
|
+
* 操作系统名称
|
|
8521
|
+
*/
|
|
8522
|
+
export interface OsName {
|
|
8523
|
+
/**
|
|
8524
|
+
* 系统名称
|
|
8525
|
+
*/
|
|
8526
|
+
Name: string
|
|
8527
|
+
|
|
8528
|
+
/**
|
|
8529
|
+
* 操作系统类型枚举值
|
|
8530
|
+
*/
|
|
8531
|
+
MachineOSType: number
|
|
8532
|
+
}
|
|
8533
|
+
|
|
8301
8534
|
/**
|
|
8302
8535
|
* DescribeWebPageServiceInfo请求参数结构体
|
|
8303
8536
|
*/
|
|
@@ -8498,57 +8731,118 @@ export interface DescribeScanStateResponse {
|
|
|
8498
8731
|
}
|
|
8499
8732
|
|
|
8500
8733
|
/**
|
|
8501
|
-
*
|
|
8734
|
+
* 基线主机检测
|
|
8502
8735
|
*/
|
|
8503
|
-
export interface
|
|
8736
|
+
export interface BaselineHostDetect {
|
|
8504
8737
|
/**
|
|
8505
|
-
*
|
|
8738
|
+
* 主机Id
|
|
8506
8739
|
*/
|
|
8507
|
-
|
|
8740
|
+
HostId: string
|
|
8508
8741
|
|
|
8509
8742
|
/**
|
|
8510
|
-
*
|
|
8743
|
+
* 内网Ip
|
|
8511
8744
|
*/
|
|
8512
|
-
|
|
8745
|
+
HostIp: string
|
|
8513
8746
|
|
|
8514
8747
|
/**
|
|
8515
|
-
*
|
|
8748
|
+
* 主机名称
|
|
8516
8749
|
*/
|
|
8517
|
-
|
|
8518
|
-
}
|
|
8750
|
+
HostName: string
|
|
8519
8751
|
|
|
8520
|
-
/**
|
|
8521
|
-
* DeleteReverseShellRules请求参数结构体
|
|
8522
|
-
*/
|
|
8523
|
-
export interface DeleteReverseShellRulesRequest {
|
|
8524
8752
|
/**
|
|
8525
|
-
*
|
|
8753
|
+
* 外网Ip
|
|
8526
8754
|
*/
|
|
8527
|
-
|
|
8528
|
-
}
|
|
8755
|
+
WanIp: string
|
|
8529
8756
|
|
|
8530
|
-
/**
|
|
8531
|
-
* DescribeBaselineEffectHostList请求参数结构体
|
|
8532
|
-
*/
|
|
8533
|
-
export interface DescribeBaselineEffectHostListRequest {
|
|
8534
8757
|
/**
|
|
8535
|
-
*
|
|
8758
|
+
* 0:未通过 1:忽略 3:通过 5:检测中
|
|
8536
8759
|
*/
|
|
8537
|
-
|
|
8760
|
+
DetectStatus: number
|
|
8538
8761
|
|
|
8539
8762
|
/**
|
|
8540
|
-
*
|
|
8763
|
+
* 检测通过数
|
|
8541
8764
|
*/
|
|
8542
|
-
|
|
8765
|
+
PassedItemCount: number
|
|
8543
8766
|
|
|
8544
8767
|
/**
|
|
8545
|
-
*
|
|
8768
|
+
* 关联检测项数
|
|
8546
8769
|
*/
|
|
8547
|
-
|
|
8770
|
+
ItemCount: number
|
|
8548
8771
|
|
|
8549
8772
|
/**
|
|
8550
|
-
|
|
8551
|
-
|
|
8773
|
+
* 检测未通过数
|
|
8774
|
+
*/
|
|
8775
|
+
NotPassedItemCount: number
|
|
8776
|
+
|
|
8777
|
+
/**
|
|
8778
|
+
* 首次检测时间
|
|
8779
|
+
*/
|
|
8780
|
+
FirstTime: string
|
|
8781
|
+
|
|
8782
|
+
/**
|
|
8783
|
+
* 最后检测时间
|
|
8784
|
+
*/
|
|
8785
|
+
LastTime: string
|
|
8786
|
+
|
|
8787
|
+
/**
|
|
8788
|
+
* 主机安全UUID
|
|
8789
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8790
|
+
*/
|
|
8791
|
+
Uuid: string
|
|
8792
|
+
}
|
|
8793
|
+
|
|
8794
|
+
/**
|
|
8795
|
+
* EditTags请求参数结构体
|
|
8796
|
+
*/
|
|
8797
|
+
export interface EditTagsRequest {
|
|
8798
|
+
/**
|
|
8799
|
+
* 标签名
|
|
8800
|
+
*/
|
|
8801
|
+
Name: string
|
|
8802
|
+
|
|
8803
|
+
/**
|
|
8804
|
+
* 标签ID
|
|
8805
|
+
*/
|
|
8806
|
+
Id?: number
|
|
8807
|
+
|
|
8808
|
+
/**
|
|
8809
|
+
* Quuid
|
|
8810
|
+
*/
|
|
8811
|
+
Quuids?: Array<string>
|
|
8812
|
+
}
|
|
8813
|
+
|
|
8814
|
+
/**
|
|
8815
|
+
* DeleteReverseShellRules请求参数结构体
|
|
8816
|
+
*/
|
|
8817
|
+
export interface DeleteReverseShellRulesRequest {
|
|
8818
|
+
/**
|
|
8819
|
+
* ID数组. (最大100条)
|
|
8820
|
+
*/
|
|
8821
|
+
Ids: Array<number>
|
|
8822
|
+
}
|
|
8823
|
+
|
|
8824
|
+
/**
|
|
8825
|
+
* DescribeBaselineEffectHostList请求参数结构体
|
|
8826
|
+
*/
|
|
8827
|
+
export interface DescribeBaselineEffectHostListRequest {
|
|
8828
|
+
/**
|
|
8829
|
+
* 分页参数 最大100条
|
|
8830
|
+
*/
|
|
8831
|
+
Limit: number
|
|
8832
|
+
|
|
8833
|
+
/**
|
|
8834
|
+
* 分页参数
|
|
8835
|
+
*/
|
|
8836
|
+
Offset: number
|
|
8837
|
+
|
|
8838
|
+
/**
|
|
8839
|
+
* 基线id
|
|
8840
|
+
*/
|
|
8841
|
+
BaselineId: number
|
|
8842
|
+
|
|
8843
|
+
/**
|
|
8844
|
+
* 过滤条件。
|
|
8845
|
+
<li>AliasName- String- 主机别名</li>
|
|
8552
8846
|
<li>Status- Uint- 1已通过 0未通过 5检测中</li>
|
|
8553
8847
|
*/
|
|
8554
8848
|
Filters?: Array<Filters>
|
|
@@ -8736,6 +9030,21 @@ export interface ExportIgnoreRuleEffectHostListResponse {
|
|
|
8736
9030
|
RequestId?: string
|
|
8737
9031
|
}
|
|
8738
9032
|
|
|
9033
|
+
/**
|
|
9034
|
+
* DescribeAssetRecentMachineInfo请求参数结构体
|
|
9035
|
+
*/
|
|
9036
|
+
export interface DescribeAssetRecentMachineInfoRequest {
|
|
9037
|
+
/**
|
|
9038
|
+
* 开始时间,如:2020-09-22
|
|
9039
|
+
*/
|
|
9040
|
+
BeginDate: string
|
|
9041
|
+
|
|
9042
|
+
/**
|
|
9043
|
+
* 结束时间,如:2020-09-22
|
|
9044
|
+
*/
|
|
9045
|
+
EndDate: string
|
|
9046
|
+
}
|
|
9047
|
+
|
|
8739
9048
|
/**
|
|
8740
9049
|
* DescribeAssetWebAppPluginList请求参数结构体
|
|
8741
9050
|
*/
|
|
@@ -10741,6 +11050,16 @@ export interface AssetPlanTask {
|
|
|
10741
11050
|
MachineWanIp: string
|
|
10742
11051
|
}
|
|
10743
11052
|
|
|
11053
|
+
/**
|
|
11054
|
+
* DeleteBaselinePolicy返回参数结构体
|
|
11055
|
+
*/
|
|
11056
|
+
export interface DeleteBaselinePolicyResponse {
|
|
11057
|
+
/**
|
|
11058
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
11059
|
+
*/
|
|
11060
|
+
RequestId?: string
|
|
11061
|
+
}
|
|
11062
|
+
|
|
10744
11063
|
/**
|
|
10745
11064
|
* 账号变更历史数据。
|
|
10746
11065
|
*/
|
|
@@ -11577,6 +11896,36 @@ export interface DescribeMaliciousRequestWhiteListResponse {
|
|
|
11577
11896
|
RequestId?: string
|
|
11578
11897
|
}
|
|
11579
11898
|
|
|
11899
|
+
/**
|
|
11900
|
+
* DescribeBaselinePolicyList请求参数结构体
|
|
11901
|
+
*/
|
|
11902
|
+
export interface DescribeBaselinePolicyListRequest {
|
|
11903
|
+
/**
|
|
11904
|
+
* <li>PolicyName - String - 是否必填:否 - 策略名称</li>
|
|
11905
|
+
*/
|
|
11906
|
+
Filters?: Array<Filter>
|
|
11907
|
+
|
|
11908
|
+
/**
|
|
11909
|
+
* 限制条数,默认10,最大100
|
|
11910
|
+
*/
|
|
11911
|
+
Limit?: number
|
|
11912
|
+
|
|
11913
|
+
/**
|
|
11914
|
+
* 偏移量,默认0
|
|
11915
|
+
*/
|
|
11916
|
+
Offset?: number
|
|
11917
|
+
|
|
11918
|
+
/**
|
|
11919
|
+
* 排序方式: [ASC:升序|DESC:降序]
|
|
11920
|
+
*/
|
|
11921
|
+
Order?: string
|
|
11922
|
+
|
|
11923
|
+
/**
|
|
11924
|
+
* 可选排序列: [RuleCount|ItemCount|HostCount]
|
|
11925
|
+
*/
|
|
11926
|
+
By?: string
|
|
11927
|
+
}
|
|
11928
|
+
|
|
11580
11929
|
/**
|
|
11581
11930
|
* DeleteBruteAttacks返回参数结构体
|
|
11582
11931
|
*/
|
|
@@ -12330,133 +12679,95 @@ export interface DescribeReverseShellEventsResponse {
|
|
|
12330
12679
|
}
|
|
12331
12680
|
|
|
12332
12681
|
/**
|
|
12333
|
-
*
|
|
12682
|
+
* DescribeSecurityEventsCnt返回参数结构体
|
|
12334
12683
|
*/
|
|
12335
|
-
export interface
|
|
12684
|
+
export interface DescribeSecurityEventsCntResponse {
|
|
12336
12685
|
/**
|
|
12337
|
-
*
|
|
12686
|
+
* 木马文件相关风险事件
|
|
12338
12687
|
*/
|
|
12339
|
-
|
|
12340
|
-
|
|
12341
|
-
/**
|
|
12342
|
-
* 云镜客户端唯一标识UUID
|
|
12343
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12344
|
-
*/
|
|
12345
|
-
Uuid: string
|
|
12346
|
-
|
|
12347
|
-
/**
|
|
12348
|
-
* 主机ip
|
|
12349
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12350
|
-
*/
|
|
12351
|
-
MachineIp: string
|
|
12352
|
-
|
|
12353
|
-
/**
|
|
12354
|
-
* 主机名
|
|
12355
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12356
|
-
*/
|
|
12357
|
-
MachineName: string
|
|
12358
|
-
|
|
12359
|
-
/**
|
|
12360
|
-
* 用户名
|
|
12361
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12362
|
-
*/
|
|
12363
|
-
UserName: string
|
|
12688
|
+
Malware: SecurityEventInfo
|
|
12364
12689
|
|
|
12365
12690
|
/**
|
|
12366
|
-
|
|
12367
|
-
|
|
12368
|
-
|
|
12369
|
-
SrcIp: string
|
|
12691
|
+
* 登录审计相关风险事件
|
|
12692
|
+
*/
|
|
12693
|
+
HostLogin: SecurityEventInfo
|
|
12370
12694
|
|
|
12371
12695
|
/**
|
|
12372
|
-
|
|
12373
|
-
|
|
12374
|
-
|
|
12375
|
-
Status: string
|
|
12696
|
+
* 密码破解相关风险事件
|
|
12697
|
+
*/
|
|
12698
|
+
BruteAttack: SecurityEventInfo
|
|
12376
12699
|
|
|
12377
12700
|
/**
|
|
12378
|
-
|
|
12379
|
-
|
|
12380
|
-
|
|
12381
|
-
Country: number
|
|
12701
|
+
* 恶意请求相关风险事件
|
|
12702
|
+
*/
|
|
12703
|
+
RiskDns: SecurityEventInfo
|
|
12382
12704
|
|
|
12383
12705
|
/**
|
|
12384
|
-
|
|
12385
|
-
|
|
12386
|
-
|
|
12387
|
-
City: number
|
|
12706
|
+
* 高危命令相关风险事件
|
|
12707
|
+
*/
|
|
12708
|
+
Bash: SecurityEventInfo
|
|
12388
12709
|
|
|
12389
12710
|
/**
|
|
12390
|
-
|
|
12391
|
-
|
|
12392
|
-
|
|
12393
|
-
Province: number
|
|
12711
|
+
* 本地提权相关风险事件
|
|
12712
|
+
*/
|
|
12713
|
+
PrivilegeRules: SecurityEventInfo
|
|
12394
12714
|
|
|
12395
12715
|
/**
|
|
12396
|
-
|
|
12397
|
-
|
|
12398
|
-
|
|
12399
|
-
CreateTime: string
|
|
12716
|
+
* 反弹Shell相关风险事件
|
|
12717
|
+
*/
|
|
12718
|
+
ReverseShell: SecurityEventInfo
|
|
12400
12719
|
|
|
12401
12720
|
/**
|
|
12402
|
-
|
|
12403
|
-
|
|
12404
|
-
|
|
12405
|
-
BanStatus: number
|
|
12721
|
+
* 应用漏洞风险事件
|
|
12722
|
+
*/
|
|
12723
|
+
SysVul: SecurityEventInfo
|
|
12406
12724
|
|
|
12407
12725
|
/**
|
|
12408
|
-
|
|
12409
|
-
|
|
12410
|
-
|
|
12411
|
-
EventType: number
|
|
12726
|
+
* Web应用漏洞相关风险事件
|
|
12727
|
+
*/
|
|
12728
|
+
WebVul: SecurityEventInfo
|
|
12412
12729
|
|
|
12413
12730
|
/**
|
|
12414
|
-
|
|
12415
|
-
|
|
12416
|
-
|
|
12417
|
-
Count: number
|
|
12731
|
+
* 应急漏洞相关风险事件
|
|
12732
|
+
*/
|
|
12733
|
+
EmergencyVul: SecurityEventInfo
|
|
12418
12734
|
|
|
12419
12735
|
/**
|
|
12420
|
-
|
|
12421
|
-
|
|
12422
|
-
|
|
12423
|
-
Quuid: string
|
|
12736
|
+
* 安全基线相关风险事件
|
|
12737
|
+
*/
|
|
12738
|
+
BaseLine: SecurityEventInfo
|
|
12424
12739
|
|
|
12425
12740
|
/**
|
|
12426
|
-
|
|
12427
|
-
|
|
12428
|
-
|
|
12429
|
-
IsProVersion: boolean
|
|
12741
|
+
* 攻击检测相关风险事件
|
|
12742
|
+
*/
|
|
12743
|
+
AttackLogs: SecurityEventInfo
|
|
12430
12744
|
|
|
12431
12745
|
/**
|
|
12432
|
-
|
|
12433
|
-
|
|
12434
|
-
|
|
12435
|
-
Protocol: string
|
|
12746
|
+
* 受影响机器数
|
|
12747
|
+
*/
|
|
12748
|
+
EffectMachineCount: number
|
|
12436
12749
|
|
|
12437
12750
|
/**
|
|
12438
|
-
|
|
12439
|
-
|
|
12440
|
-
|
|
12441
|
-
Port: number
|
|
12751
|
+
* 所有事件总数
|
|
12752
|
+
*/
|
|
12753
|
+
EventsCount: number
|
|
12442
12754
|
|
|
12443
12755
|
/**
|
|
12444
|
-
*
|
|
12756
|
+
* window 系统漏洞事件总数
|
|
12445
12757
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12446
12758
|
*/
|
|
12447
|
-
|
|
12759
|
+
WindowVul: SecurityEventInfo
|
|
12448
12760
|
|
|
12449
12761
|
/**
|
|
12450
|
-
*
|
|
12762
|
+
* linux系统漏洞事件总数
|
|
12451
12763
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12452
12764
|
*/
|
|
12453
|
-
|
|
12765
|
+
LinuxVul: SecurityEventInfo
|
|
12454
12766
|
|
|
12455
12767
|
/**
|
|
12456
|
-
|
|
12457
|
-
|
|
12458
|
-
|
|
12459
|
-
DataStatus: number
|
|
12768
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
12769
|
+
*/
|
|
12770
|
+
RequestId?: string
|
|
12460
12771
|
}
|
|
12461
12772
|
|
|
12462
12773
|
/**
|
|
@@ -14129,18 +14440,13 @@ export interface DescribeBaselineItemListResponse {
|
|
|
14129
14440
|
}
|
|
14130
14441
|
|
|
14131
14442
|
/**
|
|
14132
|
-
*
|
|
14443
|
+
* DescribeBanRegions请求参数结构体
|
|
14133
14444
|
*/
|
|
14134
|
-
export interface
|
|
14135
|
-
/**
|
|
14136
|
-
* 历史搜索记录 保留最新的10条
|
|
14137
|
-
*/
|
|
14138
|
-
Data: Array<string>
|
|
14139
|
-
|
|
14445
|
+
export interface DescribeBanRegionsRequest {
|
|
14140
14446
|
/**
|
|
14141
|
-
*
|
|
14447
|
+
* 阻断模式,STANDARD_MODE:标准阻断,DEEP_MODE:深度阻断
|
|
14142
14448
|
*/
|
|
14143
|
-
|
|
14449
|
+
Mode: string
|
|
14144
14450
|
}
|
|
14145
14451
|
|
|
14146
14452
|
/**
|
|
@@ -14268,6 +14574,16 @@ export interface BanWhiteListDetail {
|
|
|
14268
14574
|
MachineName: string
|
|
14269
14575
|
}
|
|
14270
14576
|
|
|
14577
|
+
/**
|
|
14578
|
+
* DeleteScanTask返回参数结构体
|
|
14579
|
+
*/
|
|
14580
|
+
export interface DeleteScanTaskResponse {
|
|
14581
|
+
/**
|
|
14582
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
14583
|
+
*/
|
|
14584
|
+
RequestId?: string
|
|
14585
|
+
}
|
|
14586
|
+
|
|
14271
14587
|
/**
|
|
14272
14588
|
* DescribeMachineRegions返回参数结构体
|
|
14273
14589
|
*/
|
|
@@ -15104,6 +15420,26 @@ export interface SecurityButlerInfo {
|
|
|
15104
15420
|
RiskCount: number
|
|
15105
15421
|
}
|
|
15106
15422
|
|
|
15423
|
+
/**
|
|
15424
|
+
* DescribeBaselineHostDetectList返回参数结构体
|
|
15425
|
+
*/
|
|
15426
|
+
export interface DescribeBaselineHostDetectListResponse {
|
|
15427
|
+
/**
|
|
15428
|
+
* 无
|
|
15429
|
+
*/
|
|
15430
|
+
List: Array<BaselineHostDetect>
|
|
15431
|
+
|
|
15432
|
+
/**
|
|
15433
|
+
* 总数
|
|
15434
|
+
*/
|
|
15435
|
+
Total: number
|
|
15436
|
+
|
|
15437
|
+
/**
|
|
15438
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
15439
|
+
*/
|
|
15440
|
+
RequestId?: string
|
|
15441
|
+
}
|
|
15442
|
+
|
|
15107
15443
|
/**
|
|
15108
15444
|
* DescribeSaveOrUpdateWarnings请求参数结构体
|
|
15109
15445
|
*/
|
|
@@ -15707,95 +16043,133 @@ export interface DeleteMachineTagResponse {
|
|
|
15707
16043
|
}
|
|
15708
16044
|
|
|
15709
16045
|
/**
|
|
15710
|
-
*
|
|
16046
|
+
* 密码破解列表实体
|
|
15711
16047
|
*/
|
|
15712
|
-
export interface
|
|
16048
|
+
export interface BruteAttackInfo {
|
|
15713
16049
|
/**
|
|
15714
|
-
*
|
|
16050
|
+
* 唯一Id
|
|
15715
16051
|
*/
|
|
15716
|
-
|
|
16052
|
+
Id: number
|
|
15717
16053
|
|
|
15718
16054
|
/**
|
|
15719
|
-
|
|
15720
|
-
|
|
15721
|
-
|
|
16055
|
+
* 云镜客户端唯一标识UUID
|
|
16056
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16057
|
+
*/
|
|
16058
|
+
Uuid: string
|
|
15722
16059
|
|
|
15723
16060
|
/**
|
|
15724
|
-
|
|
15725
|
-
|
|
15726
|
-
|
|
16061
|
+
* 主机ip
|
|
16062
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16063
|
+
*/
|
|
16064
|
+
MachineIp: string
|
|
15727
16065
|
|
|
15728
16066
|
/**
|
|
15729
|
-
|
|
15730
|
-
|
|
15731
|
-
|
|
16067
|
+
* 主机名
|
|
16068
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16069
|
+
*/
|
|
16070
|
+
MachineName: string
|
|
15732
16071
|
|
|
15733
16072
|
/**
|
|
15734
|
-
|
|
15735
|
-
|
|
15736
|
-
|
|
16073
|
+
* 用户名
|
|
16074
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16075
|
+
*/
|
|
16076
|
+
UserName: string
|
|
15737
16077
|
|
|
15738
16078
|
/**
|
|
15739
|
-
|
|
15740
|
-
|
|
15741
|
-
|
|
16079
|
+
* 来源ip
|
|
16080
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16081
|
+
*/
|
|
16082
|
+
SrcIp: string
|
|
15742
16083
|
|
|
15743
16084
|
/**
|
|
15744
|
-
|
|
15745
|
-
|
|
15746
|
-
|
|
16085
|
+
* SUCCESS:破解成功;FAILED:破解失败
|
|
16086
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16087
|
+
*/
|
|
16088
|
+
Status: string
|
|
15747
16089
|
|
|
15748
16090
|
/**
|
|
15749
|
-
|
|
15750
|
-
|
|
15751
|
-
|
|
16091
|
+
* 国家id
|
|
16092
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16093
|
+
*/
|
|
16094
|
+
Country: number
|
|
15752
16095
|
|
|
15753
16096
|
/**
|
|
15754
|
-
|
|
15755
|
-
|
|
15756
|
-
|
|
16097
|
+
* 城市id
|
|
16098
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16099
|
+
*/
|
|
16100
|
+
City: number
|
|
15757
16101
|
|
|
15758
16102
|
/**
|
|
15759
|
-
|
|
15760
|
-
|
|
15761
|
-
|
|
16103
|
+
* 省份id
|
|
16104
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16105
|
+
*/
|
|
16106
|
+
Province: number
|
|
15762
16107
|
|
|
15763
16108
|
/**
|
|
15764
|
-
|
|
15765
|
-
|
|
15766
|
-
|
|
16109
|
+
* 创建时间
|
|
16110
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16111
|
+
*/
|
|
16112
|
+
CreateTime: string
|
|
15767
16113
|
|
|
15768
16114
|
/**
|
|
15769
|
-
|
|
15770
|
-
|
|
15771
|
-
|
|
16115
|
+
* 阻断状态:1-阻断成功;非1-阻断失败
|
|
16116
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16117
|
+
*/
|
|
16118
|
+
BanStatus: number
|
|
15772
16119
|
|
|
15773
16120
|
/**
|
|
15774
|
-
|
|
15775
|
-
|
|
15776
|
-
|
|
16121
|
+
* 事件类型:200-暴力破解事件,300-暴力破解成功事件(页面展示),400-暴力破解不存在的帐号事件
|
|
16122
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16123
|
+
*/
|
|
16124
|
+
EventType: number
|
|
15777
16125
|
|
|
15778
16126
|
/**
|
|
15779
|
-
|
|
15780
|
-
|
|
15781
|
-
|
|
16127
|
+
* 发生次数
|
|
16128
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16129
|
+
*/
|
|
16130
|
+
Count: number
|
|
15782
16131
|
|
|
15783
16132
|
/**
|
|
15784
|
-
*
|
|
16133
|
+
* 机器UUID
|
|
15785
16134
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15786
16135
|
*/
|
|
15787
|
-
|
|
16136
|
+
Quuid: string
|
|
15788
16137
|
|
|
15789
16138
|
/**
|
|
15790
|
-
*
|
|
16139
|
+
* 是否为专业版(true/false)
|
|
15791
16140
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15792
16141
|
*/
|
|
15793
|
-
|
|
16142
|
+
IsProVersion: boolean
|
|
15794
16143
|
|
|
15795
16144
|
/**
|
|
15796
|
-
|
|
15797
|
-
|
|
15798
|
-
|
|
16145
|
+
* 被攻击的服务的用户名
|
|
16146
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16147
|
+
*/
|
|
16148
|
+
Protocol: string
|
|
16149
|
+
|
|
16150
|
+
/**
|
|
16151
|
+
* 端口
|
|
16152
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16153
|
+
*/
|
|
16154
|
+
Port: number
|
|
16155
|
+
|
|
16156
|
+
/**
|
|
16157
|
+
* 最近攻击时间
|
|
16158
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16159
|
+
*/
|
|
16160
|
+
ModifyTime: string
|
|
16161
|
+
|
|
16162
|
+
/**
|
|
16163
|
+
* 实例ID
|
|
16164
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16165
|
+
*/
|
|
16166
|
+
InstanceId: string
|
|
16167
|
+
|
|
16168
|
+
/**
|
|
16169
|
+
* 0:待处理,1:忽略,5:已处理,6:加入白名单
|
|
16170
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16171
|
+
*/
|
|
16172
|
+
DataStatus: number
|
|
15799
16173
|
}
|
|
15800
16174
|
|
|
15801
16175
|
/**
|
|
@@ -16147,6 +16521,66 @@ export interface DescribeAssetInitServiceListResponse {
|
|
|
16147
16521
|
RequestId?: string
|
|
16148
16522
|
}
|
|
16149
16523
|
|
|
16524
|
+
/**
|
|
16525
|
+
* ModifyBaselinePolicy请求参数结构体
|
|
16526
|
+
*/
|
|
16527
|
+
export interface ModifyBaselinePolicyRequest {
|
|
16528
|
+
/**
|
|
16529
|
+
* 无
|
|
16530
|
+
*/
|
|
16531
|
+
Data: BaselinePolicy
|
|
16532
|
+
|
|
16533
|
+
/**
|
|
16534
|
+
* <li>RuleName - String - 是否必填:否 - 规则名称</li>
|
|
16535
|
+
<li>CategoryId - int64 - 是否必填:否 自定义筛选为-1 - 规则分类</li>
|
|
16536
|
+
<li>RuleType - int - 是否必填:否 0:系统 1:自定义 - 规则类型</li>
|
|
16537
|
+
*/
|
|
16538
|
+
Filters?: Array<Filter>
|
|
16539
|
+
|
|
16540
|
+
/**
|
|
16541
|
+
* 是否按照过滤的全选
|
|
16542
|
+
*/
|
|
16543
|
+
SelectAll?: number
|
|
16544
|
+
}
|
|
16545
|
+
|
|
16546
|
+
/**
|
|
16547
|
+
* DescribeBaselineHostDetectList请求参数结构体
|
|
16548
|
+
*/
|
|
16549
|
+
export interface DescribeBaselineHostDetectListRequest {
|
|
16550
|
+
/**
|
|
16551
|
+
* <li>PolicyId - int64 - 是否必填:否 - 策略Id</li>
|
|
16552
|
+
<li>HostName - string - 是否必填:否 - 主机名称</i>
|
|
16553
|
+
<li>HostIp - string - 是否必填:否 - 主机Ip</i>
|
|
16554
|
+
<li>ItemId - int64 - 是否必填:否 - 项Id</i>
|
|
16555
|
+
<li>RuleId - int64 - 是否必填:否 - 规则Id</li>
|
|
16556
|
+
<li>DetectStatus - int - 是否必填:否 - 检测状态</li>
|
|
16557
|
+
<li>Level - int - 是否必填:否 - 风险等级</li>
|
|
16558
|
+
<li>StartTime - string - 是否必填:否 - 开时时间</li>
|
|
16559
|
+
<li>EndTime - string - 是否必填:否 - 结束时间</li>
|
|
16560
|
+
*/
|
|
16561
|
+
Filters?: Array<Filter>
|
|
16562
|
+
|
|
16563
|
+
/**
|
|
16564
|
+
* 限制条数,默认10,最大100
|
|
16565
|
+
*/
|
|
16566
|
+
Limit?: number
|
|
16567
|
+
|
|
16568
|
+
/**
|
|
16569
|
+
* 偏移量,默认0
|
|
16570
|
+
*/
|
|
16571
|
+
Offset?: number
|
|
16572
|
+
|
|
16573
|
+
/**
|
|
16574
|
+
* 排序方式: [ASC:升序|DESC:降序]
|
|
16575
|
+
*/
|
|
16576
|
+
Order?: string
|
|
16577
|
+
|
|
16578
|
+
/**
|
|
16579
|
+
* 可选排序列: [LastTime|ItemCount|PassedItemCount|NotPassedItemCount|FirstTime]
|
|
16580
|
+
*/
|
|
16581
|
+
By?: string
|
|
16582
|
+
}
|
|
16583
|
+
|
|
16150
16584
|
/**
|
|
16151
16585
|
* DescribeAssetWebFrameList返回参数结构体
|
|
16152
16586
|
*/
|