tencentcloud-sdk-nodejs-tsf 4.1.162 → 4.1.165
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/package.json
CHANGED
|
@@ -7,8 +7,10 @@ import { DescribePublicConfigSummaryRequest, ModifyPathRewriteRequest, DescribeU
|
|
|
7
7
|
export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
8
8
|
constructor(clientConfig: TencentCloudCommon.ClientConfig);
|
|
9
9
|
/**
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
11
|
+
|
|
12
|
+
创建任务
|
|
13
|
+
*/
|
|
12
14
|
CreateTask(req: CreateTaskRequest, cb?: (error: string, rep: CreateTaskResponse) => void): Promise<CreateTaskResponse>;
|
|
13
15
|
/**
|
|
14
16
|
* 删除公共配置项
|
|
@@ -59,8 +61,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
59
61
|
*/
|
|
60
62
|
DeleteCluster(req: DeleteClusterRequest, cb?: (error: string, rep: DeleteClusterResponse) => void): Promise<DeleteClusterResponse>;
|
|
61
63
|
/**
|
|
62
|
-
|
|
63
|
-
|
|
64
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
65
|
+
|
|
66
|
+
重新执行工作流批次
|
|
67
|
+
*/
|
|
64
68
|
RedoTaskFlowBatch(req: RedoTaskFlowBatchRequest, cb?: (error: string, rep: RedoTaskFlowBatchResponse) => void): Promise<RedoTaskFlowBatchResponse>;
|
|
65
69
|
/**
|
|
66
70
|
* 查询公共配置汇总列表
|
|
@@ -99,12 +103,16 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
99
103
|
*/
|
|
100
104
|
DescribeOverviewInvocation(req: DescribeOverviewInvocationRequest, cb?: (error: string, rep: DescribeOverviewInvocationResponse) => void): Promise<DescribeOverviewInvocationResponse>;
|
|
101
105
|
/**
|
|
102
|
-
|
|
103
|
-
|
|
106
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
107
|
+
|
|
108
|
+
停止正在某个节点上执行的任务
|
|
109
|
+
*/
|
|
104
110
|
StopTaskExecute(req: StopTaskExecuteRequest, cb?: (error: string, rep: StopTaskExecuteResponse) => void): Promise<StopTaskExecuteResponse>;
|
|
105
111
|
/**
|
|
106
|
-
|
|
107
|
-
|
|
112
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
113
|
+
|
|
114
|
+
查询任务详情
|
|
115
|
+
*/
|
|
108
116
|
DescribeTaskDetail(req: DescribeTaskDetailRequest, cb?: (error: string, rep: DescribeTaskDetailResponse) => void): Promise<DescribeTaskDetailResponse>;
|
|
109
117
|
/**
|
|
110
118
|
* 修改集群信息
|
|
@@ -258,12 +266,16 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
258
266
|
*/
|
|
259
267
|
UpdateHealthCheckSettings(req: UpdateHealthCheckSettingsRequest, cb?: (error: string, rep: UpdateHealthCheckSettingsResponse) => void): Promise<UpdateHealthCheckSettingsResponse>;
|
|
260
268
|
/**
|
|
261
|
-
|
|
262
|
-
|
|
269
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
270
|
+
|
|
271
|
+
翻页查询任务列表
|
|
272
|
+
*/
|
|
263
273
|
DescribeTaskRecords(req: DescribeTaskRecordsRequest, cb?: (error: string, rep: DescribeTaskRecordsResponse) => void): Promise<DescribeTaskRecordsResponse>;
|
|
264
274
|
/**
|
|
265
|
-
|
|
266
|
-
|
|
275
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
276
|
+
|
|
277
|
+
手动执行一次任务
|
|
278
|
+
*/
|
|
267
279
|
ExecuteTask(req: ExecuteTaskRequest, cb?: (error: string, rep: ExecuteTaskResponse) => void): Promise<ExecuteTaskResponse>;
|
|
268
280
|
/**
|
|
269
281
|
* 批量导入API至api分组(也支持新建API到分组)
|
|
@@ -310,8 +322,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
310
322
|
*/
|
|
311
323
|
DescribeInvocationMetricDataPoint(req: DescribeInvocationMetricDataPointRequest, cb?: (error: string, rep: DescribeInvocationMetricDataPointResponse) => void): Promise<DescribeInvocationMetricDataPointResponse>;
|
|
312
324
|
/**
|
|
313
|
-
|
|
314
|
-
|
|
325
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
326
|
+
|
|
327
|
+
修改任务
|
|
328
|
+
*/
|
|
315
329
|
ModifyTask(req: ModifyTaskRequest, cb?: (error: string, rep: ModifyTaskResponse) => void): Promise<ModifyTaskResponse>;
|
|
316
330
|
/**
|
|
317
331
|
* 更新API限流规则
|
|
@@ -370,8 +384,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
370
384
|
*/
|
|
371
385
|
ReleaseConfig(req: ReleaseConfigRequest, cb?: (error: string, rep: ReleaseConfigResponse) => void): Promise<ReleaseConfigResponse>;
|
|
372
386
|
/**
|
|
373
|
-
|
|
374
|
-
|
|
387
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
388
|
+
|
|
389
|
+
停止一个工作流批次
|
|
390
|
+
*/
|
|
375
391
|
TerminateTaskFlowBatch(req: TerminateTaskFlowBatchRequest, cb?: (error: string, rep: TerminateTaskFlowBatchResponse) => void): Promise<TerminateTaskFlowBatchResponse>;
|
|
376
392
|
/**
|
|
377
393
|
* 批量更新API限流规则
|
|
@@ -390,8 +406,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
390
406
|
*/
|
|
391
407
|
DescribeRepositories(req: DescribeRepositoriesRequest, cb?: (error: string, rep: DescribeRepositoriesResponse) => void): Promise<DescribeRepositoriesResponse>;
|
|
392
408
|
/**
|
|
393
|
-
|
|
394
|
-
|
|
409
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
410
|
+
|
|
411
|
+
停用工作流
|
|
412
|
+
*/
|
|
395
413
|
DisableTaskFlow(req: DisableTaskFlowRequest, cb?: (error: string, rep: DisableTaskFlowResponse) => void): Promise<DisableTaskFlowResponse>;
|
|
396
414
|
/**
|
|
397
415
|
* 一键导入API分组
|
|
@@ -479,8 +497,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
479
497
|
*/
|
|
480
498
|
DeployContainerApplication(req: DeployContainerApplicationRequest, cb?: (error: string, rep: DeployContainerApplicationResponse) => void): Promise<DeployContainerApplicationResponse>;
|
|
481
499
|
/**
|
|
482
|
-
|
|
483
|
-
|
|
500
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
501
|
+
|
|
502
|
+
重新执行任务
|
|
503
|
+
*/
|
|
484
504
|
RedoTask(req: RedoTaskRequest, cb?: (error: string, rep: RedoTaskResponse) => void): Promise<RedoTaskResponse>;
|
|
485
505
|
/**
|
|
486
506
|
* 获取部署组其他字段-用于前端并发调用
|
|
@@ -519,8 +539,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
519
539
|
*/
|
|
520
540
|
CreateGroup(req: CreateGroupRequest, cb?: (error: string, rep: CreateGroupResponse) => void): Promise<CreateGroupResponse>;
|
|
521
541
|
/**
|
|
522
|
-
|
|
523
|
-
|
|
542
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
543
|
+
|
|
544
|
+
查询任务最近一次执行状态
|
|
545
|
+
*/
|
|
524
546
|
DescribeTaskLastStatus(req: DescribeTaskLastStatusRequest, cb?: (error: string, rep: DescribeTaskLastStatusResponse) => void): Promise<DescribeTaskLastStatusResponse>;
|
|
525
547
|
/**
|
|
526
548
|
* 查询业务日志配置项信息
|
|
@@ -536,8 +558,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
536
558
|
*/
|
|
537
559
|
DeletePkgs(req: DeletePkgsRequest, cb?: (error: string, rep: DeletePkgsResponse) => void): Promise<DeletePkgsResponse>;
|
|
538
560
|
/**
|
|
539
|
-
|
|
540
|
-
|
|
561
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
562
|
+
|
|
563
|
+
停止执行中的任务批次, 非运行中的任务不可调用。
|
|
564
|
+
*/
|
|
541
565
|
StopTaskBatch(req: StopTaskBatchRequest, cb?: (error: string, rep: StopTaskBatchResponse) => void): Promise<StopTaskBatchResponse>;
|
|
542
566
|
/**
|
|
543
567
|
* 查询公共配置项列表
|
|
@@ -572,8 +596,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
572
596
|
*/
|
|
573
597
|
ExpandGroup(req: ExpandGroupRequest, cb?: (error: string, rep: ExpandGroupResponse) => void): Promise<ExpandGroupResponse>;
|
|
574
598
|
/**
|
|
575
|
-
|
|
576
|
-
|
|
599
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
600
|
+
|
|
601
|
+
删除任务
|
|
602
|
+
*/
|
|
577
603
|
DeleteTask(req: DeleteTaskRequest, cb?: (error: string, rep: DeleteTaskResponse) => void): Promise<DeleteTaskResponse>;
|
|
578
604
|
/**
|
|
579
605
|
* 查询路径重写列表
|
|
@@ -627,8 +653,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
627
653
|
*/
|
|
628
654
|
ModifyLane(req: ModifyLaneRequest, cb?: (error: string, rep: ModifyLaneResponse) => void): Promise<ModifyLaneResponse>;
|
|
629
655
|
/**
|
|
630
|
-
|
|
631
|
-
|
|
656
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
657
|
+
|
|
658
|
+
启用任务
|
|
659
|
+
*/
|
|
632
660
|
EnableTask(req: EnableTaskRequest, cb?: (error: string, rep: EnableTaskResponse) => void): Promise<EnableTaskResponse>;
|
|
633
661
|
/**
|
|
634
662
|
* 通过部署组ID获取微服务
|
|
@@ -643,8 +671,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
643
671
|
*/
|
|
644
672
|
ModifyMicroservice(req: ModifyMicroserviceRequest, cb?: (error: string, rep: ModifyMicroserviceResponse) => void): Promise<ModifyMicroserviceResponse>;
|
|
645
673
|
/**
|
|
646
|
-
|
|
647
|
-
|
|
674
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
675
|
+
|
|
676
|
+
启用工作流
|
|
677
|
+
*/
|
|
648
678
|
EnableTaskFlow(req: EnableTaskFlowRequest, cb?: (error: string, rep: EnableTaskFlowResponse) => void): Promise<EnableTaskFlowResponse>;
|
|
649
679
|
/**
|
|
650
680
|
* 查询单元化规则详情
|
|
@@ -667,8 +697,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
667
697
|
*/
|
|
668
698
|
ModifyPathRewrite(req: ModifyPathRewriteRequest, cb?: (error: string, rep: ModifyPathRewriteResponse) => void): Promise<ModifyPathRewriteResponse>;
|
|
669
699
|
/**
|
|
670
|
-
|
|
671
|
-
|
|
700
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
701
|
+
|
|
702
|
+
重新执行任务批次
|
|
703
|
+
*/
|
|
672
704
|
RedoTaskBatch(req: RedoTaskBatchRequest, cb?: (error: string, rep: RedoTaskBatchResponse) => void): Promise<RedoTaskBatchResponse>;
|
|
673
705
|
/**
|
|
674
706
|
* 发布Api分组
|
|
@@ -695,8 +727,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
695
727
|
*/
|
|
696
728
|
DescribePathRewrite(req: DescribePathRewriteRequest, cb?: (error: string, rep: DescribePathRewriteResponse) => void): Promise<DescribePathRewriteResponse>;
|
|
697
729
|
/**
|
|
698
|
-
|
|
699
|
-
|
|
730
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
731
|
+
|
|
732
|
+
执行一次工作流
|
|
733
|
+
*/
|
|
700
734
|
ExecuteTaskFlow(req: ExecuteTaskFlowRequest, cb?: (error: string, rep: ExecuteTaskFlowResponse) => void): Promise<ExecuteTaskFlowResponse>;
|
|
701
735
|
/**
|
|
702
736
|
* 查询微服务详情
|
|
@@ -709,16 +743,20 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
709
743
|
*/
|
|
710
744
|
DeleteServerlessGroup(req: DeleteServerlessGroupRequest, cb?: (error: string, rep: DeleteServerlessGroupResponse) => void): Promise<DeleteServerlessGroupResponse>;
|
|
711
745
|
/**
|
|
712
|
-
|
|
713
|
-
|
|
746
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
747
|
+
|
|
748
|
+
重新执行在某个节点上执行任务。
|
|
749
|
+
*/
|
|
714
750
|
RedoTaskExecute(req: RedoTaskExecuteRequest, cb?: (error: string, rep: RedoTaskExecuteResponse) => void): Promise<RedoTaskExecuteResponse>;
|
|
715
751
|
/**
|
|
716
752
|
* 查询java实例jvm监控数据,返回数据可选
|
|
717
753
|
*/
|
|
718
754
|
DescribeJvmMonitor(req: DescribeJvmMonitorRequest, cb?: (error: string, rep: DescribeJvmMonitorResponse) => void): Promise<DescribeJvmMonitorResponse>;
|
|
719
755
|
/**
|
|
720
|
-
|
|
721
|
-
|
|
756
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
757
|
+
|
|
758
|
+
查询工作流最新一个批次的状态信息
|
|
759
|
+
*/
|
|
722
760
|
DescribeFlowLastBatchState(req: DescribeFlowLastBatchStateRequest, cb?: (error: string, rep: DescribeFlowLastBatchStateResponse) => void): Promise<DescribeFlowLastBatchStateResponse>;
|
|
723
761
|
/**
|
|
724
762
|
* 发布配置,并且返回配置ID。
|
|
@@ -729,8 +767,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
729
767
|
*/
|
|
730
768
|
DeleteRepository(req: DeleteRepositoryRequest, cb?: (error: string, rep: DeleteRepositoryResponse) => void): Promise<DeleteRepositoryResponse>;
|
|
731
769
|
/**
|
|
732
|
-
|
|
733
|
-
|
|
770
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
771
|
+
|
|
772
|
+
停用任务
|
|
773
|
+
*/
|
|
734
774
|
DisableTask(req: DisableTaskRequest, cb?: (error: string, rep: DisableTaskResponse) => void): Promise<DisableTaskResponse>;
|
|
735
775
|
/**
|
|
736
776
|
* 启动容器部署组
|
|
@@ -757,8 +797,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
757
797
|
*/
|
|
758
798
|
DeleteGatewayApi(req: DeleteGatewayApiRequest, cb?: (error: string, rep: DeleteGatewayApiResponse) => void): Promise<DeleteGatewayApiResponse>;
|
|
759
799
|
/**
|
|
760
|
-
|
|
761
|
-
|
|
800
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
801
|
+
|
|
802
|
+
创建工作流
|
|
803
|
+
*/
|
|
762
804
|
CreateTaskFlow(req: CreateTaskFlowRequest, cb?: (error: string, rep: CreateTaskFlowResponse) => void): Promise<CreateTaskFlowResponse>;
|
|
763
805
|
/**
|
|
764
806
|
* 查询虚拟机部署组详情
|
|
@@ -813,8 +855,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
813
855
|
*/
|
|
814
856
|
DescribeGatewayApis(req: DescribeGatewayApisRequest, cb?: (error: string, rep: DescribeGatewayApisResponse) => void): Promise<DescribeGatewayApisResponse>;
|
|
815
857
|
/**
|
|
816
|
-
|
|
817
|
-
|
|
858
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
859
|
+
|
|
860
|
+
对执行失败的任务批次执行续跑
|
|
861
|
+
*/
|
|
818
862
|
ContinueRunFailedTaskBatch(req: ContinueRunFailedTaskBatchRequest, cb?: (error: string, rep: ContinueRunFailedTaskBatchResponse) => void): Promise<ContinueRunFailedTaskBatchResponse>;
|
|
819
863
|
/**
|
|
820
864
|
* 查询API版本
|
|
@@ -29,8 +29,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
29
29
|
super("tsf.tencentcloudapi.com", "2018-03-26", clientConfig);
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
33
|
+
|
|
34
|
+
创建任务
|
|
35
|
+
*/
|
|
34
36
|
async CreateTask(req, cb) {
|
|
35
37
|
return this.request("CreateTask", req, cb);
|
|
36
38
|
}
|
|
@@ -107,8 +109,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
107
109
|
return this.request("DeleteCluster", req, cb);
|
|
108
110
|
}
|
|
109
111
|
/**
|
|
110
|
-
|
|
111
|
-
|
|
112
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
113
|
+
|
|
114
|
+
重新执行工作流批次
|
|
115
|
+
*/
|
|
112
116
|
async RedoTaskFlowBatch(req, cb) {
|
|
113
117
|
return this.request("RedoTaskFlowBatch", req, cb);
|
|
114
118
|
}
|
|
@@ -167,14 +171,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
167
171
|
return this.request("DescribeOverviewInvocation", req, cb);
|
|
168
172
|
}
|
|
169
173
|
/**
|
|
170
|
-
|
|
171
|
-
|
|
174
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
175
|
+
|
|
176
|
+
停止正在某个节点上执行的任务
|
|
177
|
+
*/
|
|
172
178
|
async StopTaskExecute(req, cb) {
|
|
173
179
|
return this.request("StopTaskExecute", req, cb);
|
|
174
180
|
}
|
|
175
181
|
/**
|
|
176
|
-
|
|
177
|
-
|
|
182
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
183
|
+
|
|
184
|
+
查询任务详情
|
|
185
|
+
*/
|
|
178
186
|
async DescribeTaskDetail(req, cb) {
|
|
179
187
|
return this.request("DescribeTaskDetail", req, cb);
|
|
180
188
|
}
|
|
@@ -404,14 +412,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
404
412
|
return this.request("UpdateHealthCheckSettings", req, cb);
|
|
405
413
|
}
|
|
406
414
|
/**
|
|
407
|
-
|
|
408
|
-
|
|
415
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
416
|
+
|
|
417
|
+
翻页查询任务列表
|
|
418
|
+
*/
|
|
409
419
|
async DescribeTaskRecords(req, cb) {
|
|
410
420
|
return this.request("DescribeTaskRecords", req, cb);
|
|
411
421
|
}
|
|
412
422
|
/**
|
|
413
|
-
|
|
414
|
-
|
|
423
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
424
|
+
|
|
425
|
+
手动执行一次任务
|
|
426
|
+
*/
|
|
415
427
|
async ExecuteTask(req, cb) {
|
|
416
428
|
return this.request("ExecuteTask", req, cb);
|
|
417
429
|
}
|
|
@@ -482,8 +494,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
482
494
|
return this.request("DescribeInvocationMetricDataPoint", req, cb);
|
|
483
495
|
}
|
|
484
496
|
/**
|
|
485
|
-
|
|
486
|
-
|
|
497
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
498
|
+
|
|
499
|
+
修改任务
|
|
500
|
+
*/
|
|
487
501
|
async ModifyTask(req, cb) {
|
|
488
502
|
return this.request("ModifyTask", req, cb);
|
|
489
503
|
}
|
|
@@ -572,8 +586,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
572
586
|
return this.request("ReleaseConfig", req, cb);
|
|
573
587
|
}
|
|
574
588
|
/**
|
|
575
|
-
|
|
576
|
-
|
|
589
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
590
|
+
|
|
591
|
+
停止一个工作流批次
|
|
592
|
+
*/
|
|
577
593
|
async TerminateTaskFlowBatch(req, cb) {
|
|
578
594
|
return this.request("TerminateTaskFlowBatch", req, cb);
|
|
579
595
|
}
|
|
@@ -602,8 +618,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
602
618
|
return this.request("DescribeRepositories", req, cb);
|
|
603
619
|
}
|
|
604
620
|
/**
|
|
605
|
-
|
|
606
|
-
|
|
621
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
622
|
+
|
|
623
|
+
停用工作流
|
|
624
|
+
*/
|
|
607
625
|
async DisableTaskFlow(req, cb) {
|
|
608
626
|
return this.request("DisableTaskFlow", req, cb);
|
|
609
627
|
}
|
|
@@ -735,8 +753,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
735
753
|
return this.request("DeployContainerApplication", req, cb);
|
|
736
754
|
}
|
|
737
755
|
/**
|
|
738
|
-
|
|
739
|
-
|
|
756
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
757
|
+
|
|
758
|
+
重新执行任务
|
|
759
|
+
*/
|
|
740
760
|
async RedoTask(req, cb) {
|
|
741
761
|
return this.request("RedoTask", req, cb);
|
|
742
762
|
}
|
|
@@ -795,8 +815,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
795
815
|
return this.request("CreateGroup", req, cb);
|
|
796
816
|
}
|
|
797
817
|
/**
|
|
798
|
-
|
|
799
|
-
|
|
818
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
819
|
+
|
|
820
|
+
查询任务最近一次执行状态
|
|
821
|
+
*/
|
|
800
822
|
async DescribeTaskLastStatus(req, cb) {
|
|
801
823
|
return this.request("DescribeTaskLastStatus", req, cb);
|
|
802
824
|
}
|
|
@@ -820,8 +842,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
820
842
|
return this.request("DeletePkgs", req, cb);
|
|
821
843
|
}
|
|
822
844
|
/**
|
|
823
|
-
|
|
824
|
-
|
|
845
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
846
|
+
|
|
847
|
+
停止执行中的任务批次, 非运行中的任务不可调用。
|
|
848
|
+
*/
|
|
825
849
|
async StopTaskBatch(req, cb) {
|
|
826
850
|
return this.request("StopTaskBatch", req, cb);
|
|
827
851
|
}
|
|
@@ -874,8 +898,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
874
898
|
return this.request("ExpandGroup", req, cb);
|
|
875
899
|
}
|
|
876
900
|
/**
|
|
877
|
-
|
|
878
|
-
|
|
901
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
902
|
+
|
|
903
|
+
删除任务
|
|
904
|
+
*/
|
|
879
905
|
async DeleteTask(req, cb) {
|
|
880
906
|
return this.request("DeleteTask", req, cb);
|
|
881
907
|
}
|
|
@@ -955,8 +981,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
955
981
|
return this.request("ModifyLane", req, cb);
|
|
956
982
|
}
|
|
957
983
|
/**
|
|
958
|
-
|
|
959
|
-
|
|
984
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
985
|
+
|
|
986
|
+
启用任务
|
|
987
|
+
*/
|
|
960
988
|
async EnableTask(req, cb) {
|
|
961
989
|
return this.request("EnableTask", req, cb);
|
|
962
990
|
}
|
|
@@ -979,8 +1007,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
979
1007
|
return this.request("ModifyMicroservice", req, cb);
|
|
980
1008
|
}
|
|
981
1009
|
/**
|
|
982
|
-
|
|
983
|
-
|
|
1010
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
1011
|
+
|
|
1012
|
+
启用工作流
|
|
1013
|
+
*/
|
|
984
1014
|
async EnableTaskFlow(req, cb) {
|
|
985
1015
|
return this.request("EnableTaskFlow", req, cb);
|
|
986
1016
|
}
|
|
@@ -1015,8 +1045,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1015
1045
|
return this.request("ModifyPathRewrite", req, cb);
|
|
1016
1046
|
}
|
|
1017
1047
|
/**
|
|
1018
|
-
|
|
1019
|
-
|
|
1048
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
1049
|
+
|
|
1050
|
+
重新执行任务批次
|
|
1051
|
+
*/
|
|
1020
1052
|
async RedoTaskBatch(req, cb) {
|
|
1021
1053
|
return this.request("RedoTaskBatch", req, cb);
|
|
1022
1054
|
}
|
|
@@ -1057,8 +1089,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1057
1089
|
return this.request("DescribePathRewrite", req, cb);
|
|
1058
1090
|
}
|
|
1059
1091
|
/**
|
|
1060
|
-
|
|
1061
|
-
|
|
1092
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
1093
|
+
|
|
1094
|
+
执行一次工作流
|
|
1095
|
+
*/
|
|
1062
1096
|
async ExecuteTaskFlow(req, cb) {
|
|
1063
1097
|
return this.request("ExecuteTaskFlow", req, cb);
|
|
1064
1098
|
}
|
|
@@ -1077,8 +1111,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1077
1111
|
return this.request("DeleteServerlessGroup", req, cb);
|
|
1078
1112
|
}
|
|
1079
1113
|
/**
|
|
1080
|
-
|
|
1081
|
-
|
|
1114
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
1115
|
+
|
|
1116
|
+
重新执行在某个节点上执行任务。
|
|
1117
|
+
*/
|
|
1082
1118
|
async RedoTaskExecute(req, cb) {
|
|
1083
1119
|
return this.request("RedoTaskExecute", req, cb);
|
|
1084
1120
|
}
|
|
@@ -1089,8 +1125,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1089
1125
|
return this.request("DescribeJvmMonitor", req, cb);
|
|
1090
1126
|
}
|
|
1091
1127
|
/**
|
|
1092
|
-
|
|
1093
|
-
|
|
1128
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
1129
|
+
|
|
1130
|
+
查询工作流最新一个批次的状态信息
|
|
1131
|
+
*/
|
|
1094
1132
|
async DescribeFlowLastBatchState(req, cb) {
|
|
1095
1133
|
return this.request("DescribeFlowLastBatchState", req, cb);
|
|
1096
1134
|
}
|
|
@@ -1107,8 +1145,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1107
1145
|
return this.request("DeleteRepository", req, cb);
|
|
1108
1146
|
}
|
|
1109
1147
|
/**
|
|
1110
|
-
|
|
1111
|
-
|
|
1148
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
1149
|
+
|
|
1150
|
+
停用任务
|
|
1151
|
+
*/
|
|
1112
1152
|
async DisableTask(req, cb) {
|
|
1113
1153
|
return this.request("DisableTask", req, cb);
|
|
1114
1154
|
}
|
|
@@ -1149,8 +1189,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1149
1189
|
return this.request("DeleteGatewayApi", req, cb);
|
|
1150
1190
|
}
|
|
1151
1191
|
/**
|
|
1152
|
-
|
|
1153
|
-
|
|
1192
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
1193
|
+
|
|
1194
|
+
创建工作流
|
|
1195
|
+
*/
|
|
1154
1196
|
async CreateTaskFlow(req, cb) {
|
|
1155
1197
|
return this.request("CreateTaskFlow", req, cb);
|
|
1156
1198
|
}
|
|
@@ -1233,8 +1275,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1233
1275
|
return this.request("DescribeGatewayApis", req, cb);
|
|
1234
1276
|
}
|
|
1235
1277
|
/**
|
|
1236
|
-
|
|
1237
|
-
|
|
1278
|
+
* 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
|
|
1279
|
+
|
|
1280
|
+
对执行失败的任务批次执行续跑
|
|
1281
|
+
*/
|
|
1238
1282
|
async ContinueRunFailedTaskBatch(req, cb) {
|
|
1239
1283
|
return this.request("ContinueRunFailedTaskBatch", req, cb);
|
|
1240
1284
|
}
|