tencentcloud-sdk-nodejs 4.0.574 → 4.0.576

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 (143) hide show
  1. package/CHANGELOG.md +514 -0
  2. package/SERVICE_CHANGELOG.md +596 -83
  3. package/package.json +1 -1
  4. package/products.md +35 -34
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/index.ts +2 -2
  7. package/src/services/captcha/v20190722/captcha_models.ts +17 -6
  8. package/src/services/cdb/v20170320/cdb_models.ts +4 -4
  9. package/src/services/cdn/v20180606/cdn_models.ts +5 -5
  10. package/src/services/cii/index.ts +2 -2
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
  12. package/src/services/clb/v20180317/clb_models.ts +22 -0
  13. package/src/services/cls/v20201016/cls_models.ts +22 -0
  14. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  15. package/src/services/cwp/v20180228/cwp_client.ts +132 -29
  16. package/src/services/cwp/v20180228/cwp_models.ts +1050 -34
  17. package/src/services/dbbrain/index.ts +2 -2
  18. package/src/services/dbbrain/v20210527/dbbrain_client.ts +12 -0
  19. package/src/services/dbbrain/v20210527/dbbrain_models.ts +38 -2
  20. package/src/services/dc/v20180410/dc_models.ts +16 -5
  21. package/src/services/emr/v20190103/emr_client.ts +28 -1
  22. package/src/services/emr/v20190103/emr_models.ts +134 -5
  23. package/src/services/ess/v20201111/ess_client.ts +1 -1
  24. package/src/services/ess/v20201111/ess_models.ts +1 -1
  25. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  26. package/src/services/gaap/v20180529/gaap_models.ts +1 -1
  27. package/src/services/index.ts +1 -0
  28. package/src/services/iotvideo/index.ts +4 -4
  29. package/src/services/lcic/v20220817/lcic_client.ts +14 -1
  30. package/src/services/lcic/v20220817/lcic_models.ts +130 -6
  31. package/src/services/mongodb/index.ts +2 -2
  32. package/src/services/mongodb/v20190725/mongodb_client.ts +6 -6
  33. package/src/services/mongodb/v20190725/mongodb_models.ts +36 -29
  34. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  35. package/src/services/monitor/v20180724/monitor_models.ts +59 -0
  36. package/src/services/mps/v20190612/mps_client.ts +12 -2
  37. package/src/services/mps/v20190612/mps_models.ts +341 -54
  38. package/src/services/ocr/v20181119/ocr_client.ts +25 -6
  39. package/src/services/ocr/v20181119/ocr_models.ts +291 -168
  40. package/src/services/organization/index.ts +2 -2
  41. package/src/services/pts/v20210728/pts_models.ts +16 -4
  42. package/src/services/rum/v20210622/rum_models.ts +10 -5
  43. package/src/services/tbp/index.ts +2 -2
  44. package/src/services/tem/index.ts +2 -2
  45. package/src/services/teo/index.ts +2 -2
  46. package/src/services/teo/v20220901/teo_models.ts +18 -10
  47. package/src/services/thpc/index.ts +4 -4
  48. package/src/services/tione/v20211111/tione_models.ts +52 -7
  49. package/src/services/tke/v20180525/tke_models.ts +21 -8
  50. package/src/services/tourism/index.ts +5 -0
  51. package/src/services/tourism/v20230215/index.ts +6 -0
  52. package/src/services/tourism/v20230215/tourism_client.ts +44 -0
  53. package/src/services/tourism/v20230215/tourism_models.ts +128 -0
  54. package/src/services/trtc/v20190722/trtc_models.ts +2 -2
  55. package/src/services/vm/index.ts +2 -2
  56. package/src/services/vod/v20180717/vod_client.ts +7 -6
  57. package/src/services/vod/v20180717/vod_models.ts +40 -14
  58. package/src/services/yunsou/index.ts +2 -2
  59. package/tencentcloud/common/sdk_version.d.ts +1 -1
  60. package/tencentcloud/common/sdk_version.js +1 -1
  61. package/tencentcloud/services/bma/index.d.ts +4 -4
  62. package/tencentcloud/services/bma/index.js +2 -2
  63. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +15 -6
  64. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -4
  65. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -5
  66. package/tencentcloud/services/cii/index.d.ts +4 -4
  67. package/tencentcloud/services/cii/index.js +2 -2
  68. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
  69. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +18 -0
  70. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +18 -0
  71. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  72. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +41 -9
  73. package/tencentcloud/services/cwp/v20180228/cwp_client.js +60 -12
  74. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +881 -35
  75. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  76. package/tencentcloud/services/dbbrain/index.js +2 -2
  77. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
  78. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
  79. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +33 -2
  80. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +14 -3
  81. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +9 -1
  82. package/tencentcloud/services/emr/v20190103/emr_client.js +12 -0
  83. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +117 -4
  84. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  85. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  86. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
  87. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  88. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  89. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
  90. package/tencentcloud/services/index.d.ts +1 -0
  91. package/tencentcloud/services/index.js +2 -0
  92. package/tencentcloud/services/iotvideo/index.d.ts +6 -6
  93. package/tencentcloud/services/iotvideo/index.js +4 -4
  94. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  95. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  96. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +110 -5
  97. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  98. package/tencentcloud/services/mongodb/index.js +2 -2
  99. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +6 -6
  100. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -6
  101. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +32 -25
  102. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +50 -0
  103. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +291 -44
  104. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +7 -1
  105. package/tencentcloud/services/ocr/v20181119/ocr_client.js +8 -0
  106. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +254 -146
  107. package/tencentcloud/services/organization/index.d.ts +4 -4
  108. package/tencentcloud/services/organization/index.js +2 -2
  109. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +14 -2
  110. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +9 -5
  111. package/tencentcloud/services/tbp/index.d.ts +4 -4
  112. package/tencentcloud/services/tbp/index.js +2 -2
  113. package/tencentcloud/services/tem/index.d.ts +4 -4
  114. package/tencentcloud/services/tem/index.js +2 -2
  115. package/tencentcloud/services/teo/index.d.ts +4 -4
  116. package/tencentcloud/services/teo/index.js +2 -2
  117. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +18 -10
  118. package/tencentcloud/services/thpc/index.d.ts +6 -6
  119. package/tencentcloud/services/thpc/index.js +4 -4
  120. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +44 -7
  121. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +19 -8
  122. package/tencentcloud/services/tourism/index.d.ts +6 -0
  123. package/tencentcloud/services/tourism/index.js +7 -0
  124. package/tencentcloud/services/tourism/v20230215/index.d.ts +6 -0
  125. package/tencentcloud/services/tourism/v20230215/index.js +9 -0
  126. package/tencentcloud/services/tourism/v20230215/tourism_client.d.ts +14 -0
  127. package/tencentcloud/services/tourism/v20230215/tourism_client.js +37 -0
  128. package/tencentcloud/services/tourism/v20230215/tourism_models.d.ts +95 -0
  129. package/tencentcloud/services/tourism/v20230215/tourism_models.js +18 -0
  130. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
  131. package/tencentcloud/services/vm/index.d.ts +4 -4
  132. package/tencentcloud/services/vm/index.js +2 -2
  133. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +6 -6
  134. package/tencentcloud/services/vod/v20180717/vod_client.js +6 -6
  135. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +36 -14
  136. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  137. package/tencentcloud/services/yunsou/index.js +2 -2
  138. package/test/cwp.v20180228.test.js +88 -8
  139. package/test/dbbrain.v20210527.test.js +10 -0
  140. package/test/emr.v20190103.test.js +20 -0
  141. package/test/lcic.v20220817.test.js +10 -0
  142. package/test/ocr.v20181119.test.js +10 -0
  143. package/test/tourism.v20230215.test.js +31 -0
@@ -76,6 +76,19 @@ export interface DescribeBaselineDetectOverviewResponse {
76
76
  */
77
77
  RequestId?: string;
78
78
  }
79
+ /**
80
+ * 节点关联的告警信息
81
+ */
82
+ export interface AlarmInfo {
83
+ /**
84
+ * 该节点关联的告警,告警的table_name+id(t1:id1,t2:id2,...)
85
+ */
86
+ AlarmId: string;
87
+ /**
88
+ * 告警事件表状态,当该节点为告警点时生效
89
+ */
90
+ Status: number;
91
+ }
79
92
  /**
80
93
  * DescribeAssetWebServiceInfoList返回参数结构体
81
94
  */
@@ -1943,6 +1956,23 @@ export interface DeleteScanTaskRequest {
1943
1956
  */
1944
1957
  QuuidList?: Array<string>;
1945
1958
  }
1959
+ /**
1960
+ * DescribeAlarmIncidentNodes请求参数结构体
1961
+ */
1962
+ export interface DescribeAlarmIncidentNodesRequest {
1963
+ /**
1964
+ * 机器uuid
1965
+ */
1966
+ Uuid: string;
1967
+ /**
1968
+ * 告警vid
1969
+ */
1970
+ AlarmVid: string;
1971
+ /**
1972
+ * 告警时间
1973
+ */
1974
+ AlarmTime: number;
1975
+ }
1946
1976
  /**
1947
1977
  * DescribeTagMachines请求参数结构体
1948
1978
  */
@@ -2172,6 +2202,35 @@ export interface HostRiskLevelCount {
2172
2202
  */
2173
2203
  LowCount: number;
2174
2204
  }
2205
+ /**
2206
+ * DescribeFileTamperEvents请求参数结构体
2207
+ */
2208
+ export interface DescribeFileTamperEventsRequest {
2209
+ /**
2210
+ * 过滤条件。
2211
+ <li>Status - String - 是否必填:否 - 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略</li>
2212
+ <li>ModifyTime - String - 是否必填:否 - 最近发生时间</li>
2213
+ <li>Uuid- String - 是否必填:否 - 主机uuid查询</li>
2214
+ <li>RuleCategory- string - 是否必填:否 - 规则类别 0 系统规则 1 自定义规则</li>
2215
+ */
2216
+ Filters?: Array<Filters>;
2217
+ /**
2218
+ * 偏移量,默认为0。
2219
+ */
2220
+ Offset?: number;
2221
+ /**
2222
+ * 需要返回的数量,默认为10,最大值为100
2223
+ */
2224
+ Limit?: number;
2225
+ /**
2226
+ * 排序方式 ASC,DESC
2227
+ */
2228
+ Order?: string;
2229
+ /**
2230
+ * 排序字段 CreateTime、ModifyTime
2231
+ */
2232
+ By?: string;
2233
+ }
2175
2234
  /**
2176
2235
  * 资产管理jar包详情
2177
2236
  */
@@ -2428,6 +2487,20 @@ export interface DeleteLoginWhiteListResponse {
2428
2487
  */
2429
2488
  RequestId?: string;
2430
2489
  }
2490
+ /**
2491
+ * DescribeVertexDetail返回参数结构体
2492
+ */
2493
+ export interface DescribeVertexDetailResponse {
2494
+ /**
2495
+ * 指定点列表的属性信息
2496
+ 注意:此字段可能返回 null,表示取不到有效值。
2497
+ */
2498
+ VertexDetails?: Array<VertexDetail>;
2499
+ /**
2500
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2501
+ */
2502
+ RequestId?: string;
2503
+ }
2431
2504
  /**
2432
2505
  * DescribeAttackLogs返回参数结构体
2433
2506
  */
@@ -2680,6 +2753,15 @@ export interface CheckBashRuleParamsRequest {
2680
2753
  */
2681
2754
  Id?: number;
2682
2755
  }
2756
+ /**
2757
+ * DescribeRiskDnsEventInfo请求参数结构体
2758
+ */
2759
+ export interface DescribeRiskDnsEventInfoRequest {
2760
+ /**
2761
+ * 恶意请求事件Id
2762
+ */
2763
+ Id: number;
2764
+ }
2683
2765
  /**
2684
2766
  * DescribeIgnoreBaselineRule请求参数结构体
2685
2767
  */
@@ -2861,6 +2943,11 @@ XTI - 威胁情报
2861
2943
  注意:此字段可能返回 null,表示取不到有效值。
2862
2944
  */
2863
2945
  MachineExtraInfo?: MachineExtraInfo;
2946
+ /**
2947
+ * 请求目的端口
2948
+ 注意:此字段可能返回 null,表示取不到有效值。
2949
+ */
2950
+ Port?: number;
2864
2951
  }
2865
2952
  /**
2866
2953
  * DescribeWebPageProtectStat请求参数结构体
@@ -2896,6 +2983,120 @@ export interface DescribeBaselineRuleCategoryListResponse {
2896
2983
  */
2897
2984
  RequestId?: string;
2898
2985
  }
2986
+ /**
2987
+ * 反弹Shell数据详情
2988
+ */
2989
+ export interface ReverseShellEventInfo {
2990
+ /**
2991
+ * ID 主键
2992
+ */
2993
+ Id: number;
2994
+ /**
2995
+ * 云镜UUID
2996
+ */
2997
+ Uuid: string;
2998
+ /**
2999
+ * 主机ID
3000
+ */
3001
+ Quuid: string;
3002
+ /**
3003
+ * 主机内网IP
3004
+ */
3005
+ HostIp: string;
3006
+ /**
3007
+ * 目标IP
3008
+ */
3009
+ DstIp: string;
3010
+ /**
3011
+ * 目标端口
3012
+ */
3013
+ DstPort: number;
3014
+ /**
3015
+ * 进程名
3016
+ */
3017
+ ProcessName: string;
3018
+ /**
3019
+ * 进程路径
3020
+ */
3021
+ FullPath: string;
3022
+ /**
3023
+ * 命令详情
3024
+ */
3025
+ CmdLine: string;
3026
+ /**
3027
+ * 执行用户
3028
+ */
3029
+ UserName: string;
3030
+ /**
3031
+ * 执行用户组
3032
+ */
3033
+ UserGroup: string;
3034
+ /**
3035
+ * 父进程名
3036
+ */
3037
+ ParentProcName: string;
3038
+ /**
3039
+ * 父进程用户
3040
+ */
3041
+ ParentProcUser: string;
3042
+ /**
3043
+ * 父进程用户组
3044
+ */
3045
+ ParentProcGroup: string;
3046
+ /**
3047
+ * 父进程路径
3048
+ */
3049
+ ParentProcPath: string;
3050
+ /**
3051
+ * 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略
3052
+ */
3053
+ Status: number;
3054
+ /**
3055
+ * 产生时间
3056
+ */
3057
+ CreateTime: string;
3058
+ /**
3059
+ * 主机名
3060
+ */
3061
+ MachineName: string;
3062
+ /**
3063
+ * 检测方法
3064
+ */
3065
+ DetectBy: number;
3066
+ /**
3067
+ * 进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源
3068
+ 注意:此字段可能返回 null,表示取不到有效值。
3069
+ */
3070
+ PsTree: string;
3071
+ /**
3072
+ * 建议方案
3073
+ */
3074
+ SuggestScheme: string;
3075
+ /**
3076
+ * 描述
3077
+ */
3078
+ HarmDescribe: string;
3079
+ /**
3080
+ * 标签
3081
+ */
3082
+ Tags: Array<string>;
3083
+ /**
3084
+ * 参考链接
3085
+ */
3086
+ References: Array<string>;
3087
+ /**
3088
+ * 主机外网ip
3089
+ */
3090
+ MachineWanIp: string;
3091
+ /**
3092
+ * 主机在线状态 OFFLINE ONLINE
3093
+ */
3094
+ MachineStatus: string;
3095
+ /**
3096
+ * 处理时间
3097
+ */
3098
+ ModifyTime: string;
3099
+ }
2899
3100
  /**
2900
3101
  * ExportVulDetectionReport请求参数结构体
2901
3102
  */
@@ -3201,18 +3402,9 @@ export interface DescribeSearchLogsResponse {
3201
3402
  RequestId?: string;
3202
3403
  }
3203
3404
  /**
3204
- * DescribeMachineOsList返回参数结构体
3405
+ * DescribeBaselineRuleCategoryList请求参数结构体
3205
3406
  */
3206
- export interface DescribeMachineOsListResponse {
3207
- /**
3208
- * 操作系统列表
3209
- */
3210
- List: Array<OsName>;
3211
- /**
3212
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3213
- */
3214
- RequestId?: string;
3215
- }
3407
+ export declare type DescribeBaselineRuleCategoryListRequest = null;
3216
3408
  /**
3217
3409
  * DescribeAssetWebServiceProcessList返回参数结构体
3218
3410
  */
@@ -3397,6 +3589,24 @@ export interface ModifyOrderAttributeResponse {
3397
3589
  */
3398
3590
  RequestId?: string;
3399
3591
  }
3592
+ /**
3593
+ * DescribeFileTamperEvents返回参数结构体
3594
+ */
3595
+ export interface DescribeFileTamperEventsResponse {
3596
+ /**
3597
+ * 核心文件事件列表
3598
+ 注意:此字段可能返回 null,表示取不到有效值。
3599
+ */
3600
+ List: Array<FileTamperEvent>;
3601
+ /**
3602
+ * 数据总条数
3603
+ */
3604
+ TotalCount: number;
3605
+ /**
3606
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3607
+ */
3608
+ RequestId?: string;
3609
+ }
3400
3610
  /**
3401
3611
  * DescribeMachines请求参数结构体
3402
3612
  */
@@ -3662,6 +3872,23 @@ export interface BaselineCategory {
3662
3872
  */
3663
3873
  ParentCategoryId: number;
3664
3874
  }
3875
+ /**
3876
+ * DescribeEventByTable返回参数结构体
3877
+ */
3878
+ export interface DescribeEventByTableResponse {
3879
+ /**
3880
+ * 告警类型,爆破bruteattack,高危命令bash,恶意文件malware,恶意请求risk_dns,本地提权privilege_escalation,反弹shell reverse_shell,内存马java_shell
3881
+ */
3882
+ Type?: string;
3883
+ /**
3884
+ * 事件内容的json编码字符串,字段结构对齐事件表
3885
+ */
3886
+ Value?: string;
3887
+ /**
3888
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3889
+ */
3890
+ RequestId?: string;
3891
+ }
3665
3892
  /**
3666
3893
  * DescribeAttackVulTypeList请求参数结构体
3667
3894
  */
@@ -4879,13 +5106,17 @@ export interface DescribeBashEventsResponse {
4879
5106
  RequestId?: string;
4880
5107
  }
4881
5108
  /**
4882
- * UpdateMachineTags返回参数结构体
5109
+ * DescribeEventByTable请求参数结构体
4883
5110
  */
4884
- export interface UpdateMachineTagsResponse {
5111
+ export interface DescribeEventByTableRequest {
4885
5112
  /**
4886
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5113
+ * 事件表名
4887
5114
  */
4888
- RequestId?: string;
5115
+ TableName: string;
5116
+ /**
5117
+ * 事件表id号
5118
+ */
5119
+ Ids: Array<number>;
4889
5120
  }
4890
5121
  /**
4891
5122
  * DescribeBashEvents请求参数结构体
@@ -5091,6 +5322,11 @@ export interface PrivilegeEscalationProcess {
5091
5322
  注意:此字段可能返回 null,表示取不到有效值。
5092
5323
  */
5093
5324
  MachineExtraInfo?: MachineExtraInfo;
5325
+ /**
5326
+ * 进程id
5327
+ 注意:此字段可能返回 null,表示取不到有效值。
5328
+ */
5329
+ Pid?: number;
5094
5330
  }
5095
5331
  /**
5096
5332
  * DescribeProtectNetList返回参数结构体
@@ -5631,6 +5867,20 @@ export interface DescribeWebPageGeneralizeResponse {
5631
5867
  */
5632
5868
  RequestId?: string;
5633
5869
  }
5870
+ /**
5871
+ * DescribeReverseShellEventInfo返回参数结构体
5872
+ */
5873
+ export interface DescribeReverseShellEventInfoResponse {
5874
+ /**
5875
+ * 反弹shell详情信息
5876
+ 注意:此字段可能返回 null,表示取不到有效值。
5877
+ */
5878
+ ReverseShellEventInfo: ReverseShellEventInfo;
5879
+ /**
5880
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5881
+ */
5882
+ RequestId?: string;
5883
+ }
5634
5884
  /**
5635
5885
  * DescribeBanWhiteList返回参数结构体
5636
5886
  */
@@ -5947,9 +6197,18 @@ export interface DescribeVulCountByDatesResponse {
5947
6197
  RequestId?: string;
5948
6198
  }
5949
6199
  /**
5950
- * DescribeBaselineRuleCategoryList请求参数结构体
6200
+ * DescribeMachineOsList返回参数结构体
5951
6201
  */
5952
- export declare type DescribeBaselineRuleCategoryListRequest = null;
6202
+ export interface DescribeMachineOsListResponse {
6203
+ /**
6204
+ * 操作系统列表
6205
+ */
6206
+ List: Array<OsName>;
6207
+ /**
6208
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6209
+ */
6210
+ RequestId?: string;
6211
+ }
5953
6212
  /**
5954
6213
  * ModifyBaselineRule返回参数结构体
5955
6214
  */
@@ -7674,6 +7933,11 @@ export interface ReverseShell {
7674
7933
  注意:此字段可能返回 null,表示取不到有效值。
7675
7934
  */
7676
7935
  MachineExtraInfo?: MachineExtraInfo;
7936
+ /**
7937
+ * 进程id
7938
+ 注意:此字段可能返回 null,表示取不到有效值。
7939
+ */
7940
+ Pid?: number;
7677
7941
  }
7678
7942
  /**
7679
7943
  * 软件应用关联进程信息
@@ -7837,21 +8101,38 @@ export interface BaselineItemInfo {
7837
8101
  RelatedCustomRuleInfo: Array<BaselineCustomRuleIdName>;
7838
8102
  }
7839
8103
  /**
7840
- * 组件统计数据。
8104
+ * DescribeVertexDetail请求参数结构体
7841
8105
  */
7842
- export interface ComponentStatistics {
8106
+ export interface DescribeVertexDetailRequest {
7843
8107
  /**
7844
- * 组件ID。
8108
+ * 点id列表
7845
8109
  */
7846
- Id: number;
8110
+ VertexIds: Array<string>;
7847
8111
  /**
7848
- * 主机数量。
8112
+ * 事件id
7849
8113
  */
7850
- MachineNum: number;
8114
+ IncidentId: string;
7851
8115
  /**
7852
- * 组件名称。
8116
+ * 事件所在表名
7853
8117
  */
7854
- ComponentName: string;
8118
+ TableName: string;
8119
+ }
8120
+ /**
8121
+ * 组件统计数据。
8122
+ */
8123
+ export interface ComponentStatistics {
8124
+ /**
8125
+ * 组件ID。
8126
+ */
8127
+ Id: number;
8128
+ /**
8129
+ * 主机数量。
8130
+ */
8131
+ MachineNum: number;
8132
+ /**
8133
+ * 组件名称。
8134
+ */
8135
+ ComponentName: string;
7855
8136
  /**
7856
8137
  * 组件类型。
7857
8138
  <li>WEB:Web组件</li>
@@ -8033,6 +8314,163 @@ export interface MachineExtraInfo {
8033
8314
  */
8034
8315
  HostName?: string;
8035
8316
  }
8317
+ /**
8318
+ * 核心文件监控事件
8319
+ */
8320
+ export interface FileTamperEvent {
8321
+ /**
8322
+ * 机器名称
8323
+ */
8324
+ HostName?: string;
8325
+ /**
8326
+ * 机器IP
8327
+ */
8328
+ HostIp?: string;
8329
+ /**
8330
+ * 发生时间
8331
+ */
8332
+ CreateTime?: string;
8333
+ /**
8334
+ * 最近发生时间
8335
+ */
8336
+ ModifyTime?: string;
8337
+ /**
8338
+ * 事件id
8339
+ */
8340
+ Id?: number;
8341
+ /**
8342
+ * 主机uuid
8343
+ */
8344
+ Uuid?: string;
8345
+ /**
8346
+ * cvm id
8347
+ */
8348
+ Quuid?: string;
8349
+ /**
8350
+ * 事件类型/动作 0 -- 告警
8351
+ */
8352
+ Type?: number;
8353
+ /**
8354
+ * 进程路径
8355
+ */
8356
+ ProcessExe?: string;
8357
+ /**
8358
+ * 进程参数
8359
+ */
8360
+ ProcessArgv?: string;
8361
+ /**
8362
+ * 目标文件路径
8363
+ */
8364
+ Target?: string;
8365
+ /**
8366
+ * 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略 4-已手动处理
8367
+ */
8368
+ Status?: number;
8369
+ /**
8370
+ * 事件产生次数
8371
+ */
8372
+ EventCount?: number;
8373
+ /**
8374
+ * 规则id
8375
+ */
8376
+ RuleId?: number;
8377
+ /**
8378
+ * 规则名称
8379
+ */
8380
+ RuleName?: string;
8381
+ /**
8382
+ * 事件详情: json格式
8383
+ */
8384
+ Pstree?: string;
8385
+ /**
8386
+ * 规则类型 0系统规则 1自定义规则
8387
+ */
8388
+ RuleCategory?: number;
8389
+ /**
8390
+ * 主机在线信息 ONLINE、OFFLINE
8391
+ */
8392
+ MachineStatus?: string;
8393
+ /**
8394
+ * 危害描述
8395
+ */
8396
+ Description?: string;
8397
+ /**
8398
+ * 修护建议
8399
+ */
8400
+ Suggestion?: string;
8401
+ /**
8402
+ * 内网ip
8403
+ */
8404
+ PrivateIp?: string;
8405
+ /**
8406
+ * 进程权限
8407
+ */
8408
+ ExePermission?: string;
8409
+ /**
8410
+ * 用户名
8411
+ */
8412
+ UserName?: string;
8413
+ /**
8414
+ * 用户组
8415
+ */
8416
+ UserGroup?: string;
8417
+ /**
8418
+ * 进程名
8419
+ */
8420
+ ExeMd5?: string;
8421
+ /**
8422
+ * 进程文件大小
8423
+ */
8424
+ ExeSize?: number;
8425
+ /**
8426
+ * 进程执行时长
8427
+ */
8428
+ ExeTime?: number;
8429
+ /**
8430
+ * 目标文件大小
8431
+ */
8432
+ TargetSize?: number;
8433
+ /**
8434
+ * 目标文件权限
8435
+ */
8436
+ TargetPermission?: string;
8437
+ /**
8438
+ * 目标文件更新时间
8439
+ 注意:此字段可能返回 null,表示取不到有效值。
8440
+ */
8441
+ TargetModifyTime?: string;
8442
+ /**
8443
+ * 目标文件创建时间
8444
+ 注意:此字段可能返回 null,表示取不到有效值。
8445
+ */
8446
+ TargetCreatTime?: string;
8447
+ /**
8448
+ * 进程pid
8449
+ */
8450
+ ExePid?: number;
8451
+ /**
8452
+ * 文件名称
8453
+ */
8454
+ TargetName?: string;
8455
+ /**
8456
+ * 参考链接
8457
+ */
8458
+ Reference?: string;
8459
+ /**
8460
+ * 风险等级 0:无, 1: 高危, 2:中危, 3: 低危
8461
+ */
8462
+ Level?: number;
8463
+ /**
8464
+ * 进程名称
8465
+ 注意:此字段可能返回 null,表示取不到有效值。
8466
+ */
8467
+ ExeName?: string;
8468
+ /**
8469
+ * 主机额外信息
8470
+ 注意:此字段可能返回 null,表示取不到有效值。
8471
+ */
8472
+ MachineExtraInfo?: MachineExtraInfo;
8473
+ }
8036
8474
  /**
8037
8475
  * DescribeMalwareFile返回参数结构体
8038
8476
  */
@@ -8507,6 +8945,31 @@ export interface DescribeBaselineItemRiskTopResponse {
8507
8945
  */
8508
8946
  RequestId?: string;
8509
8947
  }
8948
+ /**
8949
+ * 事件点信息
8950
+ */
8951
+ export interface IncidentVertexInfo {
8952
+ /**
8953
+ * 事件id
8954
+ 注意:此字段可能返回 null,表示取不到有效值。
8955
+ */
8956
+ IncidentId?: string;
8957
+ /**
8958
+ * 事件所在表名
8959
+ 注意:此字段可能返回 null,表示取不到有效值。
8960
+ */
8961
+ TableName?: string;
8962
+ /**
8963
+ * 节点信息列表,数组项中包含节点详细信息
8964
+ 注意:此字段可能返回 null,表示取不到有效值。
8965
+ */
8966
+ Vertex?: Array<VertexInfo>;
8967
+ /**
8968
+ * 节点总个数
8969
+ 注意:此字段可能返回 null,表示取不到有效值。
8970
+ */
8971
+ VertexCount?: number;
8972
+ }
8510
8973
  /**
8511
8974
  * DescribeWebPageEventList返回参数结构体
8512
8975
  */
@@ -8994,6 +9457,15 @@ export interface ExportSecurityTrendsResponse {
8994
9457
  */
8995
9458
  RequestId?: string;
8996
9459
  }
9460
+ /**
9461
+ * DescribeReverseShellEventInfo请求参数结构体
9462
+ */
9463
+ export interface DescribeReverseShellEventInfoRequest {
9464
+ /**
9465
+ * 事件id
9466
+ */
9467
+ Id: number;
9468
+ }
8997
9469
  /**
8998
9470
  * ModifyMalwareTimingScanSettings返回参数结构体
8999
9471
  */
@@ -9329,17 +9801,104 @@ export interface DescribeImportMachineInfoRequest {
9329
9801
  Filters?: Array<Filters>;
9330
9802
  }
9331
9803
  /**
9332
- * 漏洞数量按等级分布统计结果实体
9804
+ * 点详细信息
9333
9805
  */
9334
- export interface VulLevelInfo {
9806
+ export interface VertexDetail {
9335
9807
  /**
9336
- * // 危害等级:1-低危;2-中危;3-高危;4-严重
9808
+ * 该节点类型,进程:1;网络:2;文件:3;ssh:4
9809
+ 注意:此字段可能返回 null,表示取不到有效值。
9337
9810
  */
9338
- VulLevel: number;
9811
+ Type?: number;
9339
9812
  /**
9340
- * 数量
9813
+ * 各节点类型用到的时间,2022-11-29 00:00:00 格式
9814
+ 注意:此字段可能返回 null,表示取不到有效值。
9341
9815
  */
9342
- Count: number;
9816
+ Time?: string;
9817
+ /**
9818
+ * 告警信息
9819
+ 注意:此字段可能返回 null,表示取不到有效值。
9820
+ */
9821
+ AlarmInfo?: Array<AlarmInfo>;
9822
+ /**
9823
+ * 进程名,当该节点为进程时生效
9824
+ 注意:此字段可能返回 null,表示取不到有效值。
9825
+ */
9826
+ ProcName?: string;
9827
+ /**
9828
+ * 命令行,当该节点为进程时生效
9829
+ 注意:此字段可能返回 null,表示取不到有效值。
9830
+ */
9831
+ CmdLine?: string;
9832
+ /**
9833
+ * 进程id,当该节点为进程时生效
9834
+ 注意:此字段可能返回 null,表示取不到有效值。
9835
+ */
9836
+ Pid?: string;
9837
+ /**
9838
+ * 文件md5,当该节点为文件时生效
9839
+ 注意:此字段可能返回 null,表示取不到有效值。
9840
+ */
9841
+ FileMd5?: string;
9842
+ /**
9843
+ * 文件写入内容,当该节点为文件时生效
9844
+ 注意:此字段可能返回 null,表示取不到有效值。
9845
+ */
9846
+ FileContent?: string;
9847
+ /**
9848
+ * 文件路径,当该节点为文件时生效
9849
+ 注意:此字段可能返回 null,表示取不到有效值。
9850
+ */
9851
+ FilePath?: string;
9852
+ /**
9853
+ * 文件创建时间,当该节点为文件时生效
9854
+ 注意:此字段可能返回 null,表示取不到有效值。
9855
+ */
9856
+ FileCreateTime?: string;
9857
+ /**
9858
+ * 请求目的地址,当该节点为网络时生效
9859
+ 注意:此字段可能返回 null,表示取不到有效值。
9860
+ */
9861
+ Address?: string;
9862
+ /**
9863
+ * 目标端口,当该节点为网络时生效
9864
+ 注意:此字段可能返回 null,表示取不到有效值。
9865
+ */
9866
+ DstPort?: number;
9867
+ /**
9868
+ * 登录源ip,当该节点为ssh时生效
9869
+ 注意:此字段可能返回 null,表示取不到有效值。
9870
+ */
9871
+ SrcIP?: string;
9872
+ /**
9873
+ * 登录用户名用户组,当该节点为ssh时生效
9874
+ 注意:此字段可能返回 null,表示取不到有效值。
9875
+ */
9876
+ User?: string;
9877
+ /**
9878
+ * 漏洞名称,当该节点为漏洞时生效
9879
+ 注意:此字段可能返回 null,表示取不到有效值。
9880
+ */
9881
+ VulName?: string;
9882
+ /**
9883
+ * 漏洞利用时间,当该节点为漏洞时生效
9884
+ 注意:此字段可能返回 null,表示取不到有效值。
9885
+ */
9886
+ VulTime?: string;
9887
+ /**
9888
+ * http请求内容,当该节点为漏洞时生效
9889
+ 注意:此字段可能返回 null,表示取不到有效值。
9890
+ */
9891
+ HttpContent?: string;
9892
+ /**
9893
+ * 漏洞利用者来源ip,当该节点为漏洞时生效
9894
+ 注意:此字段可能返回 null,表示取不到有效值。
9895
+ */
9896
+ VulSrcIP?: string;
9897
+ /**
9898
+ * 点id
9899
+ 注意:此字段可能返回 null,表示取不到有效值。
9900
+ */
9901
+ VertexId?: string;
9343
9902
  }
9344
9903
  /**
9345
9904
  * StartBaselineDetect返回参数结构体
@@ -9983,6 +10542,15 @@ export interface BaselineRiskItem {
9983
10542
  */
9984
10543
  HostCount: number;
9985
10544
  }
10545
+ /**
10546
+ * DescribePrivilegeEventInfo请求参数结构体
10547
+ */
10548
+ export interface DescribePrivilegeEventInfoRequest {
10549
+ /**
10550
+ * 事件id
10551
+ */
10552
+ Id: number;
10553
+ }
9986
10554
  /**
9987
10555
  * 资源管理Web服务列表信息
9988
10556
  */
@@ -10322,6 +10890,15 @@ export interface ModifyWarningSettingResponse {
10322
10890
  */
10323
10891
  RequestId?: string;
10324
10892
  }
10893
+ /**
10894
+ * UpdateMachineTags返回参数结构体
10895
+ */
10896
+ export interface UpdateMachineTagsResponse {
10897
+ /**
10898
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10899
+ */
10900
+ RequestId?: string;
10901
+ }
10325
10902
  /**
10326
10903
  * 异地登录合并后白名单
10327
10904
  */
@@ -11534,6 +12111,19 @@ export interface DescribeProtectDirRelatedServerResponse {
11534
12111
  */
11535
12112
  RequestId?: string;
11536
12113
  }
12114
+ /**
12115
+ * 漏洞数量按等级分布统计结果实体
12116
+ */
12117
+ export interface VulLevelInfo {
12118
+ /**
12119
+ * // 危害等级:1-低危;2-中危;3-高危;4-严重
12120
+ */
12121
+ VulLevel: number;
12122
+ /**
12123
+ * 数量
12124
+ */
12125
+ Count: number;
12126
+ }
11537
12127
  /**
11538
12128
  * DescribeBaselineItemIgnoreList请求参数结构体
11539
12129
  */
@@ -12068,6 +12658,20 @@ export interface DescribeImportMachineInfoResponse {
12068
12658
  */
12069
12659
  RequestId?: string;
12070
12660
  }
12661
+ /**
12662
+ * DescribeRiskDnsEventInfo返回参数结构体
12663
+ */
12664
+ export interface DescribeRiskDnsEventInfoResponse {
12665
+ /**
12666
+ * 恶意请求事件详情
12667
+ 注意:此字段可能返回 null,表示取不到有效值。
12668
+ */
12669
+ Info: RiskDnsEvent;
12670
+ /**
12671
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12672
+ */
12673
+ RequestId?: string;
12674
+ }
12071
12675
  /**
12072
12676
  * DescribeSecurityEventStat返回参数结构体
12073
12677
  */
@@ -12982,6 +13586,75 @@ export interface ExportAssetCoreModuleListResponse {
12982
13586
  */
12983
13587
  RequestId?: string;
12984
13588
  }
13589
+ /**
13590
+ * 攻击溯源节点信息
13591
+ */
13592
+ export interface VertexInfo {
13593
+ /**
13594
+ * 该结点类型,进程:1;网络:2;文件:3;ssh:4;
13595
+ */
13596
+ Type: number;
13597
+ /**
13598
+ * 该节点包含的vid
13599
+ */
13600
+ Vid: string;
13601
+ /**
13602
+ * 该节点的父节点vid
13603
+ */
13604
+ ParentVid: string;
13605
+ /**
13606
+ * 是否叶子
13607
+ */
13608
+ IsLeaf: boolean;
13609
+ /**
13610
+ * 进程名,当Type=1时使用
13611
+ 注意:此字段可能返回 null,表示取不到有效值。
13612
+ */
13613
+ ProcNamePrefix: string;
13614
+ /**
13615
+ * 进程名md5,当Type=1时使用
13616
+ 注意:此字段可能返回 null,表示取不到有效值。
13617
+ */
13618
+ ProcNameMd5: string;
13619
+ /**
13620
+ * 命令行,当Type=1时使用
13621
+ 注意:此字段可能返回 null,表示取不到有效值。
13622
+ */
13623
+ CmdLinePrefix: string;
13624
+ /**
13625
+ * 命令行md5,当Type=1时使用
13626
+ 注意:此字段可能返回 null,表示取不到有效值。
13627
+ */
13628
+ CmdLineMd5: string;
13629
+ /**
13630
+ * 文件路径,当Type=3时使用
13631
+ 注意:此字段可能返回 null,表示取不到有效值。
13632
+ */
13633
+ FilePathPrefix: string;
13634
+ /**
13635
+ * 请求目的地址,当Type=2时使用
13636
+ 注意:此字段可能返回 null,表示取不到有效值。
13637
+ */
13638
+ AddressPrefix: string;
13639
+ /**
13640
+ * 是否漏洞节点
13641
+ */
13642
+ IsWeDetect: boolean;
13643
+ /**
13644
+ * 是否告警节点
13645
+ */
13646
+ IsAlarm: boolean;
13647
+ /**
13648
+ * 文件路径md5,当Type=3时使用
13649
+ 注意:此字段可能返回 null,表示取不到有效值。
13650
+ */
13651
+ FilePathMd5: string;
13652
+ /**
13653
+ * 请求目的地址md5,当Type=2时使用
13654
+ 注意:此字段可能返回 null,表示取不到有效值。
13655
+ */
13656
+ AddressMd5: string;
13657
+ }
12985
13658
  /**
12986
13659
  * DescribeHistoryAccounts返回参数结构体
12987
13660
  */
@@ -13565,13 +14238,14 @@ export interface ExportVulDetectionExcelResponse {
13565
14238
  RequestId?: string;
13566
14239
  }
13567
14240
  /**
13568
- * DescribeWarningList返回参数结构体
14241
+ * DescribeAlarmVertexId返回参数结构体
13569
14242
  */
13570
- export interface DescribeWarningListResponse {
14243
+ export interface DescribeAlarmVertexIdResponse {
13571
14244
  /**
13572
- * 获取告警列表
14245
+ * 告警点id列表
14246
+ 注意:此字段可能返回 null,表示取不到有效值。
13573
14247
  */
13574
- WarningInfoList: Array<WarningInfoObj>;
14248
+ AlarmVertexIds?: Array<string>;
13575
14249
  /**
13576
14250
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
13577
14251
  */
@@ -14088,6 +14762,20 @@ export interface DescribeAssetPlanTaskListRequest {
14088
14762
  */
14089
14763
  By?: string;
14090
14764
  }
14765
+ /**
14766
+ * DescribePrivilegeEventInfo返回参数结构体
14767
+ */
14768
+ export interface DescribePrivilegeEventInfoResponse {
14769
+ /**
14770
+ * 本地提权详情
14771
+ 注意:此字段可能返回 null,表示取不到有效值。
14772
+ */
14773
+ PrivilegeEventInfo: PrivilegeEventInfo;
14774
+ /**
14775
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
14776
+ */
14777
+ RequestId?: string;
14778
+ }
14091
14779
  /**
14092
14780
  * DescribeScanTaskDetails请求参数结构体
14093
14781
  */
@@ -14240,6 +14928,115 @@ export interface DescribeBaselineAnalysisDataResponse {
14240
14928
  */
14241
14929
  RequestId?: string;
14242
14930
  }
14931
+ /**
14932
+ * 本地提权数据
14933
+ */
14934
+ export interface PrivilegeEventInfo {
14935
+ /**
14936
+ * 数据ID
14937
+ */
14938
+ Id: number;
14939
+ /**
14940
+ * 云镜ID
14941
+ */
14942
+ Uuid: string;
14943
+ /**
14944
+ * 主机ID
14945
+ */
14946
+ Quuid: string;
14947
+ /**
14948
+ * 主机内网IP
14949
+ */
14950
+ HostIp: string;
14951
+ /**
14952
+ * 进程名
14953
+ */
14954
+ ProcessName: string;
14955
+ /**
14956
+ * 进程路径
14957
+ */
14958
+ FullPath: string;
14959
+ /**
14960
+ * 执行命令
14961
+ */
14962
+ CmdLine: string;
14963
+ /**
14964
+ * 用户名
14965
+ */
14966
+ UserName: string;
14967
+ /**
14968
+ * 用户组
14969
+ */
14970
+ UserGroup: string;
14971
+ /**
14972
+ * 进程文件权限
14973
+ */
14974
+ ProcFilePrivilege: string;
14975
+ /**
14976
+ * 父进程名
14977
+ */
14978
+ ParentProcName: string;
14979
+ /**
14980
+ * 父进程用户名
14981
+ */
14982
+ ParentProcUser: string;
14983
+ /**
14984
+ * 父进程用户组
14985
+ */
14986
+ ParentProcGroup: string;
14987
+ /**
14988
+ * 父进程路径
14989
+ */
14990
+ ParentProcPath: string;
14991
+ /**
14992
+ * 进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源
14993
+ */
14994
+ PsTree: string;
14995
+ /**
14996
+ * 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略
14997
+ */
14998
+ Status: number;
14999
+ /**
15000
+ * 发生时间
15001
+ */
15002
+ CreateTime: string;
15003
+ /**
15004
+ * 机器名
15005
+ */
15006
+ MachineName: string;
15007
+ /**
15008
+ * 建议方案
15009
+ */
15010
+ SuggestScheme: string;
15011
+ /**
15012
+ * 危害描述信息
15013
+ */
15014
+ HarmDescribe: string;
15015
+ /**
15016
+ * 标签
15017
+ */
15018
+ Tags: Array<string>;
15019
+ /**
15020
+ * 参考链接
15021
+ */
15022
+ References: Array<string>;
15023
+ /**
15024
+ * 主机外网ip
15025
+ */
15026
+ MachineWanIp: string;
15027
+ /**
15028
+ * 权限列表|隔开
15029
+ */
15030
+ NewCaps: string;
15031
+ /**
15032
+ * 主机在线状态 OFFLINE ONLINE
15033
+ */
15034
+ MachineStatus: string;
15035
+ /**
15036
+ * 处理时间
15037
+ */
15038
+ ModifyTime: string;
15039
+ }
14243
15040
  /**
14244
15041
  * ModifyBanMode请求参数结构体
14245
15042
  */
@@ -15467,6 +16264,20 @@ export interface DescribeBaselineHostRiskTopResponse {
15467
16264
  */
15468
16265
  RequestId?: string;
15469
16266
  }
16267
+ /**
16268
+ * DescribeAlarmIncidentNodes返回参数结构体
16269
+ */
16270
+ export interface DescribeAlarmIncidentNodesResponse {
16271
+ /**
16272
+ * 告警点所在事件的所有节点信息,可能包含多事件
16273
+ 注意:此字段可能返回 null,表示取不到有效值。
16274
+ */
16275
+ IncidentNodes?: Array<IncidentVertexInfo>;
16276
+ /**
16277
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
16278
+ */
16279
+ RequestId?: string;
16280
+ }
15470
16281
  /**
15471
16282
  * DescribeExpertServiceOrderList请求参数结构体
15472
16283
  */
@@ -15764,6 +16575,11 @@ export interface BruteAttackInfo {
15764
16575
  注意:此字段可能返回 null,表示取不到有效值。
15765
16576
  */
15766
16577
  MachineExtraInfo?: MachineExtraInfo;
16578
+ /**
16579
+ * 地理位置中文名
16580
+ 注意:此字段可能返回 null,表示取不到有效值。
16581
+ */
16582
+ Location?: string;
15767
16583
  }
15768
16584
  /**
15769
16585
  * 告警设置列表
@@ -16080,6 +16896,23 @@ export interface DescribeAssetWebLocationInfoRequest {
16080
16896
  */
16081
16897
  Id: string;
16082
16898
  }
16899
+ /**
16900
+ * DescribeAlarmVertexId请求参数结构体
16901
+ */
16902
+ export interface DescribeAlarmVertexIdRequest {
16903
+ /**
16904
+ * 机器uuid
16905
+ */
16906
+ Uuid: string;
16907
+ /**
16908
+ * 开始时间戳
16909
+ */
16910
+ StartTime: number;
16911
+ /**
16912
+ * 结束时间戳
16913
+ */
16914
+ EndTime: number;
16915
+ }
16083
16916
  /**
16084
16917
  * DescribeAssetInitServiceList返回参数结构体
16085
16918
  */
@@ -16168,6 +17001,19 @@ export interface DescribeAssetWebFrameListResponse {
16168
17001
  */
16169
17002
  RequestId?: string;
16170
17003
  }
17004
+ /**
17005
+ * DescribeWarningList返回参数结构体
17006
+ */
17007
+ export interface DescribeWarningListResponse {
17008
+ /**
17009
+ * 获取告警列表
17010
+ */
17011
+ WarningInfoList: Array<WarningInfoObj>;
17012
+ /**
17013
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
17014
+ */
17015
+ RequestId?: string;
17016
+ }
16171
17017
  /**
16172
17018
  * DescribeAssetUserList请求参数结构体
16173
17019
  */