tencentcloud-sdk-monitor 3.0.394 → 3.0.398

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180724/models.rb +11 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fe422a9aafa2c045d2c845d49a1efd0dc5b0ea7f
4
- data.tar.gz: 5624ce9c0d257b44189cdbe2e8cdddfb0717d29f
3
+ metadata.gz: 00b3a7f097c1c21d3318f54bd7edebe4317cff36
4
+ data.tar.gz: ca47cc7385ee5a36b2d9ceb9d823d3d4d3c8a741
5
5
  SHA512:
6
- metadata.gz: 92e3faeadc0406894192c6f700b96e589957c43d5f2aa98f417c59d5cb1bdc3601a282808e9dd79bc437a521a250bc9922407ea5cf81124fff6a6aded50638ec
7
- data.tar.gz: 7875d521aab838d47d3ab675d461ef0574b848335ae8f991ffcc45e2e85a8d296a2770f7baa9c620044ff65fc7c53902f9aa326b4f3fc3d658085a02b117b98a
6
+ metadata.gz: ff16f6e1bd9eae70031b243cfc59c06c5f4fed37630b52cac2052af9882d04fdaa9e04c3d7b311f0fbd18580c111aebd1a1e7c4623de9d721ffe838cb74ad7b6
7
+ data.tar.gz: af78656e40b1dccb7f420b6c2113c6c5e6a06ff897ec916b43603fbbcec00a22512416f764dbac3a9a33d55b1dfca29d71110b0f96315e8e9b8669747a8e8831
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.394
1
+ 3.0.398
@@ -229,13 +229,16 @@ module TencentCloud
229
229
  # @param PolicyIds: 告警通知模板绑定的告警策略ID列表
230
230
  # 注意:此字段可能返回 null,表示取不到有效值。
231
231
  # @type PolicyIds: Array
232
+ # @param AMPConsumerId: 后台 amp consumer id
233
+ # 注意:此字段可能返回 null,表示取不到有效值。
234
+ # @type AMPConsumerId: String
232
235
  # @param CLSNotices: 推送cls渠道
233
236
  # 注意:此字段可能返回 null,表示取不到有效值。
234
237
  # @type CLSNotices: Array
235
238
 
236
- attr_accessor :Id, :Name, :UpdatedAt, :UpdatedBy, :NoticeType, :UserNotices, :URLNotices, :IsPreset, :NoticeLanguage, :PolicyIds, :CLSNotices
239
+ attr_accessor :Id, :Name, :UpdatedAt, :UpdatedBy, :NoticeType, :UserNotices, :URLNotices, :IsPreset, :NoticeLanguage, :PolicyIds, :AMPConsumerId, :CLSNotices
237
240
 
238
- def initialize(id=nil, name=nil, updatedat=nil, updatedby=nil, noticetype=nil, usernotices=nil, urlnotices=nil, ispreset=nil, noticelanguage=nil, policyids=nil, clsnotices=nil)
241
+ 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)
239
242
  @Id = id
240
243
  @Name = name
241
244
  @UpdatedAt = updatedat
@@ -246,6 +249,7 @@ module TencentCloud
246
249
  @IsPreset = ispreset
247
250
  @NoticeLanguage = noticelanguage
248
251
  @PolicyIds = policyids
252
+ @AMPConsumerId = ampconsumerid
249
253
  @CLSNotices = clsnotices
250
254
  end
251
255
 
@@ -274,6 +278,7 @@ module TencentCloud
274
278
  @IsPreset = params['IsPreset']
275
279
  @NoticeLanguage = params['NoticeLanguage']
276
280
  @PolicyIds = params['PolicyIds']
281
+ @AMPConsumerId = params['AMPConsumerId']
277
282
  unless params['CLSNotices'].nil?
278
283
  @CLSNotices = []
279
284
  params['CLSNotices'].each do |i|
@@ -8985,7 +8990,7 @@ module TencentCloud
8985
8990
 
8986
8991
  # 接收人信息
8987
8992
  class ReceiverInfo < TencentCloud::Common::AbstractModel
8988
- # @param StartTime: 告警时间段开始时间。范围[0,86400),作为unix时间戳转成北京时间后去掉日期,例如7200表示"10:0:0"
8993
+ # @param StartTime: 告警时间段开始时间。范围[0,86400),作为 UNIX 时间戳转成北京时间后去掉日期,例如7200表示"10:0:0"
8989
8994
  # @type StartTime: Integer
8990
8995
  # @param EndTime: 告警时间段结束时间。含义同StartTime
8991
8996
  # @type EndTime: Integer
@@ -8997,7 +9002,7 @@ module TencentCloud
8997
9002
  # @type Id: Integer
8998
9003
  # @param SendFor: 电话告警通知时机。可选"OCCUR"(告警时通知),"RECOVER"(恢复时通知)
8999
9004
  # @type SendFor: Array
9000
- # @param UidList: 电话告警接收者uid
9005
+ # @param UidList: 电话告警接收者 UID
9001
9006
  # @type UidList: Array
9002
9007
  # @param RoundNumber: 电话告警轮数
9003
9008
  # @type RoundNumber: Integer
@@ -9009,9 +9014,9 @@ module TencentCloud
9009
9014
  # @type RecoverNotify: Array
9010
9015
  # @param NeedSendNotice: 是否需要电话告警触达提示。0不需要,1需要
9011
9016
  # @type NeedSendNotice: Integer
9012
- # @param ReceiverGroupList: 接收组列表。通过平台接口查询到的接收组id列表
9017
+ # @param ReceiverGroupList: 接收组列表。通过平台接口查询到的接收组 ID 列表
9013
9018
  # @type ReceiverGroupList: Array
9014
- # @param ReceiverUserList: 接收人列表。通过平台接口查询到的接收人id列表
9019
+ # @param ReceiverUserList: 接收人列表。通过平台接口查询到的接收人 ID 列表
9015
9020
  # @type ReceiverUserList: Array
9016
9021
  # @param ReceiveLanguage: 告警接收语言,枚举值(zh-CN,en-US)
9017
9022
  # @type ReceiveLanguage: 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.394
4
+ version: 3.0.398
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-08-25 00:00:00.000000000 Z
11
+ date: 2022-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common