tencentcloud-sdk-monitor 3.0.981 → 3.0.983

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: 4c6ce9688904d098ce26e926c336b07c0fdd7e9e
4
- data.tar.gz: f19b11e96059cf3ff744d53d1459a721f6f22e65
3
+ metadata.gz: 77ea008bd8b6940e3c8edceec7bd573b14ea70e0
4
+ data.tar.gz: 175f131cb0a5f53ac764206f55796aff24ba60d2
5
5
  SHA512:
6
- metadata.gz: 9bc3f4ac225b33b7733673a8352e8ddf9d2929fc820042520f9b012549352264222dc1fd5d20c84c5ec1dd472da8fb87e6a23be6558f7632b38092e44e0c6eec
7
- data.tar.gz: 3bbf41f48be22d449808bf734035816640f2eb16da4105f303944888c469ab47213e13f0b588495efa61f50a48262a1db27b929ac8222b769da8084bcb7336dd
6
+ metadata.gz: 15596b866cc5ea6c065e3b446771f6667a80f6f7fded679a1ffe0a86407a8070d53909cd4dde5262b06c51983b3b0154384266b0262f3dfb904700872e14d5b2
7
+ data.tar.gz: 3bd8ec21400f9d317699b9ae16b938680f2831e9b1d3531511a5329bb7cef25c9ea3580a1c1d1bc5c97018ab484136d504a2fd53dacc2514880277d41607d29e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.981
1
+ 3.0.983
@@ -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.981
4
+ version: 3.0.983
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-13 00:00:00.000000000 Z
11
+ date: 2025-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common