tencentcloud-sdk-nodejs-tsf 4.1.230 → 4.1.249

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.
@@ -28,14 +28,6 @@ class Client extends TencentCloudCommon.AbstractClient {
28
28
  constructor(clientConfig) {
29
29
  super("tsf.tencentcloudapi.com", "2018-03-26", clientConfig);
30
30
  }
31
- /**
32
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
33
-
34
- 创建任务
35
- */
36
- async CreateTask(req, cb) {
37
- return this.request("CreateTask", req, cb);
38
- }
39
31
  /**
40
32
  * 删除公共配置项
41
33
  */
@@ -48,12 +40,6 @@ class Client extends TencentCloudCommon.AbstractClient {
48
40
  async CreateCluster(req, cb) {
49
41
  return this.request("CreateCluster", req, cb);
50
42
  }
51
- /**
52
- * 获取微服务列表
53
- */
54
- async DescribeMicroservices(req, cb) {
55
- return this.request("DescribeMicroservices", req, cb);
56
- }
57
43
  /**
58
44
  * 修改容器部署组实例数
59
45
  */
@@ -108,14 +94,6 @@ class Client extends TencentCloudCommon.AbstractClient {
108
94
  async DeleteCluster(req, cb) {
109
95
  return this.request("DeleteCluster", req, cb);
110
96
  }
111
- /**
112
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
113
-
114
- 重新执行工作流批次
115
- */
116
- async RedoTaskFlowBatch(req, cb) {
117
- return this.request("RedoTaskFlowBatch", req, cb);
118
- }
119
97
  /**
120
98
  * 查询公共配置汇总列表
121
99
  */
@@ -171,20 +149,10 @@ class Client extends TencentCloudCommon.AbstractClient {
171
149
  return this.request("DescribeOverviewInvocation", req, cb);
172
150
  }
173
151
  /**
174
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
175
-
176
- 停止正在某个节点上执行的任务
177
- */
178
- async StopTaskExecute(req, cb) {
179
- return this.request("StopTaskExecute", req, cb);
180
- }
181
- /**
182
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
183
-
184
- 查询任务详情
185
- */
186
- async DescribeTaskDetail(req, cb) {
187
- return this.request("DescribeTaskDetail", req, cb);
152
+ * 取消关联投递信息和部署组
153
+ */
154
+ async DisassociateKafkaConfig(req, cb) {
155
+ return this.request("DisassociateKafkaConfig", req, cb);
188
156
  }
189
157
  /**
190
158
  * 修改集群信息
@@ -411,22 +379,6 @@ class Client extends TencentCloudCommon.AbstractClient {
411
379
  async UpdateHealthCheckSettings(req, cb) {
412
380
  return this.request("UpdateHealthCheckSettings", req, cb);
413
381
  }
414
- /**
415
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
416
-
417
- 翻页查询任务列表
418
- */
419
- async DescribeTaskRecords(req, cb) {
420
- return this.request("DescribeTaskRecords", req, cb);
421
- }
422
- /**
423
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
424
-
425
- 手动执行一次任务
426
- */
427
- async ExecuteTask(req, cb) {
428
- return this.request("ExecuteTask", req, cb);
429
- }
430
382
  /**
431
383
  * 批量导入API至api分组(也支持新建API到分组)
432
384
  */
@@ -493,14 +445,6 @@ class Client extends TencentCloudCommon.AbstractClient {
493
445
  async DescribeInvocationMetricDataPoint(req, cb) {
494
446
  return this.request("DescribeInvocationMetricDataPoint", req, cb);
495
447
  }
496
- /**
497
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
498
-
499
- 修改任务
500
- */
501
- async ModifyTask(req, cb) {
502
- return this.request("ModifyTask", req, cb);
503
- }
504
448
  /**
505
449
  * 更新API限流规则
506
450
  */
@@ -585,14 +529,6 @@ class Client extends TencentCloudCommon.AbstractClient {
585
529
  async ReleaseConfig(req, cb) {
586
530
  return this.request("ReleaseConfig", req, cb);
587
531
  }
588
- /**
589
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
590
-
591
- 停止一个工作流批次
592
- */
593
- async TerminateTaskFlowBatch(req, cb) {
594
- return this.request("TerminateTaskFlowBatch", req, cb);
595
- }
596
532
  /**
597
533
  * 批量更新API限流规则
598
534
  */
@@ -617,14 +553,6 @@ class Client extends TencentCloudCommon.AbstractClient {
617
553
  async DescribeRepositories(req, cb) {
618
554
  return this.request("DescribeRepositories", req, cb);
619
555
  }
620
- /**
621
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
622
-
623
- 停用工作流
624
- */
625
- async DisableTaskFlow(req, cb) {
626
- return this.request("DisableTaskFlow", req, cb);
627
- }
628
556
  /**
629
557
  * 一键导入API分组
630
558
  */
@@ -752,14 +680,6 @@ class Client extends TencentCloudCommon.AbstractClient {
752
680
  async DeployContainerApplication(req, cb) {
753
681
  return this.request("DeployContainerApplication", req, cb);
754
682
  }
755
- /**
756
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
757
-
758
- 重新执行任务
759
- */
760
- async RedoTask(req, cb) {
761
- return this.request("RedoTask", req, cb);
762
- }
763
683
  /**
764
684
  * 获取部署组其他字段-用于前端并发调用
765
685
  */
@@ -814,14 +734,6 @@ class Client extends TencentCloudCommon.AbstractClient {
814
734
  async CreateGroup(req, cb) {
815
735
  return this.request("CreateGroup", req, cb);
816
736
  }
817
- /**
818
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
819
-
820
- 查询任务最近一次执行状态
821
- */
822
- async DescribeTaskLastStatus(req, cb) {
823
- return this.request("DescribeTaskLastStatus", req, cb);
824
- }
825
737
  /**
826
738
  * 查询业务日志配置项信息
827
739
  */
@@ -841,14 +753,6 @@ class Client extends TencentCloudCommon.AbstractClient {
841
753
  async DeletePkgs(req, cb) {
842
754
  return this.request("DeletePkgs", req, cb);
843
755
  }
844
- /**
845
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
846
-
847
- 停止执行中的任务批次, 非运行中的任务不可调用。
848
- */
849
- async StopTaskBatch(req, cb) {
850
- return this.request("StopTaskBatch", req, cb);
851
- }
852
756
  /**
853
757
  * 查询公共配置项列表
854
758
  */
@@ -861,12 +765,6 @@ class Client extends TencentCloudCommon.AbstractClient {
861
765
  async DescribeConfigTemplate(req, cb) {
862
766
  return this.request("DescribeConfigTemplate", req, cb);
863
767
  }
864
- /**
865
- * 取消关联投递信息和部署组
866
- */
867
- async DisassociateKafkaConfig(req, cb) {
868
- return this.request("DisassociateKafkaConfig", req, cb);
869
- }
870
768
  /**
871
769
  * 查询调用指标数据变化曲线
872
770
  */
@@ -897,14 +795,6 @@ class Client extends TencentCloudCommon.AbstractClient {
897
795
  async ExpandGroup(req, cb) {
898
796
  return this.request("ExpandGroup", req, cb);
899
797
  }
900
- /**
901
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
902
-
903
- 删除任务
904
- */
905
- async DeleteTask(req, cb) {
906
- return this.request("DeleteTask", req, cb);
907
- }
908
798
  /**
909
799
  * 查询路径重写列表
910
800
  */
@@ -980,14 +870,6 @@ class Client extends TencentCloudCommon.AbstractClient {
980
870
  async ModifyLane(req, cb) {
981
871
  return this.request("ModifyLane", req, cb);
982
872
  }
983
- /**
984
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
985
-
986
- 启用任务
987
- */
988
- async EnableTask(req, cb) {
989
- return this.request("EnableTask", req, cb);
990
- }
991
873
  /**
992
874
  * 通过部署组ID获取微服务
993
875
  */
@@ -1006,14 +888,6 @@ class Client extends TencentCloudCommon.AbstractClient {
1006
888
  async ModifyMicroservice(req, cb) {
1007
889
  return this.request("ModifyMicroservice", req, cb);
1008
890
  }
1009
- /**
1010
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
1011
-
1012
- 启用工作流
1013
- */
1014
- async EnableTaskFlow(req, cb) {
1015
- return this.request("EnableTaskFlow", req, cb);
1016
- }
1017
891
  /**
1018
892
  * 查询单元化规则详情
1019
893
  */
@@ -1044,14 +918,6 @@ class Client extends TencentCloudCommon.AbstractClient {
1044
918
  async ModifyPathRewrite(req, cb) {
1045
919
  return this.request("ModifyPathRewrite", req, cb);
1046
920
  }
1047
- /**
1048
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
1049
-
1050
- 重新执行任务批次
1051
- */
1052
- async RedoTaskBatch(req, cb) {
1053
- return this.request("RedoTaskBatch", req, cb);
1054
- }
1055
921
  /**
1056
922
  * 发布Api分组
1057
923
  */
@@ -1088,50 +954,18 @@ class Client extends TencentCloudCommon.AbstractClient {
1088
954
  async DescribePathRewrite(req, cb) {
1089
955
  return this.request("DescribePathRewrite", req, cb);
1090
956
  }
1091
- /**
1092
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
1093
-
1094
- 执行一次工作流
1095
- */
1096
- async ExecuteTaskFlow(req, cb) {
1097
- return this.request("ExecuteTaskFlow", req, cb);
1098
- }
1099
957
  /**
1100
958
  * 查询微服务详情
1101
959
  */
1102
960
  async DescribeMicroservice(req, cb) {
1103
961
  return this.request("DescribeMicroservice", req, cb);
1104
962
  }
1105
- /**
1106
- * serverless 能力已下线。下线对应接口。
1107
-
1108
- 删除Serverless部署组
1109
- */
1110
- async DeleteServerlessGroup(req, cb) {
1111
- return this.request("DeleteServerlessGroup", req, cb);
1112
- }
1113
- /**
1114
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
1115
-
1116
- 重新执行在某个节点上执行任务。
1117
- */
1118
- async RedoTaskExecute(req, cb) {
1119
- return this.request("RedoTaskExecute", req, cb);
1120
- }
1121
963
  /**
1122
964
  * 查询java实例jvm监控数据,返回数据可选
1123
965
  */
1124
966
  async DescribeJvmMonitor(req, cb) {
1125
967
  return this.request("DescribeJvmMonitor", req, cb);
1126
968
  }
1127
- /**
1128
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
1129
-
1130
- 查询工作流最新一个批次的状态信息
1131
- */
1132
- async DescribeFlowLastBatchState(req, cb) {
1133
- return this.request("DescribeFlowLastBatchState", req, cb);
1134
- }
1135
969
  /**
1136
970
  * 发布配置,并且返回配置ID。
1137
971
  */
@@ -1144,14 +978,6 @@ class Client extends TencentCloudCommon.AbstractClient {
1144
978
  async DeleteRepository(req, cb) {
1145
979
  return this.request("DeleteRepository", req, cb);
1146
980
  }
1147
- /**
1148
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
1149
-
1150
- 停用任务
1151
- */
1152
- async DisableTask(req, cb) {
1153
- return this.request("DisableTask", req, cb);
1154
- }
1155
981
  /**
1156
982
  * 启动容器部署组
1157
983
  */
@@ -1188,14 +1014,6 @@ class Client extends TencentCloudCommon.AbstractClient {
1188
1014
  async DeleteGatewayApi(req, cb) {
1189
1015
  return this.request("DeleteGatewayApi", req, cb);
1190
1016
  }
1191
- /**
1192
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
1193
-
1194
- 创建工作流
1195
- */
1196
- async CreateTaskFlow(req, cb) {
1197
- return this.request("CreateTaskFlow", req, cb);
1198
- }
1199
1017
  /**
1200
1018
  * 查询虚拟机部署组详情
1201
1019
  */
@@ -1275,12 +1093,10 @@ class Client extends TencentCloudCommon.AbstractClient {
1275
1093
  return this.request("DescribeGatewayApis", req, cb);
1276
1094
  }
1277
1095
  /**
1278
- * 分布式任务调度 TCT 已到达 EOMS 节点,进行产品下线处理。退市公告https://cloud.tencent.com/announce/detail/2053
1279
-
1280
- 对执行失败的任务批次执行续跑
1281
- */
1282
- async ContinueRunFailedTaskBatch(req, cb) {
1283
- return this.request("ContinueRunFailedTaskBatch", req, cb);
1096
+ * 获取微服务列表
1097
+ */
1098
+ async DescribeMicroservices(req, cb) {
1099
+ return this.request("DescribeMicroservices", req, cb);
1284
1100
  }
1285
1101
  /**
1286
1102
  * 查询API版本