tencentcloud-sdk-nodejs-tdmq 4.1.155 → 4.1.157
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
|
@@ -155,8 +155,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
155
155
|
*/
|
|
156
156
|
DescribeRocketMQTopicMsgs(req: DescribeRocketMQTopicMsgsRequest, cb?: (error: string, rep: DescribeRocketMQTopicMsgsResponse) => void): Promise<DescribeRocketMQTopicMsgsResponse>;
|
|
157
157
|
/**
|
|
158
|
-
|
|
159
|
-
|
|
158
|
+
* 查询 RocketMQ 指定主题下的生产者客户端列表。
|
|
159
|
+
当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。查询 5.x 集群主题下的生产者客户端列表接口文档见 [DescribeProducerList](https://cloud.tencent.com/document/api/1493/122548)。
|
|
160
|
+
*/
|
|
160
161
|
DescribeRocketMQProducers(req: DescribeRocketMQProducersRequest, cb?: (error: string, rep: DescribeRocketMQProducersResponse) => void): Promise<DescribeRocketMQProducersResponse>;
|
|
161
162
|
/**
|
|
162
163
|
* 获取指定命名空间的属性
|
|
@@ -184,8 +185,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
184
185
|
*/
|
|
185
186
|
DeleteCmqTopic(req: DeleteCmqTopicRequest, cb?: (error: string, rep: DeleteCmqTopicResponse) => void): Promise<DeleteCmqTopicResponse>;
|
|
186
187
|
/**
|
|
187
|
-
|
|
188
|
-
|
|
188
|
+
* 修改 RocketMQ 专享或通用集群属性。
|
|
189
|
+
当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。修改 5.x 集群属性的接口文档见 [ModifyInstance](https://cloud.tencent.com/document/api/1493/97865)。
|
|
190
|
+
*/
|
|
189
191
|
ModifyRocketMQInstance(req: ModifyRocketMQInstanceRequest, cb?: (error: string, rep: ModifyRocketMQInstanceResponse) => void): Promise<ModifyRocketMQInstanceResponse>;
|
|
190
192
|
/**
|
|
191
193
|
* 创建cmq队列接口
|
|
@@ -258,8 +260,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
258
260
|
*/
|
|
259
261
|
ImportRocketMQTopics(req: ImportRocketMQTopicsRequest, cb?: (error: string, rep: ImportRocketMQTopicsResponse) => void): Promise<ImportRocketMQTopicsResponse>;
|
|
260
262
|
/**
|
|
261
|
-
|
|
262
|
-
|
|
263
|
+
* 开启或关闭公网访问、设置安全访问策略。
|
|
264
|
+
当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。设置 5.x 集群的公网接入点接口文档见 [ModifyInstanceEndpoint](https://cloud.tencent.com/document/api/1493/115981)。
|
|
265
|
+
*/
|
|
263
266
|
SetRocketMQPublicAccessPoint(req: SetRocketMQPublicAccessPointRequest, cb?: (error: string, rep: SetRocketMQPublicAccessPointResponse) => void): Promise<SetRocketMQPublicAccessPointResponse>;
|
|
264
267
|
/**
|
|
265
268
|
* 查询指定环境和主题下的订阅者列表
|
|
@@ -276,8 +279,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
276
279
|
*/
|
|
277
280
|
DescribeCmqTopicDetail(req: DescribeCmqTopicDetailRequest, cb?: (error: string, rep: DescribeCmqTopicDetailResponse) => void): Promise<DescribeCmqTopicDetailResponse>;
|
|
278
281
|
/**
|
|
279
|
-
|
|
280
|
-
|
|
282
|
+
* 查询 RocketMQ 集群信息。
|
|
283
|
+
当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。查询 5.x 集群信息的接口文档见 [DescribeInstance](https://cloud.tencent.com/document/api/1493/97866)。
|
|
284
|
+
*/
|
|
281
285
|
DescribeRocketMQVipInstanceDetail(req: DescribeRocketMQVipInstanceDetailRequest, cb?: (error: string, rep: DescribeRocketMQVipInstanceDetailResponse) => void): Promise<DescribeRocketMQVipInstanceDetailResponse>;
|
|
282
286
|
/**
|
|
283
287
|
* 查询角色列表。
|
|
@@ -289,8 +293,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
289
293
|
*/
|
|
290
294
|
DescribeRabbitMQUser(req: DescribeRabbitMQUserRequest, cb?: (error: string, rep: DescribeRabbitMQUserResponse) => void): Promise<DescribeRabbitMQUserResponse>;
|
|
291
295
|
/**
|
|
292
|
-
|
|
293
|
-
|
|
296
|
+
* 修改 RocketMQ 集群属性。
|
|
297
|
+
当前 API 适用集群:4.x 虚拟集群。修改 4.x 专享或通用集群属性接口文档见 [ModifyRocketMQInstance](https://cloud.tencent.com/document/api/1179/108862),修改 5.x 集群属性的接口文档见 [ModifyInstance](https://cloud.tencent.com/document/api/1493/97865)。
|
|
298
|
+
*/
|
|
294
299
|
ModifyRocketMQCluster(req: ModifyRocketMQClusterRequest, cb?: (error: string, rep: ModifyRocketMQClusterResponse) => void): Promise<ModifyRocketMQClusterResponse>;
|
|
295
300
|
/**
|
|
296
301
|
* 更新集群信息
|
|
@@ -314,8 +319,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
314
319
|
*/
|
|
315
320
|
CreateSubscription(req: CreateSubscriptionRequest, cb?: (error: string, rep: CreateSubscriptionResponse) => void): Promise<CreateSubscriptionResponse>;
|
|
316
321
|
/**
|
|
317
|
-
|
|
318
|
-
|
|
322
|
+
* 查询 RocketMQ 虚拟集群信息。
|
|
323
|
+
当前 API 适用集群:4.x 虚拟集群。查询 4.x 专享或通用集群信息的接口文档见 [DescribeRocketMQVipInstanceDetail](https://cloud.tencent.com/document/api/1179/86725),查询 5.x 集群信息的接口文档见 [DescribeInstance](https://cloud.tencent.com/document/api/1493/97866)。
|
|
324
|
+
*/
|
|
319
325
|
DescribeRocketMQCluster(req: DescribeRocketMQClusterRequest, cb?: (error: string, rep: DescribeRocketMQClusterResponse) => void): Promise<DescribeRocketMQClusterResponse>;
|
|
320
326
|
/**
|
|
321
327
|
* 删除环境角色授权。
|
|
@@ -369,20 +375,23 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
369
375
|
*/
|
|
370
376
|
ModifyCmqQueueAttribute(req: ModifyCmqQueueAttributeRequest, cb?: (error: string, rep: ModifyCmqQueueAttributeResponse) => void): Promise<ModifyCmqQueueAttributeResponse>;
|
|
371
377
|
/**
|
|
372
|
-
|
|
373
|
-
|
|
378
|
+
* 修改 RocketMQ 专享集群配置,可以支持实例规格、节点数和存储的升配和实例规格的降配。本 API 发起订单并成功支付后进入实例配置变更的流程,可通过 [DescribeRocketMQVipInstances](https://cloud.tencent.com/document/api/1179/80903) 查询实例是否已变更完成。
|
|
379
|
+
当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。修改 5.x 集群规格的接口文档见 [ModifyInstance](https://cloud.tencent.com/document/api/1493/97865)。
|
|
380
|
+
*/
|
|
374
381
|
ModifyRocketMQInstanceSpec(req: ModifyRocketMQInstanceSpecRequest, cb?: (error: string, rep: ModifyRocketMQInstanceSpecResponse) => void): Promise<ModifyRocketMQInstanceSpecResponse>;
|
|
375
382
|
/**
|
|
376
383
|
* 输入迁移任务id和要导入的Group,导入后台
|
|
377
384
|
*/
|
|
378
385
|
ImportRocketMQConsumerGroups(req: ImportRocketMQConsumerGroupsRequest, cb?: (error: string, rep: ImportRocketMQConsumerGroupsResponse) => void): Promise<ImportRocketMQConsumerGroupsResponse>;
|
|
379
386
|
/**
|
|
380
|
-
|
|
381
|
-
|
|
387
|
+
* 查询 RocketMQ 4.x 集群列表。
|
|
388
|
+
当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。查询 5.x 集群列表接口文档见 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028),或者使用 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口适用所有集群类型。
|
|
389
|
+
*/
|
|
382
390
|
DescribeRocketMQVipInstances(req: DescribeRocketMQVipInstancesRequest, cb?: (error: string, rep: DescribeRocketMQVipInstancesResponse) => void): Promise<DescribeRocketMQVipInstancesResponse>;
|
|
383
391
|
/**
|
|
384
|
-
|
|
385
|
-
|
|
392
|
+
* 用于获取RocketMQ指标排序列表,比如集群实例下占用存储空间最多的主题排序。
|
|
393
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群暂不支持该功能。
|
|
394
|
+
*/
|
|
386
395
|
DescribeRocketMQTopUsages(req: DescribeRocketMQTopUsagesRequest, cb?: (error: string, rep: DescribeRocketMQTopUsagesResponse) => void): Promise<DescribeRocketMQTopUsagesResponse>;
|
|
387
396
|
/**
|
|
388
397
|
* Rocketmq消费验证
|
|
@@ -525,8 +534,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
525
534
|
*/
|
|
526
535
|
ModifyEnvironmentRole(req: ModifyEnvironmentRoleRequest, cb?: (error: string, rep: ModifyEnvironmentRoleResponse) => void): Promise<ModifyEnvironmentRoleResponse>;
|
|
527
536
|
/**
|
|
528
|
-
|
|
529
|
-
|
|
537
|
+
* 查询 RocketMQ 虚拟集群列表。
|
|
538
|
+
当前 API 适用集群:4.x 虚拟集群。查询 5.x 集群列表接口文档见 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028),或者使用 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口适用所有集群类型。
|
|
539
|
+
*/
|
|
530
540
|
DescribeRocketMQClusters(req: DescribeRocketMQClustersRequest, cb?: (error: string, rep: DescribeRocketMQClustersResponse) => void): Promise<DescribeRocketMQClustersResponse>;
|
|
531
541
|
/**
|
|
532
542
|
* 发送单条消息
|
|
@@ -580,8 +590,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
580
590
|
*/
|
|
581
591
|
DescribeRabbitMQQueueDetail(req: DescribeRabbitMQQueueDetailRequest, cb?: (error: string, rep: DescribeRabbitMQQueueDetailResponse) => void): Promise<DescribeRabbitMQQueueDetailResponse>;
|
|
582
592
|
/**
|
|
583
|
-
|
|
584
|
-
|
|
593
|
+
* 查询 RocketMQ 消息详情。
|
|
594
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群的查询消息详情接口文档见 [DescribeMessage](https://cloud.tencent.com/document/api/1493/114594)。
|
|
595
|
+
*/
|
|
585
596
|
DescribeRocketMQMsg(req: DescribeRocketMQMsgRequest, cb?: (error: string, rep: DescribeRocketMQMsgResponse) => void): Promise<DescribeRocketMQMsgResponse>;
|
|
586
597
|
/**
|
|
587
598
|
* 获取环境下主题列表
|
|
@@ -612,8 +623,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
612
623
|
*/
|
|
613
624
|
SendMsg(req: SendMsgRequest, cb?: (error: string, rep: SendMsgResponse) => void): Promise<SendMsgResponse>;
|
|
614
625
|
/**
|
|
615
|
-
|
|
616
|
-
|
|
626
|
+
* 删除 RocketMQ 专享或通用集群。
|
|
627
|
+
当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。删除 5.x 集群的接口文档见 [DeleteInstance](https://cloud.tencent.com/document/api/1493/97867)。
|
|
628
|
+
*/
|
|
617
629
|
DeleteRocketMQVipInstance(req: DeleteRocketMQVipInstanceRequest, cb?: (error: string, rep: DeleteRocketMQVipInstanceResponse) => void): Promise<DeleteRocketMQVipInstanceResponse>;
|
|
618
630
|
/**
|
|
619
631
|
* 发送 RocketMQ 消息,该接口仅用于控制台发送少量测试消息,不保证SLA,且云 API 存在限流,在真实业务场景下,请使用 RocketMQ SDK 发送消息。
|
|
@@ -628,8 +640,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
628
640
|
*/
|
|
629
641
|
DeleteCmqSubscribe(req: DeleteCmqSubscribeRequest, cb?: (error: string, rep: DeleteCmqSubscribeResponse) => void): Promise<DeleteCmqSubscribeResponse>;
|
|
630
642
|
/**
|
|
631
|
-
|
|
632
|
-
|
|
643
|
+
* 查询 RocketMQ 集群的公网接入点信息。
|
|
644
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。查询 5.x 集群的公网接入点信息接口文档见 [DescribeInstance](https://cloud.tencent.com/document/api/1493/97866)。
|
|
645
|
+
*/
|
|
633
646
|
DescribeRocketMQPublicAccessPoint(req: DescribeRocketMQPublicAccessPointRequest, cb?: (error: string, rep: DescribeRocketMQPublicAccessPointResponse) => void): Promise<DescribeRocketMQPublicAccessPointResponse>;
|
|
634
647
|
/**
|
|
635
648
|
* 解绑RabbitMQ路由关系
|
|
@@ -640,8 +653,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
640
653
|
*/
|
|
641
654
|
ModifyRole(req: ModifyRoleRequest, cb?: (error: string, rep: ModifyRoleResponse) => void): Promise<ModifyRoleResponse>;
|
|
642
655
|
/**
|
|
643
|
-
|
|
644
|
-
|
|
656
|
+
* 创建 RocketMQ 4.x 集群。
|
|
657
|
+
当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。创建 5.x 集群的接口文档见 [CreateInstance](https://cloud.tencent.com/document/api/1493/97868)。
|
|
658
|
+
*/
|
|
645
659
|
CreateRocketMQVipInstance(req: CreateRocketMQVipInstanceRequest, cb?: (error: string, rep: CreateRocketMQVipInstanceResponse) => void): Promise<CreateRocketMQVipInstanceResponse>;
|
|
646
660
|
/**
|
|
647
661
|
* 批量删除角色授权。
|
|
@@ -245,8 +245,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
245
245
|
return this.request("DescribeRocketMQTopicMsgs", req, cb);
|
|
246
246
|
}
|
|
247
247
|
/**
|
|
248
|
-
|
|
249
|
-
|
|
248
|
+
* 查询 RocketMQ 指定主题下的生产者客户端列表。
|
|
249
|
+
当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。查询 5.x 集群主题下的生产者客户端列表接口文档见 [DescribeProducerList](https://cloud.tencent.com/document/api/1493/122548)。
|
|
250
|
+
*/
|
|
250
251
|
async DescribeRocketMQProducers(req, cb) {
|
|
251
252
|
return this.request("DescribeRocketMQProducers", req, cb);
|
|
252
253
|
}
|
|
@@ -288,8 +289,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
288
289
|
return this.request("DeleteCmqTopic", req, cb);
|
|
289
290
|
}
|
|
290
291
|
/**
|
|
291
|
-
|
|
292
|
-
|
|
292
|
+
* 修改 RocketMQ 专享或通用集群属性。
|
|
293
|
+
当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。修改 5.x 集群属性的接口文档见 [ModifyInstance](https://cloud.tencent.com/document/api/1493/97865)。
|
|
294
|
+
*/
|
|
293
295
|
async ModifyRocketMQInstance(req, cb) {
|
|
294
296
|
return this.request("ModifyRocketMQInstance", req, cb);
|
|
295
297
|
}
|
|
@@ -396,8 +398,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
396
398
|
return this.request("ImportRocketMQTopics", req, cb);
|
|
397
399
|
}
|
|
398
400
|
/**
|
|
399
|
-
|
|
400
|
-
|
|
401
|
+
* 开启或关闭公网访问、设置安全访问策略。
|
|
402
|
+
当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。设置 5.x 集群的公网接入点接口文档见 [ModifyInstanceEndpoint](https://cloud.tencent.com/document/api/1493/115981)。
|
|
403
|
+
*/
|
|
401
404
|
async SetRocketMQPublicAccessPoint(req, cb) {
|
|
402
405
|
return this.request("SetRocketMQPublicAccessPoint", req, cb);
|
|
403
406
|
}
|
|
@@ -422,8 +425,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
422
425
|
return this.request("DescribeCmqTopicDetail", req, cb);
|
|
423
426
|
}
|
|
424
427
|
/**
|
|
425
|
-
|
|
426
|
-
|
|
428
|
+
* 查询 RocketMQ 集群信息。
|
|
429
|
+
当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。查询 5.x 集群信息的接口文档见 [DescribeInstance](https://cloud.tencent.com/document/api/1493/97866)。
|
|
430
|
+
*/
|
|
427
431
|
async DescribeRocketMQVipInstanceDetail(req, cb) {
|
|
428
432
|
return this.request("DescribeRocketMQVipInstanceDetail", req, cb);
|
|
429
433
|
}
|
|
@@ -441,8 +445,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
441
445
|
return this.request("DescribeRabbitMQUser", req, cb);
|
|
442
446
|
}
|
|
443
447
|
/**
|
|
444
|
-
|
|
445
|
-
|
|
448
|
+
* 修改 RocketMQ 集群属性。
|
|
449
|
+
当前 API 适用集群:4.x 虚拟集群。修改 4.x 专享或通用集群属性接口文档见 [ModifyRocketMQInstance](https://cloud.tencent.com/document/api/1179/108862),修改 5.x 集群属性的接口文档见 [ModifyInstance](https://cloud.tencent.com/document/api/1493/97865)。
|
|
450
|
+
*/
|
|
446
451
|
async ModifyRocketMQCluster(req, cb) {
|
|
447
452
|
return this.request("ModifyRocketMQCluster", req, cb);
|
|
448
453
|
}
|
|
@@ -478,8 +483,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
478
483
|
return this.request("CreateSubscription", req, cb);
|
|
479
484
|
}
|
|
480
485
|
/**
|
|
481
|
-
|
|
482
|
-
|
|
486
|
+
* 查询 RocketMQ 虚拟集群信息。
|
|
487
|
+
当前 API 适用集群:4.x 虚拟集群。查询 4.x 专享或通用集群信息的接口文档见 [DescribeRocketMQVipInstanceDetail](https://cloud.tencent.com/document/api/1179/86725),查询 5.x 集群信息的接口文档见 [DescribeInstance](https://cloud.tencent.com/document/api/1493/97866)。
|
|
488
|
+
*/
|
|
483
489
|
async DescribeRocketMQCluster(req, cb) {
|
|
484
490
|
return this.request("DescribeRocketMQCluster", req, cb);
|
|
485
491
|
}
|
|
@@ -559,8 +565,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
559
565
|
return this.request("ModifyCmqQueueAttribute", req, cb);
|
|
560
566
|
}
|
|
561
567
|
/**
|
|
562
|
-
|
|
563
|
-
|
|
568
|
+
* 修改 RocketMQ 专享集群配置,可以支持实例规格、节点数和存储的升配和实例规格的降配。本 API 发起订单并成功支付后进入实例配置变更的流程,可通过 [DescribeRocketMQVipInstances](https://cloud.tencent.com/document/api/1179/80903) 查询实例是否已变更完成。
|
|
569
|
+
当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。修改 5.x 集群规格的接口文档见 [ModifyInstance](https://cloud.tencent.com/document/api/1493/97865)。
|
|
570
|
+
*/
|
|
564
571
|
async ModifyRocketMQInstanceSpec(req, cb) {
|
|
565
572
|
return this.request("ModifyRocketMQInstanceSpec", req, cb);
|
|
566
573
|
}
|
|
@@ -571,14 +578,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
571
578
|
return this.request("ImportRocketMQConsumerGroups", req, cb);
|
|
572
579
|
}
|
|
573
580
|
/**
|
|
574
|
-
|
|
575
|
-
|
|
581
|
+
* 查询 RocketMQ 4.x 集群列表。
|
|
582
|
+
当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。查询 5.x 集群列表接口文档见 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028),或者使用 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口适用所有集群类型。
|
|
583
|
+
*/
|
|
576
584
|
async DescribeRocketMQVipInstances(req, cb) {
|
|
577
585
|
return this.request("DescribeRocketMQVipInstances", req, cb);
|
|
578
586
|
}
|
|
579
587
|
/**
|
|
580
|
-
|
|
581
|
-
|
|
588
|
+
* 用于获取RocketMQ指标排序列表,比如集群实例下占用存储空间最多的主题排序。
|
|
589
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群暂不支持该功能。
|
|
590
|
+
*/
|
|
582
591
|
async DescribeRocketMQTopUsages(req, cb) {
|
|
583
592
|
return this.request("DescribeRocketMQTopUsages", req, cb);
|
|
584
593
|
}
|
|
@@ -779,8 +788,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
779
788
|
return this.request("ModifyEnvironmentRole", req, cb);
|
|
780
789
|
}
|
|
781
790
|
/**
|
|
782
|
-
|
|
783
|
-
|
|
791
|
+
* 查询 RocketMQ 虚拟集群列表。
|
|
792
|
+
当前 API 适用集群:4.x 虚拟集群。查询 5.x 集群列表接口文档见 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028),或者使用 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口适用所有集群类型。
|
|
793
|
+
*/
|
|
784
794
|
async DescribeRocketMQClusters(req, cb) {
|
|
785
795
|
return this.request("DescribeRocketMQClusters", req, cb);
|
|
786
796
|
}
|
|
@@ -860,8 +870,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
860
870
|
return this.request("DescribeRabbitMQQueueDetail", req, cb);
|
|
861
871
|
}
|
|
862
872
|
/**
|
|
863
|
-
|
|
864
|
-
|
|
873
|
+
* 查询 RocketMQ 消息详情。
|
|
874
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群的查询消息详情接口文档见 [DescribeMessage](https://cloud.tencent.com/document/api/1493/114594)。
|
|
875
|
+
*/
|
|
865
876
|
async DescribeRocketMQMsg(req, cb) {
|
|
866
877
|
return this.request("DescribeRocketMQMsg", req, cb);
|
|
867
878
|
}
|
|
@@ -908,8 +919,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
908
919
|
return this.request("SendMsg", req, cb);
|
|
909
920
|
}
|
|
910
921
|
/**
|
|
911
|
-
|
|
912
|
-
|
|
922
|
+
* 删除 RocketMQ 专享或通用集群。
|
|
923
|
+
当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。删除 5.x 集群的接口文档见 [DeleteInstance](https://cloud.tencent.com/document/api/1493/97867)。
|
|
924
|
+
*/
|
|
913
925
|
async DeleteRocketMQVipInstance(req, cb) {
|
|
914
926
|
return this.request("DeleteRocketMQVipInstance", req, cb);
|
|
915
927
|
}
|
|
@@ -932,8 +944,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
932
944
|
return this.request("DeleteCmqSubscribe", req, cb);
|
|
933
945
|
}
|
|
934
946
|
/**
|
|
935
|
-
|
|
936
|
-
|
|
947
|
+
* 查询 RocketMQ 集群的公网接入点信息。
|
|
948
|
+
当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。查询 5.x 集群的公网接入点信息接口文档见 [DescribeInstance](https://cloud.tencent.com/document/api/1493/97866)。
|
|
949
|
+
*/
|
|
937
950
|
async DescribeRocketMQPublicAccessPoint(req, cb) {
|
|
938
951
|
return this.request("DescribeRocketMQPublicAccessPoint", req, cb);
|
|
939
952
|
}
|
|
@@ -950,8 +963,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
950
963
|
return this.request("ModifyRole", req, cb);
|
|
951
964
|
}
|
|
952
965
|
/**
|
|
953
|
-
|
|
954
|
-
|
|
966
|
+
* 创建 RocketMQ 4.x 集群。
|
|
967
|
+
当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。创建 5.x 集群的接口文档见 [CreateInstance](https://cloud.tencent.com/document/api/1493/97868)。
|
|
968
|
+
*/
|
|
955
969
|
async CreateRocketMQVipInstance(req, cb) {
|
|
956
970
|
return this.request("CreateRocketMQVipInstance", req, cb);
|
|
957
971
|
}
|
|
@@ -1333,7 +1333,7 @@ export interface DescribeRocketMQMsgRequest {
|
|
|
1333
1333
|
*/
|
|
1334
1334
|
ClusterId: string;
|
|
1335
1335
|
/**
|
|
1336
|
-
*
|
|
1336
|
+
* 命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
1337
1337
|
*/
|
|
1338
1338
|
EnvironmentId: string;
|
|
1339
1339
|
/**
|
|
@@ -4318,7 +4318,7 @@ export interface DescribeRocketMQProducersRequest {
|
|
|
4318
4318
|
*/
|
|
4319
4319
|
ClusterId: string;
|
|
4320
4320
|
/**
|
|
4321
|
-
*
|
|
4321
|
+
* 主题所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
4322
4322
|
*/
|
|
4323
4323
|
NamespaceId: string;
|
|
4324
4324
|
/**
|
|
@@ -6509,6 +6509,13 @@ export interface RocketMQMessageTrack {
|
|
|
6509
6509
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6510
6510
|
*/
|
|
6511
6511
|
ExceptionDesc?: string;
|
|
6512
|
+
/**
|
|
6513
|
+
* 消费状态来源,枚举值如下:
|
|
6514
|
+
|
|
6515
|
+
- DIFF_OFFSET:通过服务端offset计算
|
|
6516
|
+
- TRACE_REPORT:通过上报的轨迹判断
|
|
6517
|
+
*/
|
|
6518
|
+
ConsumeStatusSource?: string;
|
|
6512
6519
|
}
|
|
6513
6520
|
/**
|
|
6514
6521
|
* DescribeRocketMQNamespaces返回参数结构体
|
|
@@ -10227,7 +10234,7 @@ export interface DescribeRocketMQGroupsRequest {
|
|
|
10227
10234
|
*/
|
|
10228
10235
|
Offset: number;
|
|
10229
10236
|
/**
|
|
10230
|
-
*
|
|
10237
|
+
* 单次查询最大条数。取值范围:[0~100],默认值为20
|
|
10231
10238
|
*/
|
|
10232
10239
|
Limit: number;
|
|
10233
10240
|
/**
|