tencentcloud-sdk-nodejs-dbbrain 4.1.126 → 4.1.128
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
|
@@ -707,6 +707,11 @@ export interface MySqlProcess {
|
|
|
707
707
|
* 线程的操作语句。
|
|
708
708
|
*/
|
|
709
709
|
Info?: string;
|
|
710
|
+
/**
|
|
711
|
+
* sql类型
|
|
712
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
713
|
+
*/
|
|
714
|
+
SqlType?: string;
|
|
710
715
|
}
|
|
711
716
|
/**
|
|
712
717
|
* 实例诊断历史事件
|
|
@@ -2150,7 +2155,7 @@ export interface DescribeMySqlProcessListRequest {
|
|
|
2150
2155
|
*/
|
|
2151
2156
|
Limit?: number;
|
|
2152
2157
|
/**
|
|
2153
|
-
* 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL
|
|
2158
|
+
* 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL;"mariadb"-mariadb;"cynosdb"-TDSQL-C for MySQL ;"dcdb"-TDSQL MySQL 默认为"mysql"。
|
|
2154
2159
|
*/
|
|
2155
2160
|
Product?: string;
|
|
2156
2161
|
}
|
|
@@ -287,7 +287,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
287
287
|
*/
|
|
288
288
|
UpdateAgentSwitch(req: UpdateAgentSwitchRequest, cb?: (error: string, rep: UpdateAgentSwitchResponse) => void): Promise<UpdateAgentSwitchResponse>;
|
|
289
289
|
/**
|
|
290
|
-
* 获取指定时间段内Redis
|
|
290
|
+
* 获取指定时间段内Redis Proxy 指标
|
|
291
291
|
*/
|
|
292
292
|
DescribeMetricTopProxies(req: DescribeMetricTopProxiesRequest, cb?: (error: string, rep: DescribeMetricTopProxiesResponse) => void): Promise<DescribeMetricTopProxiesResponse>;
|
|
293
293
|
/**
|
|
@@ -449,7 +449,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
449
449
|
return this.request("UpdateAgentSwitch", req, cb);
|
|
450
450
|
}
|
|
451
451
|
/**
|
|
452
|
-
* 获取指定时间段内Redis
|
|
452
|
+
* 获取指定时间段内Redis Proxy 指标
|
|
453
453
|
*/
|
|
454
454
|
async DescribeMetricTopProxies(req, cb) {
|
|
455
455
|
return this.request("DescribeMetricTopProxies", req, cb);
|