tencentcloud-sdk-nodejs-tdmq 4.1.152 → 4.1.153
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
|
@@ -231,8 +231,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
231
231
|
*/
|
|
232
232
|
DescribeRocketMQTopicsByGroup(req: DescribeRocketMQTopicsByGroupRequest, cb?: (error: string, rep: DescribeRocketMQTopicsByGroupResponse) => void): Promise<DescribeRocketMQTopicsByGroupResponse>;
|
|
233
233
|
/**
|
|
234
|
-
|
|
235
|
-
|
|
234
|
+
* 查询公网指标监控数据,目前仅支持客户端到 LB 的入带宽和出宽带指标。
|
|
235
|
+
当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。5.x 集群暂不支持该功能。
|
|
236
|
+
*/
|
|
236
237
|
DescribeRocketMQPublicAccessMonitorData(req: DescribeRocketMQPublicAccessMonitorDataRequest, cb?: (error: string, rep: DescribeRocketMQPublicAccessMonitorDataResponse) => void): Promise<DescribeRocketMQPublicAccessMonitorDataResponse>;
|
|
237
238
|
/**
|
|
238
239
|
* 导入topic列表
|
|
@@ -365,8 +365,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
365
365
|
return this.request("DescribeRocketMQTopicsByGroup", req, cb);
|
|
366
366
|
}
|
|
367
367
|
/**
|
|
368
|
-
|
|
369
|
-
|
|
368
|
+
* 查询公网指标监控数据,目前仅支持客户端到 LB 的入带宽和出宽带指标。
|
|
369
|
+
当前 API 适用集群:4.x 专享集群 和 4.x 通用集群。5.x 集群暂不支持该功能。
|
|
370
|
+
*/
|
|
370
371
|
async DescribeRocketMQPublicAccessMonitorData(req, cb) {
|
|
371
372
|
return this.request("DescribeRocketMQPublicAccessMonitorData", req, cb);
|
|
372
373
|
}
|
|
@@ -5518,11 +5518,14 @@ export interface Filter {
|
|
|
5518
5518
|
*/
|
|
5519
5519
|
export interface DescribeRocketMQPublicAccessMonitorDataRequest {
|
|
5520
5520
|
/**
|
|
5521
|
-
*
|
|
5521
|
+
* 集群 ID
|
|
5522
5522
|
*/
|
|
5523
5523
|
InstanceId: string;
|
|
5524
5524
|
/**
|
|
5525
|
-
*
|
|
5525
|
+
* 指标名称,仅支持单指标拉取。指标枚举如下:
|
|
5526
|
+
|
|
5527
|
+
- ClientIntraffic:入流量
|
|
5528
|
+
- ClientOuttraffic:出流量
|
|
5526
5529
|
*/
|
|
5527
5530
|
MetricName: string;
|
|
5528
5531
|
/**
|