tencentcloud-sdk-nodejs-dbbrain 4.1.171 → 4.1.190

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.
@@ -2479,6 +2479,71 @@ export interface CreateMailProfileRequest {
2479
2479
  */
2480
2480
  BindInstanceIds?: Array<string>;
2481
2481
  }
2482
+ /**
2483
+ * 实例基础信息。
2484
+ */
2485
+ export interface InstanceBasicInfo {
2486
+ /**
2487
+ * 实例ID。
2488
+ */
2489
+ InstanceId?: string;
2490
+ /**
2491
+ * 实例名称。
2492
+ */
2493
+ InstanceName?: string;
2494
+ /**
2495
+ * 实例内网IP。
2496
+ */
2497
+ Vip?: string;
2498
+ /**
2499
+ * 实例内网Port。
2500
+ */
2501
+ Vport?: number;
2502
+ /**
2503
+ * 实例产品。
2504
+ */
2505
+ Product?: string;
2506
+ /**
2507
+ * 实例引擎版本。
2508
+ */
2509
+ EngineVersion?: string;
2510
+ /**
2511
+ * CPU数量,对于Redis为0。
2512
+ */
2513
+ Cpu?: number;
2514
+ /**
2515
+ * 实例部署模式。
2516
+ */
2517
+ DeployMode?: string;
2518
+ /**
2519
+ * 实例内存配置。
2520
+ */
2521
+ InstanceConf?: RedisInstanceConf;
2522
+ /**
2523
+ * DBbrain是否支持该实例。
2524
+ */
2525
+ IsSupported?: boolean;
2526
+ /**
2527
+ * 实例内存,单位MB。
2528
+ */
2529
+ Memory?: number;
2530
+ /**
2531
+ * 实例地域。
2532
+ */
2533
+ Region?: string;
2534
+ /**
2535
+ * 实例子网统一ID,对于redis为空字符串。
2536
+ */
2537
+ UniqSubnetId?: string;
2538
+ /**
2539
+ * 实例私有网络统一ID,对于redis为空字符串。
2540
+ */
2541
+ UniqVpcId?: string;
2542
+ /**
2543
+ * 实例磁盘容量,对于Redis为0。
2544
+ */
2545
+ Volume?: number;
2546
+ }
2482
2547
  /**
2483
2548
  * 单位时间间隔内的监控指标数据(浮点型)
2484
2549
  */
@@ -3393,69 +3458,37 @@ export interface CreateSqlFilterRequest {
3393
3458
  Product?: string;
3394
3459
  }
3395
3460
  /**
3396
- * 实例基础信息。
3461
+ * CreateMongoDBKillTask请求参数结构体
3397
3462
  */
3398
- export interface InstanceBasicInfo {
3399
- /**
3400
- * 实例ID。
3401
- */
3402
- InstanceId?: string;
3403
- /**
3404
- * 实例名称。
3405
- */
3406
- InstanceName?: string;
3407
- /**
3408
- * 实例内网IP。
3409
- */
3410
- Vip?: string;
3411
- /**
3412
- * 实例内网Port。
3413
- */
3414
- Vport?: number;
3463
+ export interface CreateMongoDBKillTaskRequest {
3415
3464
  /**
3416
- * 实例产品。
3417
- */
3418
- Product?: string;
3419
- /**
3420
- * 实例引擎版本。
3421
- */
3422
- EngineVersion?: string;
3423
- /**
3424
- * CPU数量,对于Redis为0。
3425
- */
3426
- Cpu?: number;
3427
- /**
3428
- * 实例部署模式。
3429
- */
3430
- DeployMode?: string;
3431
- /**
3432
- * 实例内存配置。
3465
+ * kill会话任务的关联实例ID。
3433
3466
  */
3434
- InstanceConf?: RedisInstanceConf;
3467
+ InstanceId: string;
3435
3468
  /**
3436
- * DBbrain是否支持该实例。
3469
+ * 任务持续时间,单位秒,手动关闭任务传-1。
3437
3470
  */
3438
- IsSupported?: boolean;
3471
+ Duration: number;
3439
3472
  /**
3440
- * 实例内存,单位MB
3473
+ * 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB for MySQL,默认为"mysql"
3441
3474
  */
3442
- Memory?: number;
3475
+ Product: string;
3443
3476
  /**
3444
- * 实例地域。
3477
+ * 任务过滤条件,客户端IP。
3445
3478
  */
3446
- Region?: string;
3479
+ Host?: string;
3447
3480
  /**
3448
- * 实例子网统一ID,对于redis为空字符串。
3481
+ * 命名空间
3449
3482
  */
3450
- UniqSubnetId?: string;
3483
+ DB?: Array<string>;
3451
3484
  /**
3452
- * 实例私有网络统一ID,对于redis为空字符串。
3485
+ * update,insert,query,getmore,remove,killcursors,command,compressed,none
3453
3486
  */
3454
- UniqVpcId?: string;
3487
+ Type?: string;
3455
3488
  /**
3456
- * 实例磁盘容量,对于Redis为0。
3489
+ * kill任务过滤条件,会话持续时长,单位秒。
3457
3490
  */
3458
- Volume?: number;
3491
+ Time?: number;
3459
3492
  }
3460
3493
  /**
3461
3494
  * DescribeTopSpaceTables请求参数结构体
@@ -4617,15 +4650,15 @@ export interface CreateSqlFilterResponse {
4617
4650
  */
4618
4651
  export interface DescribeSlowLogUserHostStatsRequest {
4619
4652
  /**
4620
- * 实例ID
4653
+ * 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
4621
4654
  */
4622
4655
  InstanceId: string;
4623
4656
  /**
4624
- * 查询范围的开始时间,时间格式如:2019-09-10 12:13:14
4657
+ * 查询范围的开始时间,格式: "yyyy-MM-dd'T'HH:mm:ssXXX"
4625
4658
  */
4626
4659
  StartTime: string;
4627
4660
  /**
4628
- * 查询范围的结束时间,时间格式如:2019-09-10 12:13:14
4661
+ * 查询范围的结束时间,格式: "yyyy-MM-dd'T'HH:mm:ssXXX"
4629
4662
  */
4630
4663
  EndTime: string;
4631
4664
  /**
@@ -4636,6 +4669,14 @@ export interface DescribeSlowLogUserHostStatsRequest {
4636
4669
  * SQL模板的MD5值
4637
4670
  */
4638
4671
  Md5?: string;
4672
+ /**
4673
+ * 仅Redis产品使用;实例Proxy ID。
4674
+ */
4675
+ InstanceProxyId?: string;
4676
+ /**
4677
+ * 仅Redis产品使用;命令。
4678
+ */
4679
+ Cmd?: string;
4639
4680
  }
4640
4681
  /**
4641
4682
  * DescribeTopSpaceSchemas返回参数结构体
@@ -4892,6 +4933,24 @@ export interface ModifyAlarmPolicyRequest {
4892
4933
  */
4893
4934
  Rules?: Array<AlarmsRules>;
4894
4935
  }
4936
+ /**
4937
+ * CreateMongoDBKillTask返回参数结构体
4938
+ */
4939
+ export interface CreateMongoDBKillTaskResponse {
4940
+ /**
4941
+ * kill会话任务创建成功返回1
4942
+ */
4943
+ Status?: number;
4944
+ /**
4945
+ * 异常信息
4946
+ 注意:此字段可能返回 null,表示取不到有效值。
4947
+ */
4948
+ ErrorMsg?: string;
4949
+ /**
4950
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4951
+ */
4952
+ RequestId?: string;
4953
+ }
4895
4954
  /**
4896
4955
  * DescribeRedisCommandOverview请求参数结构体
4897
4956
  */