tencentcloud-sdk-monitor 3.0.1168 → 3.0.1183
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180724/client.rb +1 -3
- data/lib/v20180724/models.rb +32 -19
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c1742144ac91d24fed043a3d80ee5329866e285
|
|
4
|
+
data.tar.gz: 9d86fe19de0421f8163a002b5cb709fb4f1e9b60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 39f00414df02fca98deecdadf7fdb9a1201167942ba477c759927377da712cb46d06670d5de4f5a0f2e59718a88d9c0c5d14d8ef300bf467cb185e65c54182ef
|
|
7
|
+
data.tar.gz: c14799e0167ab88287371a723cacffc630ffede6229cd6ba558cb642227e39ab6000ca36a6f553039a14477a1c6de0ad8d0a408fa43ea69e46b3fcbd284ac07c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1183
|
data/lib/v20180724/client.rb
CHANGED
|
@@ -295,7 +295,7 @@ module TencentCloud
|
|
|
295
295
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
296
296
|
end
|
|
297
297
|
|
|
298
|
-
# 本接口(CreateGrafanaInstance)用于创建 Grafana
|
|
298
|
+
# 本接口(CreateGrafanaInstance)用于创建 Grafana 包年包月实例,默认基础版、到期自动续费。
|
|
299
299
|
|
|
300
300
|
# @param request: Request instance for CreateGrafanaInstance.
|
|
301
301
|
# @type request: :class:`Tencentcloud::monitor::V20180724::CreateGrafanaInstanceRequest`
|
|
@@ -2930,8 +2930,6 @@ module TencentCloud
|
|
|
2930
2930
|
# 传入产品的命名空间、对象维度描述和监控指标即可获得相应的监控数据。
|
|
2931
2931
|
# 接口调用限制:单请求最多可支持批量拉取10个实例的监控数据,单请求的数据点数限制为1440个。
|
|
2932
2932
|
# 若您需要调用的指标、对象较多,可能存在因限频出现拉取失败的情况,建议尽量将请求按时间维度均摊。
|
|
2933
|
-
# 参数SpecifyStatistics目前可支持返回三种统计方式(avg,max,min),分别为二进制1,2,4。
|
|
2934
|
-
# 例子:3:avg+max,5:avg+min,6:max+min,7:avg+max+min
|
|
2935
2933
|
# 拉取数据的粒度和统计方式的对应关系尽量在接入平台进行配置,如果没有配置对应统计方式,请提工单反馈。
|
|
2936
2934
|
|
|
2937
2935
|
# >?
|
data/lib/v20180724/models.rb
CHANGED
|
@@ -391,10 +391,12 @@ module TencentCloud
|
|
|
391
391
|
# @param Tags: 通知模板绑定的标签
|
|
392
392
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
393
393
|
# @type Tags: Array
|
|
394
|
+
# @param IsLoginFree: 是否免登录,0-否,1-是
|
|
395
|
+
# @type IsLoginFree: Integer
|
|
394
396
|
|
|
395
|
-
attr_accessor :Id, :Name, :UpdatedAt, :UpdatedBy, :NoticeType, :UserNotices, :URLNotices, :IsPreset, :NoticeLanguage, :PolicyIds, :AMPConsumerId, :CLSNotices, :Tags
|
|
397
|
+
attr_accessor :Id, :Name, :UpdatedAt, :UpdatedBy, :NoticeType, :UserNotices, :URLNotices, :IsPreset, :NoticeLanguage, :PolicyIds, :AMPConsumerId, :CLSNotices, :Tags, :IsLoginFree
|
|
396
398
|
|
|
397
|
-
def initialize(id=nil, name=nil, updatedat=nil, updatedby=nil, noticetype=nil, usernotices=nil, urlnotices=nil, ispreset=nil, noticelanguage=nil, policyids=nil, ampconsumerid=nil, clsnotices=nil, tags=nil)
|
|
399
|
+
def initialize(id=nil, name=nil, updatedat=nil, updatedby=nil, noticetype=nil, usernotices=nil, urlnotices=nil, ispreset=nil, noticelanguage=nil, policyids=nil, ampconsumerid=nil, clsnotices=nil, tags=nil, isloginfree=nil)
|
|
398
400
|
@Id = id
|
|
399
401
|
@Name = name
|
|
400
402
|
@UpdatedAt = updatedat
|
|
@@ -408,6 +410,7 @@ module TencentCloud
|
|
|
408
410
|
@AMPConsumerId = ampconsumerid
|
|
409
411
|
@CLSNotices = clsnotices
|
|
410
412
|
@Tags = tags
|
|
413
|
+
@IsLoginFree = isloginfree
|
|
411
414
|
end
|
|
412
415
|
|
|
413
416
|
def deserialize(params)
|
|
@@ -452,6 +455,7 @@ module TencentCloud
|
|
|
452
455
|
@Tags << tag_tmp
|
|
453
456
|
end
|
|
454
457
|
end
|
|
458
|
+
@IsLoginFree = params['IsLoginFree']
|
|
455
459
|
end
|
|
456
460
|
end
|
|
457
461
|
|
|
@@ -1480,10 +1484,12 @@ module TencentCloud
|
|
|
1480
1484
|
# @type CLSNotices: Array
|
|
1481
1485
|
# @param Tags: 模板绑定的标签
|
|
1482
1486
|
# @type Tags: Array
|
|
1487
|
+
# @param IsLoginFree: 是否免登录,0-否,1-是
|
|
1488
|
+
# @type IsLoginFree: Integer
|
|
1483
1489
|
|
|
1484
|
-
attr_accessor :Module, :Name, :NoticeType, :NoticeLanguage, :UserNotices, :URLNotices, :CLSNotices, :Tags
|
|
1490
|
+
attr_accessor :Module, :Name, :NoticeType, :NoticeLanguage, :UserNotices, :URLNotices, :CLSNotices, :Tags, :IsLoginFree
|
|
1485
1491
|
|
|
1486
|
-
def initialize(_module=nil, name=nil, noticetype=nil, noticelanguage=nil, usernotices=nil, urlnotices=nil, clsnotices=nil, tags=nil)
|
|
1492
|
+
def initialize(_module=nil, name=nil, noticetype=nil, noticelanguage=nil, usernotices=nil, urlnotices=nil, clsnotices=nil, tags=nil, isloginfree=nil)
|
|
1487
1493
|
@Module = _module
|
|
1488
1494
|
@Name = name
|
|
1489
1495
|
@NoticeType = noticetype
|
|
@@ -1492,6 +1498,7 @@ module TencentCloud
|
|
|
1492
1498
|
@URLNotices = urlnotices
|
|
1493
1499
|
@CLSNotices = clsnotices
|
|
1494
1500
|
@Tags = tags
|
|
1501
|
+
@IsLoginFree = isloginfree
|
|
1495
1502
|
end
|
|
1496
1503
|
|
|
1497
1504
|
def deserialize(params)
|
|
@@ -1531,6 +1538,7 @@ module TencentCloud
|
|
|
1531
1538
|
@Tags << tag_tmp
|
|
1532
1539
|
end
|
|
1533
1540
|
end
|
|
1541
|
+
@IsLoginFree = params['IsLoginFree']
|
|
1534
1542
|
end
|
|
1535
1543
|
end
|
|
1536
1544
|
|
|
@@ -2123,7 +2131,8 @@ module TencentCloud
|
|
|
2123
2131
|
# @type InstanceName: String
|
|
2124
2132
|
# @param VpcId: VPC ID (私有网络 ID)
|
|
2125
2133
|
# @type VpcId: String
|
|
2126
|
-
# @param SubnetIds: 子网 ID 数组(VPC ID下的子网 ID,只取第一个)
|
|
2134
|
+
# @param SubnetIds: 子网 ID 数组(VPC ID下的子网 ID,只取第一个)。
|
|
2135
|
+
# 注意:并不是所有可用区都可用(可通过 monitor:DescribePrometheusZones 接口获取可用区状态,选择 ZoneState 和ZoneResourceState 都为1的可用区)
|
|
2127
2136
|
# @type SubnetIds: Array
|
|
2128
2137
|
# @param EnableInternet: 是否启用外网
|
|
2129
2138
|
# @type EnableInternet: Boolean
|
|
@@ -11219,10 +11228,12 @@ module TencentCloud
|
|
|
11219
11228
|
# @type CLSNotices: Array
|
|
11220
11229
|
# @param PolicyIds: 告警通知模板绑定的告警策略ID列表
|
|
11221
11230
|
# @type PolicyIds: Array
|
|
11231
|
+
# @param IsLoginFree: 是否免登录,0-否,1-是
|
|
11232
|
+
# @type IsLoginFree: Integer
|
|
11222
11233
|
|
|
11223
|
-
attr_accessor :Module, :Name, :NoticeType, :NoticeLanguage, :NoticeId, :UserNotices, :URLNotices, :CLSNotices, :PolicyIds
|
|
11234
|
+
attr_accessor :Module, :Name, :NoticeType, :NoticeLanguage, :NoticeId, :UserNotices, :URLNotices, :CLSNotices, :PolicyIds, :IsLoginFree
|
|
11224
11235
|
|
|
11225
|
-
def initialize(_module=nil, name=nil, noticetype=nil, noticelanguage=nil, noticeid=nil, usernotices=nil, urlnotices=nil, clsnotices=nil, policyids=nil)
|
|
11236
|
+
def initialize(_module=nil, name=nil, noticetype=nil, noticelanguage=nil, noticeid=nil, usernotices=nil, urlnotices=nil, clsnotices=nil, policyids=nil, isloginfree=nil)
|
|
11226
11237
|
@Module = _module
|
|
11227
11238
|
@Name = name
|
|
11228
11239
|
@NoticeType = noticetype
|
|
@@ -11232,6 +11243,7 @@ module TencentCloud
|
|
|
11232
11243
|
@URLNotices = urlnotices
|
|
11233
11244
|
@CLSNotices = clsnotices
|
|
11234
11245
|
@PolicyIds = policyids
|
|
11246
|
+
@IsLoginFree = isloginfree
|
|
11235
11247
|
end
|
|
11236
11248
|
|
|
11237
11249
|
def deserialize(params)
|
|
@@ -11265,6 +11277,7 @@ module TencentCloud
|
|
|
11265
11277
|
end
|
|
11266
11278
|
end
|
|
11267
11279
|
@PolicyIds = params['PolicyIds']
|
|
11280
|
+
@IsLoginFree = params['IsLoginFree']
|
|
11268
11281
|
end
|
|
11269
11282
|
end
|
|
11270
11283
|
|
|
@@ -11677,14 +11690,14 @@ module TencentCloud
|
|
|
11677
11690
|
|
|
11678
11691
|
attr_accessor :AlarmNotifyPeriod, :AlarmNotifyType, :EventID, :RuleID, :MetricName, :Description
|
|
11679
11692
|
extend Gem::Deprecate
|
|
11680
|
-
deprecate :AlarmNotifyPeriod, :none, 2025,
|
|
11681
|
-
deprecate :AlarmNotifyPeriod=, :none, 2025,
|
|
11682
|
-
deprecate :AlarmNotifyType, :none, 2025,
|
|
11683
|
-
deprecate :AlarmNotifyType=, :none, 2025,
|
|
11684
|
-
deprecate :EventID, :none, 2025,
|
|
11685
|
-
deprecate :EventID=, :none, 2025,
|
|
11686
|
-
deprecate :RuleID, :none, 2025,
|
|
11687
|
-
deprecate :RuleID=, :none, 2025,
|
|
11693
|
+
deprecate :AlarmNotifyPeriod, :none, 2025, 12
|
|
11694
|
+
deprecate :AlarmNotifyPeriod=, :none, 2025, 12
|
|
11695
|
+
deprecate :AlarmNotifyType, :none, 2025, 12
|
|
11696
|
+
deprecate :AlarmNotifyType=, :none, 2025, 12
|
|
11697
|
+
deprecate :EventID, :none, 2025, 12
|
|
11698
|
+
deprecate :EventID=, :none, 2025, 12
|
|
11699
|
+
deprecate :RuleID, :none, 2025, 12
|
|
11700
|
+
deprecate :RuleID=, :none, 2025, 12
|
|
11688
11701
|
|
|
11689
11702
|
def initialize(alarmnotifyperiod=nil, alarmnotifytype=nil, eventid=nil, ruleid=nil, metricname=nil, description=nil)
|
|
11690
11703
|
@AlarmNotifyPeriod = alarmnotifyperiod
|
|
@@ -14580,10 +14593,10 @@ module TencentCloud
|
|
|
14580
14593
|
|
|
14581
14594
|
attr_accessor :URL, :URLRelabelConfig, :BasicAuth, :MaxBlockSize, :Label, :Headers
|
|
14582
14595
|
extend Gem::Deprecate
|
|
14583
|
-
deprecate :MaxBlockSize, :none, 2025,
|
|
14584
|
-
deprecate :MaxBlockSize=, :none, 2025,
|
|
14585
|
-
deprecate :Label, :none, 2025,
|
|
14586
|
-
deprecate :Label=, :none, 2025,
|
|
14596
|
+
deprecate :MaxBlockSize, :none, 2025, 12
|
|
14597
|
+
deprecate :MaxBlockSize=, :none, 2025, 12
|
|
14598
|
+
deprecate :Label, :none, 2025, 12
|
|
14599
|
+
deprecate :Label=, :none, 2025, 12
|
|
14587
14600
|
|
|
14588
14601
|
def initialize(url=nil, urlrelabelconfig=nil, basicauth=nil, maxblocksize=nil, label=nil, headers=nil)
|
|
14589
14602
|
@URL = url
|
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.1183
|
|
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-
|
|
11
|
+
date: 2025-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,11 +33,11 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/tencentcloud-sdk-monitor.rb
|
|
37
|
-
- lib/v20230616/client.rb
|
|
38
36
|
- lib/v20230616/models.rb
|
|
39
|
-
- lib/
|
|
37
|
+
- lib/v20230616/client.rb
|
|
38
|
+
- lib/tencentcloud-sdk-monitor.rb
|
|
40
39
|
- lib/v20180724/models.rb
|
|
40
|
+
- lib/v20180724/client.rb
|
|
41
41
|
- lib/VERSION
|
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
43
43
|
licenses:
|