tencentcloud-sdk-nodejs-monitor 4.1.158 → 4.1.174

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.158",
3
+ "version": "4.1.174",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8508,6 +8508,10 @@ export interface UpdateExporterIntegrationRequest {
8508
8508
  * 集群 ID,可不填
8509
8509
  */
8510
8510
  ClusterId?: string;
8511
+ /**
8512
+ * 值为true时禁用集成
8513
+ */
8514
+ Disable?: boolean;
8511
8515
  }
8512
8516
  /**
8513
8517
  * Prometheus告警自定义通知模板