tencentcloud-sdk-nodejs 4.1.132 → 4.1.134
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/es/common/sdk_version.js +1 -1
- package/es/services/cdb/v20170320/cdb_client.js +3 -0
- package/es/services/ioa/v20220601/ioa_client.js +3 -0
- package/es/services/monitor/v20180724/monitor_client.js +3 -0
- package/es/services/vpc/v20170312/vpc_client.js +40 -4
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +34 -0
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +4 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +22 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +6 -6
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +8 -9
- package/tencentcloud/services/dts/v20211206/dts_client.js +8 -9
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +103 -52
- package/tencentcloud/services/es/v20180416/es_models.d.ts +40 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -6
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +5 -1
- package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +5 -1
- package/tencentcloud/services/ioa/v20220601/ioa_client.js +6 -0
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +59 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +27 -10
- 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 +48 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +21 -5
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +15 -5
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +15 -5
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +8 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +12 -8
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +58 -2
- package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +1 -1
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +96 -62
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +53 -5
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +78 -6
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +610 -181
- package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +17 -0
|
@@ -65,7 +65,8 @@ export interface IsolateMigrateJobResponse {
|
|
|
65
65
|
*/
|
|
66
66
|
export interface ModifyMigrateJobSpecRequest {
|
|
67
67
|
/**
|
|
68
|
-
* 任务id
|
|
68
|
+
* 任务id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
69
|
+
|
|
69
70
|
*/
|
|
70
71
|
JobId: string;
|
|
71
72
|
/**
|
|
@@ -351,19 +352,19 @@ export interface ContinueMigrateJobRequest {
|
|
|
351
352
|
*/
|
|
352
353
|
export interface ResetConsumerGroupOffsetRequest {
|
|
353
354
|
/**
|
|
354
|
-
* 订阅实例id
|
|
355
|
+
* 订阅实例id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
|
355
356
|
*/
|
|
356
357
|
SubscribeId: string;
|
|
357
358
|
/**
|
|
358
|
-
* 订阅的kafka topic
|
|
359
|
+
* 订阅的kafka topic,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
|
359
360
|
*/
|
|
360
361
|
TopicName: string;
|
|
361
362
|
/**
|
|
362
|
-
* 消费组名称。实际的消费组全称形如:consumer-grp-#{SubscribeId}-#{ConsumerGroupName}
|
|
363
|
+
* 消费组名称。实际的消费组全称形如:consumer-grp-#{SubscribeId}-#{ConsumerGroupName}。可通过[DescribeConsumerGroups](https://cloud.tencent.com/document/api/571/102947)接口获取。
|
|
363
364
|
*/
|
|
364
365
|
ConsumerGroupName: string;
|
|
365
366
|
/**
|
|
366
|
-
* 需要修改offset
|
|
367
|
+
* 需要修改offset的分区编号,可通过[DescribeOffsetByTime](https://cloud.tencent.com/document/api/571/102946)接口获取。
|
|
367
368
|
*/
|
|
368
369
|
PartitionNos: Array<number | bigint>;
|
|
369
370
|
/**
|
|
@@ -380,7 +381,7 @@ export interface ResetConsumerGroupOffsetRequest {
|
|
|
380
381
|
*/
|
|
381
382
|
export interface ModifySyncRateLimitRequest {
|
|
382
383
|
/**
|
|
383
|
-
*
|
|
384
|
+
* 同步任务ID,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
|
384
385
|
*/
|
|
385
386
|
JobId: string;
|
|
386
387
|
/**
|
|
@@ -388,7 +389,7 @@ export interface ModifySyncRateLimitRequest {
|
|
|
388
389
|
*/
|
|
389
390
|
DumpThread?: number;
|
|
390
391
|
/**
|
|
391
|
-
* 同步任务全量导出的 Rps 限制、需要大于 0
|
|
392
|
+
* 同步任务全量导出的 Rps 限制、需要大于 0;对于mongodb最大值为20000,其他数据库最大值为50000000
|
|
392
393
|
*/
|
|
393
394
|
DumpRps?: number;
|
|
394
395
|
/**
|
|
@@ -458,7 +459,8 @@ export interface ErrorInfoItem {
|
|
|
458
459
|
*/
|
|
459
460
|
export interface IsolateMigrateJobRequest {
|
|
460
461
|
/**
|
|
461
|
-
* 任务id
|
|
462
|
+
* 任务id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
463
|
+
|
|
462
464
|
*/
|
|
463
465
|
JobId: string;
|
|
464
466
|
}
|
|
@@ -592,11 +594,13 @@ export interface SubscribeInfo {
|
|
|
592
594
|
*/
|
|
593
595
|
export interface ModifyCompareTaskNameRequest {
|
|
594
596
|
/**
|
|
595
|
-
* 迁移任务 Id
|
|
597
|
+
* 迁移任务 Id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
598
|
+
|
|
596
599
|
*/
|
|
597
600
|
JobId: string;
|
|
598
601
|
/**
|
|
599
|
-
* 对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9
|
|
602
|
+
* 对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
603
|
+
|
|
600
604
|
*/
|
|
601
605
|
CompareTaskId: string;
|
|
602
606
|
/**
|
|
@@ -743,7 +747,8 @@ export interface DescribeSubscribeReturnableRequest {
|
|
|
743
747
|
*/
|
|
744
748
|
export interface DescribeMigrationDetailRequest {
|
|
745
749
|
/**
|
|
746
|
-
* 数据迁移任务ID
|
|
750
|
+
* 数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
751
|
+
|
|
747
752
|
*/
|
|
748
753
|
JobId: string;
|
|
749
754
|
}
|
|
@@ -778,11 +783,12 @@ export interface CreateConsumerGroupRequest {
|
|
|
778
783
|
*/
|
|
779
784
|
export interface ResizeSyncJobRequest {
|
|
780
785
|
/**
|
|
781
|
-
* 同步任务id
|
|
786
|
+
* 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
|
787
|
+
|
|
782
788
|
*/
|
|
783
789
|
JobId: string;
|
|
784
790
|
/**
|
|
785
|
-
*
|
|
791
|
+
* 任务规格,可选值包括micro,small,medium,large
|
|
786
792
|
*/
|
|
787
793
|
NewInstanceClass: string;
|
|
788
794
|
}
|
|
@@ -832,11 +838,11 @@ export interface ConflictHandleOption {
|
|
|
832
838
|
*/
|
|
833
839
|
ConditionColumn?: string;
|
|
834
840
|
/**
|
|
835
|
-
*
|
|
841
|
+
* 条件覆盖操作,目前仅支持>
|
|
836
842
|
*/
|
|
837
843
|
ConditionOperator?: string;
|
|
838
844
|
/**
|
|
839
|
-
*
|
|
845
|
+
* 条件覆盖优先级处理,支持类型有>,<,=
|
|
840
846
|
*/
|
|
841
847
|
ConditionOrderInSrcAndDst?: string;
|
|
842
848
|
}
|
|
@@ -885,7 +891,7 @@ export interface ModifyCompareTaskNameResponse {
|
|
|
885
891
|
*/
|
|
886
892
|
export interface StartSyncJobRequest {
|
|
887
893
|
/**
|
|
888
|
-
* 同步任务id
|
|
894
|
+
* 同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
|
889
895
|
*/
|
|
890
896
|
JobId?: string;
|
|
891
897
|
}
|
|
@@ -944,7 +950,7 @@ export interface CreateMigrateCheckJobResponse {
|
|
|
944
950
|
*/
|
|
945
951
|
export interface ModifySyncJobConfigRequest {
|
|
946
952
|
/**
|
|
947
|
-
* 同步任务
|
|
953
|
+
* 同步任务ID,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
|
948
954
|
*/
|
|
949
955
|
JobId: string;
|
|
950
956
|
/**
|
|
@@ -1044,7 +1050,8 @@ export interface DetailCheckItem {
|
|
|
1044
1050
|
*/
|
|
1045
1051
|
export interface DescribeCompareTasksRequest {
|
|
1046
1052
|
/**
|
|
1047
|
-
* 迁移任务 Id
|
|
1053
|
+
* 迁移任务 Id,可通过 [DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084) 接口获取。
|
|
1054
|
+
|
|
1048
1055
|
*/
|
|
1049
1056
|
JobId: string;
|
|
1050
1057
|
/**
|
|
@@ -1555,7 +1562,8 @@ export interface ModifySubscribeAutoRenewFlagRequest {
|
|
|
1555
1562
|
*/
|
|
1556
1563
|
export interface CompleteMigrateJobRequest {
|
|
1557
1564
|
/**
|
|
1558
|
-
* 数据迁移任务ID
|
|
1565
|
+
* 数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
1566
|
+
|
|
1559
1567
|
*/
|
|
1560
1568
|
JobId: string;
|
|
1561
1569
|
/**
|
|
@@ -1769,6 +1777,22 @@ export interface CompareOptions {
|
|
|
1769
1777
|
* 线程数,取值1-8,默认为1
|
|
1770
1778
|
*/
|
|
1771
1779
|
ThreadCount?: number;
|
|
1780
|
+
/**
|
|
1781
|
+
* 对比类型:builtin(内置校验)、independent(独立校验)。默认为builtin,mongodb及redis链路不支持独立校验。
|
|
1782
|
+
*/
|
|
1783
|
+
Type?: string;
|
|
1784
|
+
/**
|
|
1785
|
+
* 校验类型,枚举值:structureCheck-结构校验(目前仅postgresql支持)、full-全量校验、increment-增量校验(如果勾选了增量校验,Method只能选dataCheck)、advanceObject-数据库信息校验(目前仅mongodb支持)
|
|
1786
|
+
*/
|
|
1787
|
+
CompareMode?: Array<string>;
|
|
1788
|
+
/**
|
|
1789
|
+
* 复检次数
|
|
1790
|
+
*/
|
|
1791
|
+
ReCheckTime?: number;
|
|
1792
|
+
/**
|
|
1793
|
+
* 复检时间间隔,单位为分钟,取值 1-60
|
|
1794
|
+
*/
|
|
1795
|
+
ReCheckInterval?: number;
|
|
1772
1796
|
}
|
|
1773
1797
|
/**
|
|
1774
1798
|
* ModifyMigrateName返回参数结构体
|
|
@@ -1801,7 +1825,8 @@ export interface DescribeMigrationJobsResponse {
|
|
|
1801
1825
|
*/
|
|
1802
1826
|
export interface ModifyMigrationJobRequest {
|
|
1803
1827
|
/**
|
|
1804
|
-
* 任务id
|
|
1828
|
+
* 任务id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
1829
|
+
|
|
1805
1830
|
*/
|
|
1806
1831
|
JobId: string;
|
|
1807
1832
|
/**
|
|
@@ -1889,7 +1914,8 @@ export interface ProcessProgress {
|
|
|
1889
1914
|
*/
|
|
1890
1915
|
export interface SkipSyncCheckItemRequest {
|
|
1891
1916
|
/**
|
|
1892
|
-
* 任务id,如:sync-4ddgid2
|
|
1917
|
+
* 任务id,如:sync-4ddgid2,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
|
1918
|
+
|
|
1893
1919
|
*/
|
|
1894
1920
|
JobId: string;
|
|
1895
1921
|
/**
|
|
@@ -2538,7 +2564,7 @@ export interface SubscribeCheckStepInfo {
|
|
|
2538
2564
|
*/
|
|
2539
2565
|
StepNo?: number;
|
|
2540
2566
|
/**
|
|
2541
|
-
* 当前步骤状态,可能值为 notStarted
|
|
2567
|
+
* 当前步骤状态,可能值为 notStarted-未开始,running-运行中,finished-已完成,failed-失败,unknown-未知
|
|
2542
2568
|
*/
|
|
2543
2569
|
Status?: string;
|
|
2544
2570
|
/**
|
|
@@ -2588,7 +2614,7 @@ export interface MigrateDBItem {
|
|
|
2588
2614
|
*/
|
|
2589
2615
|
export interface DescribeMigrateDBInstancesRequest {
|
|
2590
2616
|
/**
|
|
2591
|
-
* 数据库类型,如mysql,redis
|
|
2617
|
+
* 数据库类型,如mysql,percona,mariadb,tdsqlmysql,mariadb,postgresql,cynosdbmysql,redis,tendis,keewidb,tdstore,mongodb,clickhouse,sqlserver等。
|
|
2592
2618
|
*/
|
|
2593
2619
|
DatabaseType: string;
|
|
2594
2620
|
/**
|
|
@@ -2596,11 +2622,11 @@ export interface DescribeMigrateDBInstancesRequest {
|
|
|
2596
2622
|
*/
|
|
2597
2623
|
MigrateRole?: string;
|
|
2598
2624
|
/**
|
|
2599
|
-
* 云数据库实例ID
|
|
2625
|
+
* 云数据库实例ID,可通过对应业务实例列表获取实例信息。
|
|
2600
2626
|
*/
|
|
2601
2627
|
InstanceId?: string;
|
|
2602
2628
|
/**
|
|
2603
|
-
*
|
|
2629
|
+
* 云数据库名称,可通过对应业务实例列表获取实例信息。
|
|
2604
2630
|
*/
|
|
2605
2631
|
InstanceName?: string;
|
|
2606
2632
|
/**
|
|
@@ -2667,11 +2693,13 @@ export interface ProcessStepTip {
|
|
|
2667
2693
|
*/
|
|
2668
2694
|
export interface ModifyCompareTaskRequest {
|
|
2669
2695
|
/**
|
|
2670
|
-
* 任务 Id
|
|
2696
|
+
* 任务 Id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
2697
|
+
|
|
2671
2698
|
*/
|
|
2672
2699
|
JobId: string;
|
|
2673
2700
|
/**
|
|
2674
|
-
* 对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9
|
|
2701
|
+
* 对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
2702
|
+
|
|
2675
2703
|
*/
|
|
2676
2704
|
CompareTaskId: string;
|
|
2677
2705
|
/**
|
|
@@ -2696,7 +2724,8 @@ export interface ModifyCompareTaskRequest {
|
|
|
2696
2724
|
*/
|
|
2697
2725
|
export interface StopMigrateJobRequest {
|
|
2698
2726
|
/**
|
|
2699
|
-
* 数据迁移任务ID
|
|
2727
|
+
* 数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
2728
|
+
|
|
2700
2729
|
*/
|
|
2701
2730
|
JobId: string;
|
|
2702
2731
|
}
|
|
@@ -2937,11 +2966,12 @@ export interface ResumeSubscribeResponse {
|
|
|
2937
2966
|
*/
|
|
2938
2967
|
export interface DescribeSyncJobsRequest {
|
|
2939
2968
|
/**
|
|
2940
|
-
* 同步任务id,如sync-werwfs23
|
|
2969
|
+
* 同步任务id,如sync-werwfs23,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
|
2970
|
+
|
|
2941
2971
|
*/
|
|
2942
2972
|
JobId?: string;
|
|
2943
2973
|
/**
|
|
2944
|
-
* 同步任务id列表,如sync-
|
|
2974
|
+
* 同步任务id列表,如["sync-n3gh7md9"]
|
|
2945
2975
|
*/
|
|
2946
2976
|
JobIds?: Array<string>;
|
|
2947
2977
|
/**
|
|
@@ -2949,7 +2979,7 @@ export interface DescribeSyncJobsRequest {
|
|
|
2949
2979
|
*/
|
|
2950
2980
|
JobName?: string;
|
|
2951
2981
|
/**
|
|
2952
|
-
*
|
|
2982
|
+
* 排序字段,目前仅支持CreateTime字段排序
|
|
2953
2983
|
*/
|
|
2954
2984
|
Order?: string;
|
|
2955
2985
|
/**
|
|
@@ -2965,7 +2995,7 @@ export interface DescribeSyncJobsRequest {
|
|
|
2965
2995
|
*/
|
|
2966
2996
|
Limit?: number;
|
|
2967
2997
|
/**
|
|
2968
|
-
* 状态集合,如Initialized,CheckPass,Running,ResumableErr,Stopped
|
|
2998
|
+
* 状态集合,如Initialized(初始化),CheckPass(校验通过),Running(运行中),ResumableErr(恢复中),Stopped(已结束)
|
|
2969
2999
|
*/
|
|
2970
3000
|
Status?: Array<string>;
|
|
2971
3001
|
/**
|
|
@@ -2973,7 +3003,7 @@ export interface DescribeSyncJobsRequest {
|
|
|
2973
3003
|
*/
|
|
2974
3004
|
RunMode?: string;
|
|
2975
3005
|
/**
|
|
2976
|
-
* 任务类型,如mysql2mysql:msyql同步到mysql
|
|
3006
|
+
* 任务类型,如mysql2mysql:msyql同步到mysql;可取值有mysql2mysql、mysql2kafka、tdsqlmysql2kafka、tdsqlmysql2tdsqlmysql、tdsqlmysql2mysql、mysql2tdsqlmysql、mysql2mariadb、mariadb2mariadb、mariadb2kafka、cynosdbmysql2kafka、cynosdbmysql2cynosdbmysql、cynosdbmysql2mysql、mysql2cynosdbmysql、mariadb2tdsqlmysql、tdsqlmysql2cynosdbmysql、cynosdbmysql2tdsqlmysql、tdstore2mysql、tdstore2percona、tdstore2mariadb、tdstore2cynosdbmysql、cynosdbmysql2mariadb、mariadb2cynosdbmysql、tdsqlmysql2mariadb、mariadb2mysql、percona2mariadb、postgresql2postgresql、tdstore2tdsqlmysql、mongodb2mongodb
|
|
2977
3007
|
*/
|
|
2978
3008
|
JobType?: string;
|
|
2979
3009
|
/**
|
|
@@ -3061,7 +3091,7 @@ export interface DescribeConsumerGroupsResponse {
|
|
|
3061
3091
|
*/
|
|
3062
3092
|
export interface ModifyMigrateRateLimitRequest {
|
|
3063
3093
|
/**
|
|
3064
|
-
* 迁移任务
|
|
3094
|
+
* 迁移任务 Id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
3065
3095
|
*/
|
|
3066
3096
|
JobId: string;
|
|
3067
3097
|
/**
|
|
@@ -3205,7 +3235,8 @@ export interface SubscribeObject {
|
|
|
3205
3235
|
*/
|
|
3206
3236
|
export interface ResumeMigrateJobRequest {
|
|
3207
3237
|
/**
|
|
3208
|
-
* 数据迁移任务ID
|
|
3238
|
+
* 数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
3239
|
+
|
|
3209
3240
|
*/
|
|
3210
3241
|
JobId: string;
|
|
3211
3242
|
/**
|
|
@@ -3227,7 +3258,7 @@ export interface PauseSyncJobResponse {
|
|
|
3227
3258
|
*/
|
|
3228
3259
|
export interface DescribeSubscribeCheckJobRequest {
|
|
3229
3260
|
/**
|
|
3230
|
-
* 数据订阅实例的 ID
|
|
3261
|
+
* 数据订阅实例的 ID,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
|
3231
3262
|
*/
|
|
3232
3263
|
SubscribeId: string;
|
|
3233
3264
|
}
|
|
@@ -3435,11 +3466,12 @@ export interface RateLimitOption {
|
|
|
3435
3466
|
*/
|
|
3436
3467
|
export interface SkipCheckItemRequest {
|
|
3437
3468
|
/**
|
|
3438
|
-
* 数据迁移任务ID
|
|
3469
|
+
* 数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
3470
|
+
|
|
3439
3471
|
*/
|
|
3440
3472
|
JobId: string;
|
|
3441
3473
|
/**
|
|
3442
|
-
* 需要跳过校验项的步骤id,需要通过DescribeMigrationCheckJob接口返回StepInfo[i].StepId字段获取,例如:["OptimizeCheck"]
|
|
3474
|
+
* 需要跳过校验项的步骤id,需要通过[DescribeMigrationCheckJob](https://cloud.tencent.com/document/product/571/82086)接口返回StepInfo[i].StepId字段获取,例如:["OptimizeCheck"]
|
|
3443
3475
|
*/
|
|
3444
3476
|
StepIds: Array<string>;
|
|
3445
3477
|
/**
|
|
@@ -3629,7 +3661,8 @@ export interface CreateSyncJobResponse {
|
|
|
3629
3661
|
*/
|
|
3630
3662
|
export interface CreateCompareTaskRequest {
|
|
3631
3663
|
/**
|
|
3632
|
-
* 任务 Id
|
|
3664
|
+
* 任务 Id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
3665
|
+
|
|
3633
3666
|
*/
|
|
3634
3667
|
JobId: string;
|
|
3635
3668
|
/**
|
|
@@ -3884,7 +3917,8 @@ export interface CreateModifyCheckSyncJobResponse {
|
|
|
3884
3917
|
*/
|
|
3885
3918
|
export interface ModifyMigrateNameRequest {
|
|
3886
3919
|
/**
|
|
3887
|
-
* 迁移任务id
|
|
3920
|
+
* 迁移任务id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
3921
|
+
|
|
3888
3922
|
*/
|
|
3889
3923
|
JobId: string;
|
|
3890
3924
|
/**
|
|
@@ -3943,7 +3977,8 @@ export interface StartSyncJobResponse {
|
|
|
3943
3977
|
*/
|
|
3944
3978
|
export interface StartMigrateJobRequest {
|
|
3945
3979
|
/**
|
|
3946
|
-
* 数据迁移任务ID
|
|
3980
|
+
* 数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
3981
|
+
|
|
3947
3982
|
*/
|
|
3948
3983
|
JobId: string;
|
|
3949
3984
|
}
|
|
@@ -4089,11 +4124,11 @@ export interface DBItem {
|
|
|
4089
4124
|
*/
|
|
4090
4125
|
export interface DeleteCompareTaskRequest {
|
|
4091
4126
|
/**
|
|
4092
|
-
* 迁移任务 Id
|
|
4127
|
+
* 迁移任务 Id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
4093
4128
|
*/
|
|
4094
4129
|
JobId: string;
|
|
4095
4130
|
/**
|
|
4096
|
-
* 对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9
|
|
4131
|
+
* 对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9。可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
4097
4132
|
*/
|
|
4098
4133
|
CompareTaskId: string;
|
|
4099
4134
|
}
|
|
@@ -4261,7 +4296,7 @@ export interface Endpoint {
|
|
|
4261
4296
|
*/
|
|
4262
4297
|
export interface ConfigureSubscribeJobRequest {
|
|
4263
4298
|
/**
|
|
4264
|
-
* 数据订阅实例的 ID
|
|
4299
|
+
* 数据订阅实例的 ID,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
|
|
4265
4300
|
*/
|
|
4266
4301
|
SubscribeId: string;
|
|
4267
4302
|
/**
|
|
@@ -4362,11 +4397,11 @@ export interface SyncJobInfo {
|
|
|
4362
4397
|
*/
|
|
4363
4398
|
SrcRegion?: string;
|
|
4364
4399
|
/**
|
|
4365
|
-
* 源端数据库类型,mysql,cynosdbmysql,
|
|
4400
|
+
* 源端数据库类型,mysql,tdsqlmysql,mariadb,cynosdbmysql(表示tdsql-c实例),tdstore,percona,postgresql,mongodb等。
|
|
4366
4401
|
*/
|
|
4367
4402
|
SrcDatabaseType?: string;
|
|
4368
4403
|
/**
|
|
4369
|
-
* 源端接入类型,cdb(云数据库)、cvm(
|
|
4404
|
+
* 源端接入类型,cdb(云数据库)、cvm(云服务器自建)、vpc(私有网络)、extranet(外网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、intranet(自研上云)
|
|
4370
4405
|
*/
|
|
4371
4406
|
SrcAccessType?: string;
|
|
4372
4407
|
/**
|
|
@@ -4386,7 +4421,7 @@ export interface SyncJobInfo {
|
|
|
4386
4421
|
*/
|
|
4387
4422
|
DstRegion?: string;
|
|
4388
4423
|
/**
|
|
4389
|
-
* 目标端数据库类型,mysql,cynosdbmysql,
|
|
4424
|
+
* 目标端数据库类型,mysql,tdsqlmysql,mariadb,cynosdbmysql(表示tdsql-c实例),tdstore,percona,postgresql,mongodb等。
|
|
4390
4425
|
*/
|
|
4391
4426
|
DstDatabaseType?: string;
|
|
4392
4427
|
/**
|
|
@@ -4471,7 +4506,7 @@ export interface DescribeSubscribeCheckJobResponse {
|
|
|
4471
4506
|
*/
|
|
4472
4507
|
Message?: string;
|
|
4473
4508
|
/**
|
|
4474
|
-
* 任务运行状态,可能值为 running,failed,success
|
|
4509
|
+
* 任务运行状态,可能值为 running(运行中),failed(失败),success(成功),unknown(未知状态)。
|
|
4475
4510
|
*/
|
|
4476
4511
|
Status?: string;
|
|
4477
4512
|
/**
|
|
@@ -4587,7 +4622,7 @@ export interface CreateSyncJobRequest {
|
|
|
4587
4622
|
*/
|
|
4588
4623
|
DstRegion: string;
|
|
4589
4624
|
/**
|
|
4590
|
-
* 同步任务规格,Standard
|
|
4625
|
+
* 同步任务规格,Standard:标准版,目前仅支持Standard规格。
|
|
4591
4626
|
*/
|
|
4592
4627
|
Specification?: string;
|
|
4593
4628
|
/**
|
|
@@ -4758,7 +4793,7 @@ export interface RecoverMigrateJobRequest {
|
|
|
4758
4793
|
*/
|
|
4759
4794
|
export interface OnlineDDL {
|
|
4760
4795
|
/**
|
|
4761
|
-
*
|
|
4796
|
+
* 状态,ON-启用,OFF-不启用。
|
|
4762
4797
|
*/
|
|
4763
4798
|
Status: string;
|
|
4764
4799
|
}
|
|
@@ -4802,7 +4837,9 @@ export interface DatabaseTableObject {
|
|
|
4802
4837
|
*/
|
|
4803
4838
|
Databases?: Array<DBItem>;
|
|
4804
4839
|
/**
|
|
4805
|
-
* 高级对象类型,如trigger、function、procedure、event
|
|
4840
|
+
* 高级对象类型,如trigger(触发器)、function(函数)、procedure(存储过程)、event(事件)。注意:如果要迁移同步高级对象,此配置中应该包含对应的高级对象类型。
|
|
4841
|
+
|
|
4842
|
+
> 当前支持高级对象迁移的场景为MySQL、TDSQL-CMySQL、MariaDB、Percona之间的数据迁移。
|
|
4806
4843
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4807
4844
|
*/
|
|
4808
4845
|
AdvancedObjects?: Array<string>;
|
|
@@ -4812,7 +4849,8 @@ export interface DatabaseTableObject {
|
|
|
4812
4849
|
*/
|
|
4813
4850
|
export interface ModifyMigrateRuntimeAttributeRequest {
|
|
4814
4851
|
/**
|
|
4815
|
-
* 迁移任务id
|
|
4852
|
+
* 迁移任务id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
4853
|
+
|
|
4816
4854
|
*/
|
|
4817
4855
|
JobId: string;
|
|
4818
4856
|
/**
|
|
@@ -4974,4 +5012,17 @@ export interface ConsistencyOption {
|
|
|
4974
5012
|
* 一致性检测类型: full(全量检测迁移对象)、noCheck(不检测)、notConfigured(未配置)
|
|
4975
5013
|
*/
|
|
4976
5014
|
Mode?: string;
|
|
5015
|
+
/**
|
|
5016
|
+
* 校验对象选择。枚举值:sameAsMigrate-与迁移同步任务相同、custom-用户自定义,搭配Objects操作
|
|
5017
|
+
*/
|
|
5018
|
+
ObjectMode?: string;
|
|
5019
|
+
/**
|
|
5020
|
+
* 校验对象
|
|
5021
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5022
|
+
*/
|
|
5023
|
+
Objects?: DatabaseTableObject;
|
|
5024
|
+
/**
|
|
5025
|
+
* 校验配置
|
|
5026
|
+
*/
|
|
5027
|
+
Options?: CompareOptions;
|
|
4977
5028
|
}
|
|
@@ -431,6 +431,26 @@ export interface DescribeInstanceLogsRequest {
|
|
|
431
431
|
<li>1, 升序</li>
|
|
432
432
|
*/
|
|
433
433
|
OrderByType?: number;
|
|
434
|
+
/**
|
|
435
|
+
* 日志级别
|
|
436
|
+
*/
|
|
437
|
+
LogLevels?: Array<string>;
|
|
438
|
+
/**
|
|
439
|
+
* 节点ID
|
|
440
|
+
*/
|
|
441
|
+
NodeIds?: Array<string>;
|
|
442
|
+
/**
|
|
443
|
+
* 慢日志索引名
|
|
444
|
+
*/
|
|
445
|
+
IndexName?: string;
|
|
446
|
+
/**
|
|
447
|
+
* 慢日志索引分片
|
|
448
|
+
*/
|
|
449
|
+
ShardId?: string;
|
|
450
|
+
/**
|
|
451
|
+
* 慢日志查询耗时
|
|
452
|
+
*/
|
|
453
|
+
QueryCost?: number;
|
|
434
454
|
}
|
|
435
455
|
/**
|
|
436
456
|
* RestoreClusterSnapshot返回参数结构体
|
|
@@ -1080,6 +1100,14 @@ export interface ServerlessSpace {
|
|
|
1080
1100
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1081
1101
|
*/
|
|
1082
1102
|
TagList?: Array<TagInfo>;
|
|
1103
|
+
/**
|
|
1104
|
+
* 是否开启mcp服务
|
|
1105
|
+
*/
|
|
1106
|
+
EnableMcpAccess?: number;
|
|
1107
|
+
/**
|
|
1108
|
+
* mcp的访问地址
|
|
1109
|
+
*/
|
|
1110
|
+
McpAccess?: string;
|
|
1083
1111
|
}
|
|
1084
1112
|
/**
|
|
1085
1113
|
* DeleteClusterSnapshot请求参数结构体
|
|
@@ -1315,6 +1343,18 @@ export interface InstanceLog {
|
|
|
1315
1343
|
* 集群节点ID
|
|
1316
1344
|
*/
|
|
1317
1345
|
NodeID?: string;
|
|
1346
|
+
/**
|
|
1347
|
+
* 慢日志索引名
|
|
1348
|
+
*/
|
|
1349
|
+
IndexName?: string;
|
|
1350
|
+
/**
|
|
1351
|
+
* 慢日志索引分片
|
|
1352
|
+
*/
|
|
1353
|
+
Shard?: string;
|
|
1354
|
+
/**
|
|
1355
|
+
* 慢日志索引查询耗时
|
|
1356
|
+
*/
|
|
1357
|
+
QueryCost?: string;
|
|
1318
1358
|
}
|
|
1319
1359
|
/**
|
|
1320
1360
|
* Logstash管道信息
|
|
@@ -932,10 +932,10 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
932
932
|
*/
|
|
933
933
|
CreateChannelOrganizationInfoChangeUrl(req: CreateChannelOrganizationInfoChangeUrlRequest, cb?: (error: string, rep: CreateChannelOrganizationInfoChangeUrlResponse) => void): Promise<CreateChannelOrganizationInfoChangeUrlResponse>;
|
|
934
934
|
/**
|
|
935
|
-
*
|
|
935
|
+
* 查询用户模板类型,分为两种模式:
|
|
936
936
|
<ul>
|
|
937
|
-
<li>QueryBindTemplate:false
|
|
938
|
-
<li>QueryBindTemplate:false
|
|
937
|
+
<li>QueryBindTemplate:false,查询用户合同模板类型,返回用户合同模板类型ID,用户合同模板类型名称,用户合同模板类型描述信息</li>
|
|
938
|
+
<li>QueryBindTemplate:false,查询用户合同模板类型,返回用户合同模板类型ID,用户合同模板类型名称,用户合同模板类型描述信息,被绑定的模板数量</li>
|
|
939
939
|
</ul>
|
|
940
940
|
*/
|
|
941
941
|
DescribeUserFlowType(req: DescribeUserFlowTypeRequest, cb?: (error: string, rep: DescribeUserFlowTypeResponse) => void): Promise<DescribeUserFlowTypeResponse>;
|
|
@@ -1080,10 +1080,10 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
1080
1080
|
return this.request("CreateChannelOrganizationInfoChangeUrl", req, cb);
|
|
1081
1081
|
}
|
|
1082
1082
|
/**
|
|
1083
|
-
*
|
|
1083
|
+
* 查询用户模板类型,分为两种模式:
|
|
1084
1084
|
<ul>
|
|
1085
|
-
<li>QueryBindTemplate:false
|
|
1086
|
-
<li>QueryBindTemplate:false
|
|
1085
|
+
<li>QueryBindTemplate:false,查询用户合同模板类型,返回用户合同模板类型ID,用户合同模板类型名称,用户合同模板类型描述信息</li>
|
|
1086
|
+
<li>QueryBindTemplate:false,查询用户合同模板类型,返回用户合同模板类型ID,用户合同模板类型名称,用户合同模板类型描述信息,被绑定的模板数量</li>
|
|
1087
1087
|
</ul>
|
|
1088
1088
|
*/
|
|
1089
1089
|
async DescribeUserFlowType(req, cb) {
|
|
@@ -9668,15 +9668,11 @@ export interface DescribeUserFlowTypeRequest {
|
|
|
9668
9668
|
*/
|
|
9669
9669
|
Agent: Agent;
|
|
9670
9670
|
/**
|
|
9671
|
-
* 搜索过滤的条件,本字段允许您通过指定模板 ID 或模板名称来进行查询。 <ul><li><strong>模板的用户合同类型</strong>:<strong>Key</strong>设置为 <code>user-flow-type-id</code> ,<strong>Values</strong
|
|
9671
|
+
* 搜索过滤的条件,本字段允许您通过指定模板 ID 或模板名称来进行查询。 <ul><li><strong>模板的用户合同类型</strong>:<strong>Key</strong>设置为 <code>user-flow-type-id</code> ,<strong>Values</strong>为您想要查询的用户模板类型id列表。</li></ul>
|
|
9672
9672
|
*/
|
|
9673
9673
|
Filters?: Array<Filter>;
|
|
9674
9674
|
/**
|
|
9675
|
-
*
|
|
9676
|
-
<ul>
|
|
9677
|
-
<li>false(默认值),查询用户合同类型</li>
|
|
9678
|
-
<li>true,查询绑定了模版的用户合同类型</li>
|
|
9679
|
-
</ul>
|
|
9675
|
+
* 查询绑定了模板的用户合同类型<ul><li>false(默认值),查询用户合同类型</li><li>true,查询绑定了模板的用户合同类型</li></ul>
|
|
9680
9676
|
*/
|
|
9681
9677
|
QueryBindTemplate?: boolean;
|
|
9682
9678
|
}
|
|
@@ -1394,7 +1394,7 @@ export interface RuleInfo {
|
|
|
1394
1394
|
RealServerSet?: Array<BindRealServer>;
|
|
1395
1395
|
/**
|
|
1396
1396
|
* 源站的服务状态,0表示异常,1表示正常。
|
|
1397
|
-
|
|
1397
|
+
未开启健康检查时,该状态始终为正常。
|
|
1398
1398
|
只要有一个源站健康状态为异常时,该状态为异常,具体源站的状态请查看RealServerSet。
|
|
1399
1399
|
*/
|
|
1400
1400
|
BindStatus?: number;
|
|
@@ -1417,6 +1417,10 @@ export interface RuleInfo {
|
|
|
1417
1417
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1418
1418
|
*/
|
|
1419
1419
|
ForcedRedirect?: string;
|
|
1420
|
+
/**
|
|
1421
|
+
* 七层转发规则的回源协议类型
|
|
1422
|
+
*/
|
|
1423
|
+
ForwardProtocol?: string;
|
|
1420
1424
|
}
|
|
1421
1425
|
/**
|
|
1422
1426
|
* 源站绑定信息查询,BindStatus, 0: 未被绑定 1:被规则或者监听器绑定
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { CreatePrivilegeCodeRequest, DescribeDeviceDetailListResponse, DescribeAggrSoftDeviceListRequest, DescribeDeviceHardwareInfoListResponse, DescribeDevicesResponse, DescribeAccountGroupsRequest, DescribeDeviceVirtualGroupsResponse, DescribeAggrSoftCategorySoftListRequest, CreateDeviceVirtualGroupRequest, CreateDeviceTaskRequest, DescribeSoftCensusListByDeviceRequest, DescribeLocalAccountsRequest, CreateDeviceTaskResponse, CreateDLPFileDetectionTaskRequest, DescribeDeviceInfoRequest, DescribeDeviceVirtualGroupsRequest, DescribeDeviceChildGroupsRequest, DescribeDeviceInfoResponse, DescribeDLPEdgeNodesResponse, ExportSoftwareInformationListResponse, DescribeSoftwareInformationRequest, DescribeDLPFileDetectTaskResultResponse, CreateDLPFileDetectTaskResponse, DescribeDLPEdgeNodesRequest, DescribeAggrSoftDetailRequest, DescribeDLPEdgeNodeGroupsRequest, DescribeVirtualDevicesResponse, CreateDLPFileDetectTaskRequest, DescribeDLPFileDetectResultRequest, CreateDeviceVirtualGroupResponse, DescribeSoftwareInformationResponse, ModifyVirtualDeviceGroupsResponse, DescribeLocalAccountsResponse, DescribeAccountGroupsResponse, DescribeSoftCensusListByDeviceResponse, DescribeDLPEdgeNodeGroupsResponse, DescribeAggrSoftDeviceListResponse, DescribeRootAccountGroupResponse, DescribeDLPFileDetectTaskResultRequest, DescribeDeviceDetailListRequest, ExportSoftwareInformationListRequest, ModifyVirtualDeviceGroupsRequest, DescribeVirtualDevicesRequest, DescribeRootAccountGroupRequest, DescribeDevicesRequest, DescribeAggrSoftCategorySoftListResponse, DescribeAggrSoftDetailResponse, CreateDLPFileDetectionTaskResponse, DescribeDeviceChildGroupsResponse, DescribeDLPFileDetectResultResponse, CreatePrivilegeCodeResponse, DescribeDeviceHardwareInfoListRequest } from "./ioa_models";
|
|
3
|
+
import { CreatePrivilegeCodeRequest, DescribeDeviceDetailListResponse, DescribeAggrSoftDeviceListRequest, DescribeDeviceHardwareInfoListResponse, DescribeDevicesResponse, DescribeAccountGroupsRequest, DescribeDeviceVirtualGroupsResponse, DescribeAggrSoftCategorySoftListRequest, CreateDeviceVirtualGroupRequest, CreateDeviceTaskRequest, DescribeSoftCensusListByDeviceRequest, DescribeLocalAccountsRequest, CreateDeviceTaskResponse, CreateDLPFileDetectionTaskRequest, ExportDeviceDownloadTaskRequest, DescribeDeviceInfoRequest, DescribeDeviceVirtualGroupsRequest, DescribeDeviceChildGroupsRequest, DescribeDeviceInfoResponse, DescribeDLPEdgeNodesResponse, ExportSoftwareInformationListResponse, DescribeSoftwareInformationRequest, DescribeDLPFileDetectTaskResultResponse, CreateDLPFileDetectTaskResponse, DescribeDLPEdgeNodesRequest, DescribeAggrSoftDetailRequest, DescribeDLPEdgeNodeGroupsRequest, DescribeVirtualDevicesResponse, CreateDLPFileDetectTaskRequest, DescribeDLPFileDetectResultRequest, CreateDeviceVirtualGroupResponse, ExportDeviceDownloadTaskResponse, DescribeSoftwareInformationResponse, ModifyVirtualDeviceGroupsResponse, DescribeLocalAccountsResponse, DescribeAccountGroupsResponse, DescribeSoftCensusListByDeviceResponse, DescribeDLPEdgeNodeGroupsResponse, DescribeAggrSoftDeviceListResponse, DescribeRootAccountGroupResponse, DescribeDLPFileDetectTaskResultRequest, DescribeDeviceDetailListRequest, ExportSoftwareInformationListRequest, ModifyVirtualDeviceGroupsRequest, DescribeVirtualDevicesRequest, DescribeRootAccountGroupRequest, DescribeDevicesRequest, DescribeAggrSoftCategorySoftListResponse, DescribeAggrSoftDetailResponse, CreateDLPFileDetectionTaskResponse, DescribeDeviceChildGroupsResponse, DescribeDLPFileDetectResultResponse, CreatePrivilegeCodeResponse, DescribeDeviceHardwareInfoListRequest } from "./ioa_models";
|
|
4
4
|
/**
|
|
5
5
|
* ioa client
|
|
6
6
|
* @class
|
|
@@ -11,6 +11,10 @@ export declare class Client extends AbstractClient {
|
|
|
11
11
|
* 聚合软件的已安装终端列表
|
|
12
12
|
*/
|
|
13
13
|
DescribeAggrSoftDeviceList(req: DescribeAggrSoftDeviceListRequest, cb?: (error: string, rep: DescribeAggrSoftDeviceListResponse) => void): Promise<DescribeAggrSoftDeviceListResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* 创建终端导出任务,私有化调用path为:capi/Assets/Device/ExportDeviceDownloadTask
|
|
16
|
+
*/
|
|
17
|
+
ExportDeviceDownloadTask(req: ExportDeviceDownloadTaskRequest, cb?: (error: string, rep: ExportDeviceDownloadTaskResponse) => void): Promise<ExportDeviceDownloadTaskResponse>;
|
|
14
18
|
/**
|
|
15
19
|
* 创建获取终端进程网络服务信息任务,私有化调用path为:capi/Assets/Device/DescribeDeviceInfo
|
|
16
20
|
*/
|
|
@@ -33,6 +33,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
33
33
|
async DescribeAggrSoftDeviceList(req, cb) {
|
|
34
34
|
return this.request("DescribeAggrSoftDeviceList", req, cb);
|
|
35
35
|
}
|
|
36
|
+
/**
|
|
37
|
+
* 创建终端导出任务,私有化调用path为:capi/Assets/Device/ExportDeviceDownloadTask
|
|
38
|
+
*/
|
|
39
|
+
async ExportDeviceDownloadTask(req, cb) {
|
|
40
|
+
return this.request("ExportDeviceDownloadTask", req, cb);
|
|
41
|
+
}
|
|
36
42
|
/**
|
|
37
43
|
* 创建获取终端进程网络服务信息任务,私有化调用path为:capi/Assets/Device/DescribeDeviceInfo
|
|
38
44
|
*/
|