tencentcloud-sdk-monitor 3.0.664 → 3.0.666
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 +2 -2
- 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: 2a65722afe87c1edf992944f679135fc01fbc90c
|
4
|
+
data.tar.gz: d1e0e7decef21c10fa387956dc75017dae3bd4c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e192173ab2a7278432d3ffcd45bda6311d56d66947cb897f5b83e1cc0bc08cd215ad6b0d75b9b00cb0142bdf44a06e6597776f0ba3a9aa3a690e647d9866aa82
|
7
|
+
data.tar.gz: 42553bda848cb1b5d404ce4f99404c72c3c60f7f18f2df0357dd3b703e922cd0d23e34491e59b37c2debab08dd6ce0267de09e177f292032d6eeba58335c7ddc
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.666
|
data/lib/v20180724/models.rb
CHANGED
@@ -3563,7 +3563,7 @@ module TencentCloud
|
|
3563
3563
|
# @type Namespaces: Array
|
3564
3564
|
# @param MetricNames: 根据指标名过滤
|
3565
3565
|
# @type MetricNames: Array
|
3566
|
-
# @param PolicyName:
|
3566
|
+
# @param PolicyName: 根据策略名称模糊搜索,不支持大小写区分
|
3567
3567
|
# @type PolicyName: String
|
3568
3568
|
# @param Content: 根据告警内容模糊搜索
|
3569
3569
|
# @type Content: String
|
@@ -3573,7 +3573,7 @@ module TencentCloud
|
|
3573
3573
|
# @type ReceiverGroups: Array
|
3574
3574
|
# @param PolicyIds: 根据告警策略 Id 列表搜索
|
3575
3575
|
# @type PolicyIds: Array
|
3576
|
-
# @param AlarmLevels:
|
3576
|
+
# @param AlarmLevels: 告警等级,取值范围:Remind、Serious、Warn
|
3577
3577
|
# @type AlarmLevels: Array
|
3578
3578
|
|
3579
3579
|
attr_accessor :Module, :PageNumber, :PageSize, :Order, :StartTime, :EndTime, :MonitorTypes, :AlarmObject, :AlarmStatus, :ProjectIds, :InstanceGroupIds, :Namespaces, :MetricNames, :PolicyName, :Content, :ReceiverUids, :ReceiverGroups, :PolicyIds, :AlarmLevels
|
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.666
|
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-09-
|
11
|
+
date: 2023-09-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|