tencentcloud-sdk-monitor 3.0.980 → 3.0.982

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: df314778eacb1aeabb570810d8d666fd6ddf9ec5
4
- data.tar.gz: be7197478f58b42fad7cd3a28c835d80562700dc
3
+ metadata.gz: f0c0435e5a1d937f43f48b946f1726632f4e93ee
4
+ data.tar.gz: 6826ecf52098d91bc360fa8f5f7dc9ea911867b4
5
5
  SHA512:
6
- metadata.gz: f3ade9415cac184d0f82dcf01a1082c209150ffd71ad7ba73db12385cc49bd7c34f13fc10686e103022617991526c354adf0f73972725365fd31cd9b13572a96
7
- data.tar.gz: ea70d6c40497e59c6a76264b80af8ab71f2896c0da285c694828f6901c38f4d5ea71ebcb512afbc4909820003135eecf96499f292a2f1ea72c8c7dabee24c9ea
6
+ metadata.gz: 59f7ad03ffd209fa70b25301fe003298f8d8bffcf0cc4c074d8534988b68d02ef7df058cd97a793ff383caf854b3b613ec7d4fb01d4032e9ee0690e14939bac4
7
+ data.tar.gz: 4b015326fa6ddae13a06c1c3d082b6a6b1807a3b82f561c08f2e3a827d1104a430eff9d1606935d1f1270c3d6b8a25834070878d58812ad91052f312c01c5646
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.980
1
+ 3.0.982
@@ -3103,7 +3103,7 @@ module TencentCloud
3103
3103
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
3104
3104
  end
3105
3105
 
3106
- # 通过yaml的方式修改Prometheus聚合实例
3106
+ # 通过yaml的方式修改Prometheus预聚合规则
3107
3107
 
3108
3108
  # @param request: Request instance for ModifyPrometheusRecordRuleYaml.
3109
3109
  # @type request: :class:`Tencentcloud::monitor::V20180724::ModifyPrometheusRecordRuleYamlRequest`
@@ -12935,9 +12935,9 @@ module TencentCloud
12935
12935
  # @type Name: String
12936
12936
  # @param UpdateTime: 最近更新时间
12937
12937
  # @type UpdateTime: String
12938
- # @param TemplateId: Yaml内容
12938
+ # @param TemplateId: 如果该聚合规则来至模板,则TemplateId为模板id
12939
12939
  # @type TemplateId: String
12940
- # @param Content: 如果该聚合规则来至模板,则TemplateId为模板id
12940
+ # @param Content: Yaml内容
12941
12941
  # 注意:此字段可能返回 null,表示取不到有效值。
12942
12942
  # @type Content: String
12943
12943
  # @param ClusterId: 该聚合规则如果来源于用户集群crd资源定义,则ClusterId为所属集群ID
@@ -13177,12 +13177,24 @@ module TencentCloud
13177
13177
 
13178
13178
  # prometheus一个抓取目标的信息
13179
13179
  class PrometheusTarget < TencentCloud::Common::AbstractModel
13180
+ # @param Url: 抓取目标的URL
13181
+ # @type Url: String
13182
+ # @param State: target当前状态,当前支持
13183
+ # up = 健康
13184
+ # down = 不健康
13185
+ # unknown = 未知
13186
+ # @type State: String
13180
13187
 
13188
+ attr_accessor :Url, :State
13181
13189
 
13182
- def initialize()
13190
+ def initialize(url=nil, state=nil)
13191
+ @Url = url
13192
+ @State = state
13183
13193
  end
13184
13194
 
13185
13195
  def deserialize(params)
13196
+ @Url = params['Url']
13197
+ @State = params['State']
13186
13198
  end
13187
13199
  end
13188
13200
 
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.980
4
+ version: 3.0.982
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-01-12 00:00:00.000000000 Z
11
+ date: 2025-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common