tencentcloud-sdk-nodejs 4.0.438 → 4.0.439
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 +472 -0
- package/SERVICE_CHANGELOG.md +654 -281
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +5 -0
- package/src/services/cfw/v20190904/cfw_client.ts +12 -0
- package/src/services/cfw/v20190904/cfw_models.ts +52 -2
- package/src/services/clb/v20180317/clb_models.ts +5 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +18 -0
- package/src/services/cwp/v20180228/cwp_client.ts +192 -53
- package/src/services/cwp/v20180228/cwp_models.ts +1332 -321
- package/src/services/ecm/v20190719/ecm_models.ts +9 -0
- package/src/services/ess/v20201111/ess_client.ts +3 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +39 -12
- package/src/services/essbasic/v20210526/essbasic_models.ts +273 -102
- package/src/services/gme/v20180711/gme_client.ts +15 -2
- package/src/services/gme/v20180711/gme_models.ts +68 -13
- package/src/services/monitor/v20180724/monitor_client.ts +17 -4
- package/src/services/monitor/v20180724/monitor_models.ts +162 -53
- package/src/services/ms/v20180408/ms_client.ts +26 -11
- package/src/services/ms/v20180408/ms_models.ts +224 -27
- package/src/services/ocr/v20181119/ocr_client.ts +18 -3
- package/src/services/ocr/v20181119/ocr_models.ts +166 -76
- package/src/services/rum/v20210622/rum_models.ts +15 -0
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +104 -16
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +906 -411
- package/src/services/taf/v20200210/taf_client.ts +1 -15
- package/src/services/taf/v20200210/taf_models.ts +8 -96
- package/src/services/teo/v20220106/teo_models.ts +17 -11
- package/src/services/trtc/v20190722/trtc_models.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +43 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +15 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +64 -17
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +93 -24
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1138 -300
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +8 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +18 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +226 -83
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +5 -1
- package/tencentcloud/services/gme/v20180711/gme_client.js +6 -0
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +58 -11
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +139 -48
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +8 -4
- package/tencentcloud/services/ms/v20180408/ms_client.js +10 -4
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +194 -27
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +141 -63
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +12 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +31 -3
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +45 -3
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +758 -344
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
- package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +7 -82
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +16 -11
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +2 -2
- package/test/cfw.v20190904.test.js +10 -0
- package/test/cwp.v20180228.test.js +128 -18
- package/test/essbasic.v20210526.test.js +22 -2
- package/test/gme.v20180711.test.js +10 -0
- package/test/monitor.v20180724.test.js +10 -0
- package/test/ms.v20180408.test.js +12 -2
- package/test/ocr.v20181119.test.js +10 -0
- package/test/sqlserver.v20180328.test.js +72 -2
- package/test/taf.v20200210.test.js +0 -10
|
@@ -203,13 +203,9 @@ export interface DeleteBashEventsResponse {
|
|
|
203
203
|
*/
|
|
204
204
|
export interface DescribeAssetProcessInfoListRequest {
|
|
205
205
|
/**
|
|
206
|
-
*
|
|
207
|
-
*/
|
|
208
|
-
Limit?: number;
|
|
209
|
-
/**
|
|
210
|
-
* 偏移量,默认为0。
|
|
206
|
+
* 查询指定Quuid主机的信息
|
|
211
207
|
*/
|
|
212
|
-
|
|
208
|
+
Quuid?: string;
|
|
213
209
|
/**
|
|
214
210
|
* 过滤条件。
|
|
215
211
|
<li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>
|
|
@@ -233,15 +229,19 @@ export interface DescribeAssetProcessInfoListRequest {
|
|
|
233
229
|
*/
|
|
234
230
|
Filters?: Array<Filter>;
|
|
235
231
|
/**
|
|
236
|
-
*
|
|
232
|
+
* 需要返回的数量,默认为10,最大值为100
|
|
237
233
|
*/
|
|
238
|
-
|
|
234
|
+
Limit?: number;
|
|
235
|
+
/**
|
|
236
|
+
* 偏移量,默认为0。
|
|
237
|
+
*/
|
|
238
|
+
Offset?: number;
|
|
239
239
|
/**
|
|
240
240
|
* 排序方式,asc升序 或 desc降序
|
|
241
241
|
*/
|
|
242
242
|
Order?: string;
|
|
243
243
|
/**
|
|
244
|
-
* 排序方式:StartTime
|
|
244
|
+
* 排序方式:[FirstTime|StartTime]
|
|
245
245
|
*/
|
|
246
246
|
By?: string;
|
|
247
247
|
}
|
|
@@ -299,13 +299,9 @@ export interface AssetNetworkCardInfo {
|
|
|
299
299
|
*/
|
|
300
300
|
export interface DescribeAssetWebFrameListRequest {
|
|
301
301
|
/**
|
|
302
|
-
*
|
|
303
|
-
*/
|
|
304
|
-
Limit?: number;
|
|
305
|
-
/**
|
|
306
|
-
* 偏移量,默认为0。
|
|
302
|
+
* 查询指定Quuid主机的信息
|
|
307
303
|
*/
|
|
308
|
-
|
|
304
|
+
Quuid?: string;
|
|
309
305
|
/**
|
|
310
306
|
* 过滤条件。
|
|
311
307
|
<li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>
|
|
@@ -328,18 +324,22 @@ export interface DescribeAssetWebFrameListRequest {
|
|
|
328
324
|
<li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )</li>
|
|
329
325
|
*/
|
|
330
326
|
Filters?: Array<Filter>;
|
|
327
|
+
/**
|
|
328
|
+
* 偏移量,默认为0。
|
|
329
|
+
*/
|
|
330
|
+
Offset?: number;
|
|
331
|
+
/**
|
|
332
|
+
* 需要返回的数量,默认为10,最大值为100
|
|
333
|
+
*/
|
|
334
|
+
Limit?: number;
|
|
331
335
|
/**
|
|
332
336
|
* 排序方式,asc升序 或 desc降序
|
|
333
337
|
*/
|
|
334
338
|
Order?: string;
|
|
335
339
|
/**
|
|
336
|
-
* 可选排序:JarCount
|
|
340
|
+
* 可选排序:[FirstTime|JarCount]
|
|
337
341
|
*/
|
|
338
342
|
By?: string;
|
|
339
|
-
/**
|
|
340
|
-
* 查询指定Quuid主机的信息
|
|
341
|
-
*/
|
|
342
|
-
Quuid?: string;
|
|
343
343
|
}
|
|
344
344
|
/**
|
|
345
345
|
* DescribeMonthInspectionReport返回参数结构体
|
|
@@ -612,6 +612,27 @@ export interface DescribeBaselineStrategyDetailRequest {
|
|
|
612
612
|
*/
|
|
613
613
|
StrategyId: number;
|
|
614
614
|
}
|
|
615
|
+
/**
|
|
616
|
+
* ModifyLicenseBinds请求参数结构体
|
|
617
|
+
*/
|
|
618
|
+
export interface ModifyLicenseBindsRequest {
|
|
619
|
+
/**
|
|
620
|
+
* 资源ID
|
|
621
|
+
*/
|
|
622
|
+
ResourceId: string;
|
|
623
|
+
/**
|
|
624
|
+
* 授权类型
|
|
625
|
+
*/
|
|
626
|
+
LicenseType: number;
|
|
627
|
+
/**
|
|
628
|
+
* 是否全部机器(当全部机器数大于当前订单可用授权数时,多余机器会被跳过)
|
|
629
|
+
*/
|
|
630
|
+
IsAll?: boolean;
|
|
631
|
+
/**
|
|
632
|
+
* 需要绑定的机器quuid列表, 当IsAll = false 时必填,反之忽略该参数. 最大长度=2000
|
|
633
|
+
*/
|
|
634
|
+
QuuidList?: Array<string>;
|
|
635
|
+
}
|
|
615
636
|
/**
|
|
616
637
|
* 木马列表集合
|
|
617
638
|
*/
|
|
@@ -837,6 +858,27 @@ export interface DescribeVulCountByDatesRequest {
|
|
|
837
858
|
*/
|
|
838
859
|
IfEmergency?: string;
|
|
839
860
|
}
|
|
861
|
+
/**
|
|
862
|
+
* CreateLicenseOrder返回参数结构体
|
|
863
|
+
*/
|
|
864
|
+
export interface CreateLicenseOrderResponse {
|
|
865
|
+
/**
|
|
866
|
+
* 订单号列表
|
|
867
|
+
*/
|
|
868
|
+
DealNames: Array<string>;
|
|
869
|
+
/**
|
|
870
|
+
* 资源ID列表,预付费订单该字段空值
|
|
871
|
+
*/
|
|
872
|
+
ResourceIds: Array<string>;
|
|
873
|
+
/**
|
|
874
|
+
* 大订单号 , 后付费该字段空值
|
|
875
|
+
*/
|
|
876
|
+
BigDealId: string;
|
|
877
|
+
/**
|
|
878
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
879
|
+
*/
|
|
880
|
+
RequestId?: string;
|
|
881
|
+
}
|
|
840
882
|
/**
|
|
841
883
|
* DescribeBaselineStrategyList返回参数结构体
|
|
842
884
|
*/
|
|
@@ -1252,6 +1294,14 @@ export interface DescribeWebPageEventListRequest {
|
|
|
1252
1294
|
* ExportAssetCoreModuleList请求参数结构体
|
|
1253
1295
|
*/
|
|
1254
1296
|
export interface ExportAssetCoreModuleListRequest {
|
|
1297
|
+
/**
|
|
1298
|
+
* 服务器Uuid
|
|
1299
|
+
*/
|
|
1300
|
+
Uuid?: string;
|
|
1301
|
+
/**
|
|
1302
|
+
* 服务器Quuid
|
|
1303
|
+
*/
|
|
1304
|
+
Quuid?: string;
|
|
1255
1305
|
/**
|
|
1256
1306
|
* 过滤条件。
|
|
1257
1307
|
<li>Name- string - 是否必填:否 - 包名</li>
|
|
@@ -1263,17 +1313,9 @@ export interface ExportAssetCoreModuleListRequest {
|
|
|
1263
1313
|
*/
|
|
1264
1314
|
Order?: string;
|
|
1265
1315
|
/**
|
|
1266
|
-
*
|
|
1316
|
+
* 排序依据[FirstTime|Size|ProcessCount|ModuleCount]
|
|
1267
1317
|
*/
|
|
1268
1318
|
By?: string;
|
|
1269
|
-
/**
|
|
1270
|
-
* 服务器Uuid
|
|
1271
|
-
*/
|
|
1272
|
-
Uuid?: string;
|
|
1273
|
-
/**
|
|
1274
|
-
* 服务器Quuid
|
|
1275
|
-
*/
|
|
1276
|
-
Quuid?: string;
|
|
1277
1319
|
}
|
|
1278
1320
|
/**
|
|
1279
1321
|
* DescribeComponentStatistics返回参数结构体
|
|
@@ -1313,6 +1355,20 @@ export interface DescribeSearchExportListResponse {
|
|
|
1313
1355
|
*/
|
|
1314
1356
|
RequestId?: string;
|
|
1315
1357
|
}
|
|
1358
|
+
/**
|
|
1359
|
+
* DescribeVulLevelCount返回参数结构体
|
|
1360
|
+
*/
|
|
1361
|
+
export interface DescribeVulLevelCountResponse {
|
|
1362
|
+
/**
|
|
1363
|
+
* 统计结果
|
|
1364
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1365
|
+
*/
|
|
1366
|
+
VulLevelList: Array<VulLevelInfo>;
|
|
1367
|
+
/**
|
|
1368
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1369
|
+
*/
|
|
1370
|
+
RequestId?: string;
|
|
1371
|
+
}
|
|
1316
1372
|
/**
|
|
1317
1373
|
* 标准阻断模式规则
|
|
1318
1374
|
*/
|
|
@@ -1539,6 +1595,41 @@ export interface AssetKeyVal {
|
|
|
1539
1595
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1540
1596
|
*/
|
|
1541
1597
|
Desc: string;
|
|
1598
|
+
/**
|
|
1599
|
+
* 今日新增数量
|
|
1600
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1601
|
+
*/
|
|
1602
|
+
NewCount: number;
|
|
1603
|
+
}
|
|
1604
|
+
/**
|
|
1605
|
+
* DescribeLicenseList返回参数结构体
|
|
1606
|
+
*/
|
|
1607
|
+
export interface DescribeLicenseListResponse {
|
|
1608
|
+
/**
|
|
1609
|
+
* 总条数
|
|
1610
|
+
*/
|
|
1611
|
+
TotalCount: number;
|
|
1612
|
+
/**
|
|
1613
|
+
* 授权数列表信息
|
|
1614
|
+
*/
|
|
1615
|
+
List: Array<LicenseDetail>;
|
|
1616
|
+
/**
|
|
1617
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1618
|
+
*/
|
|
1619
|
+
RequestId?: string;
|
|
1620
|
+
}
|
|
1621
|
+
/**
|
|
1622
|
+
* 授权解绑信息
|
|
1623
|
+
*/
|
|
1624
|
+
export interface LicenseUnBindRsp {
|
|
1625
|
+
/**
|
|
1626
|
+
* QUUID 云服务器uuid,轻量服务器uuid,边缘计算 uuid
|
|
1627
|
+
*/
|
|
1628
|
+
Quuid: string;
|
|
1629
|
+
/**
|
|
1630
|
+
* 失败原因
|
|
1631
|
+
*/
|
|
1632
|
+
ErrMsg: string;
|
|
1542
1633
|
}
|
|
1543
1634
|
/**
|
|
1544
1635
|
* ModifyAutoOpenProVersionConfig请求参数结构体
|
|
@@ -1763,13 +1854,13 @@ export interface DeleteMalwaresResponse {
|
|
|
1763
1854
|
*/
|
|
1764
1855
|
export interface DescribeAssetInitServiceListRequest {
|
|
1765
1856
|
/**
|
|
1766
|
-
*
|
|
1857
|
+
* 服务器Uuid
|
|
1767
1858
|
*/
|
|
1768
|
-
|
|
1859
|
+
Uuid?: string;
|
|
1769
1860
|
/**
|
|
1770
|
-
*
|
|
1861
|
+
* 服务器Quuid
|
|
1771
1862
|
*/
|
|
1772
|
-
|
|
1863
|
+
Quuid?: string;
|
|
1773
1864
|
/**
|
|
1774
1865
|
* 过滤条件。
|
|
1775
1866
|
<li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>
|
|
@@ -1794,13 +1885,21 @@ export interface DescribeAssetInitServiceListRequest {
|
|
|
1794
1885
|
*/
|
|
1795
1886
|
Filters?: Array<AssetFilters>;
|
|
1796
1887
|
/**
|
|
1797
|
-
*
|
|
1888
|
+
* 偏移量,默认为0。
|
|
1798
1889
|
*/
|
|
1799
|
-
|
|
1890
|
+
Offset?: number;
|
|
1800
1891
|
/**
|
|
1801
|
-
*
|
|
1892
|
+
* 需要返回的数量,默认为10,最大值为100
|
|
1802
1893
|
*/
|
|
1803
|
-
|
|
1894
|
+
Limit?: number;
|
|
1895
|
+
/**
|
|
1896
|
+
* 排序方式,asc升序 或 desc降序
|
|
1897
|
+
*/
|
|
1898
|
+
Order?: string;
|
|
1899
|
+
/**
|
|
1900
|
+
* 排序方式:[FirstTime]
|
|
1901
|
+
*/
|
|
1902
|
+
By?: string;
|
|
1804
1903
|
}
|
|
1805
1904
|
/**
|
|
1806
1905
|
* ScanVulAgain返回参数结构体
|
|
@@ -2537,6 +2636,15 @@ export interface AssetUserDetail {
|
|
|
2537
2636
|
*/
|
|
2538
2637
|
UpdateTime: string;
|
|
2539
2638
|
}
|
|
2639
|
+
/**
|
|
2640
|
+
* ModifyOrderAttribute返回参数结构体
|
|
2641
|
+
*/
|
|
2642
|
+
export interface ModifyOrderAttributeResponse {
|
|
2643
|
+
/**
|
|
2644
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2645
|
+
*/
|
|
2646
|
+
RequestId?: string;
|
|
2647
|
+
}
|
|
2540
2648
|
/**
|
|
2541
2649
|
* DescribeMachines请求参数结构体
|
|
2542
2650
|
*/
|
|
@@ -2606,6 +2714,29 @@ export interface DescribeVulEffectHostListRequest {
|
|
|
2606
2714
|
*/
|
|
2607
2715
|
Filters?: Array<Filter>;
|
|
2608
2716
|
}
|
|
2717
|
+
/**
|
|
2718
|
+
* ExportLicenseDetail请求参数结构体
|
|
2719
|
+
*/
|
|
2720
|
+
export interface ExportLicenseDetailRequest {
|
|
2721
|
+
/**
|
|
2722
|
+
* 多个条件筛选时 LicenseStatus,DeadlineStatus,ResourceId,Keywords 取交集
|
|
2723
|
+
<li> LicenseType 授权类型, 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月</li>
|
|
2724
|
+
<li>ResourceId 资源ID</li>
|
|
2725
|
+
*/
|
|
2726
|
+
Filters?: Array<Filters>;
|
|
2727
|
+
/**
|
|
2728
|
+
* 是否导出全部授权详情
|
|
2729
|
+
*/
|
|
2730
|
+
IsHistory?: boolean;
|
|
2731
|
+
/**
|
|
2732
|
+
* 标签筛选,平台标签能力,这里传入 标签键,标签值作为一个对象
|
|
2733
|
+
*/
|
|
2734
|
+
Tags?: Array<Tags>;
|
|
2735
|
+
/**
|
|
2736
|
+
* 导出月份, 该参数仅在IsHistory 时可选.
|
|
2737
|
+
*/
|
|
2738
|
+
ExportMonth?: string;
|
|
2739
|
+
}
|
|
2609
2740
|
/**
|
|
2610
2741
|
* 资产管理Web应用插件详情
|
|
2611
2742
|
*/
|
|
@@ -2636,6 +2767,27 @@ export interface DeletePrivilegeRulesRequest {
|
|
|
2636
2767
|
*/
|
|
2637
2768
|
Ids: Array<number>;
|
|
2638
2769
|
}
|
|
2770
|
+
/**
|
|
2771
|
+
* DescribeLicenseBindSchedule返回参数结构体
|
|
2772
|
+
*/
|
|
2773
|
+
export interface DescribeLicenseBindScheduleResponse {
|
|
2774
|
+
/**
|
|
2775
|
+
* 进度
|
|
2776
|
+
*/
|
|
2777
|
+
Schedule: number;
|
|
2778
|
+
/**
|
|
2779
|
+
* 绑定任务详情
|
|
2780
|
+
*/
|
|
2781
|
+
List: Array<LicenseBindTaskDetail>;
|
|
2782
|
+
/**
|
|
2783
|
+
* 总条数
|
|
2784
|
+
*/
|
|
2785
|
+
TotalCount: number;
|
|
2786
|
+
/**
|
|
2787
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2788
|
+
*/
|
|
2789
|
+
RequestId?: string;
|
|
2790
|
+
}
|
|
2639
2791
|
/**
|
|
2640
2792
|
* DescribeMalwareInfo请求参数结构体
|
|
2641
2793
|
*/
|
|
@@ -2840,6 +2992,23 @@ export interface CheckBashRuleParamsResponse {
|
|
|
2840
2992
|
*/
|
|
2841
2993
|
RequestId?: string;
|
|
2842
2994
|
}
|
|
2995
|
+
/**
|
|
2996
|
+
* DeleteLicenseRecord请求参数结构体
|
|
2997
|
+
*/
|
|
2998
|
+
export interface DeleteLicenseRecordRequest {
|
|
2999
|
+
/**
|
|
3000
|
+
* 授权ID ,可以用授权订单列表获取.
|
|
3001
|
+
*/
|
|
3002
|
+
LicenseId: number;
|
|
3003
|
+
/**
|
|
3004
|
+
* 授权类型
|
|
3005
|
+
*/
|
|
3006
|
+
LicenseType: number;
|
|
3007
|
+
/**
|
|
3008
|
+
* 资源ID
|
|
3009
|
+
*/
|
|
3010
|
+
ResourceId: string;
|
|
3011
|
+
}
|
|
2843
3012
|
/**
|
|
2844
3013
|
* ExportBaselineList请求参数结构体
|
|
2845
3014
|
*/
|
|
@@ -2959,53 +3128,21 @@ export interface DescribeVulListRequest {
|
|
|
2959
3128
|
Order?: string;
|
|
2960
3129
|
}
|
|
2961
3130
|
/**
|
|
2962
|
-
*
|
|
3131
|
+
* DescribeLicenseBindList返回参数结构体
|
|
2963
3132
|
*/
|
|
2964
|
-
export interface
|
|
2965
|
-
/**
|
|
2966
|
-
* 漏洞ID
|
|
2967
|
-
*/
|
|
2968
|
-
VulId: number;
|
|
2969
|
-
/**
|
|
2970
|
-
* 漏洞级别
|
|
2971
|
-
*/
|
|
2972
|
-
Level: number;
|
|
2973
|
-
/**
|
|
2974
|
-
* 漏洞名称
|
|
2975
|
-
*/
|
|
2976
|
-
Name: string;
|
|
2977
|
-
/**
|
|
2978
|
-
* cve编号
|
|
2979
|
-
*/
|
|
2980
|
-
CveId: string;
|
|
2981
|
-
/**
|
|
2982
|
-
* 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞 0= 应急漏洞
|
|
2983
|
-
*/
|
|
2984
|
-
VulCategory: number;
|
|
2985
|
-
/**
|
|
2986
|
-
* 漏洞描述
|
|
2987
|
-
*/
|
|
2988
|
-
Descript: string;
|
|
2989
|
-
/**
|
|
2990
|
-
* 修复建议
|
|
2991
|
-
*/
|
|
2992
|
-
Fix: string;
|
|
2993
|
-
/**
|
|
2994
|
-
* 参考链接
|
|
2995
|
-
*/
|
|
2996
|
-
Reference: string;
|
|
3133
|
+
export interface DescribeLicenseBindListResponse {
|
|
2997
3134
|
/**
|
|
2998
|
-
*
|
|
3135
|
+
* 总条数
|
|
2999
3136
|
*/
|
|
3000
|
-
|
|
3137
|
+
TotalCount: number;
|
|
3001
3138
|
/**
|
|
3002
|
-
*
|
|
3139
|
+
* 绑定机器列表信息
|
|
3003
3140
|
*/
|
|
3004
|
-
|
|
3141
|
+
List: Array<LicenseBindDetail>;
|
|
3005
3142
|
/**
|
|
3006
|
-
*
|
|
3143
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3007
3144
|
*/
|
|
3008
|
-
|
|
3145
|
+
RequestId?: string;
|
|
3009
3146
|
}
|
|
3010
3147
|
/**
|
|
3011
3148
|
* DescribeServersAndRiskAndFirstInfo返回参数结构体
|
|
@@ -3045,21 +3182,21 @@ export interface AssetAppBaseInfo {
|
|
|
3045
3182
|
*/
|
|
3046
3183
|
MachineIp: string;
|
|
3047
3184
|
/**
|
|
3048
|
-
*
|
|
3185
|
+
* 主机名称
|
|
3049
3186
|
*/
|
|
3050
|
-
|
|
3187
|
+
MachineName: string;
|
|
3051
3188
|
/**
|
|
3052
|
-
*
|
|
3189
|
+
* 主机外网IP
|
|
3053
3190
|
*/
|
|
3054
|
-
|
|
3191
|
+
MachineWanIp: string;
|
|
3055
3192
|
/**
|
|
3056
3193
|
* 主机Uuid
|
|
3057
3194
|
*/
|
|
3058
3195
|
Uuid: string;
|
|
3059
3196
|
/**
|
|
3060
|
-
*
|
|
3197
|
+
* 主机Quuid
|
|
3061
3198
|
*/
|
|
3062
|
-
|
|
3199
|
+
Quuid: string;
|
|
3063
3200
|
/**
|
|
3064
3201
|
* 主机业务组ID
|
|
3065
3202
|
*/
|
|
@@ -3090,9 +3227,9 @@ export interface AssetAppBaseInfo {
|
|
|
3090
3227
|
*/
|
|
3091
3228
|
BinPath: string;
|
|
3092
3229
|
/**
|
|
3093
|
-
*
|
|
3230
|
+
* 操作系统信息
|
|
3094
3231
|
*/
|
|
3095
|
-
|
|
3232
|
+
OsInfo: string;
|
|
3096
3233
|
/**
|
|
3097
3234
|
* 关联进程数
|
|
3098
3235
|
*/
|
|
@@ -3106,10 +3243,23 @@ export interface AssetAppBaseInfo {
|
|
|
3106
3243
|
*/
|
|
3107
3244
|
Version: string;
|
|
3108
3245
|
/**
|
|
3109
|
-
*
|
|
3110
|
-
|
|
3246
|
+
* 配置文件路径
|
|
3247
|
+
*/
|
|
3248
|
+
ConfigPath: string;
|
|
3249
|
+
/**
|
|
3250
|
+
* 首次采集时间
|
|
3251
|
+
*/
|
|
3252
|
+
FirstTime: string;
|
|
3253
|
+
/**
|
|
3254
|
+
* 数据更新时间
|
|
3255
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3111
3256
|
*/
|
|
3112
3257
|
UpdateTime: string;
|
|
3258
|
+
/**
|
|
3259
|
+
* 是否新增[0:否|1:是]
|
|
3260
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3261
|
+
*/
|
|
3262
|
+
IsNew: number;
|
|
3113
3263
|
}
|
|
3114
3264
|
/**
|
|
3115
3265
|
* DescribePrivilegeRules请求参数结构体
|
|
@@ -3129,6 +3279,27 @@ export interface DescribePrivilegeRulesRequest {
|
|
|
3129
3279
|
*/
|
|
3130
3280
|
Filters?: Array<Filter>;
|
|
3131
3281
|
}
|
|
3282
|
+
/**
|
|
3283
|
+
* ModifyOrderAttribute请求参数结构体
|
|
3284
|
+
*/
|
|
3285
|
+
export interface ModifyOrderAttributeRequest {
|
|
3286
|
+
/**
|
|
3287
|
+
* 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
|
|
3288
|
+
*/
|
|
3289
|
+
LicenseType: number;
|
|
3290
|
+
/**
|
|
3291
|
+
* 资源ID
|
|
3292
|
+
*/
|
|
3293
|
+
ResourceId: string;
|
|
3294
|
+
/**
|
|
3295
|
+
* 可编辑的属性名称 ,当前支持的有: alias 资源别名
|
|
3296
|
+
*/
|
|
3297
|
+
AttrName: string;
|
|
3298
|
+
/**
|
|
3299
|
+
* 属性值
|
|
3300
|
+
*/
|
|
3301
|
+
AttrValue: string;
|
|
3302
|
+
}
|
|
3132
3303
|
/**
|
|
3133
3304
|
* 专家服务-月巡检报告
|
|
3134
3305
|
*/
|
|
@@ -3187,33 +3358,13 @@ export interface DescribeAssetMachineListResponse {
|
|
|
3187
3358
|
*/
|
|
3188
3359
|
export declare type DescribeWebPageGeneralizeRequest = null;
|
|
3189
3360
|
/**
|
|
3190
|
-
*
|
|
3361
|
+
* DescribeBaselineDetail请求参数结构体
|
|
3191
3362
|
*/
|
|
3192
|
-
export interface
|
|
3193
|
-
/**
|
|
3194
|
-
* 分区名
|
|
3195
|
-
*/
|
|
3196
|
-
Name: string;
|
|
3197
|
-
/**
|
|
3198
|
-
* 分区大小:单位G
|
|
3199
|
-
*/
|
|
3200
|
-
Size: number;
|
|
3201
|
-
/**
|
|
3202
|
-
* 分区使用率
|
|
3203
|
-
*/
|
|
3204
|
-
Percent: number;
|
|
3205
|
-
/**
|
|
3206
|
-
* 文件系统类型
|
|
3207
|
-
*/
|
|
3208
|
-
Type: string;
|
|
3209
|
-
/**
|
|
3210
|
-
* 挂载目录
|
|
3211
|
-
*/
|
|
3212
|
-
Path: string;
|
|
3363
|
+
export interface DescribeBaselineDetailRequest {
|
|
3213
3364
|
/**
|
|
3214
|
-
*
|
|
3365
|
+
* 基线id
|
|
3215
3366
|
*/
|
|
3216
|
-
|
|
3367
|
+
BaselineId: number;
|
|
3217
3368
|
}
|
|
3218
3369
|
/**
|
|
3219
3370
|
* ModifyWarningSetting请求参数结构体
|
|
@@ -3260,13 +3411,9 @@ export interface UntrustMalwaresRequest {
|
|
|
3260
3411
|
*/
|
|
3261
3412
|
export interface DescribeAssetAppListRequest {
|
|
3262
3413
|
/**
|
|
3263
|
-
*
|
|
3264
|
-
*/
|
|
3265
|
-
Limit?: number;
|
|
3266
|
-
/**
|
|
3267
|
-
* 偏移量,默认为0。
|
|
3414
|
+
* 查询指定Quuid主机的信息
|
|
3268
3415
|
*/
|
|
3269
|
-
|
|
3416
|
+
Quuid?: string;
|
|
3270
3417
|
/**
|
|
3271
3418
|
* 过滤条件。
|
|
3272
3419
|
<li>AppName- string - 是否必填:否 - 应用名搜索</li>
|
|
@@ -3286,17 +3433,21 @@ export interface DescribeAssetAppListRequest {
|
|
|
3286
3433
|
*/
|
|
3287
3434
|
Filters?: Array<AssetFilters>;
|
|
3288
3435
|
/**
|
|
3289
|
-
*
|
|
3436
|
+
* 需要返回的数量,默认为10,最大值为100
|
|
3290
3437
|
*/
|
|
3291
|
-
|
|
3438
|
+
Limit?: number;
|
|
3439
|
+
/**
|
|
3440
|
+
* 偏移量,默认为0。
|
|
3441
|
+
*/
|
|
3442
|
+
Offset?: number;
|
|
3292
3443
|
/**
|
|
3293
3444
|
* 排序方式,asc升序 或 desc降序
|
|
3294
3445
|
*/
|
|
3295
3446
|
Order?: string;
|
|
3296
3447
|
/**
|
|
3297
|
-
*
|
|
3448
|
+
* 排序方式:[FirstTime|ProcessCount]
|
|
3298
3449
|
*/
|
|
3299
|
-
|
|
3450
|
+
By?: string;
|
|
3300
3451
|
}
|
|
3301
3452
|
/**
|
|
3302
3453
|
* UntrustMalwares返回参数结构体
|
|
@@ -3516,6 +3667,25 @@ export interface ScanVulRequest {
|
|
|
3516
3667
|
*/
|
|
3517
3668
|
VulIds?: Array<number>;
|
|
3518
3669
|
}
|
|
3670
|
+
/**
|
|
3671
|
+
* DescribeBruteAttackList返回参数结构体
|
|
3672
|
+
*/
|
|
3673
|
+
export interface DescribeBruteAttackListResponse {
|
|
3674
|
+
/**
|
|
3675
|
+
* 总数
|
|
3676
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3677
|
+
*/
|
|
3678
|
+
TotalCount: number;
|
|
3679
|
+
/**
|
|
3680
|
+
* 密码破解列表
|
|
3681
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3682
|
+
*/
|
|
3683
|
+
BruteAttackList: Array<BruteAttackInfo>;
|
|
3684
|
+
/**
|
|
3685
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3686
|
+
*/
|
|
3687
|
+
RequestId?: string;
|
|
3688
|
+
}
|
|
3519
3689
|
/**
|
|
3520
3690
|
* RecoverMalwares请求参数结构体
|
|
3521
3691
|
*/
|
|
@@ -3576,13 +3746,13 @@ export interface DescribeAssetCoreModuleInfoResponse {
|
|
|
3576
3746
|
*/
|
|
3577
3747
|
export interface DescribeAssetEnvListRequest {
|
|
3578
3748
|
/**
|
|
3579
|
-
*
|
|
3749
|
+
* 服务器Uuid
|
|
3580
3750
|
*/
|
|
3581
|
-
|
|
3751
|
+
Uuid?: string;
|
|
3582
3752
|
/**
|
|
3583
|
-
*
|
|
3753
|
+
* 服务器Quuid
|
|
3584
3754
|
*/
|
|
3585
|
-
|
|
3755
|
+
Quuid?: string;
|
|
3586
3756
|
/**
|
|
3587
3757
|
* 该字段已废弃,由Filters代替
|
|
3588
3758
|
*/
|
|
@@ -3595,13 +3765,21 @@ export interface DescribeAssetEnvListRequest {
|
|
|
3595
3765
|
*/
|
|
3596
3766
|
Filters?: Array<AssetFilters>;
|
|
3597
3767
|
/**
|
|
3598
|
-
*
|
|
3768
|
+
* 偏移量,默认为0。
|
|
3599
3769
|
*/
|
|
3600
|
-
|
|
3770
|
+
Offset?: number;
|
|
3601
3771
|
/**
|
|
3602
|
-
*
|
|
3772
|
+
* 需要返回的数量,默认为10,最大值为100
|
|
3603
3773
|
*/
|
|
3604
|
-
|
|
3774
|
+
Limit?: number;
|
|
3775
|
+
/**
|
|
3776
|
+
* 排序方式,asc升序 或 desc降序
|
|
3777
|
+
*/
|
|
3778
|
+
Order?: string;
|
|
3779
|
+
/**
|
|
3780
|
+
* 排序方式:[FirstTime]
|
|
3781
|
+
*/
|
|
3782
|
+
By?: string;
|
|
3605
3783
|
}
|
|
3606
3784
|
/**
|
|
3607
3785
|
* StopNoticeBanTips请求参数结构体
|
|
@@ -3685,6 +3863,14 @@ export interface AssetMachineBaseInfo {
|
|
|
3685
3863
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3686
3864
|
*/
|
|
3687
3865
|
UpdateTime: string;
|
|
3866
|
+
/**
|
|
3867
|
+
* 是否新增[0:否|1:是]
|
|
3868
|
+
*/
|
|
3869
|
+
IsNew: number;
|
|
3870
|
+
/**
|
|
3871
|
+
* 首次采集时间
|
|
3872
|
+
*/
|
|
3873
|
+
FirstTime: string;
|
|
3688
3874
|
}
|
|
3689
3875
|
/**
|
|
3690
3876
|
* DescribeBashEvents返回参数结构体
|
|
@@ -3770,13 +3956,13 @@ export interface DescribeAssetWebLocationListResponse {
|
|
|
3770
3956
|
*/
|
|
3771
3957
|
export interface DescribeAssetJarListRequest {
|
|
3772
3958
|
/**
|
|
3773
|
-
*
|
|
3959
|
+
* 服务器Uuid
|
|
3774
3960
|
*/
|
|
3775
|
-
|
|
3961
|
+
Uuid?: string;
|
|
3776
3962
|
/**
|
|
3777
|
-
*
|
|
3963
|
+
* 服务器Quuid
|
|
3778
3964
|
*/
|
|
3779
|
-
|
|
3965
|
+
Quuid?: string;
|
|
3780
3966
|
/**
|
|
3781
3967
|
* 过滤条件。
|
|
3782
3968
|
<li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>
|
|
@@ -3790,13 +3976,21 @@ export interface DescribeAssetJarListRequest {
|
|
|
3790
3976
|
*/
|
|
3791
3977
|
Filters?: Array<AssetFilters>;
|
|
3792
3978
|
/**
|
|
3793
|
-
*
|
|
3979
|
+
* 偏移量,默认为0。
|
|
3794
3980
|
*/
|
|
3795
|
-
|
|
3981
|
+
Offset?: number;
|
|
3796
3982
|
/**
|
|
3797
|
-
*
|
|
3983
|
+
* 需要返回的数量,默认为10,最大值为100
|
|
3798
3984
|
*/
|
|
3799
|
-
|
|
3985
|
+
Limit?: number;
|
|
3986
|
+
/**
|
|
3987
|
+
* 排序方式,asc升序 或 desc降序
|
|
3988
|
+
*/
|
|
3989
|
+
Order?: string;
|
|
3990
|
+
/**
|
|
3991
|
+
* 排序方式:[FirstTime]
|
|
3992
|
+
*/
|
|
3993
|
+
By?: string;
|
|
3800
3994
|
}
|
|
3801
3995
|
/**
|
|
3802
3996
|
* 本地提权数据
|
|
@@ -4206,6 +4400,18 @@ export interface AssetDatabaseBaseInfo {
|
|
|
4206
4400
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4207
4401
|
*/
|
|
4208
4402
|
UpdateTime: string;
|
|
4403
|
+
/**
|
|
4404
|
+
* 首次采集时间
|
|
4405
|
+
*/
|
|
4406
|
+
FirstTime: string;
|
|
4407
|
+
/**
|
|
4408
|
+
* 是否新增[0:否|1:是]
|
|
4409
|
+
*/
|
|
4410
|
+
IsNew: number;
|
|
4411
|
+
/**
|
|
4412
|
+
* 主机名称
|
|
4413
|
+
*/
|
|
4414
|
+
MachineName: string;
|
|
4209
4415
|
}
|
|
4210
4416
|
/**
|
|
4211
4417
|
* DeletePrivilegeRules返回参数结构体
|
|
@@ -4302,6 +4508,19 @@ export interface DescribeIndexListResponse {
|
|
|
4302
4508
|
*/
|
|
4303
4509
|
RequestId?: string;
|
|
4304
4510
|
}
|
|
4511
|
+
/**
|
|
4512
|
+
* DescribeTagMachines返回参数结构体
|
|
4513
|
+
*/
|
|
4514
|
+
export interface DescribeTagMachinesResponse {
|
|
4515
|
+
/**
|
|
4516
|
+
* 列表数据
|
|
4517
|
+
*/
|
|
4518
|
+
List: Array<TagMachine>;
|
|
4519
|
+
/**
|
|
4520
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4521
|
+
*/
|
|
4522
|
+
RequestId?: string;
|
|
4523
|
+
}
|
|
4305
4524
|
/**
|
|
4306
4525
|
* ModifyWebPageProtectDir请求参数结构体
|
|
4307
4526
|
*/
|
|
@@ -4640,19 +4859,31 @@ export interface AssetUserBaseInfo {
|
|
|
4640
4859
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4641
4860
|
*/
|
|
4642
4861
|
UpdateTime: string;
|
|
4862
|
+
/**
|
|
4863
|
+
* 首次采集时间
|
|
4864
|
+
*/
|
|
4865
|
+
FirstTime: string;
|
|
4866
|
+
/**
|
|
4867
|
+
* 是否新增[0:否|1:是]
|
|
4868
|
+
*/
|
|
4869
|
+
IsNew: number;
|
|
4643
4870
|
}
|
|
4644
4871
|
/**
|
|
4645
|
-
*
|
|
4872
|
+
* 授权绑定任务详情
|
|
4646
4873
|
*/
|
|
4647
|
-
export interface
|
|
4874
|
+
export interface LicenseBindTaskDetail {
|
|
4648
4875
|
/**
|
|
4649
|
-
*
|
|
4876
|
+
* 云服务器UUID
|
|
4650
4877
|
*/
|
|
4651
|
-
|
|
4878
|
+
Quuid: string;
|
|
4652
4879
|
/**
|
|
4653
|
-
*
|
|
4880
|
+
* 错误信息
|
|
4654
4881
|
*/
|
|
4655
|
-
|
|
4882
|
+
ErrMsg: string;
|
|
4883
|
+
/**
|
|
4884
|
+
* 0 执行中, 1 成功,2失败
|
|
4885
|
+
*/
|
|
4886
|
+
Status: number;
|
|
4656
4887
|
}
|
|
4657
4888
|
/**
|
|
4658
4889
|
* ExportMaliciousRequests返回参数结构体
|
|
@@ -4745,13 +4976,13 @@ export interface DescribeVulCountByDatesResponse {
|
|
|
4745
4976
|
RequestId?: string;
|
|
4746
4977
|
}
|
|
4747
4978
|
/**
|
|
4748
|
-
*
|
|
4979
|
+
* DescribeMachineOsList返回参数结构体
|
|
4749
4980
|
*/
|
|
4750
|
-
export interface
|
|
4981
|
+
export interface DescribeMachineOsListResponse {
|
|
4751
4982
|
/**
|
|
4752
|
-
*
|
|
4983
|
+
* 操作系统列表
|
|
4753
4984
|
*/
|
|
4754
|
-
List: Array<
|
|
4985
|
+
List: Array<OsName>;
|
|
4755
4986
|
/**
|
|
4756
4987
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4757
4988
|
*/
|
|
@@ -5302,6 +5533,57 @@ export interface DescribeMalwareFileRequest {
|
|
|
5302
5533
|
*/
|
|
5303
5534
|
Id: number;
|
|
5304
5535
|
}
|
|
5536
|
+
/**
|
|
5537
|
+
* DescribeLicenseList请求参数结构体
|
|
5538
|
+
*/
|
|
5539
|
+
export interface DescribeLicenseListRequest {
|
|
5540
|
+
/**
|
|
5541
|
+
* 多个条件筛选时 LicenseStatus,DeadlineStatus,ResourceId,Keywords 取交集
|
|
5542
|
+
<li> LicenseStatus 授权状态信息,0 未使用,1 部分使用, 2 已用完, 3 不可用 4 可使用</li>
|
|
5543
|
+
<li> BuyTime 购买时间</li>
|
|
5544
|
+
<li> LicenseType 授权类型, 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月</li>
|
|
5545
|
+
<li>DeadlineStatus 到期状态 NotExpired 未过期, Expire 已过期(包含已销毁) NearExpiry 即将到期</li>
|
|
5546
|
+
<li>ResourceId 资源ID</li>
|
|
5547
|
+
<li>Keywords IP筛选</li>
|
|
5548
|
+
<li>PayMode 付费模式 0 按量计费 , 1 包年包月</li>
|
|
5549
|
+
<li>OrderStatus 订单状态 1 正常 2 隔离 3 销毁</li>
|
|
5550
|
+
*/
|
|
5551
|
+
Filters?: Array<Filters>;
|
|
5552
|
+
/**
|
|
5553
|
+
* 限制条数,默认10.
|
|
5554
|
+
*/
|
|
5555
|
+
Limit?: number;
|
|
5556
|
+
/**
|
|
5557
|
+
* 偏移量,默认0.
|
|
5558
|
+
*/
|
|
5559
|
+
Offset?: number;
|
|
5560
|
+
/**
|
|
5561
|
+
* 标签筛选,平台标签能力,这里传入 标签键,标签值作为一个对象
|
|
5562
|
+
*/
|
|
5563
|
+
Tags?: Array<Tags>;
|
|
5564
|
+
}
|
|
5565
|
+
/**
|
|
5566
|
+
* ModifyLicenseUnBinds请求参数结构体
|
|
5567
|
+
*/
|
|
5568
|
+
export interface ModifyLicenseUnBindsRequest {
|
|
5569
|
+
/**
|
|
5570
|
+
* 资源ID
|
|
5571
|
+
*/
|
|
5572
|
+
ResourceId: string;
|
|
5573
|
+
/**
|
|
5574
|
+
* 授权类型
|
|
5575
|
+
*/
|
|
5576
|
+
LicenseType: number;
|
|
5577
|
+
/**
|
|
5578
|
+
* 是否全部机器(当全部机器数大于当前订单可用授权数时,多余机器会被跳过)
|
|
5579
|
+
*/
|
|
5580
|
+
IsAll?: boolean;
|
|
5581
|
+
/**
|
|
5582
|
+
* 需要绑定的机器quuid列表, 当IsAll = false 时必填,反之忽略该参数.
|
|
5583
|
+
最大长度=100
|
|
5584
|
+
*/
|
|
5585
|
+
QuuidList?: Array<string>;
|
|
5586
|
+
}
|
|
5305
5587
|
/**
|
|
5306
5588
|
* DeleteMaliciousRequests请求参数结构体
|
|
5307
5589
|
*/
|
|
@@ -5499,6 +5781,46 @@ export interface DescribeAssetInfoResponse {
|
|
|
5499
5781
|
* Web站点数
|
|
5500
5782
|
*/
|
|
5501
5783
|
WebLocationCount: number;
|
|
5784
|
+
/**
|
|
5785
|
+
* 账号今日新增
|
|
5786
|
+
*/
|
|
5787
|
+
AccountNewCount: number;
|
|
5788
|
+
/**
|
|
5789
|
+
* 端口今日新增
|
|
5790
|
+
*/
|
|
5791
|
+
PortNewCount: number;
|
|
5792
|
+
/**
|
|
5793
|
+
* 进程今日新增
|
|
5794
|
+
*/
|
|
5795
|
+
ProcessNewCount: number;
|
|
5796
|
+
/**
|
|
5797
|
+
* 软件今日新增
|
|
5798
|
+
*/
|
|
5799
|
+
SoftwareNewCount: number;
|
|
5800
|
+
/**
|
|
5801
|
+
* 数据库今日新增
|
|
5802
|
+
*/
|
|
5803
|
+
DatabaseNewCount: number;
|
|
5804
|
+
/**
|
|
5805
|
+
* Web应用今日新增
|
|
5806
|
+
*/
|
|
5807
|
+
WebAppNewCount: number;
|
|
5808
|
+
/**
|
|
5809
|
+
* Web框架今日新增
|
|
5810
|
+
*/
|
|
5811
|
+
WebFrameNewCount: number;
|
|
5812
|
+
/**
|
|
5813
|
+
* Web服务今日新增
|
|
5814
|
+
*/
|
|
5815
|
+
WebServiceNewCount: number;
|
|
5816
|
+
/**
|
|
5817
|
+
* Web站点今日新增
|
|
5818
|
+
*/
|
|
5819
|
+
WebLocationNewCount: number;
|
|
5820
|
+
/**
|
|
5821
|
+
* 主机今日新增
|
|
5822
|
+
*/
|
|
5823
|
+
MachineNewCount: number;
|
|
5502
5824
|
/**
|
|
5503
5825
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5504
5826
|
*/
|
|
@@ -5596,6 +5918,14 @@ export interface AssetWebFrameBaseInfo {
|
|
|
5596
5918
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5597
5919
|
*/
|
|
5598
5920
|
UpdateTime: string;
|
|
5921
|
+
/**
|
|
5922
|
+
* 首次采集时间
|
|
5923
|
+
*/
|
|
5924
|
+
FirstTime: string;
|
|
5925
|
+
/**
|
|
5926
|
+
* 是否新增[0:否|1:是]
|
|
5927
|
+
*/
|
|
5928
|
+
IsNew: number;
|
|
5599
5929
|
}
|
|
5600
5930
|
/**
|
|
5601
5931
|
* ExportTasks请求参数结构体
|
|
@@ -5648,33 +5978,85 @@ export interface ExportVulListRequest {
|
|
|
5648
5978
|
IfDetail?: number;
|
|
5649
5979
|
}
|
|
5650
5980
|
/**
|
|
5651
|
-
*
|
|
5981
|
+
* CreateLicenseOrder请求参数结构体
|
|
5652
5982
|
*/
|
|
5653
|
-
export interface
|
|
5983
|
+
export interface CreateLicenseOrderRequest {
|
|
5654
5984
|
/**
|
|
5655
|
-
*
|
|
5985
|
+
* 标签数组, 空则表示不需要绑定标签
|
|
5656
5986
|
*/
|
|
5657
|
-
|
|
5658
|
-
}
|
|
5659
|
-
/**
|
|
5660
|
-
* DescribeEmergencyVulList返回参数结构体
|
|
5661
|
-
*/
|
|
5662
|
-
export interface DescribeEmergencyVulListResponse {
|
|
5987
|
+
Tags?: Array<Tags>;
|
|
5663
5988
|
/**
|
|
5664
|
-
*
|
|
5665
|
-
|
|
5989
|
+
* 授权类型, 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
|
|
5990
|
+
默认为0
|
|
5666
5991
|
*/
|
|
5667
|
-
|
|
5992
|
+
LicenseType?: number;
|
|
5668
5993
|
/**
|
|
5669
|
-
*
|
|
5670
|
-
|
|
5994
|
+
* 授权数量 , 需要购买的数量.
|
|
5995
|
+
默认为1
|
|
5671
5996
|
*/
|
|
5672
|
-
|
|
5997
|
+
LicenseNum?: number;
|
|
5673
5998
|
/**
|
|
5674
|
-
*
|
|
5675
|
-
|
|
5999
|
+
* 购买订单地域,这里仅支持 1 广州,9 新加坡. 推荐选择广州. 新加坡地域为白名单用户购买.
|
|
6000
|
+
默认为1
|
|
5676
6001
|
*/
|
|
5677
|
-
|
|
6002
|
+
RegionId?: number;
|
|
6003
|
+
/**
|
|
6004
|
+
* 项目ID .
|
|
6005
|
+
默认为0
|
|
6006
|
+
*/
|
|
6007
|
+
ProjectId?: number;
|
|
6008
|
+
/**
|
|
6009
|
+
* 购买时间长度,默认1 , 可选值为1,2,3,4,5,6,7,8,9,10,11,12,24,36
|
|
6010
|
+
该参数仅包年包月生效
|
|
6011
|
+
*/
|
|
6012
|
+
TimeSpan?: number;
|
|
6013
|
+
/**
|
|
6014
|
+
* 是否自动续费, 默认不自动续费.
|
|
6015
|
+
该参数仅包年包月生效
|
|
6016
|
+
*/
|
|
6017
|
+
AutoRenewFlag?: boolean;
|
|
6018
|
+
/**
|
|
6019
|
+
* 自动防护授权配置值, 不空则表示开启
|
|
6020
|
+
*/
|
|
6021
|
+
AutoProtectOpenConfig?: string;
|
|
6022
|
+
}
|
|
6023
|
+
/**
|
|
6024
|
+
* DescribeBaselineScanSchedule请求参数结构体
|
|
6025
|
+
*/
|
|
6026
|
+
export interface DescribeBaselineScanScheduleRequest {
|
|
6027
|
+
/**
|
|
6028
|
+
* 任务id
|
|
6029
|
+
*/
|
|
6030
|
+
TaskId: number;
|
|
6031
|
+
}
|
|
6032
|
+
/**
|
|
6033
|
+
* DescribeEmergencyVulList返回参数结构体
|
|
6034
|
+
*/
|
|
6035
|
+
export interface DescribeEmergencyVulListResponse {
|
|
6036
|
+
/**
|
|
6037
|
+
* 漏洞列表
|
|
6038
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6039
|
+
*/
|
|
6040
|
+
List: Array<EmergencyVul>;
|
|
6041
|
+
/**
|
|
6042
|
+
* 漏洞总条数
|
|
6043
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6044
|
+
*/
|
|
6045
|
+
TotalCount: number;
|
|
6046
|
+
/**
|
|
6047
|
+
* 是否存在风险
|
|
6048
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6049
|
+
*/
|
|
6050
|
+
ExistsRisk: boolean;
|
|
6051
|
+
/**
|
|
6052
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6053
|
+
*/
|
|
6054
|
+
RequestId?: string;
|
|
6055
|
+
}
|
|
6056
|
+
/**
|
|
6057
|
+
* DestroyOrder返回参数结构体
|
|
6058
|
+
*/
|
|
6059
|
+
export interface DestroyOrderResponse {
|
|
5678
6060
|
/**
|
|
5679
6061
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5680
6062
|
*/
|
|
@@ -6077,6 +6459,10 @@ export interface ComponentStatistics {
|
|
|
6077
6459
|
* ExportAssetWebServiceInfoList请求参数结构体
|
|
6078
6460
|
*/
|
|
6079
6461
|
export interface ExportAssetWebServiceInfoListRequest {
|
|
6462
|
+
/**
|
|
6463
|
+
* 查询指定Quuid主机的信息
|
|
6464
|
+
*/
|
|
6465
|
+
Quuid?: string;
|
|
6080
6466
|
/**
|
|
6081
6467
|
* 过滤条件。
|
|
6082
6468
|
<li>User- string - 是否必填:否 - 运行用户</li>
|
|
@@ -6099,13 +6485,9 @@ export interface ExportAssetWebServiceInfoListRequest {
|
|
|
6099
6485
|
*/
|
|
6100
6486
|
Order?: string;
|
|
6101
6487
|
/**
|
|
6102
|
-
* 可选排序:ProcessCount
|
|
6488
|
+
* 可选排序:[FirstTime|ProcessCount]
|
|
6103
6489
|
*/
|
|
6104
6490
|
By?: string;
|
|
6105
|
-
/**
|
|
6106
|
-
* 查询指定Quuid主机的信息
|
|
6107
|
-
*/
|
|
6108
|
-
Quuid?: string;
|
|
6109
6491
|
}
|
|
6110
6492
|
/**
|
|
6111
6493
|
* SetBashEventsStatus返回参数结构体
|
|
@@ -6427,13 +6809,33 @@ export interface DeleteMachineTagRequest {
|
|
|
6427
6809
|
Rid: number;
|
|
6428
6810
|
}
|
|
6429
6811
|
/**
|
|
6430
|
-
*
|
|
6812
|
+
* 资产管理磁盘分区信息
|
|
6431
6813
|
*/
|
|
6432
|
-
export interface
|
|
6814
|
+
export interface AssetDiskPartitionInfo {
|
|
6433
6815
|
/**
|
|
6434
|
-
*
|
|
6816
|
+
* 分区名
|
|
6435
6817
|
*/
|
|
6436
|
-
|
|
6818
|
+
Name: string;
|
|
6819
|
+
/**
|
|
6820
|
+
* 分区大小:单位G
|
|
6821
|
+
*/
|
|
6822
|
+
Size: number;
|
|
6823
|
+
/**
|
|
6824
|
+
* 分区使用率
|
|
6825
|
+
*/
|
|
6826
|
+
Percent: number;
|
|
6827
|
+
/**
|
|
6828
|
+
* 文件系统类型
|
|
6829
|
+
*/
|
|
6830
|
+
Type: string;
|
|
6831
|
+
/**
|
|
6832
|
+
* 挂载目录
|
|
6833
|
+
*/
|
|
6834
|
+
Path: string;
|
|
6835
|
+
/**
|
|
6836
|
+
* 已使用空间:单位G
|
|
6837
|
+
*/
|
|
6838
|
+
Used: number;
|
|
6437
6839
|
}
|
|
6438
6840
|
/**
|
|
6439
6841
|
* 可用区信息
|
|
@@ -7331,6 +7733,15 @@ export interface AssetWebLocationBaseInfo {
|
|
|
7331
7733
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7332
7734
|
*/
|
|
7333
7735
|
UpdateTime: string;
|
|
7736
|
+
/**
|
|
7737
|
+
* 首次采集时间
|
|
7738
|
+
*/
|
|
7739
|
+
FirstTime: string;
|
|
7740
|
+
/**
|
|
7741
|
+
* 是否新增[0:否|1:是]
|
|
7742
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7743
|
+
*/
|
|
7744
|
+
IsNew: number;
|
|
7334
7745
|
}
|
|
7335
7746
|
/**
|
|
7336
7747
|
* DescribeMalwareTimingScanSetting请求参数结构体
|
|
@@ -7520,6 +7931,14 @@ export interface AssetSystemPackageInfo {
|
|
|
7520
7931
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7521
7932
|
*/
|
|
7522
7933
|
UpdateTime: string;
|
|
7934
|
+
/**
|
|
7935
|
+
* 首次采集时间
|
|
7936
|
+
*/
|
|
7937
|
+
FirstTime: string;
|
|
7938
|
+
/**
|
|
7939
|
+
* 是否新增[0:否|1:是]
|
|
7940
|
+
*/
|
|
7941
|
+
IsNew: number;
|
|
7523
7942
|
}
|
|
7524
7943
|
/**
|
|
7525
7944
|
* DescribeEmergencyVulList请求参数结构体
|
|
@@ -7577,6 +7996,47 @@ export interface DeleteReverseShellEventsResponse {
|
|
|
7577
7996
|
*/
|
|
7578
7997
|
RequestId?: string;
|
|
7579
7998
|
}
|
|
7999
|
+
/**
|
|
8000
|
+
* 授权绑定详情信息
|
|
8001
|
+
*/
|
|
8002
|
+
export interface LicenseBindDetail {
|
|
8003
|
+
/**
|
|
8004
|
+
* 机器别名
|
|
8005
|
+
*/
|
|
8006
|
+
MachineName: string;
|
|
8007
|
+
/**
|
|
8008
|
+
* 机器公网IP
|
|
8009
|
+
*/
|
|
8010
|
+
MachineWanIp: string;
|
|
8011
|
+
/**
|
|
8012
|
+
* 机器内网IP
|
|
8013
|
+
*/
|
|
8014
|
+
MachineIp: string;
|
|
8015
|
+
/**
|
|
8016
|
+
* 云服务器UUID
|
|
8017
|
+
*/
|
|
8018
|
+
Quuid: string;
|
|
8019
|
+
/**
|
|
8020
|
+
* 云镜客户端UUID
|
|
8021
|
+
*/
|
|
8022
|
+
Uuid: string;
|
|
8023
|
+
/**
|
|
8024
|
+
* 标签信息
|
|
8025
|
+
*/
|
|
8026
|
+
Tags: Array<string>;
|
|
8027
|
+
/**
|
|
8028
|
+
* 云镜客户端状态,OFFLINE 离线,ONLINE 在线,UNINSTALL 未安装
|
|
8029
|
+
*/
|
|
8030
|
+
AgentStatus: string;
|
|
8031
|
+
/**
|
|
8032
|
+
* 是否允许解绑,false 不允许解绑
|
|
8033
|
+
*/
|
|
8034
|
+
IsUnBind: boolean;
|
|
8035
|
+
/**
|
|
8036
|
+
* 是否允许换绑,false 不允许换绑
|
|
8037
|
+
*/
|
|
8038
|
+
IsSwitchBind: boolean;
|
|
8039
|
+
}
|
|
7580
8040
|
/**
|
|
7581
8041
|
* 资源管理Web服务列表信息
|
|
7582
8042
|
*/
|
|
@@ -7655,6 +8115,14 @@ export interface AssetWebServiceBaseInfo {
|
|
|
7655
8115
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7656
8116
|
*/
|
|
7657
8117
|
UpdateTime: string;
|
|
8118
|
+
/**
|
|
8119
|
+
* 首次采集时间
|
|
8120
|
+
*/
|
|
8121
|
+
FirstTime: string;
|
|
8122
|
+
/**
|
|
8123
|
+
* 是否新增[0:否|1:是]
|
|
8124
|
+
*/
|
|
8125
|
+
IsNew: number;
|
|
7658
8126
|
}
|
|
7659
8127
|
/**
|
|
7660
8128
|
* DescribeProVersionStatus返回参数结构体
|
|
@@ -7828,6 +8296,18 @@ export interface AssetInitServiceBaseInfo {
|
|
|
7828
8296
|
* 数据更新时间
|
|
7829
8297
|
*/
|
|
7830
8298
|
UpdateTime: string;
|
|
8299
|
+
/**
|
|
8300
|
+
* 首次采集时间
|
|
8301
|
+
*/
|
|
8302
|
+
FirstTime: string;
|
|
8303
|
+
/**
|
|
8304
|
+
* 是否新增[0:否|1:是]
|
|
8305
|
+
*/
|
|
8306
|
+
IsNew: number;
|
|
8307
|
+
/**
|
|
8308
|
+
* 服务器外网IP
|
|
8309
|
+
*/
|
|
8310
|
+
MachineWanIp: string;
|
|
7831
8311
|
}
|
|
7832
8312
|
/**
|
|
7833
8313
|
* DescribeVulHostTop请求参数结构体
|
|
@@ -7956,6 +8436,55 @@ export interface DescribeMalwareInfoResponse {
|
|
|
7956
8436
|
*/
|
|
7957
8437
|
RequestId?: string;
|
|
7958
8438
|
}
|
|
8439
|
+
/**
|
|
8440
|
+
* 漏洞详细信息
|
|
8441
|
+
*/
|
|
8442
|
+
export interface VulDetailInfo {
|
|
8443
|
+
/**
|
|
8444
|
+
* 漏洞ID
|
|
8445
|
+
*/
|
|
8446
|
+
VulId: number;
|
|
8447
|
+
/**
|
|
8448
|
+
* 漏洞级别
|
|
8449
|
+
*/
|
|
8450
|
+
Level: number;
|
|
8451
|
+
/**
|
|
8452
|
+
* 漏洞名称
|
|
8453
|
+
*/
|
|
8454
|
+
Name: string;
|
|
8455
|
+
/**
|
|
8456
|
+
* cve编号
|
|
8457
|
+
*/
|
|
8458
|
+
CveId: string;
|
|
8459
|
+
/**
|
|
8460
|
+
* 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞 0= 应急漏洞
|
|
8461
|
+
*/
|
|
8462
|
+
VulCategory: number;
|
|
8463
|
+
/**
|
|
8464
|
+
* 漏洞描述
|
|
8465
|
+
*/
|
|
8466
|
+
Descript: string;
|
|
8467
|
+
/**
|
|
8468
|
+
* 修复建议
|
|
8469
|
+
*/
|
|
8470
|
+
Fix: string;
|
|
8471
|
+
/**
|
|
8472
|
+
* 参考链接
|
|
8473
|
+
*/
|
|
8474
|
+
Reference: string;
|
|
8475
|
+
/**
|
|
8476
|
+
* CVSS评分
|
|
8477
|
+
*/
|
|
8478
|
+
CvssScore: number;
|
|
8479
|
+
/**
|
|
8480
|
+
* CVSS详情
|
|
8481
|
+
*/
|
|
8482
|
+
Cvss: string;
|
|
8483
|
+
/**
|
|
8484
|
+
* 发布时间
|
|
8485
|
+
*/
|
|
8486
|
+
PublishTime: string;
|
|
8487
|
+
}
|
|
7959
8488
|
/**
|
|
7960
8489
|
* DescribeAssetJarInfo请求参数结构体
|
|
7961
8490
|
*/
|
|
@@ -8115,18 +8644,26 @@ export interface DeleteWebPageEventLogResponse {
|
|
|
8115
8644
|
RequestId?: string;
|
|
8116
8645
|
}
|
|
8117
8646
|
/**
|
|
8118
|
-
*
|
|
8647
|
+
* DescribeLicenseBindSchedule请求参数结构体
|
|
8119
8648
|
*/
|
|
8120
|
-
export interface
|
|
8649
|
+
export interface DescribeLicenseBindScheduleRequest {
|
|
8121
8650
|
/**
|
|
8122
|
-
*
|
|
8123
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8651
|
+
* 任务ID
|
|
8124
8652
|
*/
|
|
8125
|
-
|
|
8653
|
+
TaskId: number;
|
|
8126
8654
|
/**
|
|
8127
|
-
*
|
|
8655
|
+
* 限制条数,默认10.
|
|
8128
8656
|
*/
|
|
8129
|
-
|
|
8657
|
+
Limit?: number;
|
|
8658
|
+
/**
|
|
8659
|
+
* 偏移量,默认0
|
|
8660
|
+
*/
|
|
8661
|
+
Offset?: number;
|
|
8662
|
+
/**
|
|
8663
|
+
* 过滤参数
|
|
8664
|
+
Status 绑定进度状态 0 进行中 1 已完成 2 失败
|
|
8665
|
+
*/
|
|
8666
|
+
Filters?: Array<Filter>;
|
|
8130
8667
|
}
|
|
8131
8668
|
/**
|
|
8132
8669
|
* DescribeVersionStatistics返回参数结构体
|
|
@@ -8431,6 +8968,18 @@ export interface AssetPlanTask {
|
|
|
8431
8968
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8432
8969
|
*/
|
|
8433
8970
|
UpdateTime: string;
|
|
8971
|
+
/**
|
|
8972
|
+
* 首次采集时间
|
|
8973
|
+
*/
|
|
8974
|
+
FirstTime: string;
|
|
8975
|
+
/**
|
|
8976
|
+
* 是否新增[0:否|1:是]
|
|
8977
|
+
*/
|
|
8978
|
+
IsNew: number;
|
|
8979
|
+
/**
|
|
8980
|
+
* 服务器外网IP
|
|
8981
|
+
*/
|
|
8982
|
+
MachineWanIp: string;
|
|
8434
8983
|
}
|
|
8435
8984
|
/**
|
|
8436
8985
|
* 账号变更历史数据。
|
|
@@ -8666,6 +9215,73 @@ export interface DescribeAssetWebServiceProcessListRequest {
|
|
|
8666
9215
|
*/
|
|
8667
9216
|
Limit?: number;
|
|
8668
9217
|
}
|
|
9218
|
+
/**
|
|
9219
|
+
* 授权订单列表对象
|
|
9220
|
+
*/
|
|
9221
|
+
export interface LicenseDetail {
|
|
9222
|
+
/**
|
|
9223
|
+
* 授权ID
|
|
9224
|
+
*/
|
|
9225
|
+
LicenseId: number;
|
|
9226
|
+
/**
|
|
9227
|
+
* 授权类型,0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
|
|
9228
|
+
*/
|
|
9229
|
+
LicenseType: number;
|
|
9230
|
+
/**
|
|
9231
|
+
* 授权状态 0 未使用,1 部分使用, 2 已用完, 3 不可用
|
|
9232
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9233
|
+
*/
|
|
9234
|
+
LicenseStatus: number;
|
|
9235
|
+
/**
|
|
9236
|
+
* 总授权数
|
|
9237
|
+
*/
|
|
9238
|
+
LicenseCnt: number;
|
|
9239
|
+
/**
|
|
9240
|
+
* 已使用授权数
|
|
9241
|
+
*/
|
|
9242
|
+
UsedLicenseCnt: number;
|
|
9243
|
+
/**
|
|
9244
|
+
* 订单状态 1 正常 2隔离, 3销毁
|
|
9245
|
+
*/
|
|
9246
|
+
OrderStatus: number;
|
|
9247
|
+
/**
|
|
9248
|
+
* 截止日期
|
|
9249
|
+
*/
|
|
9250
|
+
Deadline: string;
|
|
9251
|
+
/**
|
|
9252
|
+
* 订单资源ID
|
|
9253
|
+
*/
|
|
9254
|
+
ResourceId: string;
|
|
9255
|
+
/**
|
|
9256
|
+
* 0 初始化,1 自动续费,2 不自动续费
|
|
9257
|
+
*/
|
|
9258
|
+
AutoRenewFlag: number;
|
|
9259
|
+
/**
|
|
9260
|
+
* 项目ID
|
|
9261
|
+
*/
|
|
9262
|
+
ProjectId: number;
|
|
9263
|
+
/**
|
|
9264
|
+
* 任务ID ,默认0 ,查询绑定进度用
|
|
9265
|
+
*/
|
|
9266
|
+
TaskId: number;
|
|
9267
|
+
/**
|
|
9268
|
+
* 购买时间
|
|
9269
|
+
*/
|
|
9270
|
+
BuyTime: string;
|
|
9271
|
+
/**
|
|
9272
|
+
* 是否试用订单.
|
|
9273
|
+
*/
|
|
9274
|
+
SourceType: number;
|
|
9275
|
+
/**
|
|
9276
|
+
* 资源别名
|
|
9277
|
+
*/
|
|
9278
|
+
Alias: string;
|
|
9279
|
+
/**
|
|
9280
|
+
* 平台标签
|
|
9281
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9282
|
+
*/
|
|
9283
|
+
Tags: Array<Tags>;
|
|
9284
|
+
}
|
|
8669
9285
|
/**
|
|
8670
9286
|
* 本地提权规则
|
|
8671
9287
|
*/
|
|
@@ -8884,15 +9500,29 @@ export interface DescribeMalWareListResponse {
|
|
|
8884
9500
|
RequestId?: string;
|
|
8885
9501
|
}
|
|
8886
9502
|
/**
|
|
8887
|
-
*
|
|
9503
|
+
* ModifyLicenseUnBinds返回参数结构体
|
|
8888
9504
|
*/
|
|
8889
|
-
export interface
|
|
9505
|
+
export interface ModifyLicenseUnBindsResponse {
|
|
8890
9506
|
/**
|
|
8891
|
-
*
|
|
9507
|
+
* 只有解绑失败的才有该值.
|
|
9508
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8892
9509
|
*/
|
|
8893
|
-
|
|
9510
|
+
ErrMsg: Array<LicenseUnBindRsp>;
|
|
8894
9511
|
/**
|
|
8895
|
-
*
|
|
9512
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
9513
|
+
*/
|
|
9514
|
+
RequestId?: string;
|
|
9515
|
+
}
|
|
9516
|
+
/**
|
|
9517
|
+
* DescribeAssetPortInfoList返回参数结构体
|
|
9518
|
+
*/
|
|
9519
|
+
export interface DescribeAssetPortInfoListResponse {
|
|
9520
|
+
/**
|
|
9521
|
+
* 记录总数
|
|
9522
|
+
*/
|
|
9523
|
+
Total: number;
|
|
9524
|
+
/**
|
|
9525
|
+
* 列表
|
|
8896
9526
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8897
9527
|
*/
|
|
8898
9528
|
Ports: Array<AssetPortBaseInfo>;
|
|
@@ -9030,6 +9660,23 @@ export interface DescribeBashRulesRequest {
|
|
|
9030
9660
|
*/
|
|
9031
9661
|
Filters?: Array<Filter>;
|
|
9032
9662
|
}
|
|
9663
|
+
/**
|
|
9664
|
+
* ExportLicenseDetail返回参数结构体
|
|
9665
|
+
*/
|
|
9666
|
+
export interface ExportLicenseDetailResponse {
|
|
9667
|
+
/**
|
|
9668
|
+
* 下载地址,该字段废弃
|
|
9669
|
+
*/
|
|
9670
|
+
DownloadUrl: string;
|
|
9671
|
+
/**
|
|
9672
|
+
* 任务ID,可通过任务ID去查下载任务
|
|
9673
|
+
*/
|
|
9674
|
+
TaskId: number;
|
|
9675
|
+
/**
|
|
9676
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
9677
|
+
*/
|
|
9678
|
+
RequestId?: string;
|
|
9679
|
+
}
|
|
9033
9680
|
/**
|
|
9034
9681
|
* 基线基础信息
|
|
9035
9682
|
*/
|
|
@@ -9192,13 +9839,9 @@ export interface DescribeSecurityEventStatResponse {
|
|
|
9192
9839
|
*/
|
|
9193
9840
|
export interface DescribeAssetDatabaseListRequest {
|
|
9194
9841
|
/**
|
|
9195
|
-
*
|
|
9196
|
-
*/
|
|
9197
|
-
Limit?: number;
|
|
9198
|
-
/**
|
|
9199
|
-
* 偏移量,默认为0。
|
|
9842
|
+
* 查询指定Quuid主机的信息
|
|
9200
9843
|
*/
|
|
9201
|
-
|
|
9844
|
+
Quuid?: string;
|
|
9202
9845
|
/**
|
|
9203
9846
|
* 过滤条件。
|
|
9204
9847
|
<li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>
|
|
@@ -9223,9 +9866,21 @@ export interface DescribeAssetDatabaseListRequest {
|
|
|
9223
9866
|
*/
|
|
9224
9867
|
Filters?: Array<AssetFilters>;
|
|
9225
9868
|
/**
|
|
9226
|
-
*
|
|
9869
|
+
* 偏移量,默认为0。
|
|
9227
9870
|
*/
|
|
9228
|
-
|
|
9871
|
+
Offset?: number;
|
|
9872
|
+
/**
|
|
9873
|
+
* 需要返回的数量,默认为10,最大值为100
|
|
9874
|
+
*/
|
|
9875
|
+
Limit?: number;
|
|
9876
|
+
/**
|
|
9877
|
+
* 排序方式,asc升序 或 desc降序
|
|
9878
|
+
*/
|
|
9879
|
+
Order?: string;
|
|
9880
|
+
/**
|
|
9881
|
+
* 排序方式:[FirstTime]
|
|
9882
|
+
*/
|
|
9883
|
+
By?: string;
|
|
9229
9884
|
}
|
|
9230
9885
|
/**
|
|
9231
9886
|
* ModifyWebPageProtectSwitch返回参数结构体
|
|
@@ -9240,14 +9895,6 @@ export interface ModifyWebPageProtectSwitchResponse {
|
|
|
9240
9895
|
* DescribeAssetMachineList请求参数结构体
|
|
9241
9896
|
*/
|
|
9242
9897
|
export interface DescribeAssetMachineListRequest {
|
|
9243
|
-
/**
|
|
9244
|
-
* 需要返回的数量,默认为10,最大值为100
|
|
9245
|
-
*/
|
|
9246
|
-
Limit?: number;
|
|
9247
|
-
/**
|
|
9248
|
-
* 偏移量,默认为0。
|
|
9249
|
-
*/
|
|
9250
|
-
Offset?: number;
|
|
9251
9898
|
/**
|
|
9252
9899
|
* 过滤条件。
|
|
9253
9900
|
<li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>
|
|
@@ -9268,13 +9915,21 @@ export interface DescribeAssetMachineListRequest {
|
|
|
9268
9915
|
*/
|
|
9269
9916
|
Filters?: Array<Filter>;
|
|
9270
9917
|
/**
|
|
9271
|
-
*
|
|
9918
|
+
* 需要返回的数量,默认为10,最大值为100
|
|
9272
9919
|
*/
|
|
9273
|
-
|
|
9920
|
+
Limit?: number;
|
|
9921
|
+
/**
|
|
9922
|
+
* 偏移量,默认为0。
|
|
9923
|
+
*/
|
|
9924
|
+
Offset?: number;
|
|
9274
9925
|
/**
|
|
9275
9926
|
* 排序方式,asc升序 或 desc降序
|
|
9276
9927
|
*/
|
|
9277
9928
|
Order?: string;
|
|
9929
|
+
/**
|
|
9930
|
+
* 可选排序[FirstTime|PartitionCount]
|
|
9931
|
+
*/
|
|
9932
|
+
By?: string;
|
|
9278
9933
|
}
|
|
9279
9934
|
/**
|
|
9280
9935
|
* CreateSearchTemplate返回参数结构体
|
|
@@ -9434,6 +10089,18 @@ export interface AssetCoreModuleBaseInfo {
|
|
|
9434
10089
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9435
10090
|
*/
|
|
9436
10091
|
UpdateTime: string;
|
|
10092
|
+
/**
|
|
10093
|
+
* 首次采集时间
|
|
10094
|
+
*/
|
|
10095
|
+
FirstTime: string;
|
|
10096
|
+
/**
|
|
10097
|
+
* 是否新增[0:否|1:是]
|
|
10098
|
+
*/
|
|
10099
|
+
IsNew: number;
|
|
10100
|
+
/**
|
|
10101
|
+
* 服务器外网IP
|
|
10102
|
+
*/
|
|
10103
|
+
MachineWanIp: string;
|
|
9437
10104
|
}
|
|
9438
10105
|
/**
|
|
9439
10106
|
* CreateBaselineStrategy请求参数结构体
|
|
@@ -9668,13 +10335,9 @@ export interface DescribeWebPageProtectStatResponse {
|
|
|
9668
10335
|
*/
|
|
9669
10336
|
export interface DescribeAssetPortInfoListRequest {
|
|
9670
10337
|
/**
|
|
9671
|
-
*
|
|
9672
|
-
*/
|
|
9673
|
-
Limit?: number;
|
|
9674
|
-
/**
|
|
9675
|
-
* 偏移量,默认为0。
|
|
10338
|
+
* 查询指定Quuid主机的信息
|
|
9676
10339
|
*/
|
|
9677
|
-
|
|
10340
|
+
Quuid?: string;
|
|
9678
10341
|
/**
|
|
9679
10342
|
* 过滤条件。
|
|
9680
10343
|
<li>Port - uint64 - 是否必填:否 - 端口</li>
|
|
@@ -9691,18 +10354,22 @@ export interface DescribeAssetPortInfoListRequest {
|
|
|
9691
10354
|
<li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )</li>
|
|
9692
10355
|
*/
|
|
9693
10356
|
Filters?: Array<Filter>;
|
|
10357
|
+
/**
|
|
10358
|
+
* 需要返回的数量,默认为10,最大值为100
|
|
10359
|
+
*/
|
|
10360
|
+
Limit?: number;
|
|
10361
|
+
/**
|
|
10362
|
+
* 偏移量,默认为0。
|
|
10363
|
+
*/
|
|
10364
|
+
Offset?: number;
|
|
9694
10365
|
/**
|
|
9695
10366
|
* 排序方式,asc升序 或 desc降序
|
|
9696
10367
|
*/
|
|
9697
10368
|
Order?: string;
|
|
9698
10369
|
/**
|
|
9699
|
-
* 排序方式:StartTime
|
|
10370
|
+
* 排序方式:[FirstTime|StartTime]
|
|
9700
10371
|
*/
|
|
9701
10372
|
By?: string;
|
|
9702
|
-
/**
|
|
9703
|
-
* 查询指定Quuid主机的信息
|
|
9704
|
-
*/
|
|
9705
|
-
Quuid?: string;
|
|
9706
10373
|
}
|
|
9707
10374
|
/**
|
|
9708
10375
|
* 漏洞等级数量实体
|
|
@@ -10066,19 +10733,69 @@ export interface EditBashRulesRequest {
|
|
|
10066
10733
|
DealOldEvents?: number;
|
|
10067
10734
|
}
|
|
10068
10735
|
/**
|
|
10069
|
-
*
|
|
10736
|
+
* DescribeLicenseGeneral返回参数结构体
|
|
10070
10737
|
*/
|
|
10071
|
-
export interface
|
|
10738
|
+
export interface DescribeLicenseGeneralResponse {
|
|
10072
10739
|
/**
|
|
10073
|
-
*
|
|
10074
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10740
|
+
* 总授权数 (包含隔离,过期等不可用状态)
|
|
10075
10741
|
*/
|
|
10076
|
-
|
|
10742
|
+
LicenseCnt: number;
|
|
10077
10743
|
/**
|
|
10078
|
-
*
|
|
10079
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10744
|
+
* 可用授权数
|
|
10080
10745
|
*/
|
|
10081
|
-
|
|
10746
|
+
AvailableLicenseCnt: number;
|
|
10747
|
+
/**
|
|
10748
|
+
* 可用专业版授权数(包含后付费).
|
|
10749
|
+
*/
|
|
10750
|
+
AvailableProVersionLicenseCnt: number;
|
|
10751
|
+
/**
|
|
10752
|
+
* 可用旗舰版授权数
|
|
10753
|
+
*/
|
|
10754
|
+
AvailableFlagshipVersionLicenseCnt: number;
|
|
10755
|
+
/**
|
|
10756
|
+
* 即将到期授权数 (15天内到期的)
|
|
10757
|
+
*/
|
|
10758
|
+
NearExpiryLicenseCnt: number;
|
|
10759
|
+
/**
|
|
10760
|
+
* 已到期授权数(不包含已删除的记录)
|
|
10761
|
+
*/
|
|
10762
|
+
ExpireLicenseCnt: number;
|
|
10763
|
+
/**
|
|
10764
|
+
* 自动升级开关状态,默认 false, ture 开启, false 关闭
|
|
10765
|
+
*/
|
|
10766
|
+
AutoOpenStatus: boolean;
|
|
10767
|
+
/**
|
|
10768
|
+
* PROVERSION_POSTPAY 专业版-后付费, PROVERSION_PREPAY 专业版-预付费, FLAGSHIP_PREPAY 旗舰版-预付费
|
|
10769
|
+
*/
|
|
10770
|
+
ProtectType: string;
|
|
10771
|
+
/**
|
|
10772
|
+
* 历史是否开通过自动升级开关
|
|
10773
|
+
*/
|
|
10774
|
+
IsOpenStatusHistory: boolean;
|
|
10775
|
+
/**
|
|
10776
|
+
* 已使用授权数
|
|
10777
|
+
*/
|
|
10778
|
+
UsedLicenseCnt: number;
|
|
10779
|
+
/**
|
|
10780
|
+
* 未到期授权数
|
|
10781
|
+
*/
|
|
10782
|
+
NotExpiredLicenseCnt: number;
|
|
10783
|
+
/**
|
|
10784
|
+
* 旗舰版总授权数(有效订单)
|
|
10785
|
+
*/
|
|
10786
|
+
FlagshipVersionLicenseCnt: number;
|
|
10787
|
+
/**
|
|
10788
|
+
* 专业版总授权数(有效订单)
|
|
10789
|
+
*/
|
|
10790
|
+
ProVersionLicenseCnt: number;
|
|
10791
|
+
/**
|
|
10792
|
+
* 普惠版总授权数(有效订单的授权数)
|
|
10793
|
+
*/
|
|
10794
|
+
CwpVersionLicenseCnt: number;
|
|
10795
|
+
/**
|
|
10796
|
+
* 可用惠普版授权数
|
|
10797
|
+
*/
|
|
10798
|
+
AvailableLHLicenseCnt: number;
|
|
10082
10799
|
/**
|
|
10083
10800
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
10084
10801
|
*/
|
|
@@ -10203,6 +10920,15 @@ export interface BaselineRuleTopInfo {
|
|
|
10203
10920
|
*/
|
|
10204
10921
|
RuleId: number;
|
|
10205
10922
|
}
|
|
10923
|
+
/**
|
|
10924
|
+
* DeleteLicenseRecord返回参数结构体
|
|
10925
|
+
*/
|
|
10926
|
+
export interface DeleteLicenseRecordResponse {
|
|
10927
|
+
/**
|
|
10928
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
10929
|
+
*/
|
|
10930
|
+
RequestId?: string;
|
|
10931
|
+
}
|
|
10206
10932
|
/**
|
|
10207
10933
|
* 资源管理进程基本信息
|
|
10208
10934
|
*/
|
|
@@ -10313,6 +11039,14 @@ export interface AssetProcessBaseInfo {
|
|
|
10313
11039
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10314
11040
|
*/
|
|
10315
11041
|
UpdateTime: string;
|
|
11042
|
+
/**
|
|
11043
|
+
* 首次采集时间
|
|
11044
|
+
*/
|
|
11045
|
+
FirstTime: string;
|
|
11046
|
+
/**
|
|
11047
|
+
* 是否新增[0:否|1:是]
|
|
11048
|
+
*/
|
|
11049
|
+
IsNew: number;
|
|
10316
11050
|
}
|
|
10317
11051
|
/**
|
|
10318
11052
|
* DeleteBruteAttacks请求参数结构体
|
|
@@ -10521,6 +11255,18 @@ export interface AssetEnvBaseInfo {
|
|
|
10521
11255
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10522
11256
|
*/
|
|
10523
11257
|
UpdateTime: string;
|
|
11258
|
+
/**
|
|
11259
|
+
* 首次采集时间
|
|
11260
|
+
*/
|
|
11261
|
+
FirstTime: string;
|
|
11262
|
+
/**
|
|
11263
|
+
* 是否新增[0:否|1:是]
|
|
11264
|
+
*/
|
|
11265
|
+
IsNew: number;
|
|
11266
|
+
/**
|
|
11267
|
+
* 服务器外网IP
|
|
11268
|
+
*/
|
|
11269
|
+
MachineWanIp: string;
|
|
10524
11270
|
}
|
|
10525
11271
|
/**
|
|
10526
11272
|
* DescribeMachineList返回参数结构体
|
|
@@ -10723,13 +11469,13 @@ export interface DeleteReverseShellRulesResponse {
|
|
|
10723
11469
|
*/
|
|
10724
11470
|
export interface DescribeAssetPlanTaskListRequest {
|
|
10725
11471
|
/**
|
|
10726
|
-
*
|
|
11472
|
+
* 服务器Uuid
|
|
10727
11473
|
*/
|
|
10728
|
-
|
|
11474
|
+
Uuid?: string;
|
|
10729
11475
|
/**
|
|
10730
|
-
*
|
|
11476
|
+
* 服务器Quuid
|
|
10731
11477
|
*/
|
|
10732
|
-
|
|
11478
|
+
Quuid?: string;
|
|
10733
11479
|
/**
|
|
10734
11480
|
* 过滤条件。
|
|
10735
11481
|
<li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>
|
|
@@ -10738,13 +11484,21 @@ export interface DescribeAssetPlanTaskListRequest {
|
|
|
10738
11484
|
*/
|
|
10739
11485
|
Filters?: Array<AssetFilters>;
|
|
10740
11486
|
/**
|
|
10741
|
-
*
|
|
11487
|
+
* 偏移量,默认为0。
|
|
10742
11488
|
*/
|
|
10743
|
-
|
|
11489
|
+
Offset?: number;
|
|
10744
11490
|
/**
|
|
10745
|
-
*
|
|
11491
|
+
* 需要返回的数量,默认为10,最大值为100
|
|
10746
11492
|
*/
|
|
10747
|
-
|
|
11493
|
+
Limit?: number;
|
|
11494
|
+
/**
|
|
11495
|
+
* 排序方式,asc升序 或 desc降序
|
|
11496
|
+
*/
|
|
11497
|
+
Order?: string;
|
|
11498
|
+
/**
|
|
11499
|
+
* 排序方式:[FirstTime]
|
|
11500
|
+
*/
|
|
11501
|
+
By?: string;
|
|
10748
11502
|
}
|
|
10749
11503
|
/**
|
|
10750
11504
|
* DescribeScanTaskDetails请求参数结构体
|
|
@@ -10951,6 +11705,19 @@ export interface DescribeMachineRegionsResponse {
|
|
|
10951
11705
|
*/
|
|
10952
11706
|
RequestId?: string;
|
|
10953
11707
|
}
|
|
11708
|
+
/**
|
|
11709
|
+
* DestroyOrder请求参数结构体
|
|
11710
|
+
*/
|
|
11711
|
+
export interface DestroyOrderRequest {
|
|
11712
|
+
/**
|
|
11713
|
+
* 资源ID
|
|
11714
|
+
*/
|
|
11715
|
+
ResourceId: string;
|
|
11716
|
+
/**
|
|
11717
|
+
* 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
|
|
11718
|
+
*/
|
|
11719
|
+
LicenseType: number;
|
|
11720
|
+
}
|
|
10954
11721
|
/**
|
|
10955
11722
|
* 资源管理Web应用列表信息
|
|
10956
11723
|
*/
|
|
@@ -11029,6 +11796,14 @@ export interface AssetWebAppBaseInfo {
|
|
|
11029
11796
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11030
11797
|
*/
|
|
11031
11798
|
UpdateTime: string;
|
|
11799
|
+
/**
|
|
11800
|
+
* 首次采集时间
|
|
11801
|
+
*/
|
|
11802
|
+
FirstTime: string;
|
|
11803
|
+
/**
|
|
11804
|
+
* 是否新增[0:否|1:是]
|
|
11805
|
+
*/
|
|
11806
|
+
IsNew: number;
|
|
11032
11807
|
}
|
|
11033
11808
|
/**
|
|
11034
11809
|
* 资产管理内核模块参数
|
|
@@ -11109,6 +11884,18 @@ export interface AssetJarBaseInfo {
|
|
|
11109
11884
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11110
11885
|
*/
|
|
11111
11886
|
UpdateTime: string;
|
|
11887
|
+
/**
|
|
11888
|
+
* 首次采集时间
|
|
11889
|
+
*/
|
|
11890
|
+
FirstTime: string;
|
|
11891
|
+
/**
|
|
11892
|
+
* 是否新增[0:否|1:是]
|
|
11893
|
+
*/
|
|
11894
|
+
IsNew: number;
|
|
11895
|
+
/**
|
|
11896
|
+
* 服务器外网IP
|
|
11897
|
+
*/
|
|
11898
|
+
MachineWanIp: string;
|
|
11112
11899
|
}
|
|
11113
11900
|
/**
|
|
11114
11901
|
* SeparateMalwares请求参数结构体
|
|
@@ -11291,13 +12078,13 @@ export interface DescribeVulHostCountScanTimeResponse {
|
|
|
11291
12078
|
*/
|
|
11292
12079
|
export interface DescribeAssetCoreModuleListRequest {
|
|
11293
12080
|
/**
|
|
11294
|
-
*
|
|
12081
|
+
* 服务器Uuid
|
|
11295
12082
|
*/
|
|
11296
|
-
|
|
12083
|
+
Uuid?: string;
|
|
11297
12084
|
/**
|
|
11298
|
-
*
|
|
12085
|
+
* 服务器Quuid
|
|
11299
12086
|
*/
|
|
11300
|
-
|
|
12087
|
+
Quuid?: string;
|
|
11301
12088
|
/**
|
|
11302
12089
|
* 过滤条件。
|
|
11303
12090
|
<li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>
|
|
@@ -11306,21 +12093,21 @@ export interface DescribeAssetCoreModuleListRequest {
|
|
|
11306
12093
|
*/
|
|
11307
12094
|
Filters?: Array<AssetFilters>;
|
|
11308
12095
|
/**
|
|
11309
|
-
*
|
|
12096
|
+
* 偏移量,默认为0。
|
|
11310
12097
|
*/
|
|
11311
|
-
|
|
12098
|
+
Offset?: number;
|
|
11312
12099
|
/**
|
|
11313
|
-
*
|
|
12100
|
+
* 需要返回的数量,默认为10,最大值为100
|
|
11314
12101
|
*/
|
|
11315
|
-
|
|
12102
|
+
Limit?: number;
|
|
11316
12103
|
/**
|
|
11317
|
-
*
|
|
12104
|
+
* 排序方式,asc升序 或 desc降序
|
|
11318
12105
|
*/
|
|
11319
|
-
|
|
12106
|
+
Order?: string;
|
|
11320
12107
|
/**
|
|
11321
|
-
*
|
|
12108
|
+
* 排序依据[Size|FirstTime|ProcessCount|ModuleCount]
|
|
11322
12109
|
*/
|
|
11323
|
-
|
|
12110
|
+
By?: string;
|
|
11324
12111
|
}
|
|
11325
12112
|
/**
|
|
11326
12113
|
* DeleteAttackLogs请求参数结构体
|
|
@@ -11418,6 +12205,19 @@ export interface DescribeBaselineListRequest {
|
|
|
11418
12205
|
*/
|
|
11419
12206
|
Filters?: Array<Filters>;
|
|
11420
12207
|
}
|
|
12208
|
+
/**
|
|
12209
|
+
* ModifyLicenseBinds返回参数结构体
|
|
12210
|
+
*/
|
|
12211
|
+
export interface ModifyLicenseBindsResponse {
|
|
12212
|
+
/**
|
|
12213
|
+
* 任务ID
|
|
12214
|
+
*/
|
|
12215
|
+
TaskId: number;
|
|
12216
|
+
/**
|
|
12217
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
12218
|
+
*/
|
|
12219
|
+
RequestId?: string;
|
|
12220
|
+
}
|
|
11421
12221
|
/**
|
|
11422
12222
|
* DescribeBaselineTop请求参数结构体
|
|
11423
12223
|
*/
|
|
@@ -11456,6 +12256,35 @@ export interface DescribeAssetAppProcessListRequest {
|
|
|
11456
12256
|
*/
|
|
11457
12257
|
Limit?: number;
|
|
11458
12258
|
}
|
|
12259
|
+
/**
|
|
12260
|
+
* DescribeLicenseBindList请求参数结构体
|
|
12261
|
+
*/
|
|
12262
|
+
export interface DescribeLicenseBindListRequest {
|
|
12263
|
+
/**
|
|
12264
|
+
* 授权ID
|
|
12265
|
+
*/
|
|
12266
|
+
LicenseId: number;
|
|
12267
|
+
/**
|
|
12268
|
+
* 授权类型
|
|
12269
|
+
*/
|
|
12270
|
+
LicenseType: number;
|
|
12271
|
+
/**
|
|
12272
|
+
* 资源ID
|
|
12273
|
+
*/
|
|
12274
|
+
ResourceId: string;
|
|
12275
|
+
/**
|
|
12276
|
+
* <li>Keywords 机器别名/公私IP 模糊查询</li>
|
|
12277
|
+
*/
|
|
12278
|
+
Filters?: Array<Filters>;
|
|
12279
|
+
/**
|
|
12280
|
+
* 限制条数,默认10.
|
|
12281
|
+
*/
|
|
12282
|
+
Limit?: number;
|
|
12283
|
+
/**
|
|
12284
|
+
* 偏移量,默认0.
|
|
12285
|
+
*/
|
|
12286
|
+
Offset?: number;
|
|
12287
|
+
}
|
|
11459
12288
|
/**
|
|
11460
12289
|
* 描述键值对过滤器,用于条件过滤查询。例如过滤ID、名称、状态等
|
|
11461
12290
|
|
|
@@ -11658,13 +12487,9 @@ export interface ModifyWebPageProtectDirResponse {
|
|
|
11658
12487
|
*/
|
|
11659
12488
|
export interface DescribeAssetWebAppListRequest {
|
|
11660
12489
|
/**
|
|
11661
|
-
*
|
|
11662
|
-
*/
|
|
11663
|
-
Limit?: number;
|
|
11664
|
-
/**
|
|
11665
|
-
* 偏移量,默认为0。
|
|
12490
|
+
* 查询指定Quuid主机的信息
|
|
11666
12491
|
*/
|
|
11667
|
-
|
|
12492
|
+
Quuid?: string;
|
|
11668
12493
|
/**
|
|
11669
12494
|
* 过滤条件。
|
|
11670
12495
|
<li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>
|
|
@@ -11685,18 +12510,22 @@ export interface DescribeAssetWebAppListRequest {
|
|
|
11685
12510
|
<li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )</li>
|
|
11686
12511
|
*/
|
|
11687
12512
|
Filters?: Array<Filter>;
|
|
12513
|
+
/**
|
|
12514
|
+
* 偏移量,默认为0。
|
|
12515
|
+
*/
|
|
12516
|
+
Offset?: number;
|
|
12517
|
+
/**
|
|
12518
|
+
* 需要返回的数量,默认为10,最大值为100
|
|
12519
|
+
*/
|
|
12520
|
+
Limit?: number;
|
|
11688
12521
|
/**
|
|
11689
12522
|
* 排序方式,asc升序 或 desc降序
|
|
11690
12523
|
*/
|
|
11691
12524
|
Order?: string;
|
|
11692
12525
|
/**
|
|
11693
|
-
* 可选排序:PluginCount
|
|
12526
|
+
* 可选排序:[FirstTime|PluginCount]
|
|
11694
12527
|
*/
|
|
11695
12528
|
By?: string;
|
|
11696
|
-
/**
|
|
11697
|
-
* 查询指定Quuid主机的信息
|
|
11698
|
-
*/
|
|
11699
|
-
Quuid?: string;
|
|
11700
12529
|
}
|
|
11701
12530
|
/**
|
|
11702
12531
|
* 专家服务订单信息
|
|
@@ -11731,6 +12560,10 @@ export interface ExpertServiceOrderInfo {
|
|
|
11731
12560
|
*/
|
|
11732
12561
|
Status: number;
|
|
11733
12562
|
}
|
|
12563
|
+
/**
|
|
12564
|
+
* DescribeLicenseGeneral请求参数结构体
|
|
12565
|
+
*/
|
|
12566
|
+
export declare type DescribeLicenseGeneralRequest = null;
|
|
11734
12567
|
/**
|
|
11735
12568
|
* 帐号统计数据。
|
|
11736
12569
|
*/
|
|
@@ -11783,13 +12616,9 @@ export interface DescribeMachinesResponse {
|
|
|
11783
12616
|
*/
|
|
11784
12617
|
export interface DescribeAssetWebLocationListRequest {
|
|
11785
12618
|
/**
|
|
11786
|
-
*
|
|
11787
|
-
*/
|
|
11788
|
-
Limit?: number;
|
|
11789
|
-
/**
|
|
11790
|
-
* 偏移量,默认为0。
|
|
12619
|
+
* 查询指定Quuid主机的信息
|
|
11791
12620
|
*/
|
|
11792
|
-
|
|
12621
|
+
Quuid?: string;
|
|
11793
12622
|
/**
|
|
11794
12623
|
* 过滤条件。
|
|
11795
12624
|
<li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>
|
|
@@ -11812,18 +12641,22 @@ export interface DescribeAssetWebLocationListRequest {
|
|
|
11812
12641
|
<li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )</li>
|
|
11813
12642
|
*/
|
|
11814
12643
|
Filters?: Array<Filter>;
|
|
12644
|
+
/**
|
|
12645
|
+
* 偏移量,默认为0。
|
|
12646
|
+
*/
|
|
12647
|
+
Offset?: number;
|
|
12648
|
+
/**
|
|
12649
|
+
* 需要返回的数量,默认为10,最大值为100
|
|
12650
|
+
*/
|
|
12651
|
+
Limit?: number;
|
|
11815
12652
|
/**
|
|
11816
12653
|
* 排序方式,asc升序 或 desc降序
|
|
11817
12654
|
*/
|
|
11818
12655
|
Order?: string;
|
|
11819
12656
|
/**
|
|
11820
|
-
* 可选排序:PathCount
|
|
12657
|
+
* 可选排序:[FirstTime|PathCount]
|
|
11821
12658
|
*/
|
|
11822
12659
|
By?: string;
|
|
11823
|
-
/**
|
|
11824
|
-
* 查询指定Quuid主机的信息
|
|
11825
|
-
*/
|
|
11826
|
-
Quuid?: string;
|
|
11827
12660
|
}
|
|
11828
12661
|
/**
|
|
11829
12662
|
* DescribeVulLevelCount请求参数结构体
|
|
@@ -12362,6 +13195,14 @@ export interface AssetPortBaseInfo {
|
|
|
12362
13195
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12363
13196
|
*/
|
|
12364
13197
|
UpdateTime: string;
|
|
13198
|
+
/**
|
|
13199
|
+
* 首次采集时间
|
|
13200
|
+
*/
|
|
13201
|
+
FirstTime: string;
|
|
13202
|
+
/**
|
|
13203
|
+
* 是否新增[0:否|1:是]
|
|
13204
|
+
*/
|
|
13205
|
+
IsNew: number;
|
|
12365
13206
|
}
|
|
12366
13207
|
/**
|
|
12367
13208
|
* DescribeAssetWebLocationInfo请求参数结构体
|
|
@@ -12421,13 +13262,9 @@ export interface DescribeAssetWebFrameListResponse {
|
|
|
12421
13262
|
*/
|
|
12422
13263
|
export interface DescribeAssetUserListRequest {
|
|
12423
13264
|
/**
|
|
12424
|
-
*
|
|
12425
|
-
*/
|
|
12426
|
-
Limit?: number;
|
|
12427
|
-
/**
|
|
12428
|
-
* 偏移量,默认为0。
|
|
13265
|
+
* 查询指定Quuid主机的信息
|
|
12429
13266
|
*/
|
|
12430
|
-
|
|
13267
|
+
Quuid?: string;
|
|
12431
13268
|
/**
|
|
12432
13269
|
* 过滤条件。
|
|
12433
13270
|
<li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>
|
|
@@ -12450,22 +13287,23 @@ export interface DescribeAssetUserListRequest {
|
|
|
12450
13287
|
<li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )</li>
|
|
12451
13288
|
*/
|
|
12452
13289
|
Filters?: Array<Filter>;
|
|
13290
|
+
/**
|
|
13291
|
+
* 需要返回的数量,默认为10,最大值为100
|
|
13292
|
+
*/
|
|
13293
|
+
Limit?: number;
|
|
13294
|
+
/**
|
|
13295
|
+
* 偏移量,默认为0。
|
|
13296
|
+
*/
|
|
13297
|
+
Offset?: number;
|
|
12453
13298
|
/**
|
|
12454
13299
|
* 排序方式,asc升序 或 desc降序
|
|
12455
13300
|
*/
|
|
12456
13301
|
Order?: string;
|
|
12457
13302
|
/**
|
|
12458
|
-
* 可选排序:
|
|
12459
|
-
LoginTime
|
|
12460
|
-
PasswordChangeTime
|
|
12461
|
-
PasswordDuaTime
|
|
13303
|
+
* 可选排序:[FirstTime|LoginTime|PasswordChangeTime|PasswordDuaTime]
|
|
12462
13304
|
PasswordLockDays
|
|
12463
13305
|
*/
|
|
12464
13306
|
By?: string;
|
|
12465
|
-
/**
|
|
12466
|
-
* 查询指定Quuid主机的信息
|
|
12467
|
-
*/
|
|
12468
|
-
Quuid?: string;
|
|
12469
13307
|
}
|
|
12470
13308
|
/**
|
|
12471
13309
|
* DeleteBaselineStrategy请求参数结构体
|
|
@@ -12488,14 +13326,6 @@ export interface DescribeAssetSystemPackageListRequest {
|
|
|
12488
13326
|
* 主机Quuid
|
|
12489
13327
|
*/
|
|
12490
13328
|
Quuid: string;
|
|
12491
|
-
/**
|
|
12492
|
-
* 需要返回的数量,默认为10,最大值为100
|
|
12493
|
-
*/
|
|
12494
|
-
Limit?: number;
|
|
12495
|
-
/**
|
|
12496
|
-
* 偏移量,默认为0。
|
|
12497
|
-
*/
|
|
12498
|
-
Offset?: number;
|
|
12499
13329
|
/**
|
|
12500
13330
|
* 过滤条件。
|
|
12501
13331
|
<li>Name - String - 是否必填:否 - 包 名</li>
|
|
@@ -12508,12 +13338,20 @@ export interface DescribeAssetSystemPackageListRequest {
|
|
|
12508
13338
|
4:system</li>
|
|
12509
13339
|
*/
|
|
12510
13340
|
Filters?: Array<Filter>;
|
|
13341
|
+
/**
|
|
13342
|
+
* 偏移量,默认为0。
|
|
13343
|
+
*/
|
|
13344
|
+
Offset?: number;
|
|
13345
|
+
/**
|
|
13346
|
+
* 需要返回的数量,默认为10,最大值为100
|
|
13347
|
+
*/
|
|
13348
|
+
Limit?: number;
|
|
12511
13349
|
/**
|
|
12512
13350
|
* 排序方式,asc-升序 或 desc-降序。默认:desc-降序
|
|
12513
13351
|
*/
|
|
12514
13352
|
Order?: string;
|
|
12515
13353
|
/**
|
|
12516
|
-
* 排序方式可选:InstallTime
|
|
13354
|
+
* 排序方式可选:[FistTime|InstallTime:安装时间]
|
|
12517
13355
|
*/
|
|
12518
13356
|
By?: string;
|
|
12519
13357
|
}
|
|
@@ -12559,14 +13397,9 @@ export interface Filters {
|
|
|
12559
13397
|
*/
|
|
12560
13398
|
export interface DescribeAssetWebServiceInfoListRequest {
|
|
12561
13399
|
/**
|
|
12562
|
-
*
|
|
12563
|
-
*/
|
|
12564
|
-
Limit?: number;
|
|
12565
|
-
/**
|
|
12566
|
-
* 偏移量,默认为0。
|
|
12567
|
-
<li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>
|
|
13400
|
+
* 查询指定Quuid主机的信息
|
|
12568
13401
|
*/
|
|
12569
|
-
|
|
13402
|
+
Quuid?: string;
|
|
12570
13403
|
/**
|
|
12571
13404
|
* 过滤条件。
|
|
12572
13405
|
<li>User- string - 是否必填:否 - 运行用户</li>
|
|
@@ -12585,18 +13418,23 @@ export interface DescribeAssetWebServiceInfoListRequest {
|
|
|
12585
13418
|
<li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )</li>
|
|
12586
13419
|
*/
|
|
12587
13420
|
Filters?: Array<AssetFilters>;
|
|
13421
|
+
/**
|
|
13422
|
+
* 偏移量,默认为0。
|
|
13423
|
+
<li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>
|
|
13424
|
+
*/
|
|
13425
|
+
Offset?: number;
|
|
13426
|
+
/**
|
|
13427
|
+
* 需要返回的数量,默认为10,最大值为100
|
|
13428
|
+
*/
|
|
13429
|
+
Limit?: number;
|
|
12588
13430
|
/**
|
|
12589
13431
|
* 排序方式,asc升序 或 desc降序
|
|
12590
13432
|
*/
|
|
12591
13433
|
Order?: string;
|
|
12592
13434
|
/**
|
|
12593
|
-
* 可选排序:ProcessCount
|
|
13435
|
+
* 可选排序:[FirstTime|ProcessCount]
|
|
12594
13436
|
*/
|
|
12595
13437
|
By?: string;
|
|
12596
|
-
/**
|
|
12597
|
-
* 查询指定Quuid主机的信息
|
|
12598
|
-
*/
|
|
12599
|
-
Quuid?: string;
|
|
12600
13438
|
}
|
|
12601
13439
|
/**
|
|
12602
13440
|
* CreateSearchLog请求参数结构体
|