tencentcloud-sdk-nodejs-wedata 4.1.20 → 4.1.21

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-wedata",
3
- "version": "4.1.20",
3
+ "version": "4.1.21",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1979,12 +1979,24 @@ export interface RuleGroupExecResult {
1979
1979
  InstanceStatus?: string;
1980
1980
  /**
1981
1981
  * 实例运行的开始时间
1982
+ 注意:此字段可能返回 null,表示取不到有效值。
1982
1983
  */
1983
1984
  StartTime?: string;
1984
1985
  /**
1985
1986
  * 实例运行的结束时间
1987
+ 注意:此字段可能返回 null,表示取不到有效值。
1986
1988
  */
1987
1989
  FinishTime?: string;
1990
+ /**
1991
+ * 监控名称
1992
+ 注意:此字段可能返回 null,表示取不到有效值。
1993
+ */
1994
+ RuleGroupName?: string;
1995
+ /**
1996
+ * 判断是否屏蔽监控 0.屏蔽 1.不屏蔽
1997
+ 注意:此字段可能返回 null,表示取不到有效值。
1998
+ */
1999
+ RuleGroupExist?: string;
1988
2000
  }
1989
2001
  /**
1990
2002
  * 告警事件详情
@@ -4709,6 +4721,11 @@ export interface Rule {
4709
4721
  注意:此字段可能返回 null,表示取不到有效值。
4710
4722
  */
4711
4723
  ProjectName?: string;
4724
+ /**
4725
+ * 更新时间
4726
+ 注意:此字段可能返回 null,表示取不到有效值。
4727
+ */
4728
+ UpdateTime?: string;
4712
4729
  }
4713
4730
  /**
4714
4731
  * AddProjectUserRole请求参数结构体