tencentcloud-sdk-monitor 3.0.981 → 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: 4c6ce9688904d098ce26e926c336b07c0fdd7e9e
4
- data.tar.gz: f19b11e96059cf3ff744d53d1459a721f6f22e65
3
+ metadata.gz: f0c0435e5a1d937f43f48b946f1726632f4e93ee
4
+ data.tar.gz: 6826ecf52098d91bc360fa8f5f7dc9ea911867b4
5
5
  SHA512:
6
- metadata.gz: 9bc3f4ac225b33b7733673a8352e8ddf9d2929fc820042520f9b012549352264222dc1fd5d20c84c5ec1dd472da8fb87e6a23be6558f7632b38092e44e0c6eec
7
- data.tar.gz: 3bbf41f48be22d449808bf734035816640f2eb16da4105f303944888c469ab47213e13f0b588495efa61f50a48262a1db27b929ac8222b769da8084bcb7336dd
6
+ metadata.gz: 59f7ad03ffd209fa70b25301fe003298f8d8bffcf0cc4c074d8534988b68d02ef7df058cd97a793ff383caf854b3b613ec7d4fb01d4032e9ee0690e14939bac4
7
+ data.tar.gz: 4b015326fa6ddae13a06c1c3d082b6a6b1807a3b82f561c08f2e3a827d1104a430eff9d1606935d1f1270c3d6b8a25834070878d58812ad91052f312c01c5646
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.981
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.981
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-13 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