tencentcloud-sdk-nodejs-bh 4.1.160 → 4.1.171

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-bh",
3
- "version": "4.1.160",
3
+ "version": "4.1.171",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2528,6 +2528,14 @@ export interface SearchAuditLogRequest {
2528
2528
  * 结束时间
2529
2529
  */
2530
2530
  EndTime?: string;
2531
+ /**
2532
+ * 操作类型
2533
+ */
2534
+ OperationSet?: Array<number | bigint>;
2535
+ /**
2536
+ * 会话类型
2537
+ */
2538
+ ProtocolSet?: Array<string>;
2531
2539
  /**
2532
2540
  * 偏移量
2533
2541
  */
@@ -3854,7 +3862,7 @@ export interface SearchSessionRequest {
3854
3862
  */
3855
3863
  DeviceName?: string;
3856
3864
  /**
3857
- * 状态,1为活跃,2为结束,3为强制离线,4为其他错误
3865
+ * 状态,1为活跃,2为结束,3为强制离线,4为其他错误,5暂停会话
3858
3866
  */
3859
3867
  Status?: number;
3860
3868
  /**
@@ -5021,6 +5029,22 @@ export interface SessionResult {
5021
5029
  * K8S集群容器名称
5022
5030
  */
5023
5031
  PodName?: string;
5032
+ /**
5033
+ * 访问方式 1-直链 2-客户端 3-web 大部分情况下是2
5034
+ */
5035
+ Mode?: number;
5036
+ /**
5037
+ * 是否禁用会话监控。0-不禁用;1-禁用会话,仅展示中断;2-禁用会话,不展示中断
5038
+ */
5039
+ DisableMonitor?: number;
5040
+ /**
5041
+ * 实时入带宽,单位Mbps
5042
+ */
5043
+ RealTimeBandwidthIn?: number;
5044
+ /**
5045
+ * 实时出带宽,单位Mbps
5046
+ */
5047
+ RealTimeBandwidthOut?: number;
5024
5048
  }
5025
5049
  /**
5026
5050
  * 堡垒机服务信息