tencentcloud-sdk-monitor 3.0.1044 → 3.0.1046

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a188eb27804001e927c6cba23c18627a06155558
4
- data.tar.gz: 3222b2019ab19570f80556c6b84f83245b5ede3a
3
+ metadata.gz: bda4b2b8f1eb5369842beb4d2bb53c0dfe184956
4
+ data.tar.gz: 4f24eb27ea6e8ccd7e8b1d9b8e9dd502eb122082
5
5
  SHA512:
6
- metadata.gz: 29c3516127ef99e4b846a0fd223322f7f8d20a0252ce5300f90abbbe0b489ef27cc05e945431bbb0e42a2f5b30125dcd9f8eb090484432c3f5bd420115ac2d95
7
- data.tar.gz: 39c60d646640946cfda2e1d85a60994b1b2cf3638809bf0c7fbc367e992cef1e20e8d2892b99d5d5350bbbc73480422a5318422e74a279b059cd46dc1e0fe4ab
6
+ metadata.gz: a9e96f24b3382943b2c67251987b9f10fd522e2d6b861e8e93d2f18118025a3285b867259b49fd214630ad7c1824bf3f8c586517d138bfb77c0a4caa741a2bf6
7
+ data.tar.gz: a358319fe8295f1af874f76ce32e2e228b6ad9679c1c7f51957cdf09d99d8cbcc59c789bd117ec537dff02600e5339436dc7c9fa8bdd39883b405f60e0bfbb2e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1044
1
+ 3.0.1046
@@ -3538,7 +3538,7 @@ module TencentCloud
3538
3538
 
3539
3539
  # 更新 Prometheus 的告警规则。
3540
3540
 
3541
- # 请注意,**告警对象和告警消息是 Prometheus Rule Annotations 的特殊字段,需要通过 annotations 来传递,对应的 Key 分别为summary/description**,,请参考 [Prometheus Rule更多配置请参考](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/)。
3541
+ # 请注意,**告警对象和告警消息是 Prometheus Rule Annotations 的特殊字段,需要通过 annotations 来传递,对应的 Key 分别为summary/description**,请参考 [Prometheus Rule更多配置请参考](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/)。
3542
3542
 
3543
3543
  # @param request: Request instance for UpdateAlertRule.
3544
3544
  # @type request: :class:`Tencentcloud::monitor::V20180724::UpdateAlertRuleRequest`
@@ -14944,7 +14944,7 @@ module TencentCloud
14944
14944
 
14945
14945
  # UpdateAlertRule请求参数结构体
14946
14946
  class UpdateAlertRuleRequest < TencentCloud::Common::AbstractModel
14947
- # @param RuleId: Prometheus 高警规则 ID
14947
+ # @param RuleId: Prometheus 告警规则 ID
14948
14948
  # @type RuleId: String
14949
14949
  # @param InstanceId: Prometheus 实例 ID
14950
14950
  # @type InstanceId: String
@@ -14962,13 +14962,13 @@ module TencentCloud
14962
14962
  # @type Duration: String
14963
14963
  # @param Receivers: 告警规则接收组列表(当前规则绑定的接收组列表可通过 DescribeAlertRules 接口获取;用户已有的接收组列表可通过 DescribeAlarmNotices 接口获取)
14964
14964
  # @type Receivers: Array
14965
- # @param Labels: 报警规则标签列表
14965
+ # @param Labels: 告警规则标签列表
14966
14966
  # @type Labels: Array
14967
- # @param Annotations: 报警规则注释列表。
14967
+ # @param Annotations: 告警规则注释列表。
14968
14968
 
14969
14969
  # 告警对象和告警消息是 Prometheus Rule Annotations 的特殊字段,需要通过 annotations 来传递,对应的 Key 分别为summary/description。
14970
14970
  # @type Annotations: Array
14971
- # @param Type: 报警策略模板分类(自定义,可不填)
14971
+ # @param Type: 告警策略模板分类(自定义,可不填)
14972
14972
  # @type Type: String
14973
14973
 
14974
14974
  attr_accessor :RuleId, :InstanceId, :RuleState, :RuleName, :Expr, :Duration, :Receivers, :Labels, :Annotations, :Type
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-monitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1044
4
+ version: 3.0.1046
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-22 00:00:00.000000000 Z
11
+ date: 2025-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,11 +33,11 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20230616/client.rb
37
- - lib/v20230616/models.rb
38
36
  - lib/tencentcloud-sdk-monitor.rb
39
37
  - lib/v20180724/client.rb
40
38
  - lib/v20180724/models.rb
39
+ - lib/v20230616/client.rb
40
+ - lib/v20230616/models.rb
41
41
  - lib/VERSION
42
42
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
43
43
  licenses: