tencentcloud-sdk-cls 3.0.713 → 3.0.714

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201016/models.rb +11 -27
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8bf7b2b14fbf55422e350802e415a1ffcb16c513
4
- data.tar.gz: 557b4c0043c3b3872f5676c9ea1dc50189dbe0ee
3
+ metadata.gz: 92cba1f521900539384a7502d06f41a8d72c84cc
4
+ data.tar.gz: 6b1ee97794ff1fce64aa46194ef8b5213efba2d2
5
5
  SHA512:
6
- metadata.gz: 731922e631c516c428231d138f241fb9d62bbf082657ada2571486e96931b1163bad285058fd62194016375e64719152c1841ec160f2a9caad9752ccfa6fe9f8
7
- data.tar.gz: 88ca8780a9ff42d35669f9efc221eb0a96337002705720bf2a1339b8511e8ab2d8156b28f70160e835bb8fdb159a6cce068138adfa86391725d5ad82421ca4bc
6
+ metadata.gz: d2ce0945a6ff5d0f286a0ced6240dcd1759ac64a5a18cd5963067bea6a6e5cde983dc8007dfe0f1c9586e722be3e9bdb98c7b22331937a9ad13dc94e8d59d5d5
7
+ data.tar.gz: 3460af082e42cb6eff83d2cc8abc70fceddb8afaa407b84d85b65b2d1f240868e8effb01da35dc8135f003b053e26a670cac7caa55e28a128d9bc4f0807b1a51
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.713
1
+ 3.0.714
@@ -1435,40 +1435,30 @@ module TencentCloud
1435
1435
  # @type MonitorTime: :class:`Tencentcloud::Cls.v20201016.models.MonitorTime`
1436
1436
  # @param TriggerCount: 持续周期。持续满足触发条件TriggerCount个周期后,再进行告警;最小值为1,最大值为10。
1437
1437
  # @type TriggerCount: Integer
1438
- # @param AlarmPeriod: 告警重复的周期。
1439
-
1440
- # 单位是分钟。
1441
-
1442
- # 取值范围是0~1440。
1438
+ # @param AlarmPeriod: 告警重复的周期,单位是分钟。取值范围是0~1440。
1443
1439
  # @type AlarmPeriod: Integer
1444
1440
  # @param AlarmNoticeIds: 关联的告警通知模板列表。
1445
1441
  # @type AlarmNoticeIds: Array
1446
- # @param Condition: 触发条件。
1447
-
1442
+ # @param Condition: 触发条件
1448
1443
  # 注意:
1449
-
1450
1444
  # - Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。
1451
1445
  # @type Condition: String
1452
- # @param AlarmLevel: 告警级别。
1453
-
1446
+ # @param AlarmLevel: 告警级别
1454
1447
  # 0:警告(Warn); 1:提醒(Info); 2:紧急 (Critical)。
1455
-
1456
1448
  # 注意:
1457
1449
  # - 不填则默认为0。
1458
1450
  # - Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。
1459
1451
  # @type AlarmLevel: Integer
1460
- # @param MultiConditions: 多触发条件。
1461
-
1452
+ # @param MultiConditions: 多触发条件
1462
1453
  # 注意:
1463
1454
  # - Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。
1464
1455
 
1465
1456
 
1466
1457
  # @type MultiConditions: Array
1467
1458
  # @param Status: 是否开启告警策略。
1468
-
1469
1459
  # 默认值为true
1470
1460
  # @type Status: Boolean
1471
- # @param Enable: 是否开启告警策略。默认值为true
1461
+ # @param Enable: 该参数已废弃,请使用Status参数控制是否开启告警策略。
1472
1462
  # @type Enable: Boolean
1473
1463
  # @param MessageTemplate: 用户自定义告警内容
1474
1464
  # @type MessageTemplate: String
@@ -1477,7 +1467,6 @@ module TencentCloud
1477
1467
  # @param Analysis: 多维分析
1478
1468
  # @type Analysis: Array
1479
1469
  # @param GroupTriggerStatus: 分组触发状态。
1480
-
1481
1470
  # 默认值false
1482
1471
  # @type GroupTriggerStatus: Boolean
1483
1472
  # @param GroupTriggerCondition: 分组触发条件。
@@ -1487,17 +1476,12 @@ module TencentCloud
1487
1476
  # 最大支持10个标签键值对,并且不能有重复的键值对。
1488
1477
  # @type Tags: Array
1489
1478
  # @param MonitorObjectType: 监控对象类型。0:执行语句共用监控对象; 1:每个执行语句单独选择监控对象。
1490
-
1491
1479
  # 不填则默认为0。
1492
-
1493
1480
  # 当值为1时,AlarmTargets元素个数不能超过10个,AlarmTargets中的Number必须是从1开始的连续正整数,不能重复。
1494
1481
  # @type MonitorObjectType: Integer
1495
1482
  # @param Classifications: 告警附加分类信息列表。
1496
-
1497
1483
  # Classifications元素个数不能超过20个。
1498
-
1499
- # Classifications元素的Key不能为空,不能重复,长度不能超过50个字符,字符规则 ^[a-z]([a-z0-9_]{0,49})$。
1500
-
1484
+ # Classifications元素的Key不能为空,不能重复,长度不能超过50个字符,符合正则 `^[a-z]([a-z0-9_]{0,49})$`。
1501
1485
  # Classifications元素的Value长度不能超过200个字符。
1502
1486
  # @type Classifications: Array
1503
1487
 
@@ -6572,7 +6556,7 @@ module TencentCloud
6572
6556
  # @type AlarmTargets: Array
6573
6557
  # @param Status: 是否开启告警策略。
6574
6558
  # @type Status: Boolean
6575
- # @param Enable: 是否开启告警策略。默认值为true
6559
+ # @param Enable: 该参数已废弃,请使用Status参数控制是否开启告警策略。
6576
6560
  # @type Enable: Boolean
6577
6561
  # @param MessageTemplate: 用户自定义告警内容
6578
6562
  # @type MessageTemplate: String
@@ -8263,13 +8247,13 @@ module TencentCloud
8263
8247
  # @param MetricName: 指标名称
8264
8248
  # @type MetricName: String
8265
8249
  # @param MetricNames: 指标名称
8266
- # BizType为1时,优先使用MetricNames字段信息。多指标只能填充到MetricNames字段,单指标建议填充到MetricNames字段
8250
+ # BizType为1时,优先使用MetricNames字段多指标只能填充到MetricNames字段,单指标建议填充到MetricName字段
8267
8251
  # @type MetricNames: Array
8268
- # @param MetricLabels: 指标项
8252
+ # @param MetricLabels: 指标标签,从SQL结果字段中选择,一般是分组(group by) 的字段。
8269
8253
  # @type MetricLabels: Array
8270
- # @param CustomTime: 自定义时间
8254
+ # @param CustomTime: 指标时间戳,默认值为SQL查询时间范围的左侧时间点,您也可以指定其他字段(类型为uinx时间,精度毫秒)为指标时间戳。
8271
8255
  # @type CustomTime: String
8272
- # @param CustomMetricLabels: 自定义标签
8256
+ # @param CustomMetricLabels: 除了MetricLabels,您还可以使用该参数,为指标补充静态的标签。
8273
8257
  # @type CustomMetricLabels: Array
8274
8258
 
8275
8259
  attr_accessor :TopicId, :Region, :BizType, :MetricName, :MetricNames, :MetricLabels, :CustomTime, :CustomMetricLabels
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cls
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.713
4
+ version: 3.0.714
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud