tencentcloud-sdk-monitor 3.0.865 → 3.0.867

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: d476a5becbc753806f12cd1315d28c13c7d5251c
4
- data.tar.gz: e6b3922082a959e04d8a3a45c254a3428b429e83
3
+ metadata.gz: 9e4eeb8f63abf09956d03239f0cae30656078f52
4
+ data.tar.gz: 61a271b75e5aea0810314a782b676f308eef0ad9
5
5
  SHA512:
6
- metadata.gz: 6f65982ddb7f9d3093feea07a69aa0bc1f96539af542fbdc5850d5aa68686466e2f6d0da6b12abf661a9194c3785f631022c84f824a7528d4b95ef24737c25cf
7
- data.tar.gz: 98e1dae357b4a6a219d634ba9f89362bf2b2821972b1c54473097d23d8ee22f1be30f1f54b5730d569c023cf4b77c80c38d216b049716237da60871ee5aed8e2
6
+ metadata.gz: 095fc3a8326c6047b8778e2924a534a2994fabd5d2273be7a89b05783466cb2918f70b2f2084e23bce6b9bdc4a2d3fa5760a425b13983576499bc9163647042d
7
+ data.tar.gz: ac3530548d85b708e257d32595471a273a4ba137ecff3b33fc619982707461f8da14c5fbea1625c8d17879468cf931ff4b4591ae505123a2a823528b66d2e000
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.865
1
+ 3.0.867
@@ -3035,7 +3035,7 @@ module TencentCloud
3035
3035
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
3036
3036
  end
3037
3037
 
3038
- # 修改prometheus配置,如果配置项不存在,则会新增
3038
+ # 修改prometheus采集配置
3039
3039
 
3040
3040
  # @param request: Request instance for ModifyPrometheusConfig.
3041
3041
  # @type request: :class:`Tencentcloud::monitor::V20180724::ModifyPrometheusConfigRequest`
@@ -2759,7 +2759,7 @@ module TencentCloud
2759
2759
  # <li> 2 = PodMonitor</li>
2760
2760
  # <li> 3 = JobMonitor</li>
2761
2761
  # @type Type: Integer
2762
- # @param Yaml: 服务发现配置信息
2762
+ # @param Yaml: 服务发现配置信息,YAML 格式,[具体YAML参数内容请参考](https://cloud.tencent.com/document/product/1416/55995#service-monitor)
2763
2763
  # @type Yaml: String
2764
2764
 
2765
2765
  attr_accessor :InstanceId, :KubeClusterId, :KubeType, :Type, :Yaml
@@ -3572,7 +3572,7 @@ module TencentCloud
3572
3572
  # <li> 2 = PodMonitor</li>
3573
3573
  # <li> 3 = PodMonitor</li>
3574
3574
  # @type Type: Integer
3575
- # @param Yaml: 服务发现配置信息
3575
+ # @param Yaml: 服务发现配置信息,YAML 格式,[具体YAML参数内容请参考](https://cloud.tencent.com/document/product/1416/55995#service-monitor)
3576
3576
  # @type Yaml: String
3577
3577
 
3578
3578
  attr_accessor :InstanceId, :KubeClusterId, :KubeType, :Type, :Yaml
@@ -7638,9 +7638,9 @@ module TencentCloud
7638
7638
  class DescribePrometheusClusterAgentsRequest < TencentCloud::Common::AbstractModel
7639
7639
  # @param InstanceId: 实例id
7640
7640
  # @type InstanceId: String
7641
- # @param Offset: 用于分页
7641
+ # @param Offset: 偏移量,默认为0。
7642
7642
  # @type Offset: Integer
7643
- # @param Limit: 用于分页
7643
+ # @param Limit: 返回数量,默认为20,最大值为100。
7644
7644
  # @type Limit: Integer
7645
7645
  # @param ClusterIds: 用于通过集群id过滤被绑定集群
7646
7646
  # @type ClusterIds: Array
@@ -8108,7 +8108,7 @@ module TencentCloud
8108
8108
 
8109
8109
  # DescribePrometheusInstanceUsage请求参数结构体
8110
8110
  class DescribePrometheusInstanceUsageRequest < TencentCloud::Common::AbstractModel
8111
- # @param InstanceIds: 按照一个或者多个实例ID查询。实例ID形如:prom-xxxxxxxx。请求的实例的上限为100
8111
+ # @param InstanceIds: 按照一个或者多个实例ID查询。实例ID形如:prom-xxxxxxxx。
8112
8112
  # @type InstanceIds: Array
8113
8113
  # @param StartCalcDate: 开始时间
8114
8114
  # @type StartCalcDate: String
@@ -8160,9 +8160,9 @@ module TencentCloud
8160
8160
 
8161
8161
  # DescribePrometheusInstancesOverview请求参数结构体
8162
8162
  class DescribePrometheusInstancesOverviewRequest < TencentCloud::Common::AbstractModel
8163
- # @param Offset: 用于分页
8163
+ # @param Offset: 分页偏移量,默认为0
8164
8164
  # @type Offset: Integer
8165
- # @param Limit: 用于分页
8165
+ # @param Limit: 返回数量,默认为20,最大值为100
8166
8166
  # @type Limit: Integer
8167
8167
  # @param Filters: 过滤实例,目前支持:
8168
8168
  # ID: 通过实例ID来过滤
@@ -8563,7 +8563,7 @@ module TencentCloud
8563
8563
  # @type ClusterType: String
8564
8564
  # @param Filters: 过滤条件,支持Name=ServiceMonitor/PodMonitor/Probe/RawJob/Job, Value为采集配置名称;Name=Health, Value=up, down, unknown;Name=EndPoint, Value为EndPoint地址
8565
8565
  # @type Filters: Array
8566
- # @param Offset: targets偏移量,默认为0
8566
+ # @param Offset: targets分页偏移量,默认为0
8567
8567
  # @type Offset: Integer
8568
8568
  # @param Limit: targets返回数量,默认为20,最大值200
8569
8569
  # @type Limit: Integer
@@ -8631,7 +8631,7 @@ module TencentCloud
8631
8631
  # Describe 按描述过滤
8632
8632
  # ID 按templateId过滤
8633
8633
  # @type Filters: Array
8634
- # @param Offset: 分页偏移
8634
+ # @param Offset: 分页偏移量,默认为0
8635
8635
  # @type Offset: Integer
8636
8636
  # @param Limit: 总数限制
8637
8637
  # @type Limit: Integer
@@ -11159,7 +11159,7 @@ module TencentCloud
11159
11159
  # @type InstanceId: String
11160
11160
  # @param InstanceName: 实例名称
11161
11161
  # @type InstanceName: String
11162
- # @param DataRetentionTime: 存储时长(取值为 15、3045。此参数不适用于包年包月实例)
11162
+ # @param DataRetentionTime: 数据存储时间(单位天),限制值为15, 30, 45, 90, 180, 365, 730之一
11163
11163
  # @type DataRetentionTime: Integer
11164
11164
 
11165
11165
  attr_accessor :InstanceId, :InstanceName, :DataRetentionTime
@@ -12087,7 +12087,7 @@ module TencentCloud
12087
12087
 
12088
12088
  # 与腾讯云可观测平台融合托管 Prometheus 实例,关联集群基础信息
12089
12089
  class PrometheusClusterAgentBasic < TencentCloud::Common::AbstractModel
12090
- # @param Region: 集群ID
12090
+ # @param Region: 地域
12091
12091
  # @type Region: String
12092
12092
  # @param ClusterType: 集群类型。可填入tke、eks、tkeedge、tdcc,分别代表标准集群、弹性集群、边缘集群、注册集群
12093
12093
  # @type ClusterType: String
@@ -14529,7 +14529,7 @@ module TencentCloud
14529
14529
 
14530
14530
  # UpdatePrometheusAgentStatus请求参数结构体
14531
14531
  class UpdatePrometheusAgentStatusRequest < TencentCloud::Common::AbstractModel
14532
- # @param InstanceId: Prometheus 实例 ID,例如:prom-abcd1234
14532
+ # @param InstanceId: Prometheus 实例 ID
14533
14533
  # @type InstanceId: String
14534
14534
  # @param AgentIds: Agent ID 列表,例如:agent-abcd1234,可在控制台 Agent 管理中获取
14535
14535
  # @type AgentIds: Array
@@ -14854,7 +14854,7 @@ module TencentCloud
14854
14854
  # <li> 2 = PodMonitor</li>
14855
14855
  # <li> 3 = JobMonitor</li>
14856
14856
  # @type Type: Integer
14857
- # @param Yaml: 服务发现配置信息
14857
+ # @param Yaml: 服务发现配置信息,YAML 格式,[具体YAML参数内容请参考](https://cloud.tencent.com/document/product/1416/55995#service-monitor)
14858
14858
  # @type Yaml: String
14859
14859
 
14860
14860
  attr_accessor :InstanceId, :KubeClusterId, :KubeType, :Type, :Yaml
@@ -14903,33 +14903,7 @@ module TencentCloud
14903
14903
  class UpgradeGrafanaDashboardRequest < TencentCloud::Common::AbstractModel
14904
14904
  # @param InstanceId: 实例 ID
14905
14905
  # @type InstanceId: String
14906
- # @param IntegrationCodes: Prometheus 集成项 Code,升级对应的 Dashboard,取值如下:
14907
- # <li>qcloud</li>
14908
- # <li>cvm_process_exporter</li>
14909
- # <li>cvm_node_exporter</li>
14910
- # <li>cvm</li>
14911
- # <li>kubernetes</li>
14912
- # <li>cdwch</li>
14913
- # <li>rocketmq</li>
14914
- # <li>spring_mvc</li>
14915
- # <li>mysql</li>
14916
- # <li>go</li>
14917
- # <li>redis</li>
14918
- # <li>jvm</li>
14919
- # <li>pgsql</li>
14920
- # <li>mongo</li>
14921
- # <li>kafka</li>
14922
- # <li>es</li>
14923
- # <li>flink</li>
14924
- # <li>blackbox</li>
14925
- # <li>consule</li>
14926
- # <li>memcached</li>
14927
- # <li>zk</li>
14928
- # <li>tps</li>
14929
- # <li>istio</li>
14930
- # <li>etcd</li>
14931
- # <li>pts</li>
14932
- # <li>kong</li>
14906
+ # @param IntegrationCodes: Prometheus 集成项 Code,升级对应的 Dashboard,取值如下:<li>qcloud</li><li>cvm_process_exporter</li><li>cvm_node_exporter</li><li>cvm</li><li>tps</li><li>nginx-ingress</li><li>nvidia-gpu</li><li>cdwch</li><li>emr</li><li>apache</li><li>rocketmq</li><li>rabbitmq</li><li>spring_mvc</li><li>mysql</li><li>mssql</li><li>go</li><li>redis</li><li>jvm</li><li>pgsql</li><li>ceph</li><li>docker</li><li>nginx</li><li>oracledb</li><li>mongo</li><li>kafka</li><li>es</li><li>flink</li><li>blackbox</li><li>consule</li><li>memcached</li><li>zk</li><li>tps</li><li>istio</li><li>etcd</li><li>pts</li><li>kong</li>
14933
14907
  # @type IntegrationCodes: Array
14934
14908
 
14935
14909
  attr_accessor :InstanceId, :IntegrationCodes
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.865
4
+ version: 3.0.867
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-15 00:00:00.000000000 Z
11
+ date: 2024-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common