tencentcloud-sdk-nodejs-dbbrain 4.1.1 → 4.1.2
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
|
@@ -1722,7 +1722,7 @@ export interface DescribeHealthScoreRequest {
|
|
|
1722
1722
|
*/
|
|
1723
1723
|
Time: string;
|
|
1724
1724
|
/**
|
|
1725
|
-
* 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
|
1725
|
+
* 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
|
|
1726
1726
|
*/
|
|
1727
1727
|
Product: string;
|
|
1728
1728
|
}
|
|
@@ -1966,6 +1966,10 @@ export interface CreateProxySessionKillTaskRequest {
|
|
|
1966
1966
|
* 服务产品类型,支持值包括: "redis" - 云数据库 Redis。
|
|
1967
1967
|
*/
|
|
1968
1968
|
Product: string;
|
|
1969
|
+
/**
|
|
1970
|
+
* 实列代理ID。
|
|
1971
|
+
*/
|
|
1972
|
+
InstanceProxyId?: string;
|
|
1969
1973
|
}
|
|
1970
1974
|
/**
|
|
1971
1975
|
* DeleteDBDiagReportTasks返回参数结构体
|
|
@@ -2717,7 +2721,6 @@ export interface MonitorMetric {
|
|
|
2717
2721
|
Unit?: string;
|
|
2718
2722
|
/**
|
|
2719
2723
|
* 指标值。
|
|
2720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2721
2724
|
*/
|
|
2722
2725
|
Values?: Array<number>;
|
|
2723
2726
|
}
|
|
@@ -3652,7 +3655,7 @@ export interface DescribeHealthScoreRequest {
|
|
|
3652
3655
|
*/
|
|
3653
3656
|
Time: string;
|
|
3654
3657
|
/**
|
|
3655
|
-
* 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
|
|
3658
|
+
* 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,默认为"mysql"。
|
|
3656
3659
|
*/
|
|
3657
3660
|
Product: string;
|
|
3658
3661
|
}
|
|
@@ -4525,7 +4528,7 @@ export interface DescribeHealthScoreResponse {
|
|
|
4525
4528
|
/**
|
|
4526
4529
|
* 健康得分以及异常扣分项。
|
|
4527
4530
|
*/
|
|
4528
|
-
Data
|
|
4531
|
+
Data?: HealthScoreInfo;
|
|
4529
4532
|
/**
|
|
4530
4533
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4531
4534
|
*/
|