tencentcloud-sdk-nodejs-monitor 4.1.144 → 4.1.145

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-monitor",
3
- "version": "4.1.144",
3
+ "version": "4.1.145",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -71,7 +71,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
71
71
  */
72
72
  DeletePrometheusAlertGroups(req: DeletePrometheusAlertGroupsRequest, cb?: (error: string, rep: DeletePrometheusAlertGroupsResponse) => void): Promise<DeletePrometheusAlertGroupsResponse>;
73
73
  /**
74
- * 本接口(CreateGrafanaInstance)用于创建 Grafana 包年包月实例,默认基础版、到期自动续费、不可使用代金券。
74
+ * 本接口(CreateGrafanaInstance)用于创建 Grafana 包年包月实例,默认基础版、到期自动续费。
75
75
  */
76
76
  CreateGrafanaInstance(req: CreateGrafanaInstanceRequest, cb?: (error: string, rep: CreateGrafanaInstanceResponse) => void): Promise<CreateGrafanaInstanceResponse>;
77
77
  /**
@@ -123,7 +123,7 @@ class Client extends TencentCloudCommon.AbstractClient {
123
123
  return this.request("DeletePrometheusAlertGroups", req, cb);
124
124
  }
125
125
  /**
126
- * 本接口(CreateGrafanaInstance)用于创建 Grafana 包年包月实例,默认基础版、到期自动续费、不可使用代金券。
126
+ * 本接口(CreateGrafanaInstance)用于创建 Grafana 包年包月实例,默认基础版、到期自动续费。
127
127
  */
128
128
  async CreateGrafanaInstance(req, cb) {
129
129
  return this.request("CreateGrafanaInstance", req, cb);
@@ -2801,6 +2801,10 @@ export interface CreateAlarmNoticeRequest {
2801
2801
  * 模板绑定的标签
2802
2802
  */
2803
2803
  Tags?: Array<Tag>;
2804
+ /**
2805
+ * 是否免登录,0-否,1-是
2806
+ */
2807
+ IsLoginFree?: number;
2804
2808
  }
2805
2809
  /**
2806
2810
  * 告警对象所属实例组
@@ -4013,6 +4017,10 @@ export interface ModifyAlarmNoticeRequest {
4013
4017
  * 告警通知模板绑定的告警策略ID列表
4014
4018
  */
4015
4019
  PolicyIds?: Array<string>;
4020
+ /**
4021
+ * 是否免登录,0-否,1-是
4022
+ */
4023
+ IsLoginFree?: number;
4016
4024
  }
4017
4025
  /**
4018
4026
  * DescribeGrafanaWhiteList返回参数结构体
@@ -4618,7 +4626,8 @@ export interface CreateGrafanaInstanceRequest {
4618
4626
  */
4619
4627
  VpcId: string;
4620
4628
  /**
4621
- * 子网 ID 数组(VPC ID下的子网 ID,只取第一个)
4629
+ * 子网 ID 数组(VPC ID下的子网 ID,只取第一个)
4630
+ 注意:并不是所有可用区都可用(可通过 monitor:DescribePrometheusZones 接口获取可用区状态,选择 ZoneState 和ZoneResourceState 都为1的可用区)
4622
4631
  */
4623
4632
  SubnetIds: Array<string>;
4624
4633
  /**
@@ -6509,6 +6518,10 @@ export interface AlarmNotice {
6509
6518
  注意:此字段可能返回 null,表示取不到有效值。
6510
6519
  */
6511
6520
  Tags?: Array<Tag>;
6521
+ /**
6522
+ * 是否免登录,0-否,1-是
6523
+ */
6524
+ IsLoginFree?: number;
6512
6525
  }
6513
6526
  /**
6514
6527
  * DescribeProductEventList返回的Events的Dimensions