tencentcloud-sdk-python 3.0.1443__py2.py3-none-any.whl → 3.0.1444__py2.py3-none-any.whl

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.

Potentially problematic release.


This version of tencentcloud-sdk-python might be problematic. Click here for more details.

Files changed (38) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/batch/v20170312/models.py +2 -2
  3. tencentcloud/clb/v20180317/models.py +422 -26
  4. tencentcloud/cls/v20201016/cls_client.py +1 -1
  5. tencentcloud/cls/v20201016/models.py +148 -112
  6. tencentcloud/keewidb/v20220308/errorcodes.py +3 -0
  7. tencentcloud/keewidb/v20220308/models.py +2 -2
  8. tencentcloud/lcic/v20220817/errorcodes.py +15 -0
  9. tencentcloud/lcic/v20220817/models.py +67 -16
  10. tencentcloud/lkeap/v20240522/errorcodes.py +1 -1
  11. tencentcloud/mongodb/v20190725/models.py +4 -4
  12. tencentcloud/mps/v20190612/models.py +64 -0
  13. tencentcloud/ocr/v20181119/models.py +31 -16
  14. tencentcloud/postgres/v20170312/errorcodes.py +0 -12
  15. tencentcloud/postgres/v20170312/models.py +191 -1527
  16. tencentcloud/postgres/v20170312/postgres_client.py +0 -75
  17. tencentcloud/sts/v20180813/sts_client.py +21 -7
  18. tencentcloud/tcbr/v20220217/models.py +151 -0
  19. tencentcloud/tcss/v20201101/models.py +45 -0
  20. tencentcloud/tke/v20180525/models.py +17 -2
  21. tencentcloud/trabbit/v20230418/models.py +60 -0
  22. tencentcloud/trocket/v20230308/models.py +319 -0
  23. tencentcloud/trocket/v20230308/trocket_client.py +25 -0
  24. tencentcloud/trtc/v20190722/errorcodes.py +3 -0
  25. tencentcloud/trtc/v20190722/models.py +6 -4
  26. tencentcloud/tsf/v20180326/errorcodes.py +9 -0
  27. tencentcloud/tsf/v20180326/models.py +761 -517
  28. tencentcloud/vod/v20180717/models.py +63 -10
  29. tencentcloud/vod/v20180717/vod_client.py +1 -0
  30. tencentcloud/waf/v20180125/errorcodes.py +6 -0
  31. tencentcloud/waf/v20180125/models.py +1926 -744
  32. tencentcloud/waf/v20180125/waf_client.py +161 -0
  33. tencentcloud/wedata/v20210820/models.py +204 -0
  34. {tencentcloud_sdk_python-3.0.1443.dist-info → tencentcloud_sdk_python-3.0.1444.dist-info}/METADATA +1 -1
  35. {tencentcloud_sdk_python-3.0.1443.dist-info → tencentcloud_sdk_python-3.0.1444.dist-info}/RECORD +38 -38
  36. {tencentcloud_sdk_python-3.0.1443.dist-info → tencentcloud_sdk_python-3.0.1444.dist-info}/LICENSE +0 -0
  37. {tencentcloud_sdk_python-3.0.1443.dist-info → tencentcloud_sdk_python-3.0.1444.dist-info}/WHEEL +0 -0
  38. {tencentcloud_sdk_python-3.0.1443.dist-info → tencentcloud_sdk_python-3.0.1444.dist-info}/top_level.txt +0 -0
@@ -25,7 +25,8 @@ class AddMachineGroupInfoRequest(AbstractModel):
25
25
 
26
26
  def __init__(self):
27
27
  r"""
28
- :param _GroupId: 机器组ID
28
+ :param _GroupId: 机器组Id
29
+ - 通过[获取机器组列表](https://cloud.tencent.com/document/product/614/56438)获取机器组Id。
29
30
  :type GroupId: str
30
31
  :param _MachineGroupType: 机器组类型
31
32
  目前type支持 ip 和 label
@@ -36,7 +37,8 @@ class AddMachineGroupInfoRequest(AbstractModel):
36
37
 
37
38
  @property
38
39
  def GroupId(self):
39
- """机器组ID
40
+ """机器组Id
41
+ - 通过[获取机器组列表](https://cloud.tencent.com/document/product/614/56438)获取机器组Id。
40
42
  :rtype: str
41
43
  """
42
44
  return self._GroupId
@@ -308,7 +310,7 @@ class AlarmInfo(AbstractModel):
308
310
  :type AlarmTargets: list of AlarmTargetInfo
309
311
  :param _MonitorTime: 监控任务运行时间点。
310
312
  :type MonitorTime: :class:`tencentcloud.cls.v20201016.models.MonitorTime`
311
- :param _Condition: 单触发条件。与MultiConditions参数互斥。
313
+ :param _Condition: 是否触发告警的单触发条件。与MultiConditions参数互斥。
312
314
  :type Condition: str
313
315
  :param _TriggerCount: 持续周期。持续满足触发条件TriggerCount个周期后,再进行告警;最小值为1,最大值为10。
314
316
  :type TriggerCount: int
@@ -320,9 +322,9 @@ class AlarmInfo(AbstractModel):
320
322
  :type Status: bool
321
323
  :param _AlarmId: 告警策略ID。
322
324
  :type AlarmId: str
323
- :param _CreateTime: 创建时间。
325
+ :param _CreateTime: 创建时间。格式: YYYY-MM-DD HH:MM:SS
324
326
  :type CreateTime: str
325
- :param _UpdateTime: 最近更新时间。
327
+ :param _UpdateTime: 最近更新时间。格式: YYYY-MM-DD HH:MM:SS
326
328
  :type UpdateTime: str
327
329
  :param _MessageTemplate: 自定义通知模板
328
330
  注意:此字段可能返回 null,表示取不到有效值。
@@ -404,7 +406,7 @@ Condition互斥。
404
406
 
405
407
  @property
406
408
  def Condition(self):
407
- """单触发条件。与MultiConditions参数互斥。
409
+ """是否触发告警的单触发条件。与MultiConditions参数互斥。
408
410
  :rtype: str
409
411
  """
410
412
  return self._Condition
@@ -470,7 +472,7 @@ Condition互斥。
470
472
 
471
473
  @property
472
474
  def CreateTime(self):
473
- """创建时间。
475
+ """创建时间。格式: YYYY-MM-DD HH:MM:SS
474
476
  :rtype: str
475
477
  """
476
478
  return self._CreateTime
@@ -481,7 +483,7 @@ Condition互斥。
481
483
 
482
484
  @property
483
485
  def UpdateTime(self):
484
- """最近更新时间。
486
+ """最近更新时间。格式: YYYY-MM-DD HH:MM:SS
485
487
  :rtype: str
486
488
  """
487
489
  return self._UpdateTime
@@ -696,9 +698,9 @@ class AlarmNotice(AbstractModel):
696
698
  :param _AlarmNoticeDeliverConfig: 投递相关信息。
697
699
  注意:此字段可能返回 null,表示取不到有效值。
698
700
  :type AlarmNoticeDeliverConfig: :class:`tencentcloud.cls.v20201016.models.AlarmNoticeDeliverConfig`
699
- :param _CreateTime: 创建时间。
701
+ :param _CreateTime: 创建时间。格式: YYYY-MM-DD HH:MM:SS
700
702
  :type CreateTime: str
701
- :param _UpdateTime: 最近更新时间。
703
+ :param _UpdateTime: 最近更新时间。格式: YYYY-MM-DD HH:MM:SS
702
704
  :type UpdateTime: str
703
705
  """
704
706
  self._Name = None
@@ -831,7 +833,7 @@ class AlarmNotice(AbstractModel):
831
833
 
832
834
  @property
833
835
  def CreateTime(self):
834
- """创建时间。
836
+ """创建时间。格式: YYYY-MM-DD HH:MM:SS
835
837
  :rtype: str
836
838
  """
837
839
  return self._CreateTime
@@ -842,7 +844,7 @@ class AlarmNotice(AbstractModel):
842
844
 
843
845
  @property
844
846
  def UpdateTime(self):
845
- """最近更新时间。
847
+ """最近更新时间。格式: YYYY-MM-DD HH:MM:SS
846
848
  :rtype: str
847
849
  """
848
850
  return self._UpdateTime
@@ -1162,7 +1164,7 @@ class AlarmTarget(AbstractModel):
1162
1164
 
1163
1165
  def __init__(self):
1164
1166
  r"""
1165
- :param _TopicId: 日志主题ID
1167
+ :param _TopicId: 日志主题ID。-通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题ID
1166
1168
  :type TopicId: str
1167
1169
  :param _Query: 查询语句。
1168
1170
  :type Query: str
@@ -1172,7 +1174,7 @@ class AlarmTarget(AbstractModel):
1172
1174
  :type StartTimeOffset: int
1173
1175
  :param _EndTimeOffset: 查询范围终止时间相对于告警执行时间的偏移,单位为分钟,取值为非正,须大于StartTimeOffset,最大值为0,最小值为-1440。
1174
1176
  :type EndTimeOffset: int
1175
- :param _LogsetId: 日志集ID
1177
+ :param _LogsetId: 日志集ID。通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志集ID
1176
1178
  :type LogsetId: str
1177
1179
  :param _SyntaxRule: 检索语法规则,默认值为0。
1178
1180
  0:Lucene语法,1:CQL语法。
@@ -1189,7 +1191,7 @@ class AlarmTarget(AbstractModel):
1189
1191
 
1190
1192
  @property
1191
1193
  def TopicId(self):
1192
- """日志主题ID
1194
+ """日志主题ID。-通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题ID
1193
1195
  :rtype: str
1194
1196
  """
1195
1197
  return self._TopicId
@@ -1244,7 +1246,7 @@ class AlarmTarget(AbstractModel):
1244
1246
 
1245
1247
  @property
1246
1248
  def LogsetId(self):
1247
- """日志集ID
1249
+ """日志集ID。通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志集ID
1248
1250
  :rtype: str
1249
1251
  """
1250
1252
  return self._LogsetId
@@ -1536,15 +1538,15 @@ class AlertHistoryRecord(AbstractModel):
1536
1538
  :type Trigger: str
1537
1539
  :param _TriggerCount: 持续周期,持续满足触发条件TriggerCount个周期后,再进行告警
1538
1540
  :type TriggerCount: int
1539
- :param _AlarmPeriod: 告警通知发送频率,单位为分钟
1541
+ :param _AlarmPeriod: 告警通知发送频率,单位为分钟(min)
1540
1542
  :type AlarmPeriod: int
1541
1543
  :param _Notices: 通知渠道组
1542
1544
  :type Notices: list of AlertHistoryNotice
1543
- :param _Duration: 告警持续时间,单位为分钟
1545
+ :param _Duration: 告警持续时间,单位为分钟(min)
1544
1546
  :type Duration: int
1545
1547
  :param _Status: 告警状态,0代表未恢复,1代表已恢复,2代表已失效
1546
1548
  :type Status: int
1547
- :param _CreateTime: 告警发生时间,毫秒级Unix时间戳
1549
+ :param _CreateTime: 告警发生时间,毫秒级Unix时间戳(ms)
1548
1550
  :type CreateTime: int
1549
1551
  :param _GroupTriggerCondition: 告警分组触发时对应的分组信息
1550
1552
  :type GroupTriggerCondition: list of GroupTriggerConditionInfo
@@ -1661,7 +1663,7 @@ class AlertHistoryRecord(AbstractModel):
1661
1663
 
1662
1664
  @property
1663
1665
  def AlarmPeriod(self):
1664
- """告警通知发送频率,单位为分钟
1666
+ """告警通知发送频率,单位为分钟(min)
1665
1667
  :rtype: int
1666
1668
  """
1667
1669
  return self._AlarmPeriod
@@ -1683,7 +1685,7 @@ class AlertHistoryRecord(AbstractModel):
1683
1685
 
1684
1686
  @property
1685
1687
  def Duration(self):
1686
- """告警持续时间,单位为分钟
1688
+ """告警持续时间,单位为分钟(min)
1687
1689
  :rtype: int
1688
1690
  """
1689
1691
  return self._Duration
@@ -1705,7 +1707,7 @@ class AlertHistoryRecord(AbstractModel):
1705
1707
 
1706
1708
  @property
1707
1709
  def CreateTime(self):
1708
- """告警发生时间,毫秒级Unix时间戳
1710
+ """告警发生时间,毫秒级Unix时间戳(ms)
1709
1711
  :rtype: int
1710
1712
  """
1711
1713
  return self._CreateTime
@@ -1795,7 +1797,8 @@ class AnalysisDimensional(AbstractModel):
1795
1797
  r"""
1796
1798
  :param _Name: 分析名称
1797
1799
  :type Name: str
1798
- :param _Type: 分析类型:query,field ,original
1800
+ :param _Type: 分析类型:query(自定义检索分析),field(字段TOP5及占比统计) ,original(相关原始日志)
1801
+
1799
1802
  :type Type: str
1800
1803
  :param _Content: 分析内容
1801
1804
  :type Content: str
@@ -1860,7 +1863,8 @@ class AnalysisDimensional(AbstractModel):
1860
1863
 
1861
1864
  @property
1862
1865
  def Type(self):
1863
- """分析类型:query,field ,original
1866
+ """分析类型:query(自定义检索分析),field(字段TOP5及占比统计) ,original(相关原始日志)
1867
+
1864
1868
  :rtype: str
1865
1869
  """
1866
1870
  return self._Type
@@ -5104,7 +5108,7 @@ class CreateAlarmNoticeRequest(AbstractModel):
5104
5108
 
5105
5109
  def __init__(self):
5106
5110
  r"""
5107
- :param _Name: 通知渠道组名称。
5111
+ :param _Name: 通知渠道组名称。最大支持255个字节。 不支持 '|'。
5108
5112
  :type Name: str
5109
5113
  :param _Tags: 标签描述列表,通过指定该参数可以同时绑定标签到相应的通知渠道组。最大支持50个标签键值对,并且不能有重复的键值对。
5110
5114
  :type Tags: list of Tag
@@ -5150,7 +5154,7 @@ class CreateAlarmNoticeRequest(AbstractModel):
5150
5154
 
5151
5155
  @property
5152
5156
  def Name(self):
5153
- """通知渠道组名称。
5157
+ """通知渠道组名称。最大支持255个字节。 不支持 '|'。
5154
5158
  :rtype: str
5155
5159
  """
5156
5160
  return self._Name
@@ -5364,7 +5368,7 @@ class CreateAlarmRequest(AbstractModel):
5364
5368
 
5365
5369
  def __init__(self):
5366
5370
  r"""
5367
- :param _Name: 告警策略名称
5371
+ :param _Name: 告警策略名称。最大支持255个字节。 不支持 '|'。
5368
5372
  :type Name: str
5369
5373
  :param _AlarmTargets: 监控对象列表。
5370
5374
  :type AlarmTargets: list of AlarmTarget
@@ -5374,9 +5378,9 @@ class CreateAlarmRequest(AbstractModel):
5374
5378
  :type TriggerCount: int
5375
5379
  :param _AlarmPeriod: 告警重复的周期,单位是分钟。取值范围是0~1440。
5376
5380
  :type AlarmPeriod: int
5377
- :param _AlarmNoticeIds: 关联的告警通知模板列表。
5381
+ :param _AlarmNoticeIds: 关联的告警通知渠道组列表。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/product/614/56462)获取关联的告警通知渠道组列表
5378
5382
  :type AlarmNoticeIds: list of str
5379
- :param _Condition: 触发条件
5383
+ :param _Condition: 告警发送通知的触发条件
5380
5384
  注意:
5381
5385
  - Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。
5382
5386
 
@@ -5447,7 +5451,7 @@ Classifications元素的Value长度不能超过200个字符。
5447
5451
 
5448
5452
  @property
5449
5453
  def Name(self):
5450
- """告警策略名称
5454
+ """告警策略名称。最大支持255个字节。 不支持 '|'。
5451
5455
  :rtype: str
5452
5456
  """
5453
5457
  return self._Name
@@ -5502,7 +5506,7 @@ Classifications元素的Value长度不能超过200个字符。
5502
5506
 
5503
5507
  @property
5504
5508
  def AlarmNoticeIds(self):
5505
- """关联的告警通知模板列表。
5509
+ """关联的告警通知渠道组列表。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/product/614/56462)获取关联的告警通知渠道组列表
5506
5510
  :rtype: list of str
5507
5511
  """
5508
5512
  return self._AlarmNoticeIds
@@ -5513,7 +5517,7 @@ Classifications元素的Value长度不能超过200个字符。
5513
5517
 
5514
5518
  @property
5515
5519
  def Condition(self):
5516
- """触发条件
5520
+ """告警发送通知的触发条件
5517
5521
  注意:
5518
5522
  - Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。
5519
5523
 
@@ -5790,11 +5794,11 @@ class CreateAlarmShieldRequest(AbstractModel):
5790
5794
 
5791
5795
  def __init__(self):
5792
5796
  r"""
5793
- :param _AlarmNoticeId: 通知渠道组id
5797
+ :param _AlarmNoticeId: 通知渠道组id。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/product/614/56462)获取通知渠道组id
5794
5798
  :type AlarmNoticeId: str
5795
- :param _StartTime: 屏蔽开始时间(秒级时间戳)。
5799
+ :param _StartTime: 屏蔽规则开始时间,秒级(s)时间戳。
5796
5800
  :type StartTime: int
5797
- :param _EndTime: 屏蔽结束时间(秒级时间戳)。
5801
+ :param _EndTime: 屏蔽规则结束时间,秒级(s)时间戳。结束时间需要大于当前时间
5798
5802
  :type EndTime: int
5799
5803
  :param _Type: 屏蔽类型。1:屏蔽所有通知,2:按照Rule参数屏蔽匹配规则的通知。
5800
5804
  :type Type: int
@@ -5812,7 +5816,7 @@ class CreateAlarmShieldRequest(AbstractModel):
5812
5816
 
5813
5817
  @property
5814
5818
  def AlarmNoticeId(self):
5815
- """通知渠道组id
5819
+ """通知渠道组id。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/product/614/56462)获取通知渠道组id
5816
5820
  :rtype: str
5817
5821
  """
5818
5822
  return self._AlarmNoticeId
@@ -5823,7 +5827,7 @@ class CreateAlarmShieldRequest(AbstractModel):
5823
5827
 
5824
5828
  @property
5825
5829
  def StartTime(self):
5826
- """屏蔽开始时间(秒级时间戳)。
5830
+ """屏蔽规则开始时间,秒级(s)时间戳。
5827
5831
  :rtype: int
5828
5832
  """
5829
5833
  return self._StartTime
@@ -5834,7 +5838,7 @@ class CreateAlarmShieldRequest(AbstractModel):
5834
5838
 
5835
5839
  @property
5836
5840
  def EndTime(self):
5837
- """屏蔽结束时间(秒级时间戳)。
5841
+ """屏蔽规则结束时间,秒级(s)时间戳。结束时间需要大于当前时间
5838
5842
  :rtype: int
5839
5843
  """
5840
5844
  return self._EndTime
@@ -8568,7 +8572,10 @@ class CreateMachineGroupRequest(AbstractModel):
8568
8572
 
8569
8573
  def __init__(self):
8570
8574
  r"""
8571
- :param _GroupName: 机器组名字,不能重复
8575
+ :param _GroupName: 机器组名字。
8576
+ 输入限制:
8577
+ - 最大支持255个字符,不能为空字符串
8578
+ - 不能包含字符'|'
8572
8579
  :type GroupName: str
8573
8580
  :param _MachineGroupType: 创建机器组类型。取值如下:
8574
8581
  - Type:ip,Values中为ip字符串列表创建机器组
@@ -8579,12 +8586,16 @@ class CreateMachineGroupRequest(AbstractModel):
8579
8586
  :param _AutoUpdate: 是否开启机器组自动更新。默认false
8580
8587
  :type AutoUpdate: bool
8581
8588
  :param _UpdateStartTime: 升级开始时间,建议业务低峰期升级LogListener
8589
+ 时间格式:HH:mm:ss
8582
8590
  :type UpdateStartTime: str
8583
8591
  :param _UpdateEndTime: 升级结束时间,建议业务低峰期升级LogListener
8592
+ 时间格式:HH:mm:ss
8584
8593
  :type UpdateEndTime: str
8585
8594
  :param _ServiceLogging: 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费。默认false
8586
8595
  :type ServiceLogging: bool
8587
8596
  :param _DelayCleanupTime: 机器组中机器离线清理时间。单位:天
8597
+
8598
+ - 大于0时生效。
8588
8599
  :type DelayCleanupTime: int
8589
8600
  :param _MetaTags: 机器组元数据信息列表
8590
8601
  :type MetaTags: list of MetaTagInfo
@@ -8606,7 +8617,10 @@ class CreateMachineGroupRequest(AbstractModel):
8606
8617
 
8607
8618
  @property
8608
8619
  def GroupName(self):
8609
- """机器组名字,不能重复
8620
+ """机器组名字。
8621
+ 输入限制:
8622
+ - 最大支持255个字符,不能为空字符串
8623
+ - 不能包含字符'|'
8610
8624
  :rtype: str
8611
8625
  """
8612
8626
  return self._GroupName
@@ -8653,6 +8667,7 @@ class CreateMachineGroupRequest(AbstractModel):
8653
8667
  @property
8654
8668
  def UpdateStartTime(self):
8655
8669
  """升级开始时间,建议业务低峰期升级LogListener
8670
+ 时间格式:HH:mm:ss
8656
8671
  :rtype: str
8657
8672
  """
8658
8673
  return self._UpdateStartTime
@@ -8664,6 +8679,7 @@ class CreateMachineGroupRequest(AbstractModel):
8664
8679
  @property
8665
8680
  def UpdateEndTime(self):
8666
8681
  """升级结束时间,建议业务低峰期升级LogListener
8682
+ 时间格式:HH:mm:ss
8667
8683
  :rtype: str
8668
8684
  """
8669
8685
  return self._UpdateEndTime
@@ -8686,6 +8702,8 @@ class CreateMachineGroupRequest(AbstractModel):
8686
8702
  @property
8687
8703
  def DelayCleanupTime(self):
8688
8704
  """机器组中机器离线清理时间。单位:天
8705
+
8706
+ - 大于0时生效。
8689
8707
  :rtype: int
8690
8708
  """
8691
8709
  return self._DelayCleanupTime
@@ -8802,7 +8820,7 @@ class CreateNoticeContentRequest(AbstractModel):
8802
8820
 
8803
8821
  def __init__(self):
8804
8822
  r"""
8805
- :param _Name: 模板名称。
8823
+ :param _Name: 模板名称。最大支持255个字节
8806
8824
  :type Name: str
8807
8825
  :param _Type: 模板内容语言。0:中文1:英文
8808
8826
  :type Type: int
@@ -8815,7 +8833,7 @@ class CreateNoticeContentRequest(AbstractModel):
8815
8833
 
8816
8834
  @property
8817
8835
  def Name(self):
8818
- """模板名称。
8836
+ """模板名称。最大支持255个字节
8819
8837
  :rtype: str
8820
8838
  """
8821
8839
  return self._Name
@@ -9786,7 +9804,7 @@ class CreateWebCallbackRequest(AbstractModel):
9786
9804
 
9787
9805
  def __init__(self):
9788
9806
  r"""
9789
- :param _Name: 通知内容名称。
9807
+ :param _Name: 通知内容名称。最大支持255个字节
9790
9808
  :type Name: str
9791
9809
  :param _Type: 渠道类型。
9792
9810
 
@@ -9798,7 +9816,7 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调。
9798
9816
 
9799
9817
  当Type为Http时,必填。
9800
9818
  :type Method: str
9801
- :param _Key: 秘钥。
9819
+ :param _Key: 秘钥。最大支持1024个字节
9802
9820
  :type Key: str
9803
9821
  """
9804
9822
  self._Name = None
@@ -9809,7 +9827,7 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调。
9809
9827
 
9810
9828
  @property
9811
9829
  def Name(self):
9812
- """通知内容名称。
9830
+ """通知内容名称。最大支持255个字节
9813
9831
  :rtype: str
9814
9832
  """
9815
9833
  return self._Name
@@ -9857,7 +9875,7 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调。
9857
9875
 
9858
9876
  @property
9859
9877
  def Key(self):
9860
- """秘钥。
9878
+ """秘钥。最大支持1024个字节
9861
9879
  :rtype: str
9862
9880
  """
9863
9881
  return self._Key
@@ -10935,14 +10953,14 @@ class DeleteAlarmNoticeRequest(AbstractModel):
10935
10953
 
10936
10954
  def __init__(self):
10937
10955
  r"""
10938
- :param _AlarmNoticeId: 通知渠道组ID
10956
+ :param _AlarmNoticeId: 通知渠道组ID。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/api/614/56462)获取通知渠道组ID
10939
10957
  :type AlarmNoticeId: str
10940
10958
  """
10941
10959
  self._AlarmNoticeId = None
10942
10960
 
10943
10961
  @property
10944
10962
  def AlarmNoticeId(self):
10945
- """通知渠道组ID
10963
+ """通知渠道组ID。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/api/614/56462)获取通知渠道组ID
10946
10964
  :rtype: str
10947
10965
  """
10948
10966
  return self._AlarmNoticeId
@@ -12288,14 +12306,14 @@ class DeleteNoticeContentRequest(AbstractModel):
12288
12306
 
12289
12307
  def __init__(self):
12290
12308
  r"""
12291
- :param _NoticeContentId: 通知内容模板ID
12309
+ :param _NoticeContentId: 通知内容模板ID。-通过[获取通知内容模板](https://cloud.tencent.com/document/api/614/111714)获取通知内容模版ID
12292
12310
  :type NoticeContentId: str
12293
12311
  """
12294
12312
  self._NoticeContentId = None
12295
12313
 
12296
12314
  @property
12297
12315
  def NoticeContentId(self):
12298
- """通知内容模板ID
12316
+ """通知内容模板ID。-通过[获取通知内容模板](https://cloud.tencent.com/document/api/614/111714)获取通知内容模版ID
12299
12317
  :rtype: str
12300
12318
  """
12301
12319
  return self._NoticeContentId
@@ -12563,14 +12581,14 @@ class DeleteWebCallbackRequest(AbstractModel):
12563
12581
 
12564
12582
  def __init__(self):
12565
12583
  r"""
12566
- :param _WebCallbackId: 告警渠道回调配置ID
12584
+ :param _WebCallbackId: 告警渠道回调配置ID。-通过[获取告警渠道回调配置列表](https://cloud.tencent.com/document/api/614/115229)获取告警渠道回调配置ID
12567
12585
  :type WebCallbackId: str
12568
12586
  """
12569
12587
  self._WebCallbackId = None
12570
12588
 
12571
12589
  @property
12572
12590
  def WebCallbackId(self):
12573
- """告警渠道回调配置ID
12591
+ """告警渠道回调配置ID。-通过[获取告警渠道回调配置列表](https://cloud.tencent.com/document/api/614/115229)获取告警渠道回调配置ID
12574
12592
  :rtype: str
12575
12593
  """
12576
12594
  return self._WebCallbackId
@@ -12637,7 +12655,7 @@ ap-nanjing 南京地域。
12637
12655
 
12638
12656
  https://cloud.tencent.com/document/product/614/18940
12639
12657
  :type Region: str
12640
- :param _TopicId: 日志主题ID
12658
+ :param _TopicId: 日志主题ID。-通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题ID
12641
12659
  :type TopicId: str
12642
12660
  :param _Scope: 投递数据范围。
12643
12661
 
@@ -12671,7 +12689,7 @@ https://cloud.tencent.com/document/product/614/18940
12671
12689
 
12672
12690
  @property
12673
12691
  def TopicId(self):
12674
- """日志主题ID
12692
+ """日志主题ID。-通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题ID
12675
12693
  :rtype: str
12676
12694
  """
12677
12695
  return self._TopicId
@@ -12720,18 +12738,22 @@ class DescribeAlarmNoticesRequest(AbstractModel):
12720
12738
  :param _Filters: <li> name
12721
12739
  按照【通知渠道组名称】进行过滤。
12722
12740
  类型:String
12741
+ 示例:"Filters":[{"Key":"name","Values":["test-notice"]}]
12723
12742
  必选:否</li>
12724
12743
  <li> alarmNoticeId
12725
12744
  按照【通知渠道组ID】进行过滤。
12726
12745
  类型:String
12746
+ 示例:"Filters": [{Key: "alarmNoticeId", Values: ["notice-5281f1d2-6275-4e56-9ec3-a1eb19d8bc2f"]}]
12727
12747
  必选:否</li>
12728
12748
  <li> uid
12729
12749
  按照【接收用户ID】进行过滤。
12730
12750
  类型:String
12751
+ 示例:"Filters": [{Key: "uid", Values: ["1137546"]}]
12731
12752
  必选:否</li>
12732
12753
  <li> groupId
12733
12754
  按照【接收用户组ID】进行过滤。
12734
12755
  类型:String
12756
+ 示例:"Filters": [{Key: "groupId", Values: ["344098"]}]
12735
12757
  必选:否</li>
12736
12758
 
12737
12759
  <li> deliverFlag
@@ -12739,7 +12761,7 @@ class DescribeAlarmNoticesRequest(AbstractModel):
12739
12761
  类型:String
12740
12762
  必选:否
12741
12763
  可选值: "1":未启用, "2": 已启用, "3":投递异常</li>
12742
-
12764
+ 示例:"Filters":[{"Key":"deliverFlag","Values":["2"]}]
12743
12765
  每次请求的Filters的上限为10,Filter.Values的上限为5。
12744
12766
  :type Filters: list of Filter
12745
12767
  :param _Offset: 分页的偏移量,默认值为0。
@@ -12756,18 +12778,22 @@ class DescribeAlarmNoticesRequest(AbstractModel):
12756
12778
  """<li> name
12757
12779
  按照【通知渠道组名称】进行过滤。
12758
12780
  类型:String
12781
+ 示例:"Filters":[{"Key":"name","Values":["test-notice"]}]
12759
12782
  必选:否</li>
12760
12783
  <li> alarmNoticeId
12761
12784
  按照【通知渠道组ID】进行过滤。
12762
12785
  类型:String
12786
+ 示例:"Filters": [{Key: "alarmNoticeId", Values: ["notice-5281f1d2-6275-4e56-9ec3-a1eb19d8bc2f"]}]
12763
12787
  必选:否</li>
12764
12788
  <li> uid
12765
12789
  按照【接收用户ID】进行过滤。
12766
12790
  类型:String
12791
+ 示例:"Filters": [{Key: "uid", Values: ["1137546"]}]
12767
12792
  必选:否</li>
12768
12793
  <li> groupId
12769
12794
  按照【接收用户组ID】进行过滤。
12770
12795
  类型:String
12796
+ 示例:"Filters": [{Key: "groupId", Values: ["344098"]}]
12771
12797
  必选:否</li>
12772
12798
 
12773
12799
  <li> deliverFlag
@@ -12775,7 +12801,7 @@ class DescribeAlarmNoticesRequest(AbstractModel):
12775
12801
  类型:String
12776
12802
  必选:否
12777
12803
  可选值: "1":未启用, "2": 已启用, "3":投递异常</li>
12778
-
12804
+ 示例:"Filters":[{"Key":"deliverFlag","Values":["2"]}]
12779
12805
  每次请求的Filters的上限为10,Filter.Values的上限为5。
12780
12806
  :rtype: list of Filter
12781
12807
  """
@@ -13054,22 +13080,26 @@ class DescribeAlarmsRequest(AbstractModel):
13054
13080
  - 按照【告警策略名称】进行过滤。
13055
13081
  - 类型:String
13056
13082
  - 必选:否
13083
+ - 示例:test-alarm
13057
13084
 
13058
13085
  alarmId
13059
13086
  - 按照【告警策略ID】进行过滤。
13060
13087
  - 类型:String
13061
13088
  - 必选:否
13089
+ - 示例:alarm-b60cf034-c3d6-4b01-xxxx-4e877ebb4751
13062
13090
 
13063
13091
  topicId
13064
13092
  - 按照【监控对象的日志主题ID】进行过滤。
13065
13093
  - 类型:String
13066
13094
  - 必选:否
13095
+ - 示例:6766f83d-659e-xxxx-a8f7-9104a1012743
13067
13096
 
13068
13097
  enable
13069
13098
  - 按照【启用状态】进行过滤。
13070
13099
  - 类型:String
13071
13100
  - 备注:enable参数值范围: 1, t, T, TRUE, true, True, 0, f, F, FALSE, false, False。 其它值将返回参数错误信息.
13072
13101
  - 必选:否
13102
+ - 示例:true
13073
13103
 
13074
13104
  每次请求的Filters的上限为10,Filter.Values的上限为5。
13075
13105
  :type Filters: list of Filter
@@ -13088,22 +13118,26 @@ enable
13088
13118
  - 按照【告警策略名称】进行过滤。
13089
13119
  - 类型:String
13090
13120
  - 必选:否
13121
+ - 示例:test-alarm
13091
13122
 
13092
13123
  alarmId
13093
13124
  - 按照【告警策略ID】进行过滤。
13094
13125
  - 类型:String
13095
13126
  - 必选:否
13127
+ - 示例:alarm-b60cf034-c3d6-4b01-xxxx-4e877ebb4751
13096
13128
 
13097
13129
  topicId
13098
13130
  - 按照【监控对象的日志主题ID】进行过滤。
13099
13131
  - 类型:String
13100
13132
  - 必选:否
13133
+ - 示例:6766f83d-659e-xxxx-a8f7-9104a1012743
13101
13134
 
13102
13135
  enable
13103
13136
  - 按照【启用状态】进行过滤。
13104
13137
  - 类型:String
13105
13138
  - 备注:enable参数值范围: 1, t, T, TRUE, true, True, 0, f, F, FALSE, false, False。 其它值将返回参数错误信息.
13106
13139
  - 必选:否
13140
+ - 示例:true
13107
13141
 
13108
13142
  每次请求的Filters的上限为10,Filter.Values的上限为5。
13109
13143
  :rtype: list of Filter
@@ -13226,9 +13260,9 @@ class DescribeAlertRecordHistoryRequest(AbstractModel):
13226
13260
 
13227
13261
  def __init__(self):
13228
13262
  r"""
13229
- :param _From: 查询时间范围启始时间,毫秒级unix时间戳
13263
+ :param _From: 查询时间范围启始时间,毫秒级unix时间戳(ms)
13230
13264
  :type From: int
13231
- :param _To: 查询时间范围结束时间,毫秒级unix时间戳
13265
+ :param _To: 查询时间范围结束时间,毫秒级unix时间戳(ms)
13232
13266
  :type To: int
13233
13267
  :param _Offset: 分页的偏移量,默认值为0。
13234
13268
  :type Offset: int
@@ -13250,7 +13284,7 @@ class DescribeAlertRecordHistoryRequest(AbstractModel):
13250
13284
 
13251
13285
  @property
13252
13286
  def From(self):
13253
- """查询时间范围启始时间,毫秒级unix时间戳
13287
+ """查询时间范围启始时间,毫秒级unix时间戳(ms)
13254
13288
  :rtype: int
13255
13289
  """
13256
13290
  return self._From
@@ -13261,7 +13295,7 @@ class DescribeAlertRecordHistoryRequest(AbstractModel):
13261
13295
 
13262
13296
  @property
13263
13297
  def To(self):
13264
- """查询时间范围结束时间,毫秒级unix时间戳
13298
+ """查询时间范围结束时间,毫秒级unix时间戳(ms)
13265
13299
  :rtype: int
13266
13300
  """
13267
13301
  return self._To
@@ -17551,7 +17585,7 @@ class DescribeWebCallbacksRequest(AbstractModel):
17551
17585
  按照【告警渠道回调配置渠道类型】进行过滤。
17552
17586
  类型:String
17553
17587
  必选:否
17554
-
17588
+ 枚举值:WeCom,DingTalk,Lark,Http
17555
17589
  每次请求的Filters的上限为10,Filter.Values的上限为100。
17556
17590
  :type Filters: list of Filter
17557
17591
  :param _Offset: 分页的偏移量,默认值为0。
@@ -17579,7 +17613,7 @@ class DescribeWebCallbacksRequest(AbstractModel):
17579
17613
  按照【告警渠道回调配置渠道类型】进行过滤。
17580
17614
  类型:String
17581
17615
  必选:否
17582
-
17616
+ 枚举值:WeCom,DingTalk,Lark,Http
17583
17617
  每次请求的Filters的上限为10,Filter.Values的上限为100。
17584
17618
  :rtype: list of Filter
17585
17619
  """
@@ -21866,7 +21900,7 @@ class ModifyAlarmNoticeRequest(AbstractModel):
21866
21900
 
21867
21901
  def __init__(self):
21868
21902
  r"""
21869
- :param _AlarmNoticeId: 通知渠道组ID
21903
+ :param _AlarmNoticeId: 通知渠道组ID。-通过[获取通知内容模板](https://cloud.tencent.com/document/api/614/111714)获取通知渠道组ID
21870
21904
  :type AlarmNoticeId: str
21871
21905
  :param _Tags: 标签描述列表,通过指定该参数可以同时绑定标签到相应的通知渠道组。最大支持10个标签键值对,并且不能有重复的键值对。
21872
21906
  :type Tags: list of Tag
@@ -21921,7 +21955,7 @@ class ModifyAlarmNoticeRequest(AbstractModel):
21921
21955
 
21922
21956
  @property
21923
21957
  def AlarmNoticeId(self):
21924
- """通知渠道组ID
21958
+ """通知渠道组ID。-通过[获取通知内容模板](https://cloud.tencent.com/document/api/614/111714)获取通知渠道组ID
21925
21959
  :rtype: str
21926
21960
  """
21927
21961
  return self._AlarmNoticeId
@@ -22138,13 +22172,13 @@ class ModifyAlarmRequest(AbstractModel):
22138
22172
 
22139
22173
  def __init__(self):
22140
22174
  r"""
22141
- :param _AlarmId: 告警策略ID
22175
+ :param _AlarmId: 告警策略ID。-通过[获取告警策略列表](https://cloud.tencent.com/document/product/614/56461)获取告警策略ID
22142
22176
  :type AlarmId: str
22143
- :param _Name: 告警策略名称
22177
+ :param _Name: 告警策略名称。最大支持255个字节,不支持 '|'。
22144
22178
  :type Name: str
22145
22179
  :param _MonitorTime: 监控任务运行时间点。
22146
22180
  :type MonitorTime: :class:`tencentcloud.cls.v20201016.models.MonitorTime`
22147
- :param _Condition: 触发条件。
22181
+ :param _Condition: 告警信息发送的触发条件。
22148
22182
 
22149
22183
  注意:
22150
22184
  - Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。
@@ -22165,7 +22199,7 @@ class ModifyAlarmRequest(AbstractModel):
22165
22199
  :type TriggerCount: int
22166
22200
  :param _AlarmPeriod: 告警重复的周期。单位是分钟。取值范围是0~1440。
22167
22201
  :type AlarmPeriod: int
22168
- :param _AlarmNoticeIds: 关联的告警通知模板列表。
22202
+ :param _AlarmNoticeIds: 关联的告警通知渠道列表。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/product/614/56462)获取告警通知渠道列表
22169
22203
  :type AlarmNoticeIds: list of str
22170
22204
  :param _AlarmTargets: 监控对象列表。
22171
22205
  :type AlarmTargets: list of AlarmTarget
@@ -22218,7 +22252,7 @@ Classifications元素的Value长度不能超过200个字符。
22218
22252
 
22219
22253
  @property
22220
22254
  def AlarmId(self):
22221
- """告警策略ID
22255
+ """告警策略ID。-通过[获取告警策略列表](https://cloud.tencent.com/document/product/614/56461)获取告警策略ID
22222
22256
  :rtype: str
22223
22257
  """
22224
22258
  return self._AlarmId
@@ -22229,7 +22263,7 @@ Classifications元素的Value长度不能超过200个字符。
22229
22263
 
22230
22264
  @property
22231
22265
  def Name(self):
22232
- """告警策略名称
22266
+ """告警策略名称。最大支持255个字节,不支持 '|'。
22233
22267
  :rtype: str
22234
22268
  """
22235
22269
  return self._Name
@@ -22251,7 +22285,7 @@ Classifications元素的Value长度不能超过200个字符。
22251
22285
 
22252
22286
  @property
22253
22287
  def Condition(self):
22254
- """触发条件。
22288
+ """告警信息发送的触发条件。
22255
22289
 
22256
22290
  注意:
22257
22291
  - Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。
@@ -22317,7 +22351,7 @@ Classifications元素的Value长度不能超过200个字符。
22317
22351
 
22318
22352
  @property
22319
22353
  def AlarmNoticeIds(self):
22320
- """关联的告警通知模板列表。
22354
+ """关联的告警通知渠道列表。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/product/614/56462)获取告警通知渠道列表
22321
22355
  :rtype: list of str
22322
22356
  """
22323
22357
  return self._AlarmNoticeIds
@@ -22552,13 +22586,13 @@ class ModifyAlarmShieldRequest(AbstractModel):
22552
22586
 
22553
22587
  def __init__(self):
22554
22588
  r"""
22555
- :param _TaskId: 屏蔽规则ID
22589
+ :param _TaskId: 屏蔽规则ID。-通过[获取告警屏蔽配置规则](https://cloud.tencent.com/document/api/614/103650)获取屏蔽规则ID
22556
22590
  :type TaskId: str
22557
- :param _AlarmNoticeId: 通知渠道组id
22591
+ :param _AlarmNoticeId: 通知渠道组id。-通过[获取告警屏蔽配置规则](https://cloud.tencent.com/document/api/614/103650)获取通知渠道组id
22558
22592
  :type AlarmNoticeId: str
22559
- :param _StartTime: 屏蔽开始时间(秒级时间戳)。
22593
+ :param _StartTime: 屏蔽开始时间,秒级(s)时间戳。
22560
22594
  :type StartTime: int
22561
- :param _EndTime: 屏蔽结束时间(秒级时间戳)。
22595
+ :param _EndTime: 屏蔽结束时间,秒级(s)时间戳。
22562
22596
  :type EndTime: int
22563
22597
  :param _Type: 屏蔽类型。1:屏蔽所有通知,2:按照Rule参数屏蔽匹配规则的通知。
22564
22598
  :type Type: int
@@ -22567,6 +22601,7 @@ class ModifyAlarmShieldRequest(AbstractModel):
22567
22601
  :param _Reason: 屏蔽原因。
22568
22602
  :type Reason: str
22569
22603
  :param _Status: 规则状态。只有规则状态为生效中(status:1)时,才能将其修改为已失效(status:2)。
22604
+ 枚举:0(未生效),1(生效中),2(已失效)
22570
22605
  :type Status: int
22571
22606
  """
22572
22607
  self._TaskId = None
@@ -22580,7 +22615,7 @@ class ModifyAlarmShieldRequest(AbstractModel):
22580
22615
 
22581
22616
  @property
22582
22617
  def TaskId(self):
22583
- """屏蔽规则ID
22618
+ """屏蔽规则ID。-通过[获取告警屏蔽配置规则](https://cloud.tencent.com/document/api/614/103650)获取屏蔽规则ID
22584
22619
  :rtype: str
22585
22620
  """
22586
22621
  return self._TaskId
@@ -22591,7 +22626,7 @@ class ModifyAlarmShieldRequest(AbstractModel):
22591
22626
 
22592
22627
  @property
22593
22628
  def AlarmNoticeId(self):
22594
- """通知渠道组id
22629
+ """通知渠道组id。-通过[获取告警屏蔽配置规则](https://cloud.tencent.com/document/api/614/103650)获取通知渠道组id
22595
22630
  :rtype: str
22596
22631
  """
22597
22632
  return self._AlarmNoticeId
@@ -22602,7 +22637,7 @@ class ModifyAlarmShieldRequest(AbstractModel):
22602
22637
 
22603
22638
  @property
22604
22639
  def StartTime(self):
22605
- """屏蔽开始时间(秒级时间戳)。
22640
+ """屏蔽开始时间,秒级(s)时间戳。
22606
22641
  :rtype: int
22607
22642
  """
22608
22643
  return self._StartTime
@@ -22613,7 +22648,7 @@ class ModifyAlarmShieldRequest(AbstractModel):
22613
22648
 
22614
22649
  @property
22615
22650
  def EndTime(self):
22616
- """屏蔽结束时间(秒级时间戳)。
22651
+ """屏蔽结束时间,秒级(s)时间戳。
22617
22652
  :rtype: int
22618
22653
  """
22619
22654
  return self._EndTime
@@ -22658,6 +22693,7 @@ class ModifyAlarmShieldRequest(AbstractModel):
22658
22693
  @property
22659
22694
  def Status(self):
22660
22695
  """规则状态。只有规则状态为生效中(status:1)时,才能将其修改为已失效(status:2)。
22696
+ 枚举:0(未生效),1(生效中),2(已失效)
22661
22697
  :rtype: int
22662
22698
  """
22663
22699
  return self._Status
@@ -25052,7 +25088,7 @@ class ModifyNoticeContentRequest(AbstractModel):
25052
25088
 
25053
25089
  def __init__(self):
25054
25090
  r"""
25055
- :param _NoticeContentId: 通知内容模板ID
25091
+ :param _NoticeContentId: 通知内容模板ID。-通过[获取通知内容模板](https://cloud.tencent.com/document/api/614/111714)获取通知内容模版ID
25056
25092
  :type NoticeContentId: str
25057
25093
  :param _Name: 通知内容模板名称。
25058
25094
  :type Name: str
@@ -25070,7 +25106,7 @@ class ModifyNoticeContentRequest(AbstractModel):
25070
25106
 
25071
25107
  @property
25072
25108
  def NoticeContentId(self):
25073
- """通知内容模板ID
25109
+ """通知内容模板ID。-通过[获取通知内容模板](https://cloud.tencent.com/document/api/614/111714)获取通知内容模版ID
25074
25110
  :rtype: str
25075
25111
  """
25076
25112
  return self._NoticeContentId
@@ -25186,7 +25222,7 @@ class ModifyScheduledSqlRequest(AbstractModel):
25186
25222
  :type ProcessTimeWindow: str
25187
25223
  :param _ProcessDelay: 执行延迟(秒),0~120秒,默认60秒
25188
25224
  :type ProcessDelay: int
25189
- :param _SrcTopicRegion: 源topicId的地域信息,支持地域见(https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8)
25225
+ :param _SrcTopicRegion: 源topicId的地域信息,支持地域见 [地域列表](https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8) 文档
25190
25226
  :type SrcTopicRegion: str
25191
25227
  :param _Name: 任务名称,0~255字符
25192
25228
  :type Name: str
@@ -25295,7 +25331,7 @@ class ModifyScheduledSqlRequest(AbstractModel):
25295
25331
 
25296
25332
  @property
25297
25333
  def SrcTopicRegion(self):
25298
- """源topicId的地域信息,支持地域见(https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8)
25334
+ """源topicId的地域信息,支持地域见 [地域列表](https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8) 文档
25299
25335
  :rtype: str
25300
25336
  """
25301
25337
  return self._SrcTopicRegion
@@ -25952,9 +25988,9 @@ class ModifyWebCallbackRequest(AbstractModel):
25952
25988
 
25953
25989
  def __init__(self):
25954
25990
  r"""
25955
- :param _WebCallbackId: 告警渠道回调配置ID
25991
+ :param _WebCallbackId: 告警渠道回调配置ID。-通过[获取告警渠道回调配置列表](https://cloud.tencent.com/document/api/614/115229)获取告警渠道回调配置ID
25956
25992
  :type WebCallbackId: str
25957
- :param _Name: 告警渠道回调配置名称。
25993
+ :param _Name: 告警渠道回调配置名称。最大支持255个字节
25958
25994
  :type Name: str
25959
25995
  :param _Type: 渠道类型
25960
25996
 
@@ -25968,7 +26004,7 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
25968
26004
 
25969
26005
  注意:当Type为Http时,必填。
25970
26006
  :type Method: str
25971
- :param _Key: 秘钥信息。
26007
+ :param _Key: 秘钥信息。最大支持1024个字节
25972
26008
  :type Key: str
25973
26009
  """
25974
26010
  self._WebCallbackId = None
@@ -25980,7 +26016,7 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
25980
26016
 
25981
26017
  @property
25982
26018
  def WebCallbackId(self):
25983
- """告警渠道回调配置ID
26019
+ """告警渠道回调配置ID。-通过[获取告警渠道回调配置列表](https://cloud.tencent.com/document/api/614/115229)获取告警渠道回调配置ID
25984
26020
  :rtype: str
25985
26021
  """
25986
26022
  return self._WebCallbackId
@@ -25991,7 +26027,7 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
25991
26027
 
25992
26028
  @property
25993
26029
  def Name(self):
25994
- """告警渠道回调配置名称。
26030
+ """告警渠道回调配置名称。最大支持255个字节
25995
26031
  :rtype: str
25996
26032
  """
25997
26033
  return self._Name
@@ -26041,7 +26077,7 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
26041
26077
 
26042
26078
  @property
26043
26079
  def Key(self):
26044
- """秘钥信息。
26080
+ """秘钥信息。最大支持1024个字节
26045
26081
  :rtype: str
26046
26082
  """
26047
26083
  return self._Key
@@ -26112,7 +26148,7 @@ class MonitorTime(AbstractModel):
26112
26148
  :param _Time: 执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。
26113
26149
  当type为`Period`,`Fixed`时,time字段生效。
26114
26150
  :type Time: int
26115
- :param _CronExpression: 执行的周期cron表达式。示例:`"*/1 * * * *"` 从左到右每个field的含义 Minutes field, Hours field,Day of month field,Month field,Day of week field, 不支持秒级别。
26151
+ :param _CronExpression: 执行的周期cron表达式。示例:`"*/1 * * * *"` 从左到右每个field的含义 Minutes field(分钟), Hours field(小时),Day of month field(日期),Month field(月份),Day of week field(星期), 不支持秒级别。
26116
26152
  当type为`Cron`时,CronExpression字段生效。
26117
26153
  :type CronExpression: str
26118
26154
  """
@@ -26149,7 +26185,7 @@ class MonitorTime(AbstractModel):
26149
26185
 
26150
26186
  @property
26151
26187
  def CronExpression(self):
26152
- """执行的周期cron表达式。示例:`"*/1 * * * *"` 从左到右每个field的含义 Minutes field, Hours field,Day of month field,Month field,Day of week field, 不支持秒级别。
26188
+ """执行的周期cron表达式。示例:`"*/1 * * * *"` 从左到右每个field的含义 Minutes field(分钟), Hours field(小时),Day of month field(日期),Month field(月份),Day of week field(星期), 不支持秒级别。
26153
26189
  当type为`Cron`时,CronExpression字段生效。
26154
26190
  :rtype: str
26155
26191
  """
@@ -26451,9 +26487,9 @@ class NoticeContentTemplate(AbstractModel):
26451
26487
  :type Uin: int
26452
26488
  :param _SubUin: 创建/修改者子账号。
26453
26489
  :type SubUin: int
26454
- :param _CreateTime: 创建时间 秒级时间戳。
26490
+ :param _CreateTime: 创建时间 秒级(s)时间戳。
26455
26491
  :type CreateTime: int
26456
- :param _UpdateTime: 更新时间 秒级时间戳。
26492
+ :param _UpdateTime: 更新时间 秒级(s)时间戳。
26457
26493
  :type UpdateTime: int
26458
26494
  """
26459
26495
  self._NoticeContentId = None
@@ -26551,7 +26587,7 @@ class NoticeContentTemplate(AbstractModel):
26551
26587
 
26552
26588
  @property
26553
26589
  def CreateTime(self):
26554
- """创建时间 秒级时间戳。
26590
+ """创建时间 秒级(s)时间戳。
26555
26591
  :rtype: int
26556
26592
  """
26557
26593
  return self._CreateTime
@@ -26562,7 +26598,7 @@ class NoticeContentTemplate(AbstractModel):
26562
26598
 
26563
26599
  @property
26564
26600
  def UpdateTime(self):
26565
- """更新时间 秒级时间戳。
26601
+ """更新时间 秒级(s)时间戳。
26566
26602
  :rtype: int
26567
26603
  """
26568
26604
  return self._UpdateTime
@@ -26619,7 +26655,7 @@ class NoticeReceiver(AbstractModel):
26619
26655
  - WeChat - 微信
26620
26656
  - Phone - 电话
26621
26657
  :type ReceiverChannels: list of str
26622
- :param _NoticeContentId: 通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)
26658
+ :param _NoticeContentId: 通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)。-通过[获取通知内容模板](https://cloud.tencent.com/document/product/614/111714)获取通知内容模板ID
26623
26659
  :type NoticeContentId: str
26624
26660
  :param _StartTime: 允许接收信息的开始时间。格式:`15:04:05`。必填
26625
26661
  :type StartTime: str
@@ -26683,7 +26719,7 @@ class NoticeReceiver(AbstractModel):
26683
26719
 
26684
26720
  @property
26685
26721
  def NoticeContentId(self):
26686
- """通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)
26722
+ """通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)。-通过[获取通知内容模板](https://cloud.tencent.com/document/product/614/111714)获取通知内容模板ID
26687
26723
  :rtype: str
26688
26724
  """
26689
26725
  return self._NoticeContentId
@@ -31307,15 +31343,15 @@ class WebCallback(AbstractModel):
31307
31343
  def __init__(self):
31308
31344
  r"""
31309
31345
  :param _CallbackType: 回调的类型。可选值:
31310
- - Http
31311
- - WeCom
31312
- - DingTalk
31313
- - Lark
31346
+ - Http(自定义接口回调)
31347
+ - WeCom(企业微信)
31348
+ - DingTalk(钉钉)
31349
+ - Lark(飞书)
31314
31350
  :type CallbackType: str
31315
31351
  :param _Url: 回调地址,最大支持1024个字节。
31316
31352
  也可使用WebCallbackId引用集成配置中的URL,此时该字段请填写为空字符串。
31317
31353
  :type Url: str
31318
- :param _WebCallbackId: 集成配置ID
31354
+ :param _WebCallbackId: 集成配置ID。-通过[获取告警渠道回调配置列表](https://cloud.tencent.com/document/product/614/115229)获取集成配置ID
31319
31355
  :type WebCallbackId: str
31320
31356
  :param _Method: 回调方法。可选值:
31321
31357
  - POST(默认值)
@@ -31359,10 +31395,10 @@ class WebCallback(AbstractModel):
31359
31395
  @property
31360
31396
  def CallbackType(self):
31361
31397
  """回调的类型。可选值:
31362
- - Http
31363
- - WeCom
31364
- - DingTalk
31365
- - Lark
31398
+ - Http(自定义接口回调)
31399
+ - WeCom(企业微信)
31400
+ - DingTalk(钉钉)
31401
+ - Lark(飞书)
31366
31402
  :rtype: str
31367
31403
  """
31368
31404
  return self._CallbackType
@@ -31385,7 +31421,7 @@ class WebCallback(AbstractModel):
31385
31421
 
31386
31422
  @property
31387
31423
  def WebCallbackId(self):
31388
- """集成配置ID
31424
+ """集成配置ID。-通过[获取告警渠道回调配置列表](https://cloud.tencent.com/document/product/614/115229)获取集成配置ID
31389
31425
  :rtype: str
31390
31426
  """
31391
31427
  return self._WebCallbackId
@@ -31548,9 +31584,9 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
31548
31584
  :type Uin: int
31549
31585
  :param _SubUin: 子账号。
31550
31586
  :type SubUin: int
31551
- :param _CreateTime: 创建时间。秒级时间戳
31587
+ :param _CreateTime: 创建时间。秒(s)级时间戳
31552
31588
  :type CreateTime: int
31553
- :param _UpdateTime: 更新时间。秒级时间戳
31589
+ :param _UpdateTime: 更新时间。秒(s)级时间戳
31554
31590
  :type UpdateTime: int
31555
31591
  """
31556
31592
  self._WebCallbackId = None
@@ -31656,7 +31692,7 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
31656
31692
 
31657
31693
  @property
31658
31694
  def CreateTime(self):
31659
- """创建时间。秒级时间戳
31695
+ """创建时间。秒(s)级时间戳
31660
31696
  :rtype: int
31661
31697
  """
31662
31698
  return self._CreateTime
@@ -31667,7 +31703,7 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
31667
31703
 
31668
31704
  @property
31669
31705
  def UpdateTime(self):
31670
- """更新时间。秒级时间戳
31706
+ """更新时间。秒(s)级时间戳
31671
31707
  :rtype: int
31672
31708
  """
31673
31709
  return self._UpdateTime