tencentcloud-sdk-monitor 3.0.471 → 3.0.472
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180724/models.rb +35 -35
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa0351023e12d43f701403e434e808bece6df3a3
|
4
|
+
data.tar.gz: c5ca66fe4a361b180b9d84da4decfffe33c33fff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4328fd10d942b06ee8d0eebbd21a6a1aabacfc305834d7b776f5061507c77a081b36cf469ed3497383e333d51d79ff1ce2f3ef8b4acd9bfe3dc735c940d7f94d
|
7
|
+
data.tar.gz: 5317434e13a1b941c3f521699b0a8e5cb3f8454c44f89771d1c2b8a62d6b298a78ae92a6f4484541e42c4f37fce008c5b345a382f0a5d157f8f3b2548434f028
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.472
|
data/lib/v20180724/models.rb
CHANGED
@@ -1013,7 +1013,7 @@ module TencentCloud
|
|
1013
1013
|
|
1014
1014
|
# CleanGrafanaInstance请求参数结构体
|
1015
1015
|
class CleanGrafanaInstanceRequest < TencentCloud::Common::AbstractModel
|
1016
|
-
# @param InstanceId: 实例 ID
|
1016
|
+
# @param InstanceId: Grafana 实例 ID,例如:grafana-abcdefgh
|
1017
1017
|
# @type InstanceId: String
|
1018
1018
|
|
1019
1019
|
attr_accessor :InstanceId
|
@@ -1663,11 +1663,11 @@ module TencentCloud
|
|
1663
1663
|
|
1664
1664
|
# CreateGrafanaIntegration请求参数结构体
|
1665
1665
|
class CreateGrafanaIntegrationRequest < TencentCloud::Common::AbstractModel
|
1666
|
-
# @param InstanceId: 实例 ID
|
1666
|
+
# @param InstanceId: Grafana 实例 ID,例如:grafana-abcdefgh
|
1667
1667
|
# @type InstanceId: String
|
1668
|
-
# @param Kind:
|
1668
|
+
# @param Kind: 集成类型,可在实例详情-云产品集成-集成列表查看。例如:tencent-cloud-prometheus
|
1669
1669
|
# @type Kind: String
|
1670
|
-
# @param Content:
|
1670
|
+
# @param Content: 集成配置
|
1671
1671
|
# @type Content: String
|
1672
1672
|
|
1673
1673
|
attr_accessor :InstanceId, :Kind, :Content
|
@@ -1708,9 +1708,9 @@ module TencentCloud
|
|
1708
1708
|
|
1709
1709
|
# CreateGrafanaNotificationChannel请求参数结构体
|
1710
1710
|
class CreateGrafanaNotificationChannelRequest < TencentCloud::Common::AbstractModel
|
1711
|
-
# @param InstanceId: 实例 ID
|
1711
|
+
# @param InstanceId: Grafana 实例 ID,例如:grafana-abcdefgh
|
1712
1712
|
# @type InstanceId: String
|
1713
|
-
# @param ChannelName:
|
1713
|
+
# @param ChannelName: 告警通道名称,例如:test
|
1714
1714
|
# @type ChannelName: String
|
1715
1715
|
# @param OrgId: 默认为1,已废弃,请使用 OrganizationIds
|
1716
1716
|
# @type OrgId: Integer
|
@@ -2135,9 +2135,9 @@ module TencentCloud
|
|
2135
2135
|
|
2136
2136
|
# CreateSSOAccount请求参数结构体
|
2137
2137
|
class CreateSSOAccountRequest < TencentCloud::Common::AbstractModel
|
2138
|
-
# @param InstanceId: 实例ID
|
2138
|
+
# @param InstanceId: Grafana 实例 ID,例如:grafana-abcdefgh
|
2139
2139
|
# @type InstanceId: String
|
2140
|
-
# @param UserId: 用户账号ID
|
2140
|
+
# @param UserId: 用户账号 ID ,例如:10000000
|
2141
2141
|
# @type UserId: String
|
2142
2142
|
# @param Role: 权限
|
2143
2143
|
# @type Role: Array
|
@@ -2471,9 +2471,9 @@ module TencentCloud
|
|
2471
2471
|
|
2472
2472
|
# DeleteGrafanaIntegration请求参数结构体
|
2473
2473
|
class DeleteGrafanaIntegrationRequest < TencentCloud::Common::AbstractModel
|
2474
|
-
# @param InstanceId: 实例 ID
|
2474
|
+
# @param InstanceId: Grafana 实例 ID,例如:grafana-12345678
|
2475
2475
|
# @type InstanceId: String
|
2476
|
-
# @param IntegrationId: 集成 ID
|
2476
|
+
# @param IntegrationId: 集成 ID,可在实例详情-云产品集成-集成列表查看。例如:integration-abcd1234
|
2477
2477
|
# @type IntegrationId: String
|
2478
2478
|
|
2479
2479
|
attr_accessor :InstanceId, :IntegrationId
|
@@ -2507,9 +2507,9 @@ module TencentCloud
|
|
2507
2507
|
|
2508
2508
|
# DeleteGrafanaNotificationChannel请求参数结构体
|
2509
2509
|
class DeleteGrafanaNotificationChannelRequest < TencentCloud::Common::AbstractModel
|
2510
|
-
# @param ChannelIDs: 通道 ID
|
2510
|
+
# @param ChannelIDs: 通道 ID 数组。例如:nchannel-abcd1234
|
2511
2511
|
# @type ChannelIDs: Array
|
2512
|
-
# @param InstanceId:
|
2512
|
+
# @param InstanceId: Grafana 实例 ID,例如:grafana-abcdefgh
|
2513
2513
|
# @type InstanceId: String
|
2514
2514
|
|
2515
2515
|
attr_accessor :ChannelIDs, :InstanceId
|
@@ -2655,9 +2655,9 @@ module TencentCloud
|
|
2655
2655
|
|
2656
2656
|
# DeleteSSOAccount请求参数结构体
|
2657
2657
|
class DeleteSSOAccountRequest < TencentCloud::Common::AbstractModel
|
2658
|
-
# @param InstanceId: 实例ID
|
2658
|
+
# @param InstanceId: Grafana 实例 ID,例如:grafana-abcdefgh
|
2659
2659
|
# @type InstanceId: String
|
2660
|
-
# @param UserId: 用户账号ID
|
2660
|
+
# @param UserId: 用户账号 ID ,例如:10000000
|
2661
2661
|
# @type UserId: String
|
2662
2662
|
|
2663
2663
|
attr_accessor :InstanceId, :UserId
|
@@ -4207,7 +4207,7 @@ module TencentCloud
|
|
4207
4207
|
|
4208
4208
|
# DescribeDNSConfig请求参数结构体
|
4209
4209
|
class DescribeDNSConfigRequest < TencentCloud::Common::AbstractModel
|
4210
|
-
# @param InstanceId: 实例 ID
|
4210
|
+
# @param InstanceId: Grafana 实例 ID,例如:grafana-abcdefgh
|
4211
4211
|
# @type InstanceId: String
|
4212
4212
|
|
4213
4213
|
attr_accessor :InstanceId
|
@@ -4305,17 +4305,17 @@ module TencentCloud
|
|
4305
4305
|
|
4306
4306
|
# DescribeGrafanaChannels请求参数结构体
|
4307
4307
|
class DescribeGrafanaChannelsRequest < TencentCloud::Common::AbstractModel
|
4308
|
-
# @param InstanceId: 实例 ID
|
4308
|
+
# @param InstanceId: Grafana 实例 ID,例如:grafana-12345678
|
4309
4309
|
# @type InstanceId: String
|
4310
4310
|
# @param Offset: 偏移量
|
4311
4311
|
# @type Offset: Integer
|
4312
4312
|
# @param Limit: 查询数量
|
4313
4313
|
# @type Limit: Integer
|
4314
|
-
# @param ChannelName:
|
4314
|
+
# @param ChannelName: 告警通道名称,例如:test
|
4315
4315
|
# @type ChannelName: String
|
4316
|
-
# @param ChannelIds:
|
4316
|
+
# @param ChannelIds: 告警通道 ID,例如:nchannel-abcd1234
|
4317
4317
|
# @type ChannelIds: Array
|
4318
|
-
# @param ChannelState:
|
4318
|
+
# @param ChannelState: 告警通道状态
|
4319
4319
|
# @type ChannelState: Integer
|
4320
4320
|
|
4321
4321
|
attr_accessor :InstanceId, :Offset, :Limit, :ChannelName, :ChannelIds, :ChannelState
|
@@ -4404,7 +4404,7 @@ module TencentCloud
|
|
4404
4404
|
|
4405
4405
|
# DescribeGrafanaEnvironments请求参数结构体
|
4406
4406
|
class DescribeGrafanaEnvironmentsRequest < TencentCloud::Common::AbstractModel
|
4407
|
-
# @param InstanceId: 实例 ID
|
4407
|
+
# @param InstanceId: Grafana 实例 ID,例如:Grafana 实例 ID,例如:grafana-abcdefghGrafana 实例 ID,例如:grafana-abcdefgh
|
4408
4408
|
# @type InstanceId: String
|
4409
4409
|
|
4410
4410
|
attr_accessor :InstanceId
|
@@ -4444,9 +4444,9 @@ module TencentCloud
|
|
4444
4444
|
# @type Offset: Integer
|
4445
4445
|
# @param Limit: 查询数量
|
4446
4446
|
# @type Limit: Integer
|
4447
|
-
# @param InstanceIds: 实例 ID 数组
|
4447
|
+
# @param InstanceIds: Grafana 实例 ID 数组
|
4448
4448
|
# @type InstanceIds: Array
|
4449
|
-
# @param InstanceName: 实例名,支持前缀模糊搜索
|
4449
|
+
# @param InstanceName: Grafana 实例名,支持前缀模糊搜索
|
4450
4450
|
# @type InstanceName: String
|
4451
4451
|
# @param InstanceStatus: 查询状态
|
4452
4452
|
# @type InstanceStatus: Array
|
@@ -4576,17 +4576,17 @@ module TencentCloud
|
|
4576
4576
|
|
4577
4577
|
# DescribeGrafanaNotificationChannels请求参数结构体
|
4578
4578
|
class DescribeGrafanaNotificationChannelsRequest < TencentCloud::Common::AbstractModel
|
4579
|
-
# @param InstanceId: 实例 ID
|
4579
|
+
# @param InstanceId: Grafana 实例 ID,例如:grafana-12345678
|
4580
4580
|
# @type InstanceId: String
|
4581
4581
|
# @param Offset: 偏移量
|
4582
4582
|
# @type Offset: Integer
|
4583
4583
|
# @param Limit: 查询数量
|
4584
4584
|
# @type Limit: Integer
|
4585
|
-
# @param ChannelName:
|
4585
|
+
# @param ChannelName: 告警通道名称,例如:test
|
4586
4586
|
# @type ChannelName: String
|
4587
|
-
# @param ChannelIDs:
|
4587
|
+
# @param ChannelIDs: 告警通道 ID,例如:nchannel-abcd1234
|
4588
4588
|
# @type ChannelIDs: Array
|
4589
|
-
# @param ChannelState:
|
4589
|
+
# @param ChannelState: 告警通道状态
|
4590
4590
|
# @type ChannelState: Integer
|
4591
4591
|
|
4592
4592
|
attr_accessor :InstanceId, :Offset, :Limit, :ChannelName, :ChannelIDs, :ChannelState
|
@@ -7538,7 +7538,7 @@ module TencentCloud
|
|
7538
7538
|
class InstallPluginsRequest < TencentCloud::Common::AbstractModel
|
7539
7539
|
# @param Plugins: 插件信息
|
7540
7540
|
# @type Plugins: Array
|
7541
|
-
# @param InstanceId: 实例 ID
|
7541
|
+
# @param InstanceId: Grafana 实例 ID,例如:grafana-abcdefgh
|
7542
7542
|
# @type InstanceId: String
|
7543
7543
|
|
7544
7544
|
attr_accessor :Plugins, :InstanceId
|
@@ -8443,9 +8443,9 @@ module TencentCloud
|
|
8443
8443
|
|
8444
8444
|
# ModifyGrafanaInstance请求参数结构体
|
8445
8445
|
class ModifyGrafanaInstanceRequest < TencentCloud::Common::AbstractModel
|
8446
|
-
# @param InstanceId: 实例 ID
|
8446
|
+
# @param InstanceId: Grafana 实例 ID,例如:grafana-abcdefgh
|
8447
8447
|
# @type InstanceId: String
|
8448
|
-
# @param InstanceName:
|
8448
|
+
# @param InstanceName: Grafana 实例名称,例如:test
|
8449
8449
|
# @type InstanceName: String
|
8450
8450
|
|
8451
8451
|
attr_accessor :InstanceId, :InstanceName
|
@@ -9619,7 +9619,7 @@ module TencentCloud
|
|
9619
9619
|
|
9620
9620
|
# ResumeGrafanaInstance请求参数结构体
|
9621
9621
|
class ResumeGrafanaInstanceRequest < TencentCloud::Common::AbstractModel
|
9622
|
-
# @param InstanceId: 实例 ID
|
9622
|
+
# @param InstanceId: Grafana 实例 ID,例如:grafana-12345678
|
9623
9623
|
# @type InstanceId: String
|
9624
9624
|
|
9625
9625
|
attr_accessor :InstanceId
|
@@ -10339,7 +10339,7 @@ module TencentCloud
|
|
10339
10339
|
|
10340
10340
|
# UpdateDNSConfig请求参数结构体
|
10341
10341
|
class UpdateDNSConfigRequest < TencentCloud::Common::AbstractModel
|
10342
|
-
# @param InstanceId: 实例 ID
|
10342
|
+
# @param InstanceId: Grafana 实例 ID,例如:grafana-12345678
|
10343
10343
|
# @type InstanceId: String
|
10344
10344
|
# @param NameServers: DNS 数组
|
10345
10345
|
# @type NameServers: Array
|
@@ -10462,7 +10462,7 @@ module TencentCloud
|
|
10462
10462
|
|
10463
10463
|
# UpdateGrafanaEnvironments请求参数结构体
|
10464
10464
|
class UpdateGrafanaEnvironmentsRequest < TencentCloud::Common::AbstractModel
|
10465
|
-
# @param InstanceId: 实例 ID
|
10465
|
+
# @param InstanceId: Grafana 实例 ID,例如:grafana-12345678
|
10466
10466
|
# @type InstanceId: String
|
10467
10467
|
# @param Envs: 环境变量字符串
|
10468
10468
|
# @type Envs: String
|
@@ -10498,11 +10498,11 @@ module TencentCloud
|
|
10498
10498
|
|
10499
10499
|
# UpdateGrafanaIntegration请求参数结构体
|
10500
10500
|
class UpdateGrafanaIntegrationRequest < TencentCloud::Common::AbstractModel
|
10501
|
-
# @param IntegrationId: 集成 ID
|
10501
|
+
# @param IntegrationId: 集成 ID,可在实例详情-云产品集成-集成列表查看。例如:integration-abcd1234
|
10502
10502
|
# @type IntegrationId: String
|
10503
|
-
# @param InstanceId: 实例 ID
|
10503
|
+
# @param InstanceId: Grafana 实例 ID,例如:grafana-12345678
|
10504
10504
|
# @type InstanceId: String
|
10505
|
-
# @param Kind:
|
10505
|
+
# @param Kind: 集成类型,可在实例详情-云产品集成-集成列表查看。例如:tencent-cloud-prometheus
|
10506
10506
|
# @type Kind: String
|
10507
10507
|
# @param Content: 集成内容
|
10508
10508
|
# @type Content: String
|
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.
|
4
|
+
version: 3.0.472
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-12-
|
11
|
+
date: 2022-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|