tencentcloud-sdk-monitor 3.0.573 → 3.0.574
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 +28 -11
- 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: 22a78835e13936b254b1a3deed3676aab7bfd8d2
|
4
|
+
data.tar.gz: 31f78f06c95a5b9486380d4fd1bd7f2c016f8d09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e4de055a7e0ad4d4fe277e2e087b6307b3611a7a6d1ba99c8c126c08f8645389a8445adf5d2cdd30e33c8c81c3945ecafaa3873a0d40271308bf46dd104234a
|
7
|
+
data.tar.gz: b7dd3bc209e8c30d5058204d6a79cf1ce9710a9b739197fd3f898a238d6bfdab8564b4f220e6a4780c94e09d6d653cf16fe48c5bed3289674b745d8be0b2c3e0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.574
|
data/lib/v20180724/models.rb
CHANGED
@@ -1230,9 +1230,9 @@ module TencentCloud
|
|
1230
1230
|
end
|
1231
1231
|
end
|
1232
1232
|
|
1233
|
-
#
|
1233
|
+
# 告警条件模板
|
1234
1234
|
class ConditionsTemp < TencentCloud::Common::AbstractModel
|
1235
|
-
# @param TemplateName:
|
1235
|
+
# @param TemplateName: 模板名称
|
1236
1236
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1237
1237
|
# @type TemplateName: String
|
1238
1238
|
# @param Condition: 指标触发条件
|
@@ -3806,10 +3806,12 @@ module TencentCloud
|
|
3806
3806
|
# @type NoticeIds: Array
|
3807
3807
|
# @param Tags: 模板根据标签过滤
|
3808
3808
|
# @type Tags: Array
|
3809
|
+
# @param OnCallFormIDs: 值班列表
|
3810
|
+
# @type OnCallFormIDs: Array
|
3809
3811
|
|
3810
|
-
attr_accessor :Module, :PageNumber, :PageSize, :Order, :OwnerUid, :Name, :ReceiverType, :UserIds, :GroupIds, :NoticeIds, :Tags
|
3812
|
+
attr_accessor :Module, :PageNumber, :PageSize, :Order, :OwnerUid, :Name, :ReceiverType, :UserIds, :GroupIds, :NoticeIds, :Tags, :OnCallFormIDs
|
3811
3813
|
|
3812
|
-
def initialize(_module=nil, pagenumber=nil, pagesize=nil, order=nil, owneruid=nil, name=nil, receivertype=nil, userids=nil, groupids=nil, noticeids=nil, tags=nil)
|
3814
|
+
def initialize(_module=nil, pagenumber=nil, pagesize=nil, order=nil, owneruid=nil, name=nil, receivertype=nil, userids=nil, groupids=nil, noticeids=nil, tags=nil, oncallformids=nil)
|
3813
3815
|
@Module = _module
|
3814
3816
|
@PageNumber = pagenumber
|
3815
3817
|
@PageSize = pagesize
|
@@ -3821,6 +3823,7 @@ module TencentCloud
|
|
3821
3823
|
@GroupIds = groupids
|
3822
3824
|
@NoticeIds = noticeids
|
3823
3825
|
@Tags = tags
|
3826
|
+
@OnCallFormIDs = oncallformids
|
3824
3827
|
end
|
3825
3828
|
|
3826
3829
|
def deserialize(params)
|
@@ -3842,6 +3845,7 @@ module TencentCloud
|
|
3842
3845
|
@Tags << tag_tmp
|
3843
3846
|
end
|
3844
3847
|
end
|
3848
|
+
@OnCallFormIDs = params['OnCallFormIDs']
|
3845
3849
|
end
|
3846
3850
|
end
|
3847
3851
|
|
@@ -3912,7 +3916,7 @@ module TencentCloud
|
|
3912
3916
|
# @param ProjectIds: 策略所属项目的id数组,可在此页面查看
|
3913
3917
|
# [项目管理](https://console.cloud.tencent.com/project)
|
3914
3918
|
# @type ProjectIds: Array
|
3915
|
-
# @param NoticeIds:
|
3919
|
+
# @param NoticeIds: 通知模板的id列表,可查询通知模板列表获取。
|
3916
3920
|
# 可使用 [查询通知模板列表](https://cloud.tencent.com/document/product/248/51280) 接口查询。
|
3917
3921
|
# @type NoticeIds: Array
|
3918
3922
|
# @param RuleTypes: 根据触发条件筛选 不传展示全部策略 STATIC=展示静态阈值策略 DYNAMIC=展示动态阈值策略
|
@@ -3929,16 +3933,20 @@ module TencentCloud
|
|
3929
3933
|
# @type TriggerTasks: Array
|
3930
3934
|
# @param OneClickPolicyType: 根据一键告警策略筛选 不传展示全部策略 ONECLICK=展示一键告警策略 NOT_ONECLICK=展示非一键告警策略
|
3931
3935
|
# @type OneClickPolicyType: Array
|
3932
|
-
# @param NotBindAll:
|
3936
|
+
# @param NotBindAll: 返回结果过滤掉绑定全部对象的策略,1代表需要过滤,0则无需过滤
|
3933
3937
|
# @type NotBindAll: Integer
|
3934
|
-
# @param NotInstanceGroup:
|
3938
|
+
# @param NotInstanceGroup: 返回结果过滤掉关联实例为实例分组的策略,1代表需要过滤,0则无需过滤
|
3935
3939
|
# @type NotInstanceGroup: Integer
|
3936
3940
|
# @param Tags: 策略根据标签过滤
|
3937
3941
|
# @type Tags: Array
|
3942
|
+
# @param PromInsId: prom实例id,自定义指标策略时会用到
|
3943
|
+
# @type PromInsId: String
|
3944
|
+
# @param ReceiverOnCallFormIDs: 根据排班表搜索
|
3945
|
+
# @type ReceiverOnCallFormIDs: Array
|
3938
3946
|
|
3939
|
-
attr_accessor :Module, :PageNumber, :PageSize, :PolicyName, :MonitorTypes, :Namespaces, :Dimensions, :ReceiverUids, :ReceiverGroups, :PolicyType, :Field, :Order, :ProjectIds, :NoticeIds, :RuleTypes, :Enable, :NotBindingNoticeRule, :InstanceGroupId, :NeedCorrespondence, :TriggerTasks, :OneClickPolicyType, :NotBindAll, :NotInstanceGroup, :Tags
|
3947
|
+
attr_accessor :Module, :PageNumber, :PageSize, :PolicyName, :MonitorTypes, :Namespaces, :Dimensions, :ReceiverUids, :ReceiverGroups, :PolicyType, :Field, :Order, :ProjectIds, :NoticeIds, :RuleTypes, :Enable, :NotBindingNoticeRule, :InstanceGroupId, :NeedCorrespondence, :TriggerTasks, :OneClickPolicyType, :NotBindAll, :NotInstanceGroup, :Tags, :PromInsId, :ReceiverOnCallFormIDs
|
3940
3948
|
|
3941
|
-
def initialize(_module=nil, pagenumber=nil, pagesize=nil, policyname=nil, monitortypes=nil, namespaces=nil, dimensions=nil, receiveruids=nil, receivergroups=nil, policytype=nil, field=nil, order=nil, projectids=nil, noticeids=nil, ruletypes=nil, enable=nil, notbindingnoticerule=nil, instancegroupid=nil, needcorrespondence=nil, triggertasks=nil, oneclickpolicytype=nil, notbindall=nil, notinstancegroup=nil, tags=nil)
|
3949
|
+
def initialize(_module=nil, pagenumber=nil, pagesize=nil, policyname=nil, monitortypes=nil, namespaces=nil, dimensions=nil, receiveruids=nil, receivergroups=nil, policytype=nil, field=nil, order=nil, projectids=nil, noticeids=nil, ruletypes=nil, enable=nil, notbindingnoticerule=nil, instancegroupid=nil, needcorrespondence=nil, triggertasks=nil, oneclickpolicytype=nil, notbindall=nil, notinstancegroup=nil, tags=nil, prominsid=nil, receiveroncallformids=nil)
|
3942
3950
|
@Module = _module
|
3943
3951
|
@PageNumber = pagenumber
|
3944
3952
|
@PageSize = pagesize
|
@@ -3963,6 +3971,8 @@ module TencentCloud
|
|
3963
3971
|
@NotBindAll = notbindall
|
3964
3972
|
@NotInstanceGroup = notinstancegroup
|
3965
3973
|
@Tags = tags
|
3974
|
+
@PromInsId = prominsid
|
3975
|
+
@ReceiverOnCallFormIDs = receiveroncallformids
|
3966
3976
|
end
|
3967
3977
|
|
3968
3978
|
def deserialize(params)
|
@@ -4004,6 +4014,8 @@ module TencentCloud
|
|
4004
4014
|
@Tags << tag_tmp
|
4005
4015
|
end
|
4006
4016
|
end
|
4017
|
+
@PromInsId = params['PromInsId']
|
4018
|
+
@ReceiverOnCallFormIDs = params['ReceiverOnCallFormIDs']
|
4007
4019
|
end
|
4008
4020
|
end
|
4009
4021
|
|
@@ -14093,10 +14105,13 @@ module TencentCloud
|
|
14093
14105
|
# @param Weekday: 通知周期 1-7表示周一到周日
|
14094
14106
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
14095
14107
|
# @type Weekday: Array
|
14108
|
+
# @param OnCallFormIDs: 值班表id列表
|
14109
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
14110
|
+
# @type OnCallFormIDs: Array
|
14096
14111
|
|
14097
|
-
attr_accessor :ReceiverType, :StartTime, :EndTime, :NoticeWay, :UserIds, :GroupIds, :PhoneOrder, :PhoneCircleTimes, :PhoneInnerInterval, :PhoneCircleInterval, :NeedPhoneArriveNotice, :PhoneCallType, :Weekday
|
14112
|
+
attr_accessor :ReceiverType, :StartTime, :EndTime, :NoticeWay, :UserIds, :GroupIds, :PhoneOrder, :PhoneCircleTimes, :PhoneInnerInterval, :PhoneCircleInterval, :NeedPhoneArriveNotice, :PhoneCallType, :Weekday, :OnCallFormIDs
|
14098
14113
|
|
14099
|
-
def initialize(receivertype=nil, starttime=nil, endtime=nil, noticeway=nil, userids=nil, groupids=nil, phoneorder=nil, phonecircletimes=nil, phoneinnerinterval=nil, phonecircleinterval=nil, needphonearrivenotice=nil, phonecalltype=nil, weekday=nil)
|
14114
|
+
def initialize(receivertype=nil, starttime=nil, endtime=nil, noticeway=nil, userids=nil, groupids=nil, phoneorder=nil, phonecircletimes=nil, phoneinnerinterval=nil, phonecircleinterval=nil, needphonearrivenotice=nil, phonecalltype=nil, weekday=nil, oncallformids=nil)
|
14100
14115
|
@ReceiverType = receivertype
|
14101
14116
|
@StartTime = starttime
|
14102
14117
|
@EndTime = endtime
|
@@ -14110,6 +14125,7 @@ module TencentCloud
|
|
14110
14125
|
@NeedPhoneArriveNotice = needphonearrivenotice
|
14111
14126
|
@PhoneCallType = phonecalltype
|
14112
14127
|
@Weekday = weekday
|
14128
|
+
@OnCallFormIDs = oncallformids
|
14113
14129
|
end
|
14114
14130
|
|
14115
14131
|
def deserialize(params)
|
@@ -14126,6 +14142,7 @@ module TencentCloud
|
|
14126
14142
|
@NeedPhoneArriveNotice = params['NeedPhoneArriveNotice']
|
14127
14143
|
@PhoneCallType = params['PhoneCallType']
|
14128
14144
|
@Weekday = params['Weekday']
|
14145
|
+
@OnCallFormIDs = params['OnCallFormIDs']
|
14129
14146
|
end
|
14130
14147
|
end
|
14131
14148
|
|
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.574
|
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-05-
|
11
|
+
date: 2023-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|