tencentcloud-sdk-nodejs 4.0.321 → 4.0.322

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 (35) hide show
  1. package/CHANGELOG.md +141 -0
  2. package/SERVICE_CHANGELOG.md +185 -110
  3. package/package.json +1 -1
  4. package/products.md +10 -10
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdn/v20180606/cdn_models.ts +7 -0
  7. package/src/services/cls/v20201016/cls_client.ts +37 -13
  8. package/src/services/cls/v20201016/cls_models.ts +75 -30
  9. package/src/services/cvm/v20170312/cvm_models.ts +13 -3
  10. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +45 -45
  11. package/src/services/lighthouse/v20200324/lighthouse_models.ts +13 -2
  12. package/src/services/ssa/v20180608/ssa_client.ts +18 -1
  13. package/src/services/ssa/v20180608/ssa_models.ts +233 -7
  14. package/src/services/tdmq/v20200217/tdmq_models.ts +6 -0
  15. package/src/services/tsf/v20180326/tsf_client.ts +15 -0
  16. package/src/services/tsf/v20180326/tsf_models.ts +175 -0
  17. package/tencentcloud/common/sdk_version.d.ts +1 -1
  18. package/tencentcloud/common/sdk_version.js +1 -1
  19. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +6 -0
  20. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +13 -5
  21. package/tencentcloud/services/cls/v20201016/cls_client.js +18 -6
  22. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +65 -25
  23. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +11 -3
  24. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +45 -45
  25. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +12 -1
  26. package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
  27. package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
  28. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +199 -7
  29. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +5 -0
  30. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
  31. package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
  32. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +149 -0
  33. package/test/cls.v20201016.test.js +24 -4
  34. package/test/ssa.v20180608.test.js +10 -0
  35. package/test/tsf.v20180326.test.js +10 -0
@@ -1350,32 +1350,32 @@ export interface DescribeBatchProductionResponse {
1350
1350
  /**
1351
1351
  * 量产数量。
1352
1352
  */
1353
- BatchCnt?: number
1353
+ BatchCnt: number
1354
1354
 
1355
1355
  /**
1356
1356
  * 烧录方式。
1357
1357
  */
1358
- BurnMethod?: number
1358
+ BurnMethod: number
1359
1359
 
1360
1360
  /**
1361
1361
  * 创建时间。
1362
1362
  */
1363
- CreateTime?: number
1363
+ CreateTime: number
1364
1364
 
1365
1365
  /**
1366
1366
  * 下载URL。
1367
1367
  */
1368
- DownloadUrl?: string
1368
+ DownloadUrl: string
1369
1369
 
1370
1370
  /**
1371
1371
  * 生成方式。
1372
1372
  */
1373
- GenerationMethod?: number
1373
+ GenerationMethod: number
1374
1374
 
1375
1375
  /**
1376
1376
  * 上传URL。
1377
1377
  */
1378
- UploadUrl?: string
1378
+ UploadUrl: string
1379
1379
 
1380
1380
  /**
1381
1381
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1556,7 +1556,7 @@ export interface UnbindProductsResponse {
1556
1556
  /**
1557
1557
  * 绑定了待解绑的LoRa产品下的设备的网关设备列表
1558
1558
  */
1559
- GatewayDeviceNames?: Array<string>
1559
+ GatewayDeviceNames: Array<string>
1560
1560
 
1561
1561
  /**
1562
1562
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1887,7 +1887,7 @@ export interface CreateProjectResponse {
1887
1887
  /**
1888
1888
  * 返回信息
1889
1889
  */
1890
- Project?: ProjectEntry
1890
+ Project: ProjectEntry
1891
1891
 
1892
1892
  /**
1893
1893
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1903,25 +1903,25 @@ export interface DescribeDeviceDataHistoryResponse {
1903
1903
  * 属性字段名称,对应数据模板中功能属性的标识符
1904
1904
  注意:此字段可能返回 null,表示取不到有效值。
1905
1905
  */
1906
- FieldName?: string
1906
+ FieldName: string
1907
1907
 
1908
1908
  /**
1909
1909
  * 数据是否已全部返回,true 表示数据全部返回,false 表示还有数据待返回,可将 Context 作为入参,继续查询返回结果。
1910
1910
  注意:此字段可能返回 null,表示取不到有效值。
1911
1911
  */
1912
- Listover?: boolean
1912
+ Listover: boolean
1913
1913
 
1914
1914
  /**
1915
1915
  * 检索上下文,当 ListOver 为false时,可以用此上下文,继续读取后续数据
1916
1916
  注意:此字段可能返回 null,表示取不到有效值。
1917
1917
  */
1918
- Context?: string
1918
+ Context: string
1919
1919
 
1920
1920
  /**
1921
1921
  * 历史数据结果数组,返回对应时间点及取值。
1922
1922
  注意:此字段可能返回 null,表示取不到有效值。
1923
1923
  */
1924
- Results?: Array<DeviceDataHistoryItem>
1924
+ Results: Array<DeviceDataHistoryItem>
1925
1925
 
1926
1926
  /**
1927
1927
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2034,12 +2034,12 @@ export interface GetStudioProductListRequest {
2034
2034
  DevStatus?: string
2035
2035
 
2036
2036
  /**
2037
- * Offset
2037
+ * 偏移量
2038
2038
  */
2039
2039
  Offset?: number
2040
2040
 
2041
2041
  /**
2042
- * Limit
2042
+ * 数量限制
2043
2043
  */
2044
2044
  Limit?: number
2045
2045
  }
@@ -2226,7 +2226,7 @@ export interface DescribeStudioProductResponse {
2226
2226
  /**
2227
2227
  * 产品详情
2228
2228
  */
2229
- Product?: ProductEntry
2229
+ Product: ProductEntry
2230
2230
 
2231
2231
  /**
2232
2232
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2296,12 +2296,12 @@ export interface GetStudioProductListResponse {
2296
2296
  /**
2297
2297
  * 产品列表
2298
2298
  */
2299
- Products?: Array<ProductEntry>
2299
+ Products: Array<ProductEntry>
2300
2300
 
2301
2301
  /**
2302
2302
  * 产品数量
2303
2303
  */
2304
- Total?: number
2304
+ Total: number
2305
2305
 
2306
2306
  /**
2307
2307
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2423,7 +2423,7 @@ export interface ModifyTopicRuleRequest {
2423
2423
  */
2424
2424
  export interface GetDeviceListRequest {
2425
2425
  /**
2426
- * 需要查看设备列表的产品 ID
2426
+ * 需要查看设备列表的产品ID, -1代表ProjectId来筛选
2427
2427
  */
2428
2428
  ProductId: string
2429
2429
 
@@ -2532,12 +2532,12 @@ export interface GetTopicRuleListResponse {
2532
2532
  /**
2533
2533
  * 规则总数量
2534
2534
  */
2535
- TotalCnt?: number
2535
+ TotalCnt: number
2536
2536
 
2537
2537
  /**
2538
2538
  * 规则列表
2539
2539
  */
2540
- Rules?: Array<TopicRuleInfo>
2540
+ Rules: Array<TopicRuleInfo>
2541
2541
 
2542
2542
  /**
2543
2543
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2627,13 +2627,13 @@ export interface GetLoRaGatewayListResponse {
2627
2627
  /**
2628
2628
  * 返回总数
2629
2629
  */
2630
- Total?: number
2630
+ Total: number
2631
2631
 
2632
2632
  /**
2633
2633
  * 返回详情项
2634
2634
  注意:此字段可能返回 null,表示取不到有效值。
2635
2635
  */
2636
- Gateways?: Array<LoRaGatewayItem>
2636
+ Gateways: Array<LoRaGatewayItem>
2637
2637
 
2638
2638
  /**
2639
2639
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2678,7 +2678,7 @@ export interface ModifyLoRaGatewayResponse {
2678
2678
  /**
2679
2679
  * 返回网关数据
2680
2680
  */
2681
- Gateway?: LoRaGatewayItem
2681
+ Gateway: LoRaGatewayItem
2682
2682
 
2683
2683
  /**
2684
2684
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2863,7 +2863,7 @@ export interface DescribeTopicRuleResponse {
2863
2863
  * 规则描述。
2864
2864
  注意:此字段可能返回 null,表示取不到有效值。
2865
2865
  */
2866
- Rule?: TopicRule
2866
+ Rule: TopicRule
2867
2867
 
2868
2868
  /**
2869
2869
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2923,12 +2923,12 @@ export interface DescribeBindedProductsResponse {
2923
2923
  /**
2924
2924
  * 当前分页的子产品数组
2925
2925
  */
2926
- Products?: Array<BindProductInfo>
2926
+ Products: Array<BindProductInfo>
2927
2927
 
2928
2928
  /**
2929
2929
  * 绑定的子产品总数量
2930
2930
  */
2931
- Total?: number
2931
+ Total: number
2932
2932
 
2933
2933
  /**
2934
2934
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3012,24 +3012,24 @@ export interface PositionSpaceInfo {
3012
3012
  */
3013
3013
  export interface LoRaGatewayLocation {
3014
3014
  /**
3015
- * 准确度
3015
+ * 纬度
3016
3016
  */
3017
- Accuracy: number
3017
+ Latitude: number
3018
3018
 
3019
3019
  /**
3020
- * 海拔
3020
+ * 精度
3021
3021
  */
3022
- Altitude: number
3022
+ Longitude: number
3023
3023
 
3024
3024
  /**
3025
- * 纬度
3025
+ * 准确度
3026
3026
  */
3027
- Latitude: number
3027
+ Accuracy?: number
3028
3028
 
3029
3029
  /**
3030
- * 精度
3030
+ * 海拔
3031
3031
  */
3032
- Longitude: number
3032
+ Altitude?: number
3033
3033
  }
3034
3034
 
3035
3035
  /**
@@ -3520,7 +3520,7 @@ export interface CreateLoRaGatewayResponse {
3520
3520
  /**
3521
3521
  * LoRa 网关信息
3522
3522
  */
3523
- Gateway?: LoRaGatewayItem
3523
+ Gateway: LoRaGatewayItem
3524
3524
 
3525
3525
  /**
3526
3526
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4395,7 +4395,7 @@ export interface DescribeDeviceDataResponse {
4395
4395
  /**
4396
4396
  * 设备数据
4397
4397
  */
4398
- Data?: string
4398
+ Data: string
4399
4399
 
4400
4400
  /**
4401
4401
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4688,25 +4688,25 @@ export interface ListEventHistoryResponse {
4688
4688
  * 搜索上下文, 用作查询游标
4689
4689
  注意:此字段可能返回 null,表示取不到有效值。
4690
4690
  */
4691
- Context?: string
4691
+ Context: string
4692
4692
 
4693
4693
  /**
4694
4694
  * 搜索结果数量
4695
4695
  注意:此字段可能返回 null,表示取不到有效值。
4696
4696
  */
4697
- Total?: number
4697
+ Total: number
4698
4698
 
4699
4699
  /**
4700
4700
  * 搜索结果是否已经结束
4701
4701
  注意:此字段可能返回 null,表示取不到有效值。
4702
4702
  */
4703
- Listover?: boolean
4703
+ Listover: boolean
4704
4704
 
4705
4705
  /**
4706
4706
  * 搜集结果集
4707
4707
  注意:此字段可能返回 null,表示取不到有效值。
4708
4708
  */
4709
- EventHistory?: Array<EventHistoryItem>
4709
+ EventHistory: Array<EventHistoryItem>
4710
4710
 
4711
4711
  /**
4712
4712
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4722,12 +4722,12 @@ export interface GetBatchProductionsListResponse {
4722
4722
  * 返回详情信息。
4723
4723
  注意:此字段可能返回 null,表示取不到有效值。
4724
4724
  */
4725
- BatchProductions?: Array<BatchProductionInfo>
4725
+ BatchProductions: Array<BatchProductionInfo>
4726
4726
 
4727
4727
  /**
4728
4728
  * 返回数量。
4729
4729
  */
4730
- TotalCnt?: number
4730
+ TotalCnt: number
4731
4731
 
4732
4732
  /**
4733
4733
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4742,17 +4742,17 @@ export interface DescribeGatewayBindDevicesResponse {
4742
4742
  /**
4743
4743
  * 子设备信息。
4744
4744
  */
4745
- Devices?: Array<BindDeviceInfo>
4745
+ Devices: Array<BindDeviceInfo>
4746
4746
 
4747
4747
  /**
4748
4748
  * 子设备总数。
4749
4749
  */
4750
- Total?: number
4750
+ Total: number
4751
4751
 
4752
4752
  /**
4753
4753
  * 子设备所属的产品名。
4754
4754
  */
4755
- ProductName?: string
4755
+ ProductName: string
4756
4756
 
4757
4757
  /**
4758
4758
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -365,8 +365,19 @@ export interface ModifyInstancesAttributeRequest {
365
365
  */
366
366
  export interface DescribeGeneralResourceQuotasRequest {
367
367
  /**
368
- * 资源名列表,取值为:USER_KEY_PAIR、GENERAL_BUNDLE_INSTANCE、STORAGE_BUNDLE_INSTANCE、ENTERPRISE_BUNDLE_INSTANCE、EXCLUSIVE_BUNDLE_INSTANCE、BEFAST_BUNDLE_INSTANCE、SNAPSHOT、BLUEPRINT、FREE_BLUEPRINT、DATA_DISK、ATTACHED_DATA_DISK、FIREWALL_RULE。
369
- */
368
+ * 资源名列表,可取值:
369
+ - GENERAL_BUNDLE_INSTANCE 通用型套餐实例
370
+ - STORAGE_BUNDLE_INSTANCE 存储型套餐实例
371
+ - ENTERPRISE_BUNDLE_INSTANCE 企业型套餐实例
372
+ - EXCLUSIVE_BUNDLE_INSTANCE 专属型套餐实例
373
+ - BEFAST_BUNDLE_INSTANCE 蜂驰型套餐实例
374
+ - USER_KEY_PAIR 密钥对
375
+ - SNAPSHOT 快照
376
+ - BLUEPRINT 自定义镜像
377
+ - FREE_BLUEPRINT 免费自定义镜像
378
+ - DATA_DISK 数据盘
379
+ - FIREWALL_RULE 防火墙规则
380
+ */
370
381
  ResourceNames: Array<string>
371
382
  }
372
383
 
@@ -18,12 +18,14 @@
18
18
  import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
+ DescribeMappingResultsResponse,
21
22
  DescribeAssetDetailRequest,
22
23
  DescribeVulListResponse,
23
24
  DescribeSocAlertDetailsRequest,
24
25
  DescribeComplianceAssetListResponse,
25
26
  DataCheck,
26
27
  SocProductionItem,
28
+ MappingResult,
27
29
  DescribeCheckConfigAssetListRequest,
28
30
  Asset,
29
31
  DescribeComplianceListResponse,
@@ -34,6 +36,7 @@ import {
34
36
  DescribeSocAlertDetailsResponse,
35
37
  VulItem,
36
38
  DescribeCheckConfigAssetListResponse,
39
+ Tag,
37
40
  AlertListData,
38
41
  SaDivulgeDataQueryPub,
39
42
  SocComplianceInfoResp,
@@ -42,6 +45,7 @@ import {
42
45
  DescribeAssetsMappingListResponse,
43
46
  DescribeSocAlertListResponse,
44
47
  SocComplianceItem,
48
+ SecurityStatus,
45
49
  QuerySort,
46
50
  DescribeComplianceListRequest,
47
51
  DescribeVulListRequest,
@@ -50,7 +54,7 @@ import {
50
54
  DescribeSafetyEventListResponse,
51
55
  SaDivulgeDataQueryPubList,
52
56
  DescribeSafetyEventListRequest,
53
- Tag,
57
+ AssetQueryFilter,
54
58
  AlertType,
55
59
  DescribeSocAlertListRequest,
56
60
  ComplianceCheckDetail,
@@ -58,6 +62,7 @@ import {
58
62
  Bucket,
59
63
  DescribeConfigListRequest,
60
64
  DescribeSocCspmComplianceResponse,
65
+ DescribeMappingResultsRequest,
61
66
  Filter,
62
67
  AssetList,
63
68
  DataAssetMapping,
@@ -69,11 +74,13 @@ import {
69
74
  SocCheckItem,
70
75
  DescribeEventDetailRequest,
71
76
  CheckAssetItem,
77
+ AssetTypeStatistic,
72
78
  SaDivulgeDataQueryPubRequest,
73
79
  DescribeVulDetailRequest,
74
80
  ConcernInfo,
75
81
  DescribeAssetsMappingListRequest,
76
82
  DataCompliance,
83
+ Results,
77
84
  AssetDetail,
78
85
  DescribeComplianceAssetListRequest,
79
86
  QueryFilter,
@@ -193,6 +200,16 @@ export class Client extends AbstractClient {
193
200
  return this.request("DescribeSocCspmCompliance", req, cb)
194
201
  }
195
202
 
203
+ /**
204
+ * 获取测绘列表
205
+ */
206
+ async DescribeMappingResults(
207
+ req: DescribeMappingResultsRequest,
208
+ cb?: (error: string, rep: DescribeMappingResultsResponse) => void
209
+ ): Promise<DescribeMappingResultsResponse> {
210
+ return this.request("DescribeMappingResults", req, cb)
211
+ }
212
+
196
213
  /**
197
214
  * 漏洞管理页,获取漏洞列表
198
215
  */
@@ -15,6 +15,28 @@
15
15
  * under the License.
16
16
  */
17
17
 
18
+ /**
19
+ * DescribeMappingResults返回参数结构体
20
+ */
21
+ export interface DescribeMappingResultsResponse {
22
+ /**
23
+ * 总记录数
24
+ 注意:此字段可能返回 null,表示取不到有效值。
25
+ */
26
+ Total: number
27
+
28
+ /**
29
+ * 列表
30
+ 注意:此字段可能返回 null,表示取不到有效值。
31
+ */
32
+ Data: Results
33
+
34
+ /**
35
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
36
+ */
37
+ RequestId?: string
38
+ }
39
+
18
40
  /**
19
41
  * DescribeAssetDetail请求参数结构体
20
42
  */
@@ -160,6 +182,119 @@ export interface SocProductionItem {
160
182
  Status: number
161
183
  }
162
184
 
185
+ /**
186
+ * 测绘记录
187
+ */
188
+ export interface MappingResult {
189
+ /**
190
+ * 资产名称
191
+ 注意:此字段可能返回 null,表示取不到有效值。
192
+ */
193
+ AssetName: string
194
+
195
+ /**
196
+ * 公网ip
197
+ 注意:此字段可能返回 null,表示取不到有效值。
198
+ */
199
+ AssetIp: string
200
+
201
+ /**
202
+ * 内网ip
203
+ 注意:此字段可能返回 null,表示取不到有效值。
204
+ */
205
+ PrivateIp: string
206
+
207
+ /**
208
+ * 资产id
209
+ 注意:此字段可能返回 null,表示取不到有效值。
210
+ */
211
+ AssetId: string
212
+
213
+ /**
214
+ * 协议
215
+ 注意:此字段可能返回 null,表示取不到有效值。
216
+ */
217
+ Protocol: string
218
+
219
+ /**
220
+ * 端口
221
+ 注意:此字段可能返回 null,表示取不到有效值。
222
+ */
223
+ Port: string
224
+
225
+ /**
226
+ * 服务
227
+ 注意:此字段可能返回 null,表示取不到有效值。
228
+ */
229
+ Service: string
230
+
231
+ /**
232
+ * 组件
233
+ 注意:此字段可能返回 null,表示取不到有效值。
234
+ */
235
+ Component: string
236
+
237
+ /**
238
+ * 进程
239
+ 注意:此字段可能返回 null,表示取不到有效值。
240
+ */
241
+ Process: string
242
+
243
+ /**
244
+ * 操作系统
245
+ 注意:此字段可能返回 null,表示取不到有效值。
246
+ */
247
+ OS: string
248
+
249
+ /**
250
+ * 测绘时间
251
+ 注意:此字段可能返回 null,表示取不到有效值。
252
+ */
253
+ LastMappingTime: string
254
+
255
+ /**
256
+ * 处置建议
257
+ 注意:此字段可能返回 null,表示取不到有效值。
258
+ */
259
+ DisposalRecommendations: string
260
+
261
+ /**
262
+ * 处置建议详情
263
+ 注意:此字段可能返回 null,表示取不到有效值。
264
+ */
265
+ DisposalRecommendationDetails: string
266
+
267
+ /**
268
+ * 资产类型
269
+ 注意:此字段可能返回 null,表示取不到有效值。
270
+ */
271
+ AssetType: string
272
+
273
+ /**
274
+ * 域名
275
+ 注意:此字段可能返回 null,表示取不到有效值。
276
+ */
277
+ Domain: string
278
+
279
+ /**
280
+ * 测绘状态
281
+ 注意:此字段可能返回 null,表示取不到有效值。
282
+ */
283
+ MappingStatus: number
284
+
285
+ /**
286
+ * 区域
287
+ 注意:此字段可能返回 null,表示取不到有效值。
288
+ */
289
+ Region: string
290
+
291
+ /**
292
+ * 安全防护状态
293
+ 注意:此字段可能返回 null,表示取不到有效值。
294
+ */
295
+ SecurityStatus: Array<SecurityStatus>
296
+ }
297
+
163
298
  /**
164
299
  * DescribeCheckConfigAssetList请求参数结构体
165
300
  */
@@ -679,6 +814,21 @@ export interface DescribeCheckConfigAssetListResponse {
679
814
  RequestId?: string
680
815
  }
681
816
 
817
+ /**
818
+ * 标签
819
+ */
820
+ export interface Tag {
821
+ /**
822
+ * 数据库标识
823
+ */
824
+ Fid: number
825
+
826
+ /**
827
+ * 标签名称
828
+ */
829
+ Fname: string
830
+ }
831
+
682
832
  /**
683
833
  * 告警列表响应数据
684
834
  */
@@ -911,6 +1061,11 @@ export interface SocComplianceItem {
911
1061
  CheckItems: Array<SocCheckItem>
912
1062
  }
913
1063
 
1064
+ /**
1065
+ * 安全放回状态
1066
+ */
1067
+ export type SecurityStatus = null
1068
+
914
1069
  /**
915
1070
  * 排序的字段
916
1071
  */
@@ -1072,18 +1227,18 @@ export interface DescribeSafetyEventListRequest {
1072
1227
  }
1073
1228
 
1074
1229
  /**
1075
- * 标签
1230
+ * 资产查询过滤参数
1076
1231
  */
1077
- export interface Tag {
1232
+ export interface AssetQueryFilter {
1078
1233
  /**
1079
- * 数据库标识
1234
+ * 查询参数
1080
1235
  */
1081
- Fid: number
1236
+ Filter?: Array<QueryFilter>
1082
1237
 
1083
1238
  /**
1084
- * 标签名称
1239
+ * 查询连接符,1 and ,2 or
1085
1240
  */
1086
- Fname: string
1241
+ Logic?: number
1087
1242
  }
1088
1243
 
1089
1244
  /**
@@ -1459,6 +1614,31 @@ export interface DescribeSocCspmComplianceResponse {
1459
1614
  RequestId?: string
1460
1615
  }
1461
1616
 
1617
+ /**
1618
+ * DescribeMappingResults请求参数结构体
1619
+ */
1620
+ export interface DescribeMappingResultsRequest {
1621
+ /**
1622
+ * 过滤条件,FilterKey 取值范围:AssetId,AssetIp,PrivateIp,Protocol,Service,OS,Process,Component,AssetType,Domain,Port,LastMappingTime,MappingType,Disposal,Vpc
1623
+ */
1624
+ Filter?: Array<AssetQueryFilter>
1625
+
1626
+ /**
1627
+ * 排序条件,SortKey取值范围:CreateTime,LastMappingTime
1628
+ */
1629
+ Sorter?: Array<QuerySort>
1630
+
1631
+ /**
1632
+ * 页码
1633
+ */
1634
+ PageIndex?: number
1635
+
1636
+ /**
1637
+ * 页大小,默认大小20
1638
+ */
1639
+ PageSize?: number
1640
+ }
1641
+
1462
1642
  /**
1463
1643
  * 描述键值对过滤器,用于条件过滤查询。例如过滤ID、名称、状态等
1464
1644
 
@@ -2073,6 +2253,23 @@ export interface CheckAssetItem {
2073
2253
  Remarks?: string
2074
2254
  }
2075
2255
 
2256
+ /**
2257
+ * 资产测绘结果统计
2258
+ */
2259
+ export interface AssetTypeStatistic {
2260
+ /**
2261
+ * 资产类型
2262
+ 注意:此字段可能返回 null,表示取不到有效值。
2263
+ */
2264
+ AssetType: string
2265
+
2266
+ /**
2267
+ * 统计计数
2268
+ 注意:此字段可能返回 null,表示取不到有效值。
2269
+ */
2270
+ AssetCount: number
2271
+ }
2272
+
2076
2273
  /**
2077
2274
  * SaDivulgeDataQueryPub请求参数结构体
2078
2275
  */
@@ -2321,6 +2518,35 @@ export interface DataCompliance {
2321
2518
  Remarks: string
2322
2519
  }
2323
2520
 
2521
+ /**
2522
+ * 测绘结果
2523
+ */
2524
+ export interface Results {
2525
+ /**
2526
+ * 测绘类型统计
2527
+ 注意:此字段可能返回 null,表示取不到有效值。
2528
+ */
2529
+ Statistics: Array<AssetTypeStatistic>
2530
+
2531
+ /**
2532
+ * 测绘结果列表
2533
+ 注意:此字段可能返回 null,表示取不到有效值。
2534
+ */
2535
+ Result: Array<MappingResult>
2536
+
2537
+ /**
2538
+ * 测绘任务数
2539
+ 注意:此字段可能返回 null,表示取不到有效值。
2540
+ */
2541
+ TaskCount: number
2542
+
2543
+ /**
2544
+ * 最大测绘任务数
2545
+ 注意:此字段可能返回 null,表示取不到有效值。
2546
+ */
2547
+ TaskMaxCount: number
2548
+ }
2549
+
2324
2550
  /**
2325
2551
  * 资产详情信息
2326
2552
  */
@@ -2629,7 +2855,7 @@ export interface QueryFilter {
2629
2855
  FilterValue: string
2630
2856
 
2631
2857
  /**
2632
- * 匹配类型,枚举见pb
2858
+ * 匹配类型,1等于;2大于;3小于;4大于等于;5小于等于;6不等于;7in;8not in;9模糊匹配
2633
2859
  */
2634
2860
  FilterOperatorType: number
2635
2861
  }