tencentcloud-sdk-monitor 3.0.674 → 3.0.676

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: efa910785cca91e7c293c6dcd978203e56db28c6
4
- data.tar.gz: b0da0422d3efc4d72c5e536d3b6511da57546083
3
+ metadata.gz: c074fab81c6a14902e82e73f995d8e42db430466
4
+ data.tar.gz: 309c5a5b8e7ae9e531deeced6c8b1eb507f4c94e
5
5
  SHA512:
6
- metadata.gz: 296fed98fd2d927db5a7692976df7f67e5aeda6b3ebdf79730bd24a94ae281af593cf4111729c9407a3df7509f3c6dab0f736d6a644db76a3005f4dca9ff375e
7
- data.tar.gz: 27cd84c918c05dd486d72d0b68f4e6933549da91afd73568391848bdd50ffb4b6751c9b545c576489faf918de4cb37b22147965a15571b776a503bb243ba662b
6
+ metadata.gz: 47957eddd6c52e66f46e70706b299f8ff893a99369858d6dc95d0d731480cc21bdecaa0e29cfcc213bb946a5301e27eabbda8141e931c4c84d09788603a650f9
7
+ data.tar.gz: 69835ed7b76bad4541bc59ce9ab09f8587ef3b14ff082c5be3b0822a9e669acb8fdea73d7af40adc2478ce9e9208c6619ffc531d14ac022430e00c73e784d789
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.674
1
+ 3.0.676
@@ -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
@@ -8998,7 +8998,7 @@ module TencentCloud
8998
8998
  class GrafanaAccountRole < TencentCloud::Common::AbstractModel
8999
8999
  # @param Organization: 组织
9000
9000
  # @type Organization: String
9001
- # @param Role: 权限
9001
+ # @param Role: 权限(Admin、Editor、Viewer)
9002
9002
  # @type Role: String
9003
9003
 
9004
9004
  attr_accessor :Organization, :Role
@@ -9254,7 +9254,7 @@ module TencentCloud
9254
9254
 
9255
9255
  # InstallPlugins请求参数结构体
9256
9256
  class InstallPluginsRequest < TencentCloud::Common::AbstractModel
9257
- # @param Plugins: 插件信息
9257
+ # @param Plugins: 插件信息(可通过 DescribePluginOverviews 接口获取)
9258
9258
  # @type Plugins: Array
9259
9259
  # @param InstanceId: Grafana 实例 ID,例如:grafana-abcdefgh
9260
9260
  # @type InstanceId: String
@@ -13558,7 +13558,7 @@ module TencentCloud
13558
13558
  class UpdateGrafanaConfigRequest < TencentCloud::Common::AbstractModel
13559
13559
  # @param InstanceId: 实例 ID
13560
13560
  # @type InstanceId: String
13561
- # @param Config: JSON 编码后的字符串
13561
+ # @param Config: JSON 编码后的字符串,如 "{"server":{"root_url":"http://custom.domain"}}"
13562
13562
  # @type Config: String
13563
13563
 
13564
13564
  attr_accessor :InstanceId, :Config
@@ -13594,7 +13594,7 @@ module TencentCloud
13594
13594
  class UpdateGrafanaEnvironmentsRequest < TencentCloud::Common::AbstractModel
13595
13595
  # @param InstanceId: Grafana 实例 ID,例如:grafana-12345678
13596
13596
  # @type InstanceId: String
13597
- # @param Envs: 环境变量字符串
13597
+ # @param Envs: JSON 序列化后的环境变量字符串,如 "{\"key1\":\"key2\"}"
13598
13598
  # @type Envs: String
13599
13599
 
13600
13600
  attr_accessor :InstanceId, :Envs
@@ -13634,7 +13634,7 @@ module TencentCloud
13634
13634
  # @type InstanceId: String
13635
13635
  # @param Kind: 集成类型,可在实例详情-云产品集成-集成列表查看。例如:tencent-cloud-prometheus
13636
13636
  # @type Kind: String
13637
- # @param Content: 集成内容
13637
+ # @param Content: 集成内容,请查看示例
13638
13638
  # @type Content: String
13639
13639
 
13640
13640
  attr_accessor :IntegrationId, :InstanceId, :Kind, :Content
@@ -13726,7 +13726,8 @@ module TencentCloud
13726
13726
  class UpdateGrafanaWhiteListRequest < TencentCloud::Common::AbstractModel
13727
13727
  # @param InstanceId: Grafana 实例 ID,例如:grafana-abcdefgh
13728
13728
  # @type InstanceId: String
13729
- # @param Whitelist: 白名单数组,输入公网域名 IP ,例如:127.0.0.1,可通过接口 DescribeGrafanaWhiteList 查看
13729
+ # @param Whitelist: 白名单数组,输入白名单 IP 或 CIDR,如:127.0.0.1或127.0.0.1/24
13730
+ # 如有多个 IP 可换行输入
13730
13731
  # @type Whitelist: Array
13731
13732
 
13732
13733
  attr_accessor :InstanceId, :Whitelist
@@ -14068,7 +14069,7 @@ module TencentCloud
14068
14069
  class UpgradeGrafanaInstanceRequest < TencentCloud::Common::AbstractModel
14069
14070
  # @param InstanceId: Grafana 实例 ID,例如:grafana-12345678
14070
14071
  # @type InstanceId: String
14071
- # @param Alias: 版本别名,例如:v7.4.2
14072
+ # @param Alias: 版本别名,目前固定为 v9.1.5
14072
14073
  # @type Alias: String
14073
14074
 
14074
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.674
4
+ version: 3.0.676
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-11 00:00:00.000000000 Z
11
+ date: 2023-10-13 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