tencentcloud-sdk-monitor 3.0.673 → 3.0.675

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: ed9ef29aad98382bd335cb8c1e32d8f3b172adce
4
- data.tar.gz: b5c39e519699c6482b7d633ddff5ae51e6b5ccf4
3
+ metadata.gz: f989c9a3f73fb8c8543a9c1974243baa203f79be
4
+ data.tar.gz: 4f63086df15b67b1aae46c642c8e2635542805f5
5
5
  SHA512:
6
- metadata.gz: aeee18959a6fe522775cd276b438b083240e3877aba731bcbb6e1937fb9fef35755802602485c258e09eae3cd671c587f2f02d0d15310cc8f9518ceb49d60860
7
- data.tar.gz: 5657a7ca1459d22e53897927c3ce3ad97aba1a7fac83e6ec24aa76935bdcbb3dfcfa5cc14709728230a941a6a168ae8c8449ba283febf1f9775658f09aafe5d5
6
+ metadata.gz: 41fb7830a699f8134564e6c4ccc22537867a7db121f65aea186b32efcab30ad1b095a1a045377de37d3615761a306789f2964095e18d2b9036bb1c5f08414016
7
+ data.tar.gz: 25de04f790f8691b57b4e491a0e54e473bb4acb8a8799e00df46748d6b2f9ef6bcee7d609ec753243451a50e2b31e88616f4f303b650d32e27c262b6e43998b5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.673
1
+ 3.0.675
@@ -271,7 +271,7 @@ module TencentCloud
271
271
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
272
272
  end
273
273
 
274
- # 创建 Grafana 集成配置
274
+ # 创建 Grafana 集成配置,其中 Prometheus 集成不通过该接口创建,可参考 BindPrometheusManagedGrafana 接口
275
275
 
276
276
  # @param request: Request instance for CreateGrafanaIntegration.
277
277
  # @type request: :class:`Tencentcloud::monitor::V20180724::CreateGrafanaIntegrationRequest`
@@ -1659,13 +1659,13 @@ module TencentCloud
1659
1659
  class CreateGrafanaInstanceRequest < TencentCloud::Common::AbstractModel
1660
1660
  # @param InstanceName: 实例名
1661
1661
  # @type InstanceName: String
1662
- # @param VpcId: VPC ID
1662
+ # @param VpcId: VPC ID (私有网络 ID)
1663
1663
  # @type VpcId: String
1664
- # @param SubnetIds: 子网 ID 数组
1664
+ # @param SubnetIds: 子网 ID 数组(VPC ID下的子网 ID,只取第一个)
1665
1665
  # @type SubnetIds: Array
1666
1666
  # @param EnableInternet: 是否启用外网
1667
1667
  # @type EnableInternet: Boolean
1668
- # @param GrafanaInitPassword: Grafana 初始密码
1668
+ # @param GrafanaInitPassword: Grafana 初始密码(国际站用户必填,国内站用户可不填,不填时会生成随机密码并给主账号发送通知)
1669
1669
  # @type GrafanaInitPassword: String
1670
1670
  # @param TagSpecification: 标签
1671
1671
  # @type TagSpecification: Array
@@ -1722,7 +1722,7 @@ module TencentCloud
1722
1722
  class CreateGrafanaIntegrationRequest < TencentCloud::Common::AbstractModel
1723
1723
  # @param InstanceId: Grafana 实例 ID,例如:grafana-abcdefgh
1724
1724
  # @type InstanceId: String
1725
- # @param Kind: 集成类型,可在实例详情-云产品集成-集成列表查看。例如:tencent-cloud-prometheus
1725
+ # @param Kind: 集成类型(接口DescribeGrafanaIntegrationOverviews返回的集成信息中的Code字段)
1726
1726
  # @type Kind: String
1727
1727
  # @param Content: 集成配置
1728
1728
  # @type Content: String
@@ -1769,9 +1769,9 @@ module TencentCloud
1769
1769
  # @type InstanceId: String
1770
1770
  # @param ChannelName: 告警通道名称,例如:test
1771
1771
  # @type ChannelName: String
1772
- # @param OrgId: 默认为1,已废弃,请使用 OrganizationIds
1772
+ # @param OrgId: 默认为1,建议使用 OrganizationIds
1773
1773
  # @type OrgId: Integer
1774
- # @param Receivers: 接受告警通道 ID 数组
1774
+ # @param Receivers: 接受告警通道 ID 数组,值为告警管理/基础配置/通知模板中的模板 ID
1775
1775
  # @type Receivers: Array
1776
1776
  # @param ExtraOrgIds: 额外组织 ID 数组,已废弃,请使用 OrganizationIds
1777
1777
  # @type ExtraOrgIds: Array
@@ -2478,7 +2478,7 @@ module TencentCloud
2478
2478
  # @type InstanceId: String
2479
2479
  # @param UserId: 用户账号 ID ,例如:10000000
2480
2480
  # @type UserId: String
2481
- # @param Role: 权限
2481
+ # @param Role: 权限(只取数组中的第一个,其中 Organization 暂未使用,可不填)
2482
2482
  # @type Role: Array
2483
2483
  # @param Notes: 备注
2484
2484
  # @type Notes: String
@@ -2789,7 +2789,7 @@ module TencentCloud
2789
2789
 
2790
2790
  # DeleteGrafanaInstance请求参数结构体
2791
2791
  class DeleteGrafanaInstanceRequest < TencentCloud::Common::AbstractModel
2792
- # @param InstanceIDs: 实例名数组
2792
+ # @param InstanceIDs: 实例ID数组
2793
2793
  # @type InstanceIDs: Array
2794
2794
 
2795
2795
  attr_accessor :InstanceIDs
@@ -2857,7 +2857,7 @@ module TencentCloud
2857
2857
 
2858
2858
  # DeleteGrafanaNotificationChannel请求参数结构体
2859
2859
  class DeleteGrafanaNotificationChannelRequest < TencentCloud::Common::AbstractModel
2860
- # @param ChannelIDs: 通道 ID 数组。例如:nchannel-abcd1234
2860
+ # @param ChannelIDs: 通道 ID 数组。例如:nchannel-abcd1234,通过 DescribeGrafanaChannels 获取
2861
2861
  # @type ChannelIDs: Array
2862
2862
  # @param InstanceId: Grafana 实例 ID,例如:grafana-abcdefgh
2863
2863
  # @type InstanceId: String
@@ -4954,7 +4954,7 @@ module TencentCloud
4954
4954
  # @type ChannelName: String
4955
4955
  # @param ChannelIds: 告警通道 ID,例如:nchannel-abcd1234
4956
4956
  # @type ChannelIds: Array
4957
- # @param ChannelState: 告警通道状态
4957
+ # @param ChannelState: 告警通道状态(不用填写,目前只有可用和删除状态,默认只能查询可用的告警通道)
4958
4958
  # @type ChannelState: Integer
4959
4959
 
4960
4960
  attr_accessor :InstanceId, :Offset, :Limit, :ChannelName, :ChannelIds, :ChannelState
@@ -8540,8 +8540,10 @@ module TencentCloud
8540
8540
  # 实例对象的维度组合
8541
8541
  class Dimension < TencentCloud::Common::AbstractModel
8542
8542
  # @param Name: 实例维度名称
8543
+ # 注意:此字段可能返回 null,表示取不到有效值。
8543
8544
  # @type Name: String
8544
8545
  # @param Value: 实例维度值
8546
+ # 注意:此字段可能返回 null,表示取不到有效值。
8545
8547
  # @type Value: String
8546
8548
 
8547
8549
  attr_accessor :Name, :Value
@@ -8996,7 +8998,7 @@ module TencentCloud
8996
8998
  class GrafanaAccountRole < TencentCloud::Common::AbstractModel
8997
8999
  # @param Organization: 组织
8998
9000
  # @type Organization: String
8999
- # @param Role: 权限
9001
+ # @param Role: 权限(Admin、Editor、Viewer)
9000
9002
  # @type Role: String
9001
9003
 
9002
9004
  attr_accessor :Organization, :Role
@@ -9252,7 +9254,7 @@ module TencentCloud
9252
9254
 
9253
9255
  # InstallPlugins请求参数结构体
9254
9256
  class InstallPluginsRequest < TencentCloud::Common::AbstractModel
9255
- # @param Plugins: 插件信息
9257
+ # @param Plugins: 插件信息(可通过 DescribePluginOverviews 接口获取)
9256
9258
  # @type Plugins: Array
9257
9259
  # @param InstanceId: Grafana 实例 ID,例如:grafana-abcdefgh
9258
9260
  # @type InstanceId: String
@@ -13556,7 +13558,7 @@ module TencentCloud
13556
13558
  class UpdateGrafanaConfigRequest < TencentCloud::Common::AbstractModel
13557
13559
  # @param InstanceId: 实例 ID
13558
13560
  # @type InstanceId: String
13559
- # @param Config: JSON 编码后的字符串
13561
+ # @param Config: JSON 编码后的字符串,如 "{"server":{"root_url":"http://custom.domain"}}"
13560
13562
  # @type Config: String
13561
13563
 
13562
13564
  attr_accessor :InstanceId, :Config
@@ -13592,7 +13594,7 @@ module TencentCloud
13592
13594
  class UpdateGrafanaEnvironmentsRequest < TencentCloud::Common::AbstractModel
13593
13595
  # @param InstanceId: Grafana 实例 ID,例如:grafana-12345678
13594
13596
  # @type InstanceId: String
13595
- # @param Envs: 环境变量字符串
13597
+ # @param Envs: JSON 序列化后的环境变量字符串,如 "{\"key1\":\"key2\"}"
13596
13598
  # @type Envs: String
13597
13599
 
13598
13600
  attr_accessor :InstanceId, :Envs
@@ -13632,7 +13634,7 @@ module TencentCloud
13632
13634
  # @type InstanceId: String
13633
13635
  # @param Kind: 集成类型,可在实例详情-云产品集成-集成列表查看。例如:tencent-cloud-prometheus
13634
13636
  # @type Kind: String
13635
- # @param Content: 集成内容
13637
+ # @param Content: 集成内容,请查看示例
13636
13638
  # @type Content: String
13637
13639
 
13638
13640
  attr_accessor :IntegrationId, :InstanceId, :Kind, :Content
@@ -13724,7 +13726,8 @@ module TencentCloud
13724
13726
  class UpdateGrafanaWhiteListRequest < TencentCloud::Common::AbstractModel
13725
13727
  # @param InstanceId: Grafana 实例 ID,例如:grafana-abcdefgh
13726
13728
  # @type InstanceId: String
13727
- # @param Whitelist: 白名单数组,输入公网域名 IP ,例如:127.0.0.1,可通过接口 DescribeGrafanaWhiteList 查看
13729
+ # @param Whitelist: 白名单数组,输入白名单 IP 或 CIDR,如:127.0.0.1或127.0.0.1/24
13730
+ # 如有多个 IP 可换行输入
13728
13731
  # @type Whitelist: Array
13729
13732
 
13730
13733
  attr_accessor :InstanceId, :Whitelist
@@ -14066,7 +14069,7 @@ module TencentCloud
14066
14069
  class UpgradeGrafanaInstanceRequest < TencentCloud::Common::AbstractModel
14067
14070
  # @param InstanceId: Grafana 实例 ID,例如:grafana-12345678
14068
14071
  # @type InstanceId: String
14069
- # @param Alias: 版本别名,例如:v7.4.2
14072
+ # @param Alias: 版本别名,目前固定为 v9.1.5
14070
14073
  # @type Alias: String
14071
14074
 
14072
14075
  attr_accessor :InstanceId, :Alias
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.673
4
+ version: 3.0.675
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-10 00:00:00.000000000 Z
11
+ date: 2023-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20180724/models.rb
37
36
  - lib/v20180724/client.rb
37
+ - lib/v20180724/models.rb
38
38
  - lib/tencentcloud-sdk-monitor.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby