tencentcloud-sdk-nodejs-dbbrain 4.1.171 → 4.1.189
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
|
@@ -4617,15 +4617,15 @@ export interface CreateSqlFilterResponse {
|
|
|
4617
4617
|
*/
|
|
4618
4618
|
export interface DescribeSlowLogUserHostStatsRequest {
|
|
4619
4619
|
/**
|
|
4620
|
-
* 实例ID
|
|
4620
|
+
* 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
|
|
4621
4621
|
*/
|
|
4622
4622
|
InstanceId: string;
|
|
4623
4623
|
/**
|
|
4624
|
-
*
|
|
4624
|
+
* 查询范围的开始时间,格式: "yyyy-MM-dd'T'HH:mm:ssXXX"。
|
|
4625
4625
|
*/
|
|
4626
4626
|
StartTime: string;
|
|
4627
4627
|
/**
|
|
4628
|
-
*
|
|
4628
|
+
* 查询范围的结束时间,格式: "yyyy-MM-dd'T'HH:mm:ssXXX"。
|
|
4629
4629
|
*/
|
|
4630
4630
|
EndTime: string;
|
|
4631
4631
|
/**
|
|
@@ -4636,6 +4636,14 @@ export interface DescribeSlowLogUserHostStatsRequest {
|
|
|
4636
4636
|
* SQL模板的MD5值
|
|
4637
4637
|
*/
|
|
4638
4638
|
Md5?: string;
|
|
4639
|
+
/**
|
|
4640
|
+
* 仅Redis产品使用;实例Proxy ID。
|
|
4641
|
+
*/
|
|
4642
|
+
InstanceProxyId?: string;
|
|
4643
|
+
/**
|
|
4644
|
+
* 仅Redis产品使用;命令。
|
|
4645
|
+
*/
|
|
4646
|
+
Cmd?: string;
|
|
4639
4647
|
}
|
|
4640
4648
|
/**
|
|
4641
4649
|
* DescribeTopSpaceSchemas返回参数结构体
|