tencentcloud-sdk-monitor 3.0.1158 → 3.0.1163
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/models.rb +22 -14
- 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: bdc3f7f19d2f84b41f9074206bf3d5b1d4abd1a4
|
|
4
|
+
data.tar.gz: 36eb272d76fd74b4dea2893db37a4c3544e56c69
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c9aff16476712a57904caf224dc20d0bfd7f50047c74e9274e174b42e199f56dc7c5efdefb630d360bfe6209bbf7cea91d469d17c321d24f4ffdbc094b2c922
|
|
7
|
+
data.tar.gz: bbd14033bdcaa0d2ca68bcd774039fb2dccaa8038729b00be32b4e11aa88142e72cc351b52975e25080b70e94728d1b45e9364f5e068b203ed5910798179c81b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1163
|
data/lib/v20180724/models.rb
CHANGED
|
@@ -9046,19 +9046,27 @@ module TencentCloud
|
|
|
9046
9046
|
class DescribePrometheusScrapeStatisticsRequest < TencentCloud::Common::AbstractModel
|
|
9047
9047
|
# @param InstanceIds: 实例ID列表
|
|
9048
9048
|
# @type InstanceIds: Array
|
|
9049
|
+
# @param ClusterId: 集群ID
|
|
9050
|
+
# @type ClusterId: String
|
|
9049
9051
|
# @param JobType: job 类型
|
|
9050
9052
|
# @type JobType: String
|
|
9053
|
+
# @param Job: job 过滤,不写就是全部 job
|
|
9054
|
+
# @type Job: String
|
|
9051
9055
|
|
|
9052
|
-
attr_accessor :InstanceIds, :JobType
|
|
9056
|
+
attr_accessor :InstanceIds, :ClusterId, :JobType, :Job
|
|
9053
9057
|
|
|
9054
|
-
def initialize(instanceids=nil, jobtype=nil)
|
|
9058
|
+
def initialize(instanceids=nil, clusterid=nil, jobtype=nil, job=nil)
|
|
9055
9059
|
@InstanceIds = instanceids
|
|
9060
|
+
@ClusterId = clusterid
|
|
9056
9061
|
@JobType = jobtype
|
|
9062
|
+
@Job = job
|
|
9057
9063
|
end
|
|
9058
9064
|
|
|
9059
9065
|
def deserialize(params)
|
|
9060
9066
|
@InstanceIds = params['InstanceIds']
|
|
9067
|
+
@ClusterId = params['ClusterId']
|
|
9061
9068
|
@JobType = params['JobType']
|
|
9069
|
+
@Job = params['Job']
|
|
9062
9070
|
end
|
|
9063
9071
|
end
|
|
9064
9072
|
|
|
@@ -11665,14 +11673,14 @@ module TencentCloud
|
|
|
11665
11673
|
|
|
11666
11674
|
attr_accessor :AlarmNotifyPeriod, :AlarmNotifyType, :EventID, :RuleID, :MetricName, :Description
|
|
11667
11675
|
extend Gem::Deprecate
|
|
11668
|
-
deprecate :AlarmNotifyPeriod, :none, 2025,
|
|
11669
|
-
deprecate :AlarmNotifyPeriod=, :none, 2025,
|
|
11670
|
-
deprecate :AlarmNotifyType, :none, 2025,
|
|
11671
|
-
deprecate :AlarmNotifyType=, :none, 2025,
|
|
11672
|
-
deprecate :EventID, :none, 2025,
|
|
11673
|
-
deprecate :EventID=, :none, 2025,
|
|
11674
|
-
deprecate :RuleID, :none, 2025,
|
|
11675
|
-
deprecate :RuleID=, :none, 2025,
|
|
11676
|
+
deprecate :AlarmNotifyPeriod, :none, 2025, 11
|
|
11677
|
+
deprecate :AlarmNotifyPeriod=, :none, 2025, 11
|
|
11678
|
+
deprecate :AlarmNotifyType, :none, 2025, 11
|
|
11679
|
+
deprecate :AlarmNotifyType=, :none, 2025, 11
|
|
11680
|
+
deprecate :EventID, :none, 2025, 11
|
|
11681
|
+
deprecate :EventID=, :none, 2025, 11
|
|
11682
|
+
deprecate :RuleID, :none, 2025, 11
|
|
11683
|
+
deprecate :RuleID=, :none, 2025, 11
|
|
11676
11684
|
|
|
11677
11685
|
def initialize(alarmnotifyperiod=nil, alarmnotifytype=nil, eventid=nil, ruleid=nil, metricname=nil, description=nil)
|
|
11678
11686
|
@AlarmNotifyPeriod = alarmnotifyperiod
|
|
@@ -14568,10 +14576,10 @@ module TencentCloud
|
|
|
14568
14576
|
|
|
14569
14577
|
attr_accessor :URL, :URLRelabelConfig, :BasicAuth, :MaxBlockSize, :Label, :Headers
|
|
14570
14578
|
extend Gem::Deprecate
|
|
14571
|
-
deprecate :MaxBlockSize, :none, 2025,
|
|
14572
|
-
deprecate :MaxBlockSize=, :none, 2025,
|
|
14573
|
-
deprecate :Label, :none, 2025,
|
|
14574
|
-
deprecate :Label=, :none, 2025,
|
|
14579
|
+
deprecate :MaxBlockSize, :none, 2025, 11
|
|
14580
|
+
deprecate :MaxBlockSize=, :none, 2025, 11
|
|
14581
|
+
deprecate :Label, :none, 2025, 11
|
|
14582
|
+
deprecate :Label=, :none, 2025, 11
|
|
14575
14583
|
|
|
14576
14584
|
def initialize(url=nil, urlrelabelconfig=nil, basicauth=nil, maxblocksize=nil, label=nil, headers=nil)
|
|
14577
14585
|
@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.1163
|
|
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-11-06 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/v20230616/models.rb
|
|
37
|
-
- lib/v20230616/client.rb
|
|
38
36
|
- lib/tencentcloud-sdk-monitor.rb
|
|
39
|
-
- lib/
|
|
37
|
+
- lib/v20230616/client.rb
|
|
38
|
+
- lib/v20230616/models.rb
|
|
40
39
|
- lib/v20180724/client.rb
|
|
40
|
+
- lib/v20180724/models.rb
|
|
41
41
|
- lib/VERSION
|
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
43
43
|
licenses:
|