tencentcloud-sdk-nodejs-monitor 4.1.135 → 4.1.137

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.135",
3
+ "version": "4.1.137",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -9343,10 +9343,18 @@ export interface DescribePrometheusScrapeStatisticsRequest {
9343
9343
  * 实例ID列表
9344
9344
  */
9345
9345
  InstanceIds: Array<string>;
9346
+ /**
9347
+ * 集群ID
9348
+ */
9349
+ ClusterId?: string;
9346
9350
  /**
9347
9351
  * job 类型
9348
9352
  */
9349
9353
  JobType?: string;
9354
+ /**
9355
+ * job 过滤,不写就是全部 job
9356
+ */
9357
+ Job?: string;
9350
9358
  }
9351
9359
  /**
9352
9360
  * DeletePrometheusScrapeJobs请求参数结构体