tencentcloud-sdk-python 3.0.1443__py2.py3-none-any.whl → 3.0.1445__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 (46) 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 +539 -172
  6. tencentcloud/emr/v20190103/errorcodes.py +3 -0
  7. tencentcloud/ess/v20201111/models.py +105 -0
  8. tencentcloud/essbasic/v20210526/models.py +60 -0
  9. tencentcloud/keewidb/v20220308/errorcodes.py +3 -0
  10. tencentcloud/keewidb/v20220308/models.py +2 -2
  11. tencentcloud/lcic/v20220817/errorcodes.py +15 -0
  12. tencentcloud/lcic/v20220817/models.py +67 -16
  13. tencentcloud/lke/v20231130/lke_client.py +1 -1
  14. tencentcloud/lke/v20231130/models.py +1998 -50
  15. tencentcloud/lkeap/v20240522/errorcodes.py +1 -1
  16. tencentcloud/mongodb/v20190725/models.py +4 -4
  17. tencentcloud/mps/v20190612/models.py +64 -0
  18. tencentcloud/ocr/v20181119/models.py +46 -16
  19. tencentcloud/partners/v20180321/models.py +4 -4
  20. tencentcloud/postgres/v20170312/errorcodes.py +0 -12
  21. tencentcloud/postgres/v20170312/models.py +191 -1527
  22. tencentcloud/postgres/v20170312/postgres_client.py +0 -75
  23. tencentcloud/sqlserver/v20180328/models.py +6 -6
  24. tencentcloud/sts/v20180813/sts_client.py +21 -7
  25. tencentcloud/tcbr/v20220217/models.py +151 -0
  26. tencentcloud/tcss/v20201101/models.py +45 -0
  27. tencentcloud/tke/v20180525/models.py +17 -2
  28. tencentcloud/trabbit/v20230418/models.py +75 -0
  29. tencentcloud/trocket/v20230308/models.py +319 -0
  30. tencentcloud/trocket/v20230308/trocket_client.py +25 -0
  31. tencentcloud/trtc/v20190722/errorcodes.py +3 -0
  32. tencentcloud/trtc/v20190722/models.py +6 -4
  33. tencentcloud/tsf/v20180326/errorcodes.py +15 -0
  34. tencentcloud/tsf/v20180326/models.py +989 -589
  35. tencentcloud/tsf/v20180326/tsf_client.py +1 -1
  36. tencentcloud/vod/v20180717/models.py +570 -10
  37. tencentcloud/vod/v20180717/vod_client.py +102 -0
  38. tencentcloud/waf/v20180125/errorcodes.py +6 -0
  39. tencentcloud/waf/v20180125/models.py +1926 -744
  40. tencentcloud/waf/v20180125/waf_client.py +161 -0
  41. tencentcloud/wedata/v20210820/models.py +204 -0
  42. {tencentcloud_sdk_python-3.0.1443.dist-info → tencentcloud_sdk_python-3.0.1445.dist-info}/METADATA +1 -1
  43. {tencentcloud_sdk_python-3.0.1443.dist-info → tencentcloud_sdk_python-3.0.1445.dist-info}/RECORD +46 -46
  44. {tencentcloud_sdk_python-3.0.1443.dist-info → tencentcloud_sdk_python-3.0.1445.dist-info}/LICENSE +0 -0
  45. {tencentcloud_sdk_python-3.0.1443.dist-info → tencentcloud_sdk_python-3.0.1445.dist-info}/WHEEL +0 -0
  46. {tencentcloud_sdk_python-3.0.1443.dist-info → tencentcloud_sdk_python-3.0.1445.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
@@ -6253,6 +6257,7 @@ class CreateConfigExtraRequest(AbstractModel):
6253
6257
  :param _Name: 采集配置规程名称,最长63个字符,只能包含小写字符、数字及分隔符(“-”),且必须以小写字符开头,数字或小写字符结尾
6254
6258
  :type Name: str
6255
6259
  :param _TopicId: 日志主题id
6260
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
6256
6261
  :type TopicId: str
6257
6262
  :param _Type: 日志源类型。支持 container_stdout:容器标准输出;container_file:容器文件路径;host_file:节点文件路径。
6258
6263
  :type Type: str
@@ -6270,16 +6275,23 @@ class CreateConfigExtraRequest(AbstractModel):
6270
6275
 
6271
6276
  :type ConfigFlag: str
6272
6277
  :param _LogsetId: 日志集id
6278
+ - 通过[获取日志集列表](https://cloud.tencent.com/document/api/614/58624)获取日志集Id。
6273
6279
  :type LogsetId: str
6274
- :param _LogsetName: 日志集name
6280
+ :param _LogsetName: 日志集名称
6281
+ - 通过[获取日志集列表](https://cloud.tencent.com/document/api/614/58624)获取日志集名称。
6275
6282
  :type LogsetName: str
6276
6283
  :param _TopicName: 日志主题名称
6284
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题名称。
6277
6285
  :type TopicName: str
6278
- :param _HostFile: 节点文件路径类型配置。
6286
+ :param _HostFile: 自建k8s-节点文件配置信息,包括文件路径、名称及元数据相关信息。
6287
+
6288
+ - 详细参考 [HostFileInfo](https://cloud.tencent.com/document/api/614/56471#HostFileInfo) 信息。
6279
6289
  :type HostFile: :class:`tencentcloud.cls.v20201016.models.HostFileInfo`
6280
6290
  :param _ContainerFile: 容器文件路径类型配置。
6281
6291
  :type ContainerFile: :class:`tencentcloud.cls.v20201016.models.ContainerFileInfo`
6282
- :param _ContainerStdout: 容器标准输出类型配置。
6292
+ :param _ContainerStdout: 自建k8s-容器标准输出信息,包括容器、命名空间等。
6293
+
6294
+ - 详细参考 [ContainerStdoutInfo](https://cloud.tencent.com/document/api/614/56471#ContainerStdoutInfo) 信息。
6283
6295
  :type ContainerStdout: :class:`tencentcloud.cls.v20201016.models.ContainerStdoutInfo`
6284
6296
  :param _LogFormat: 日志格式化方式,用于容器采集场景。
6285
6297
  - stdout-docker-json:用于docker容器采集场景
@@ -6293,11 +6305,15 @@ class CreateConfigExtraRequest(AbstractModel):
6293
6305
  - 取值参考:[使用组合解析提取模式采集日志
6294
6306
  ](https://cloud.tencent.com/document/product/614/61310)
6295
6307
  :type UserDefineRule: str
6296
- :param _GroupId: 绑定的机器组id
6308
+ :param _GroupId: 绑定的机器组ID
6309
+ - 通过[获取机器组列表](https://cloud.tencent.com/document/api/614/56438)获取机器组Id。
6310
+ - GroupId 与 GroupIds 选择其一即可,不可同时为空。
6297
6311
  :type GroupId: str
6298
- :param _GroupIds: 绑定的机器组id列表
6312
+ :param _GroupIds: 绑定的机器组ID列表
6313
+ - 通过[获取机器组列表](https://cloud.tencent.com/document/api/614/56438)获取机器组Id信息。
6314
+ - GroupId 与 GroupIds 选择其一即可,不可同时为空。
6299
6315
  :type GroupIds: list of str
6300
- :param _CollectInfos: 采集相关配置信息。详情见CollectInfo复杂类型配置。
6316
+ :param _CollectInfos: 采集相关配置信息。详细参考 [CollectInfo](https://cloud.tencent.com/document/api/614/56471#CollectInfo) 信息。
6301
6317
  :type CollectInfos: list of CollectInfo
6302
6318
  :param _AdvancedConfig: 高级采集配置。 Json字符串, Key/Value定义为如下:
6303
6319
  - ClsAgentFileTimeout(超时属性), 取值范围: 大于等于0的整数, 0为不超时
@@ -6341,6 +6357,7 @@ class CreateConfigExtraRequest(AbstractModel):
6341
6357
  @property
6342
6358
  def TopicId(self):
6343
6359
  """日志主题id
6360
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
6344
6361
  :rtype: str
6345
6362
  """
6346
6363
  return self._TopicId
@@ -6394,6 +6411,7 @@ class CreateConfigExtraRequest(AbstractModel):
6394
6411
  @property
6395
6412
  def LogsetId(self):
6396
6413
  """日志集id
6414
+ - 通过[获取日志集列表](https://cloud.tencent.com/document/api/614/58624)获取日志集Id。
6397
6415
  :rtype: str
6398
6416
  """
6399
6417
  return self._LogsetId
@@ -6404,7 +6422,8 @@ class CreateConfigExtraRequest(AbstractModel):
6404
6422
 
6405
6423
  @property
6406
6424
  def LogsetName(self):
6407
- """日志集name
6425
+ """日志集名称
6426
+ - 通过[获取日志集列表](https://cloud.tencent.com/document/api/614/58624)获取日志集名称。
6408
6427
  :rtype: str
6409
6428
  """
6410
6429
  return self._LogsetName
@@ -6416,6 +6435,7 @@ class CreateConfigExtraRequest(AbstractModel):
6416
6435
  @property
6417
6436
  def TopicName(self):
6418
6437
  """日志主题名称
6438
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题名称。
6419
6439
  :rtype: str
6420
6440
  """
6421
6441
  return self._TopicName
@@ -6426,7 +6446,9 @@ class CreateConfigExtraRequest(AbstractModel):
6426
6446
 
6427
6447
  @property
6428
6448
  def HostFile(self):
6429
- """节点文件路径类型配置。
6449
+ """自建k8s-节点文件配置信息,包括文件路径、名称及元数据相关信息。
6450
+
6451
+ - 详细参考 [HostFileInfo](https://cloud.tencent.com/document/api/614/56471#HostFileInfo) 信息。
6430
6452
  :rtype: :class:`tencentcloud.cls.v20201016.models.HostFileInfo`
6431
6453
  """
6432
6454
  return self._HostFile
@@ -6448,7 +6470,9 @@ class CreateConfigExtraRequest(AbstractModel):
6448
6470
 
6449
6471
  @property
6450
6472
  def ContainerStdout(self):
6451
- """容器标准输出类型配置。
6473
+ """自建k8s-容器标准输出信息,包括容器、命名空间等。
6474
+
6475
+ - 详细参考 [ContainerStdoutInfo](https://cloud.tencent.com/document/api/614/56471#ContainerStdoutInfo) 信息。
6452
6476
  :rtype: :class:`tencentcloud.cls.v20201016.models.ContainerStdoutInfo`
6453
6477
  """
6454
6478
  return self._ContainerStdout
@@ -6511,7 +6535,9 @@ class CreateConfigExtraRequest(AbstractModel):
6511
6535
 
6512
6536
  @property
6513
6537
  def GroupId(self):
6514
- """绑定的机器组id
6538
+ """绑定的机器组ID
6539
+ - 通过[获取机器组列表](https://cloud.tencent.com/document/api/614/56438)获取机器组Id。
6540
+ - GroupId 与 GroupIds 选择其一即可,不可同时为空。
6515
6541
  :rtype: str
6516
6542
  """
6517
6543
  return self._GroupId
@@ -6522,7 +6548,9 @@ class CreateConfigExtraRequest(AbstractModel):
6522
6548
 
6523
6549
  @property
6524
6550
  def GroupIds(self):
6525
- """绑定的机器组id列表
6551
+ """绑定的机器组ID列表
6552
+ - 通过[获取机器组列表](https://cloud.tencent.com/document/api/614/56438)获取机器组Id信息。
6553
+ - GroupId 与 GroupIds 选择其一即可,不可同时为空。
6526
6554
  :rtype: list of str
6527
6555
  """
6528
6556
  return self._GroupIds
@@ -6533,7 +6561,7 @@ class CreateConfigExtraRequest(AbstractModel):
6533
6561
 
6534
6562
  @property
6535
6563
  def CollectInfos(self):
6536
- """采集相关配置信息。详情见CollectInfo复杂类型配置。
6564
+ """采集相关配置信息。详细参考 [CollectInfo](https://cloud.tencent.com/document/api/614/56471#CollectInfo) 信息。
6537
6565
  :rtype: list of CollectInfo
6538
6566
  """
6539
6567
  return self._CollectInfos
@@ -8568,7 +8596,10 @@ class CreateMachineGroupRequest(AbstractModel):
8568
8596
 
8569
8597
  def __init__(self):
8570
8598
  r"""
8571
- :param _GroupName: 机器组名字,不能重复
8599
+ :param _GroupName: 机器组名字。
8600
+ 输入限制:
8601
+ - 最大支持255个字符,不能为空字符串
8602
+ - 不能包含字符'|'
8572
8603
  :type GroupName: str
8573
8604
  :param _MachineGroupType: 创建机器组类型。取值如下:
8574
8605
  - Type:ip,Values中为ip字符串列表创建机器组
@@ -8579,12 +8610,16 @@ class CreateMachineGroupRequest(AbstractModel):
8579
8610
  :param _AutoUpdate: 是否开启机器组自动更新。默认false
8580
8611
  :type AutoUpdate: bool
8581
8612
  :param _UpdateStartTime: 升级开始时间,建议业务低峰期升级LogListener
8613
+ 时间格式:HH:mm:ss
8582
8614
  :type UpdateStartTime: str
8583
8615
  :param _UpdateEndTime: 升级结束时间,建议业务低峰期升级LogListener
8616
+ 时间格式:HH:mm:ss
8584
8617
  :type UpdateEndTime: str
8585
8618
  :param _ServiceLogging: 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费。默认false
8586
8619
  :type ServiceLogging: bool
8587
8620
  :param _DelayCleanupTime: 机器组中机器离线清理时间。单位:天
8621
+
8622
+ - 大于0时生效。
8588
8623
  :type DelayCleanupTime: int
8589
8624
  :param _MetaTags: 机器组元数据信息列表
8590
8625
  :type MetaTags: list of MetaTagInfo
@@ -8606,7 +8641,10 @@ class CreateMachineGroupRequest(AbstractModel):
8606
8641
 
8607
8642
  @property
8608
8643
  def GroupName(self):
8609
- """机器组名字,不能重复
8644
+ """机器组名字。
8645
+ 输入限制:
8646
+ - 最大支持255个字符,不能为空字符串
8647
+ - 不能包含字符'|'
8610
8648
  :rtype: str
8611
8649
  """
8612
8650
  return self._GroupName
@@ -8653,6 +8691,7 @@ class CreateMachineGroupRequest(AbstractModel):
8653
8691
  @property
8654
8692
  def UpdateStartTime(self):
8655
8693
  """升级开始时间,建议业务低峰期升级LogListener
8694
+ 时间格式:HH:mm:ss
8656
8695
  :rtype: str
8657
8696
  """
8658
8697
  return self._UpdateStartTime
@@ -8664,6 +8703,7 @@ class CreateMachineGroupRequest(AbstractModel):
8664
8703
  @property
8665
8704
  def UpdateEndTime(self):
8666
8705
  """升级结束时间,建议业务低峰期升级LogListener
8706
+ 时间格式:HH:mm:ss
8667
8707
  :rtype: str
8668
8708
  """
8669
8709
  return self._UpdateEndTime
@@ -8686,6 +8726,8 @@ class CreateMachineGroupRequest(AbstractModel):
8686
8726
  @property
8687
8727
  def DelayCleanupTime(self):
8688
8728
  """机器组中机器离线清理时间。单位:天
8729
+
8730
+ - 大于0时生效。
8689
8731
  :rtype: int
8690
8732
  """
8691
8733
  return self._DelayCleanupTime
@@ -8802,7 +8844,7 @@ class CreateNoticeContentRequest(AbstractModel):
8802
8844
 
8803
8845
  def __init__(self):
8804
8846
  r"""
8805
- :param _Name: 模板名称。
8847
+ :param _Name: 模板名称。最大支持255个字节
8806
8848
  :type Name: str
8807
8849
  :param _Type: 模板内容语言。0:中文1:英文
8808
8850
  :type Type: int
@@ -8815,7 +8857,7 @@ class CreateNoticeContentRequest(AbstractModel):
8815
8857
 
8816
8858
  @property
8817
8859
  def Name(self):
8818
- """模板名称。
8860
+ """模板名称。最大支持255个字节
8819
8861
  :rtype: str
8820
8862
  """
8821
8863
  return self._Name
@@ -9786,7 +9828,7 @@ class CreateWebCallbackRequest(AbstractModel):
9786
9828
 
9787
9829
  def __init__(self):
9788
9830
  r"""
9789
- :param _Name: 通知内容名称。
9831
+ :param _Name: 通知内容名称。最大支持255个字节
9790
9832
  :type Name: str
9791
9833
  :param _Type: 渠道类型。
9792
9834
 
@@ -9798,7 +9840,7 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调。
9798
9840
 
9799
9841
  当Type为Http时,必填。
9800
9842
  :type Method: str
9801
- :param _Key: 秘钥。
9843
+ :param _Key: 秘钥。最大支持1024个字节
9802
9844
  :type Key: str
9803
9845
  """
9804
9846
  self._Name = None
@@ -9809,7 +9851,7 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调。
9809
9851
 
9810
9852
  @property
9811
9853
  def Name(self):
9812
- """通知内容名称。
9854
+ """通知内容名称。最大支持255个字节
9813
9855
  :rtype: str
9814
9856
  """
9815
9857
  return self._Name
@@ -9857,7 +9899,7 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调。
9857
9899
 
9858
9900
  @property
9859
9901
  def Key(self):
9860
- """秘钥。
9902
+ """秘钥。最大支持1024个字节
9861
9903
  :rtype: str
9862
9904
  """
9863
9905
  return self._Key
@@ -10227,25 +10269,34 @@ class DashboardNoticeMode(AbstractModel):
10227
10269
 
10228
10270
  def __init__(self):
10229
10271
  r"""
10230
- :param _ReceiverType: 仪表盘通知方式。<br>
10231
- <li/>Uin:腾讯云用户<br>
10232
- <li/>Group:腾讯云用户组<br>
10233
- <li/>Email:自定义Email<br>
10234
- <li/>WeCom: 企业微信回调<br>
10235
- <li/>DingTalk:钉钉<br>
10236
- <li/>Lark:飞书
10272
+ :param _ReceiverType: 仪表盘通知方式。
10273
+
10274
+ - Uin:腾讯云用户
10275
+ - Group:腾讯云用户组
10276
+ - WeCom:企业微信回调
10277
+ - Email:自定义邮件
10278
+ - DingTalk:钉钉
10279
+ - Lark:飞书
10237
10280
  :type ReceiverType: str
10238
10281
  :param _Values: 知方式对应的值。
10239
- <br> <li/> 当ReceiverType不是 WeCom 时,Values必填。
10282
+ - 当ReceiverType为:`WeCom`、`DingTalk`、`Lark` 时,Values必须为空,且Url字段必填。
10283
+ - 当ReceiverType为:`Uin`、`Group`、`Email` 时,Values必填,且Url字段必须为空。
10284
+ - 当ReceiverType为:`Uin ` 时,Values为用户id,通过 [拉取子用户](https://cloud.tencent.com/document/product/598/34587) 获取子用户 UID 。
10285
+ - 当ReceiverType为:`Group` 时,Values为用户组id,通过 [查询用户组列表](https://cloud.tencent.com/document/product/598/34589) 获取用户组 ID 。
10286
+ - 当ReceiverType为:`Email` 时,Values为用户邮箱信息。
10240
10287
  :type Values: list of str
10241
10288
  :param _ReceiverChannels: 仪表盘通知渠道。
10242
- <br><li/> 支持:["Email","Sms","WeChat","Phone"]。
10243
- <br><li/> 当ReceiverType是 Email 或 WeCom 时,ReceiverChannels不能赋值。
10289
+
10290
+ - 支持:["Email","Sms","WeChat","Phone"]。
10291
+ - 当ReceiverType为 `Email` 或 `WeCom` 时,ReceiverChannels无效。
10244
10292
  注意:此字段可能返回 null,表示取不到有效值。
10245
10293
  :type ReceiverChannels: list of str
10246
- :param _Url: 回调Url。
10247
- <br><li/> 当ReceiverTypeWeCom 时,Url必填。
10248
- <br><li/> 当ReceiverType不是 WeCom 时,Url不能填写。
10294
+ :param _Url: 订阅方式 - 回调地址。
10295
+ - 当ReceiverType为:`WeCom`、`DingTalk`、`Lark` 时,Url字段必填为各渠道的回调地址。
10296
+ - 为:`WeCom` 时,Url为 企业微信回调地址。
10297
+ - 为:`DingTalk` 时,Url为 钉钉机器人Webhook地址。
10298
+ - 为:`Lark` 时,Url为 飞书机器人Webhook地址。
10299
+ - 当ReceiverType为:`Uin`、`Group`、`Email` 时,Url字段必须为空。
10249
10300
  :type Url: str
10250
10301
  """
10251
10302
  self._ReceiverType = None
@@ -10255,13 +10306,14 @@ class DashboardNoticeMode(AbstractModel):
10255
10306
 
10256
10307
  @property
10257
10308
  def ReceiverType(self):
10258
- """仪表盘通知方式。<br>
10259
- <li/>Uin:腾讯云用户<br>
10260
- <li/>Group:腾讯云用户组<br>
10261
- <li/>Email:自定义Email<br>
10262
- <li/>WeCom: 企业微信回调<br>
10263
- <li/>DingTalk:钉钉<br>
10264
- <li/>Lark:飞书
10309
+ """仪表盘通知方式。
10310
+
10311
+ - Uin:腾讯云用户
10312
+ - Group:腾讯云用户组
10313
+ - WeCom:企业微信回调
10314
+ - Email:自定义邮件
10315
+ - DingTalk:钉钉
10316
+ - Lark:飞书
10265
10317
  :rtype: str
10266
10318
  """
10267
10319
  return self._ReceiverType
@@ -10273,7 +10325,11 @@ class DashboardNoticeMode(AbstractModel):
10273
10325
  @property
10274
10326
  def Values(self):
10275
10327
  """知方式对应的值。
10276
- <br> <li/> 当ReceiverType不是 WeCom 时,Values必填。
10328
+ - 当ReceiverType为:`WeCom`、`DingTalk`、`Lark` 时,Values必须为空,且Url字段必填。
10329
+ - 当ReceiverType为:`Uin`、`Group`、`Email` 时,Values必填,且Url字段必须为空。
10330
+ - 当ReceiverType为:`Uin ` 时,Values为用户id,通过 [拉取子用户](https://cloud.tencent.com/document/product/598/34587) 获取子用户 UID 。
10331
+ - 当ReceiverType为:`Group` 时,Values为用户组id,通过 [查询用户组列表](https://cloud.tencent.com/document/product/598/34589) 获取用户组 ID 。
10332
+ - 当ReceiverType为:`Email` 时,Values为用户邮箱信息。
10277
10333
  :rtype: list of str
10278
10334
  """
10279
10335
  return self._Values
@@ -10285,8 +10341,9 @@ class DashboardNoticeMode(AbstractModel):
10285
10341
  @property
10286
10342
  def ReceiverChannels(self):
10287
10343
  """仪表盘通知渠道。
10288
- <br><li/> 支持:["Email","Sms","WeChat","Phone"]。
10289
- <br><li/> 当ReceiverType是 Email 或 WeCom 时,ReceiverChannels不能赋值。
10344
+
10345
+ - 支持:["Email","Sms","WeChat","Phone"]。
10346
+ - 当ReceiverType为 `Email` 或 `WeCom` 时,ReceiverChannels无效。
10290
10347
  注意:此字段可能返回 null,表示取不到有效值。
10291
10348
  :rtype: list of str
10292
10349
  """
@@ -10298,9 +10355,12 @@ class DashboardNoticeMode(AbstractModel):
10298
10355
 
10299
10356
  @property
10300
10357
  def Url(self):
10301
- """回调Url。
10302
- <br><li/> 当ReceiverTypeWeCom 时,Url必填。
10303
- <br><li/> 当ReceiverType不是 WeCom 时,Url不能填写。
10358
+ """订阅方式 - 回调地址。
10359
+ - 当ReceiverType为:`WeCom`、`DingTalk`、`Lark` 时,Url字段必填为各渠道的回调地址。
10360
+ - 为:`WeCom` 时,Url为 企业微信回调地址。
10361
+ - 为:`DingTalk` 时,Url为 钉钉机器人Webhook地址。
10362
+ - 为:`Lark` 时,Url为 飞书机器人Webhook地址。
10363
+ - 当ReceiverType为:`Uin`、`Group`、`Email` 时,Url字段必须为空。
10304
10364
  :rtype: str
10305
10365
  """
10306
10366
  return self._Url
@@ -10465,6 +10525,194 @@ class DashboardSubscribeData(AbstractModel):
10465
10525
 
10466
10526
 
10467
10527
 
10528
+ class DashboardSubscribeInfo(AbstractModel):
10529
+ """仪表盘订阅信息
10530
+
10531
+ """
10532
+
10533
+ def __init__(self):
10534
+ r"""
10535
+ :param _Id: 仪表盘订阅id。
10536
+ :type Id: int
10537
+ :param _Name: 仪表盘订阅名称。
10538
+ :type Name: str
10539
+ :param _DashboardId: 仪表盘id。
10540
+ :type DashboardId: str
10541
+ :param _Cron: 仪表盘订阅时间。
10542
+ :type Cron: str
10543
+ :param _SubscribeData: 仪表盘订阅数据。
10544
+ :type SubscribeData: :class:`tencentcloud.cls.v20201016.models.DashboardSubscribeData`
10545
+ :param _CreateTime: 仪表盘订阅记录创建时间。格式:`YYYY-MM-DD HH:MM:SS`
10546
+ :type CreateTime: str
10547
+ :param _UpdateTime: 仪表盘订阅记录更新时间。格式:`YYYY-MM-DD HH:MM:SS`
10548
+ :type UpdateTime: str
10549
+ :param _LastTime: 仪表盘订阅记录最后一次发送成功时间。格式:`YYYY-MM-DD HH:MM:SS`
10550
+ :type LastTime: str
10551
+ :param _Uin: 腾讯云主账号Id。
10552
+ :type Uin: int
10553
+ :param _SubUin: 腾讯云主账号下的子账号Id。
10554
+ :type SubUin: int
10555
+ :param _LastStatus: 仪表盘订阅记录最后一次发送的状态。success:全部发送成功,fail:未发送, partialSuccess:部分发送成功。
10556
+ :type LastStatus: str
10557
+ """
10558
+ self._Id = None
10559
+ self._Name = None
10560
+ self._DashboardId = None
10561
+ self._Cron = None
10562
+ self._SubscribeData = None
10563
+ self._CreateTime = None
10564
+ self._UpdateTime = None
10565
+ self._LastTime = None
10566
+ self._Uin = None
10567
+ self._SubUin = None
10568
+ self._LastStatus = None
10569
+
10570
+ @property
10571
+ def Id(self):
10572
+ """仪表盘订阅id。
10573
+ :rtype: int
10574
+ """
10575
+ return self._Id
10576
+
10577
+ @Id.setter
10578
+ def Id(self, Id):
10579
+ self._Id = Id
10580
+
10581
+ @property
10582
+ def Name(self):
10583
+ """仪表盘订阅名称。
10584
+ :rtype: str
10585
+ """
10586
+ return self._Name
10587
+
10588
+ @Name.setter
10589
+ def Name(self, Name):
10590
+ self._Name = Name
10591
+
10592
+ @property
10593
+ def DashboardId(self):
10594
+ """仪表盘id。
10595
+ :rtype: str
10596
+ """
10597
+ return self._DashboardId
10598
+
10599
+ @DashboardId.setter
10600
+ def DashboardId(self, DashboardId):
10601
+ self._DashboardId = DashboardId
10602
+
10603
+ @property
10604
+ def Cron(self):
10605
+ """仪表盘订阅时间。
10606
+ :rtype: str
10607
+ """
10608
+ return self._Cron
10609
+
10610
+ @Cron.setter
10611
+ def Cron(self, Cron):
10612
+ self._Cron = Cron
10613
+
10614
+ @property
10615
+ def SubscribeData(self):
10616
+ """仪表盘订阅数据。
10617
+ :rtype: :class:`tencentcloud.cls.v20201016.models.DashboardSubscribeData`
10618
+ """
10619
+ return self._SubscribeData
10620
+
10621
+ @SubscribeData.setter
10622
+ def SubscribeData(self, SubscribeData):
10623
+ self._SubscribeData = SubscribeData
10624
+
10625
+ @property
10626
+ def CreateTime(self):
10627
+ """仪表盘订阅记录创建时间。格式:`YYYY-MM-DD HH:MM:SS`
10628
+ :rtype: str
10629
+ """
10630
+ return self._CreateTime
10631
+
10632
+ @CreateTime.setter
10633
+ def CreateTime(self, CreateTime):
10634
+ self._CreateTime = CreateTime
10635
+
10636
+ @property
10637
+ def UpdateTime(self):
10638
+ """仪表盘订阅记录更新时间。格式:`YYYY-MM-DD HH:MM:SS`
10639
+ :rtype: str
10640
+ """
10641
+ return self._UpdateTime
10642
+
10643
+ @UpdateTime.setter
10644
+ def UpdateTime(self, UpdateTime):
10645
+ self._UpdateTime = UpdateTime
10646
+
10647
+ @property
10648
+ def LastTime(self):
10649
+ """仪表盘订阅记录最后一次发送成功时间。格式:`YYYY-MM-DD HH:MM:SS`
10650
+ :rtype: str
10651
+ """
10652
+ return self._LastTime
10653
+
10654
+ @LastTime.setter
10655
+ def LastTime(self, LastTime):
10656
+ self._LastTime = LastTime
10657
+
10658
+ @property
10659
+ def Uin(self):
10660
+ """腾讯云主账号Id。
10661
+ :rtype: int
10662
+ """
10663
+ return self._Uin
10664
+
10665
+ @Uin.setter
10666
+ def Uin(self, Uin):
10667
+ self._Uin = Uin
10668
+
10669
+ @property
10670
+ def SubUin(self):
10671
+ """腾讯云主账号下的子账号Id。
10672
+ :rtype: int
10673
+ """
10674
+ return self._SubUin
10675
+
10676
+ @SubUin.setter
10677
+ def SubUin(self, SubUin):
10678
+ self._SubUin = SubUin
10679
+
10680
+ @property
10681
+ def LastStatus(self):
10682
+ """仪表盘订阅记录最后一次发送的状态。success:全部发送成功,fail:未发送, partialSuccess:部分发送成功。
10683
+ :rtype: str
10684
+ """
10685
+ return self._LastStatus
10686
+
10687
+ @LastStatus.setter
10688
+ def LastStatus(self, LastStatus):
10689
+ self._LastStatus = LastStatus
10690
+
10691
+
10692
+ def _deserialize(self, params):
10693
+ self._Id = params.get("Id")
10694
+ self._Name = params.get("Name")
10695
+ self._DashboardId = params.get("DashboardId")
10696
+ self._Cron = params.get("Cron")
10697
+ if params.get("SubscribeData") is not None:
10698
+ self._SubscribeData = DashboardSubscribeData()
10699
+ self._SubscribeData._deserialize(params.get("SubscribeData"))
10700
+ self._CreateTime = params.get("CreateTime")
10701
+ self._UpdateTime = params.get("UpdateTime")
10702
+ self._LastTime = params.get("LastTime")
10703
+ self._Uin = params.get("Uin")
10704
+ self._SubUin = params.get("SubUin")
10705
+ self._LastStatus = params.get("LastStatus")
10706
+ memeber_set = set(params.keys())
10707
+ for name, value in vars(self).items():
10708
+ property_name = name[1:]
10709
+ if property_name in memeber_set:
10710
+ memeber_set.remove(property_name)
10711
+ if len(memeber_set) > 0:
10712
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
10713
+
10714
+
10715
+
10468
10716
  class DashboardTemplateVariable(AbstractModel):
10469
10717
  """仪表盘订阅模板变量
10470
10718
 
@@ -10935,14 +11183,14 @@ class DeleteAlarmNoticeRequest(AbstractModel):
10935
11183
 
10936
11184
  def __init__(self):
10937
11185
  r"""
10938
- :param _AlarmNoticeId: 通知渠道组ID
11186
+ :param _AlarmNoticeId: 通知渠道组ID。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/api/614/56462)获取通知渠道组ID
10939
11187
  :type AlarmNoticeId: str
10940
11188
  """
10941
11189
  self._AlarmNoticeId = None
10942
11190
 
10943
11191
  @property
10944
11192
  def AlarmNoticeId(self):
10945
- """通知渠道组ID
11193
+ """通知渠道组ID。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/api/614/56462)获取通知渠道组ID
10946
11194
  :rtype: str
10947
11195
  """
10948
11196
  return self._AlarmNoticeId
@@ -11642,7 +11890,7 @@ class DeleteCosRechargeRequest(AbstractModel):
11642
11890
  def __init__(self):
11643
11891
  r"""
11644
11892
  :param _Id: COS导入配置Id。
11645
- - 通过[获取投递任务列表](https://cloud.tencent.com/document/api/614/58745)获取COS导入配置Id。
11893
+ - 通过 [获取cos导入配置](https://cloud.tencent.com/document/product/614/88099) 获取COS导入配置Id。
11646
11894
  :type Id: str
11647
11895
  :param _TopicId: 日志主题Id。
11648
11896
  - 通过[获取日志主题列表](https://cloud.tencent.com/document/api/614/56454)获取日志主题Id。
@@ -11654,7 +11902,7 @@ class DeleteCosRechargeRequest(AbstractModel):
11654
11902
  @property
11655
11903
  def Id(self):
11656
11904
  """COS导入配置Id。
11657
- - 通过[获取投递任务列表](https://cloud.tencent.com/document/api/614/58745)获取COS导入配置Id。
11905
+ - 通过 [获取cos导入配置](https://cloud.tencent.com/document/product/614/88099) 获取COS导入配置Id。
11658
11906
  :rtype: str
11659
11907
  """
11660
11908
  return self._Id
@@ -12288,14 +12536,14 @@ class DeleteNoticeContentRequest(AbstractModel):
12288
12536
 
12289
12537
  def __init__(self):
12290
12538
  r"""
12291
- :param _NoticeContentId: 通知内容模板ID
12539
+ :param _NoticeContentId: 通知内容模板ID。-通过[获取通知内容模板](https://cloud.tencent.com/document/api/614/111714)获取通知内容模版ID
12292
12540
  :type NoticeContentId: str
12293
12541
  """
12294
12542
  self._NoticeContentId = None
12295
12543
 
12296
12544
  @property
12297
12545
  def NoticeContentId(self):
12298
- """通知内容模板ID
12546
+ """通知内容模板ID。-通过[获取通知内容模板](https://cloud.tencent.com/document/api/614/111714)获取通知内容模版ID
12299
12547
  :rtype: str
12300
12548
  """
12301
12549
  return self._NoticeContentId
@@ -12563,14 +12811,14 @@ class DeleteWebCallbackRequest(AbstractModel):
12563
12811
 
12564
12812
  def __init__(self):
12565
12813
  r"""
12566
- :param _WebCallbackId: 告警渠道回调配置ID
12814
+ :param _WebCallbackId: 告警渠道回调配置ID。-通过[获取告警渠道回调配置列表](https://cloud.tencent.com/document/api/614/115229)获取告警渠道回调配置ID
12567
12815
  :type WebCallbackId: str
12568
12816
  """
12569
12817
  self._WebCallbackId = None
12570
12818
 
12571
12819
  @property
12572
12820
  def WebCallbackId(self):
12573
- """告警渠道回调配置ID
12821
+ """告警渠道回调配置ID。-通过[获取告警渠道回调配置列表](https://cloud.tencent.com/document/api/614/115229)获取告警渠道回调配置ID
12574
12822
  :rtype: str
12575
12823
  """
12576
12824
  return self._WebCallbackId
@@ -12633,11 +12881,11 @@ class DeliverConfig(AbstractModel):
12633
12881
  ap-guangzhou 广州地域;
12634
12882
  ap-nanjing 南京地域。
12635
12883
 
12636
- 详细信息请查看官网:
12884
+ 详细信息请查看官网[地域和访问域名](https://cloud.tencent.com/document/product/614/18940)
12885
+
12637
12886
 
12638
- https://cloud.tencent.com/document/product/614/18940
12639
12887
  :type Region: str
12640
- :param _TopicId: 日志主题ID
12888
+ :param _TopicId: 日志主题ID。-通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题ID
12641
12889
  :type TopicId: str
12642
12890
  :param _Scope: 投递数据范围。
12643
12891
 
@@ -12658,9 +12906,9 @@ https://cloud.tencent.com/document/product/614/18940
12658
12906
  ap-guangzhou 广州地域;
12659
12907
  ap-nanjing 南京地域。
12660
12908
 
12661
- 详细信息请查看官网:
12909
+ 详细信息请查看官网[地域和访问域名](https://cloud.tencent.com/document/product/614/18940)
12910
+
12662
12911
 
12663
- https://cloud.tencent.com/document/product/614/18940
12664
12912
  :rtype: str
12665
12913
  """
12666
12914
  return self._Region
@@ -12671,7 +12919,7 @@ https://cloud.tencent.com/document/product/614/18940
12671
12919
 
12672
12920
  @property
12673
12921
  def TopicId(self):
12674
- """日志主题ID
12922
+ """日志主题ID。-通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题ID
12675
12923
  :rtype: str
12676
12924
  """
12677
12925
  return self._TopicId
@@ -12720,18 +12968,22 @@ class DescribeAlarmNoticesRequest(AbstractModel):
12720
12968
  :param _Filters: <li> name
12721
12969
  按照【通知渠道组名称】进行过滤。
12722
12970
  类型:String
12971
+ 示例:"Filters":[{"Key":"name","Values":["test-notice"]}]
12723
12972
  必选:否</li>
12724
12973
  <li> alarmNoticeId
12725
12974
  按照【通知渠道组ID】进行过滤。
12726
12975
  类型:String
12976
+ 示例:"Filters": [{Key: "alarmNoticeId", Values: ["notice-5281f1d2-6275-4e56-9ec3-a1eb19d8bc2f"]}]
12727
12977
  必选:否</li>
12728
12978
  <li> uid
12729
12979
  按照【接收用户ID】进行过滤。
12730
12980
  类型:String
12981
+ 示例:"Filters": [{Key: "uid", Values: ["1137546"]}]
12731
12982
  必选:否</li>
12732
12983
  <li> groupId
12733
12984
  按照【接收用户组ID】进行过滤。
12734
12985
  类型:String
12986
+ 示例:"Filters": [{Key: "groupId", Values: ["344098"]}]
12735
12987
  必选:否</li>
12736
12988
 
12737
12989
  <li> deliverFlag
@@ -12739,7 +12991,7 @@ class DescribeAlarmNoticesRequest(AbstractModel):
12739
12991
  类型:String
12740
12992
  必选:否
12741
12993
  可选值: "1":未启用, "2": 已启用, "3":投递异常</li>
12742
-
12994
+ 示例:"Filters":[{"Key":"deliverFlag","Values":["2"]}]
12743
12995
  每次请求的Filters的上限为10,Filter.Values的上限为5。
12744
12996
  :type Filters: list of Filter
12745
12997
  :param _Offset: 分页的偏移量,默认值为0。
@@ -12756,18 +13008,22 @@ class DescribeAlarmNoticesRequest(AbstractModel):
12756
13008
  """<li> name
12757
13009
  按照【通知渠道组名称】进行过滤。
12758
13010
  类型:String
13011
+ 示例:"Filters":[{"Key":"name","Values":["test-notice"]}]
12759
13012
  必选:否</li>
12760
13013
  <li> alarmNoticeId
12761
13014
  按照【通知渠道组ID】进行过滤。
12762
13015
  类型:String
13016
+ 示例:"Filters": [{Key: "alarmNoticeId", Values: ["notice-5281f1d2-6275-4e56-9ec3-a1eb19d8bc2f"]}]
12763
13017
  必选:否</li>
12764
13018
  <li> uid
12765
13019
  按照【接收用户ID】进行过滤。
12766
13020
  类型:String
13021
+ 示例:"Filters": [{Key: "uid", Values: ["1137546"]}]
12767
13022
  必选:否</li>
12768
13023
  <li> groupId
12769
13024
  按照【接收用户组ID】进行过滤。
12770
13025
  类型:String
13026
+ 示例:"Filters": [{Key: "groupId", Values: ["344098"]}]
12771
13027
  必选:否</li>
12772
13028
 
12773
13029
  <li> deliverFlag
@@ -12775,7 +13031,7 @@ class DescribeAlarmNoticesRequest(AbstractModel):
12775
13031
  类型:String
12776
13032
  必选:否
12777
13033
  可选值: "1":未启用, "2": 已启用, "3":投递异常</li>
12778
-
13034
+ 示例:"Filters":[{"Key":"deliverFlag","Values":["2"]}]
12779
13035
  每次请求的Filters的上限为10,Filter.Values的上限为5。
12780
13036
  :rtype: list of Filter
12781
13037
  """
@@ -12897,7 +13153,7 @@ class DescribeAlarmShieldsRequest(AbstractModel):
12897
13153
 
12898
13154
  def __init__(self):
12899
13155
  r"""
12900
- :param _AlarmNoticeId: 通知渠道组id
13156
+ :param _AlarmNoticeId: 通知渠道组id。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/api/614/56462)获取通知渠道组id
12901
13157
  :type AlarmNoticeId: str
12902
13158
  :param _Filters: - taskId:按照【规则id】进行过滤。类型:String 必选:否
12903
13159
  - status:按照【规则状态】进行过滤。类型:String。 支持 0:暂未生效,1:生效中,2:已失效。 必选:否
@@ -12915,7 +13171,7 @@ class DescribeAlarmShieldsRequest(AbstractModel):
12915
13171
 
12916
13172
  @property
12917
13173
  def AlarmNoticeId(self):
12918
- """通知渠道组id
13174
+ """通知渠道组id。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/api/614/56462)获取通知渠道组id
12919
13175
  :rtype: str
12920
13176
  """
12921
13177
  return self._AlarmNoticeId
@@ -13054,22 +13310,26 @@ class DescribeAlarmsRequest(AbstractModel):
13054
13310
  - 按照【告警策略名称】进行过滤。
13055
13311
  - 类型:String
13056
13312
  - 必选:否
13313
+ - 示例:test-alarm
13057
13314
 
13058
13315
  alarmId
13059
13316
  - 按照【告警策略ID】进行过滤。
13060
13317
  - 类型:String
13061
13318
  - 必选:否
13319
+ - 示例:alarm-b60cf034-c3d6-4b01-xxxx-4e877ebb4751
13062
13320
 
13063
13321
  topicId
13064
13322
  - 按照【监控对象的日志主题ID】进行过滤。
13065
13323
  - 类型:String
13066
13324
  - 必选:否
13325
+ - 示例:6766f83d-659e-xxxx-a8f7-9104a1012743
13067
13326
 
13068
13327
  enable
13069
13328
  - 按照【启用状态】进行过滤。
13070
13329
  - 类型:String
13071
13330
  - 备注:enable参数值范围: 1, t, T, TRUE, true, True, 0, f, F, FALSE, false, False。 其它值将返回参数错误信息.
13072
13331
  - 必选:否
13332
+ - 示例:true
13073
13333
 
13074
13334
  每次请求的Filters的上限为10,Filter.Values的上限为5。
13075
13335
  :type Filters: list of Filter
@@ -13088,22 +13348,26 @@ enable
13088
13348
  - 按照【告警策略名称】进行过滤。
13089
13349
  - 类型:String
13090
13350
  - 必选:否
13351
+ - 示例:test-alarm
13091
13352
 
13092
13353
  alarmId
13093
13354
  - 按照【告警策略ID】进行过滤。
13094
13355
  - 类型:String
13095
13356
  - 必选:否
13357
+ - 示例:alarm-b60cf034-c3d6-4b01-xxxx-4e877ebb4751
13096
13358
 
13097
13359
  topicId
13098
13360
  - 按照【监控对象的日志主题ID】进行过滤。
13099
13361
  - 类型:String
13100
13362
  - 必选:否
13363
+ - 示例:6766f83d-659e-xxxx-a8f7-9104a1012743
13101
13364
 
13102
13365
  enable
13103
13366
  - 按照【启用状态】进行过滤。
13104
13367
  - 类型:String
13105
13368
  - 备注:enable参数值范围: 1, t, T, TRUE, true, True, 0, f, F, FALSE, false, False。 其它值将返回参数错误信息.
13106
13369
  - 必选:否
13370
+ - 示例:true
13107
13371
 
13108
13372
  每次请求的Filters的上限为10,Filter.Values的上限为5。
13109
13373
  :rtype: list of Filter
@@ -13226,9 +13490,9 @@ class DescribeAlertRecordHistoryRequest(AbstractModel):
13226
13490
 
13227
13491
  def __init__(self):
13228
13492
  r"""
13229
- :param _From: 查询时间范围启始时间,毫秒级unix时间戳
13493
+ :param _From: 查询时间范围启始时间,毫秒级unix时间戳(ms)
13230
13494
  :type From: int
13231
- :param _To: 查询时间范围结束时间,毫秒级unix时间戳
13495
+ :param _To: 查询时间范围结束时间,毫秒级unix时间戳(ms)
13232
13496
  :type To: int
13233
13497
  :param _Offset: 分页的偏移量,默认值为0。
13234
13498
  :type Offset: int
@@ -13250,7 +13514,7 @@ class DescribeAlertRecordHistoryRequest(AbstractModel):
13250
13514
 
13251
13515
  @property
13252
13516
  def From(self):
13253
- """查询时间范围启始时间,毫秒级unix时间戳
13517
+ """查询时间范围启始时间,毫秒级unix时间戳(ms)
13254
13518
  :rtype: int
13255
13519
  """
13256
13520
  return self._From
@@ -13261,7 +13525,7 @@ class DescribeAlertRecordHistoryRequest(AbstractModel):
13261
13525
 
13262
13526
  @property
13263
13527
  def To(self):
13264
- """查询时间范围结束时间,毫秒级unix时间戳
13528
+ """查询时间范围结束时间,毫秒级unix时间戳(ms)
13265
13529
  :rtype: int
13266
13530
  """
13267
13531
  return self._To
@@ -14337,6 +14601,7 @@ class DescribeDashboardSubscribesRequest(AbstractModel):
14337
14601
  :param _Filters: dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否
14338
14602
 
14339
14603
  - 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
14604
+ - 入参示例:dashboard-522a5609-1f41-4b11-8086-5afd1d7574f5
14340
14605
 
14341
14606
  每次请求的Filters的上限为10,Filter.Values的上限为100。
14342
14607
  :type Filters: list of Filter
@@ -14354,6 +14619,7 @@ class DescribeDashboardSubscribesRequest(AbstractModel):
14354
14619
  """dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否
14355
14620
 
14356
14621
  - 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
14622
+ - 入参示例:dashboard-522a5609-1f41-4b11-8086-5afd1d7574f5
14357
14623
 
14358
14624
  每次请求的Filters的上限为10,Filter.Values的上限为100。
14359
14625
  :rtype: list of Filter
@@ -14413,11 +14679,39 @@ class DescribeDashboardSubscribesResponse(AbstractModel):
14413
14679
 
14414
14680
  def __init__(self):
14415
14681
  r"""
14682
+ :param _DashboardSubscribeInfos: 仪表盘订阅列表
14683
+ :type DashboardSubscribeInfos: list of DashboardSubscribeInfo
14684
+ :param _TotalCount: 总数目
14685
+ :type TotalCount: int
14416
14686
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14417
14687
  :type RequestId: str
14418
14688
  """
14689
+ self._DashboardSubscribeInfos = None
14690
+ self._TotalCount = None
14419
14691
  self._RequestId = None
14420
14692
 
14693
+ @property
14694
+ def DashboardSubscribeInfos(self):
14695
+ """仪表盘订阅列表
14696
+ :rtype: list of DashboardSubscribeInfo
14697
+ """
14698
+ return self._DashboardSubscribeInfos
14699
+
14700
+ @DashboardSubscribeInfos.setter
14701
+ def DashboardSubscribeInfos(self, DashboardSubscribeInfos):
14702
+ self._DashboardSubscribeInfos = DashboardSubscribeInfos
14703
+
14704
+ @property
14705
+ def TotalCount(self):
14706
+ """总数目
14707
+ :rtype: int
14708
+ """
14709
+ return self._TotalCount
14710
+
14711
+ @TotalCount.setter
14712
+ def TotalCount(self, TotalCount):
14713
+ self._TotalCount = TotalCount
14714
+
14421
14715
  @property
14422
14716
  def RequestId(self):
14423
14717
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -14431,6 +14725,13 @@ class DescribeDashboardSubscribesResponse(AbstractModel):
14431
14725
 
14432
14726
 
14433
14727
  def _deserialize(self, params):
14728
+ if params.get("DashboardSubscribeInfos") is not None:
14729
+ self._DashboardSubscribeInfos = []
14730
+ for item in params.get("DashboardSubscribeInfos"):
14731
+ obj = DashboardSubscribeInfo()
14732
+ obj._deserialize(item)
14733
+ self._DashboardSubscribeInfos.append(obj)
14734
+ self._TotalCount = params.get("TotalCount")
14434
14735
  self._RequestId = params.get("RequestId")
14435
14736
 
14436
14737
 
@@ -14446,17 +14747,44 @@ class DescribeDashboardsRequest(AbstractModel):
14446
14747
  :param _Limit: 分页单页限制数目,默认值为20,最大值100。
14447
14748
  :type Limit: int
14448
14749
  :param _Filters: - dashboardId 按照【仪表盘id】进行过滤,类型:String, 必选:否。
14750
+ - 示例值:dashboard-522a5609-1f41-4b11-8086-5afd1d7574f5
14449
14751
  - dashboardName 按照【仪表盘名字】进行模糊搜索过滤,类型:String,必选:否。
14450
- - dashboardRegion 按照【仪表盘地域】进行过滤,为了兼容老的仪表盘,通过云API创建的仪表盘没有地域属性,类型:String,必选:否。 [地域和访问域名](https://cloud.tencent.com/document/product/614/18940),例如:ap-guangzhou
14752
+ - 示例值:业务大盘
14753
+ - dashboardRegion 按照【仪表盘地域】进行过滤(兼容老的仪表盘),通过云API创建的仪表盘该属性,类型:String,必选:否。
14754
+ - 参考 [地域和访问域名](https://cloud.tencent.com/document/product/614/18940)
14755
+ - 示例:ap-guangzhou
14451
14756
  - tagKey 按照【标签键】进行过滤,类型:String,必选:否。
14452
- - tag:tagKey 按照【标签键值对】进行过滤。tagKey使用具体的标签键进行替换,类型:String,必选:否,使用请参考[示例2](https://cloud.tencent.com/document/api/614/95636#4.-.E7.A4.BA.E4.BE.8B)。
14757
+ - 示例值:
14758
+ ```
14759
+ "Filters":[
14760
+ {
14761
+ "Key": "tagKey",
14762
+ "Values": [
14763
+ "tag-key-test"
14764
+ ]
14765
+ }
14766
+ ]
14767
+ ```
14768
+
14769
+ - tag:tagKey 按照【标签键值对】进行过滤。tagKey使用具体的标签键进行替换,类型:String,必选:否,
14770
+ - 参考 [示例1](https://cloud.tencent.com/document/api/614/95636#4.-.E7.A4.BA.E4.BE.8B) 使用。
14771
+ ```
14772
+ "Filters": [
14773
+ {
14774
+ "Key": "tag:tag-key-test",
14775
+ "Values": [
14776
+ "12"
14777
+ ]
14778
+ }
14779
+ ]
14780
+ ```
14453
14781
 
14454
14782
  每次请求的Filters的上限为10,Filter.Values的上限为100。
14455
14783
  :type Filters: list of Filter
14456
14784
  :param _TopicIdRegionFilter: 按照topicId和regionId过滤。
14457
-
14458
14785
  - topicId:日志主题Id。
14459
14786
  - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
14787
+ - 示例值:439a5304-08f9-484b-9c4d-46ff57133816
14460
14788
  - regionId
14461
14789
  - 1:广州
14462
14790
  - 4:上海
@@ -14513,10 +14841,37 @@ class DescribeDashboardsRequest(AbstractModel):
14513
14841
  @property
14514
14842
  def Filters(self):
14515
14843
  """- dashboardId 按照【仪表盘id】进行过滤,类型:String, 必选:否。
14844
+ - 示例值:dashboard-522a5609-1f41-4b11-8086-5afd1d7574f5
14516
14845
  - dashboardName 按照【仪表盘名字】进行模糊搜索过滤,类型:String,必选:否。
14517
- - dashboardRegion 按照【仪表盘地域】进行过滤,为了兼容老的仪表盘,通过云API创建的仪表盘没有地域属性,类型:String,必选:否。 [地域和访问域名](https://cloud.tencent.com/document/product/614/18940),例如:ap-guangzhou
14846
+ - 示例值:业务大盘
14847
+ - dashboardRegion 按照【仪表盘地域】进行过滤(兼容老的仪表盘),通过云API创建的仪表盘该属性,类型:String,必选:否。
14848
+ - 参考 [地域和访问域名](https://cloud.tencent.com/document/product/614/18940)
14849
+ - 示例:ap-guangzhou
14518
14850
  - tagKey 按照【标签键】进行过滤,类型:String,必选:否。
14519
- - tag:tagKey 按照【标签键值对】进行过滤。tagKey使用具体的标签键进行替换,类型:String,必选:否,使用请参考[示例2](https://cloud.tencent.com/document/api/614/95636#4.-.E7.A4.BA.E4.BE.8B)。
14851
+ - 示例值:
14852
+ ```
14853
+ "Filters":[
14854
+ {
14855
+ "Key": "tagKey",
14856
+ "Values": [
14857
+ "tag-key-test"
14858
+ ]
14859
+ }
14860
+ ]
14861
+ ```
14862
+
14863
+ - tag:tagKey 按照【标签键值对】进行过滤。tagKey使用具体的标签键进行替换,类型:String,必选:否,
14864
+ - 参考 [示例1](https://cloud.tencent.com/document/api/614/95636#4.-.E7.A4.BA.E4.BE.8B) 使用。
14865
+ ```
14866
+ "Filters": [
14867
+ {
14868
+ "Key": "tag:tag-key-test",
14869
+ "Values": [
14870
+ "12"
14871
+ ]
14872
+ }
14873
+ ]
14874
+ ```
14520
14875
 
14521
14876
  每次请求的Filters的上限为10,Filter.Values的上限为100。
14522
14877
  :rtype: list of Filter
@@ -14530,9 +14885,9 @@ class DescribeDashboardsRequest(AbstractModel):
14530
14885
  @property
14531
14886
  def TopicIdRegionFilter(self):
14532
14887
  """按照topicId和regionId过滤。
14533
-
14534
14888
  - topicId:日志主题Id。
14535
14889
  - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
14890
+ - 示例值:439a5304-08f9-484b-9c4d-46ff57133816
14536
14891
  - regionId
14537
14892
  - 1:广州
14538
14893
  - 4:上海
@@ -17551,7 +17906,7 @@ class DescribeWebCallbacksRequest(AbstractModel):
17551
17906
  按照【告警渠道回调配置渠道类型】进行过滤。
17552
17907
  类型:String
17553
17908
  必选:否
17554
-
17909
+ 枚举值:WeCom,DingTalk,Lark,Http
17555
17910
  每次请求的Filters的上限为10,Filter.Values的上限为100。
17556
17911
  :type Filters: list of Filter
17557
17912
  :param _Offset: 分页的偏移量,默认值为0。
@@ -17579,7 +17934,7 @@ class DescribeWebCallbacksRequest(AbstractModel):
17579
17934
  按照【告警渠道回调配置渠道类型】进行过滤。
17580
17935
  类型:String
17581
17936
  必选:否
17582
-
17937
+ 枚举值:WeCom,DingTalk,Lark,Http
17583
17938
  每次请求的Filters的上限为10,Filter.Values的上限为100。
17584
17939
  :rtype: list of Filter
17585
17940
  """
@@ -21866,7 +22221,7 @@ class ModifyAlarmNoticeRequest(AbstractModel):
21866
22221
 
21867
22222
  def __init__(self):
21868
22223
  r"""
21869
- :param _AlarmNoticeId: 通知渠道组ID
22224
+ :param _AlarmNoticeId: 通知渠道组ID。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/api/614/56462)获取通知渠道组ID
21870
22225
  :type AlarmNoticeId: str
21871
22226
  :param _Tags: 标签描述列表,通过指定该参数可以同时绑定标签到相应的通知渠道组。最大支持10个标签键值对,并且不能有重复的键值对。
21872
22227
  :type Tags: list of Tag
@@ -21921,7 +22276,7 @@ class ModifyAlarmNoticeRequest(AbstractModel):
21921
22276
 
21922
22277
  @property
21923
22278
  def AlarmNoticeId(self):
21924
- """通知渠道组ID
22279
+ """通知渠道组ID。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/api/614/56462)获取通知渠道组ID
21925
22280
  :rtype: str
21926
22281
  """
21927
22282
  return self._AlarmNoticeId
@@ -22138,13 +22493,13 @@ class ModifyAlarmRequest(AbstractModel):
22138
22493
 
22139
22494
  def __init__(self):
22140
22495
  r"""
22141
- :param _AlarmId: 告警策略ID
22496
+ :param _AlarmId: 告警策略ID。-通过[获取告警策略列表](https://cloud.tencent.com/document/product/614/56461)获取告警策略ID
22142
22497
  :type AlarmId: str
22143
- :param _Name: 告警策略名称
22498
+ :param _Name: 告警策略名称。最大支持255个字节,不支持 '|'。
22144
22499
  :type Name: str
22145
22500
  :param _MonitorTime: 监控任务运行时间点。
22146
22501
  :type MonitorTime: :class:`tencentcloud.cls.v20201016.models.MonitorTime`
22147
- :param _Condition: 触发条件。
22502
+ :param _Condition: 告警信息发送的触发条件。
22148
22503
 
22149
22504
  注意:
22150
22505
  - Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。
@@ -22165,7 +22520,7 @@ class ModifyAlarmRequest(AbstractModel):
22165
22520
  :type TriggerCount: int
22166
22521
  :param _AlarmPeriod: 告警重复的周期。单位是分钟。取值范围是0~1440。
22167
22522
  :type AlarmPeriod: int
22168
- :param _AlarmNoticeIds: 关联的告警通知模板列表。
22523
+ :param _AlarmNoticeIds: 关联的告警通知渠道列表。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/product/614/56462)获取告警通知渠道列表
22169
22524
  :type AlarmNoticeIds: list of str
22170
22525
  :param _AlarmTargets: 监控对象列表。
22171
22526
  :type AlarmTargets: list of AlarmTarget
@@ -22218,7 +22573,7 @@ Classifications元素的Value长度不能超过200个字符。
22218
22573
 
22219
22574
  @property
22220
22575
  def AlarmId(self):
22221
- """告警策略ID
22576
+ """告警策略ID。-通过[获取告警策略列表](https://cloud.tencent.com/document/product/614/56461)获取告警策略ID
22222
22577
  :rtype: str
22223
22578
  """
22224
22579
  return self._AlarmId
@@ -22229,7 +22584,7 @@ Classifications元素的Value长度不能超过200个字符。
22229
22584
 
22230
22585
  @property
22231
22586
  def Name(self):
22232
- """告警策略名称
22587
+ """告警策略名称。最大支持255个字节,不支持 '|'。
22233
22588
  :rtype: str
22234
22589
  """
22235
22590
  return self._Name
@@ -22251,7 +22606,7 @@ Classifications元素的Value长度不能超过200个字符。
22251
22606
 
22252
22607
  @property
22253
22608
  def Condition(self):
22254
- """触发条件。
22609
+ """告警信息发送的触发条件。
22255
22610
 
22256
22611
  注意:
22257
22612
  - Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。
@@ -22317,7 +22672,7 @@ Classifications元素的Value长度不能超过200个字符。
22317
22672
 
22318
22673
  @property
22319
22674
  def AlarmNoticeIds(self):
22320
- """关联的告警通知模板列表。
22675
+ """关联的告警通知渠道列表。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/product/614/56462)获取告警通知渠道列表
22321
22676
  :rtype: list of str
22322
22677
  """
22323
22678
  return self._AlarmNoticeIds
@@ -22552,13 +22907,13 @@ class ModifyAlarmShieldRequest(AbstractModel):
22552
22907
 
22553
22908
  def __init__(self):
22554
22909
  r"""
22555
- :param _TaskId: 屏蔽规则ID
22910
+ :param _TaskId: 屏蔽规则ID。-通过[获取告警屏蔽配置规则](https://cloud.tencent.com/document/api/614/103650)获取屏蔽规则ID
22556
22911
  :type TaskId: str
22557
- :param _AlarmNoticeId: 通知渠道组id
22912
+ :param _AlarmNoticeId: 通知渠道组id。-通过[获取告警屏蔽配置规则](https://cloud.tencent.com/document/api/614/103650)获取通知渠道组id
22558
22913
  :type AlarmNoticeId: str
22559
- :param _StartTime: 屏蔽开始时间(秒级时间戳)。
22914
+ :param _StartTime: 屏蔽开始时间,秒级(s)时间戳。
22560
22915
  :type StartTime: int
22561
- :param _EndTime: 屏蔽结束时间(秒级时间戳)。
22916
+ :param _EndTime: 屏蔽结束时间,秒级(s)时间戳。
22562
22917
  :type EndTime: int
22563
22918
  :param _Type: 屏蔽类型。1:屏蔽所有通知,2:按照Rule参数屏蔽匹配规则的通知。
22564
22919
  :type Type: int
@@ -22567,6 +22922,7 @@ class ModifyAlarmShieldRequest(AbstractModel):
22567
22922
  :param _Reason: 屏蔽原因。
22568
22923
  :type Reason: str
22569
22924
  :param _Status: 规则状态。只有规则状态为生效中(status:1)时,才能将其修改为已失效(status:2)。
22925
+ 枚举:0(未生效),1(生效中),2(已失效)
22570
22926
  :type Status: int
22571
22927
  """
22572
22928
  self._TaskId = None
@@ -22580,7 +22936,7 @@ class ModifyAlarmShieldRequest(AbstractModel):
22580
22936
 
22581
22937
  @property
22582
22938
  def TaskId(self):
22583
- """屏蔽规则ID
22939
+ """屏蔽规则ID。-通过[获取告警屏蔽配置规则](https://cloud.tencent.com/document/api/614/103650)获取屏蔽规则ID
22584
22940
  :rtype: str
22585
22941
  """
22586
22942
  return self._TaskId
@@ -22591,7 +22947,7 @@ class ModifyAlarmShieldRequest(AbstractModel):
22591
22947
 
22592
22948
  @property
22593
22949
  def AlarmNoticeId(self):
22594
- """通知渠道组id
22950
+ """通知渠道组id。-通过[获取告警屏蔽配置规则](https://cloud.tencent.com/document/api/614/103650)获取通知渠道组id
22595
22951
  :rtype: str
22596
22952
  """
22597
22953
  return self._AlarmNoticeId
@@ -22602,7 +22958,7 @@ class ModifyAlarmShieldRequest(AbstractModel):
22602
22958
 
22603
22959
  @property
22604
22960
  def StartTime(self):
22605
- """屏蔽开始时间(秒级时间戳)。
22961
+ """屏蔽开始时间,秒级(s)时间戳。
22606
22962
  :rtype: int
22607
22963
  """
22608
22964
  return self._StartTime
@@ -22613,7 +22969,7 @@ class ModifyAlarmShieldRequest(AbstractModel):
22613
22969
 
22614
22970
  @property
22615
22971
  def EndTime(self):
22616
- """屏蔽结束时间(秒级时间戳)。
22972
+ """屏蔽结束时间,秒级(s)时间戳。
22617
22973
  :rtype: int
22618
22974
  """
22619
22975
  return self._EndTime
@@ -22658,6 +23014,7 @@ class ModifyAlarmShieldRequest(AbstractModel):
22658
23014
  @property
22659
23015
  def Status(self):
22660
23016
  """规则状态。只有规则状态为生效中(status:1)时,才能将其修改为已失效(status:2)。
23017
+ 枚举:0(未生效),1(生效中),2(已失效)
22661
23018
  :rtype: int
22662
23019
  """
22663
23020
  return self._Status
@@ -22877,12 +23234,17 @@ class ModifyConfigExtraRequest(AbstractModel):
22877
23234
  :param _TopicId: 日志主题id
22878
23235
  - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
22879
23236
  :type TopicId: str
22880
- :param _HostFile: 自建k8s-节点文件配置信息,包括文件路径、名称及元数据相关信息,详细参考https://cloud.tencent.com/document/api/614/56471#HostFileInfo
23237
+ :param _HostFile: 自建k8s-节点文件配置信息,包括文件路径、名称及元数据相关信息。
23238
+
23239
+ - 详情参考 [HostFileInfo](https://cloud.tencent.com/document/api/614/56471#HostFileInfo) 文档。
22881
23240
  :type HostFile: :class:`tencentcloud.cls.v20201016.models.HostFileInfo`
22882
23241
  :param _ContainerFile: 采集配置标记。
22883
23242
  - 目前只支持label_k8s,用于标记自建k8s集群使用的采集配置
23243
+ - 详情参考 [ ContainerFileInfo](https://cloud.tencent.com/document/api/614/56471#ContainerFileInfo) 文档
22884
23244
  :type ContainerFile: :class:`tencentcloud.cls.v20201016.models.ContainerFileInfo`
22885
- :param _ContainerStdout: 自建k8s-容器标准输出信息,包括容器、命名空间等,详细参考https://cloud.tencent.com/document/api/614/56471#ContainerStdoutInfo
23245
+ :param _ContainerStdout: 自建k8s-容器标准输出信息,包括容器、命名空间等,
23246
+
23247
+ - 详情参考 [ContainerStdoutInfo]( https://cloud.tencent.com/document/api/614/56471#ContainerStdoutInfo) 文档
22886
23248
  :type ContainerStdout: :class:`tencentcloud.cls.v20201016.models.ContainerStdoutInfo`
22887
23249
  :param _LogType: 采集的日志类型,默认为minimalist_log。支持以下类型:
22888
23250
  - json_log代表:JSON-文件日志(详见[使用 JSON 提取模式采集日志](https://cloud.tencent.com/document/product/614/17419));
@@ -22897,7 +23259,7 @@ class ModifyConfigExtraRequest(AbstractModel):
22897
23259
  - stdout-docker-json:用于docker容器采集场景
22898
23260
  - stdout-containerd:用于containerd容器采集场景
22899
23261
  :type LogFormat: str
22900
- :param _ExtractRule: 提取规则,如果设置了ExtractRule,则必须设置LogType
23262
+ :param _ExtractRule: 提取规则,如果设置了ExtractRule,则必须设置LogType
22901
23263
  :type ExtractRule: :class:`tencentcloud.cls.v20201016.models.ExtractRuleInfo`
22902
23264
  :param _ExcludePaths: 采集黑名单路径列表
22903
23265
  :type ExcludePaths: list of ExcludePathInfo
@@ -22988,7 +23350,9 @@ class ModifyConfigExtraRequest(AbstractModel):
22988
23350
 
22989
23351
  @property
22990
23352
  def HostFile(self):
22991
- """自建k8s-节点文件配置信息,包括文件路径、名称及元数据相关信息,详细参考https://cloud.tencent.com/document/api/614/56471#HostFileInfo
23353
+ """自建k8s-节点文件配置信息,包括文件路径、名称及元数据相关信息。
23354
+
23355
+ - 详情参考 [HostFileInfo](https://cloud.tencent.com/document/api/614/56471#HostFileInfo) 文档。
22992
23356
  :rtype: :class:`tencentcloud.cls.v20201016.models.HostFileInfo`
22993
23357
  """
22994
23358
  return self._HostFile
@@ -23001,6 +23365,7 @@ class ModifyConfigExtraRequest(AbstractModel):
23001
23365
  def ContainerFile(self):
23002
23366
  """采集配置标记。
23003
23367
  - 目前只支持label_k8s,用于标记自建k8s集群使用的采集配置
23368
+ - 详情参考 [ ContainerFileInfo](https://cloud.tencent.com/document/api/614/56471#ContainerFileInfo) 文档
23004
23369
  :rtype: :class:`tencentcloud.cls.v20201016.models.ContainerFileInfo`
23005
23370
  """
23006
23371
  return self._ContainerFile
@@ -23011,7 +23376,9 @@ class ModifyConfigExtraRequest(AbstractModel):
23011
23376
 
23012
23377
  @property
23013
23378
  def ContainerStdout(self):
23014
- """自建k8s-容器标准输出信息,包括容器、命名空间等,详细参考https://cloud.tencent.com/document/api/614/56471#ContainerStdoutInfo
23379
+ """自建k8s-容器标准输出信息,包括容器、命名空间等,
23380
+
23381
+ - 详情参考 [ContainerStdoutInfo]( https://cloud.tencent.com/document/api/614/56471#ContainerStdoutInfo) 文档
23015
23382
  :rtype: :class:`tencentcloud.cls.v20201016.models.ContainerStdoutInfo`
23016
23383
  """
23017
23384
  return self._ContainerStdout
@@ -23057,7 +23424,7 @@ class ModifyConfigExtraRequest(AbstractModel):
23057
23424
 
23058
23425
  @property
23059
23426
  def ExtractRule(self):
23060
- """提取规则,如果设置了ExtractRule,则必须设置LogType
23427
+ """提取规则,如果设置了ExtractRule,则必须设置LogType
23061
23428
  :rtype: :class:`tencentcloud.cls.v20201016.models.ExtractRuleInfo`
23062
23429
  """
23063
23430
  return self._ExtractRule
@@ -25052,7 +25419,7 @@ class ModifyNoticeContentRequest(AbstractModel):
25052
25419
 
25053
25420
  def __init__(self):
25054
25421
  r"""
25055
- :param _NoticeContentId: 通知内容模板ID
25422
+ :param _NoticeContentId: 通知内容模板ID。-通过[获取通知内容模板](https://cloud.tencent.com/document/api/614/111714)获取通知内容模版ID
25056
25423
  :type NoticeContentId: str
25057
25424
  :param _Name: 通知内容模板名称。
25058
25425
  :type Name: str
@@ -25070,7 +25437,7 @@ class ModifyNoticeContentRequest(AbstractModel):
25070
25437
 
25071
25438
  @property
25072
25439
  def NoticeContentId(self):
25073
- """通知内容模板ID
25440
+ """通知内容模板ID。-通过[获取通知内容模板](https://cloud.tencent.com/document/api/614/111714)获取通知内容模版ID
25074
25441
  :rtype: str
25075
25442
  """
25076
25443
  return self._NoticeContentId
@@ -25186,7 +25553,7 @@ class ModifyScheduledSqlRequest(AbstractModel):
25186
25553
  :type ProcessTimeWindow: str
25187
25554
  :param _ProcessDelay: 执行延迟(秒),0~120秒,默认60秒
25188
25555
  :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)
25556
+ :param _SrcTopicRegion: 源topicId的地域信息,支持地域见 [地域列表](https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8) 文档
25190
25557
  :type SrcTopicRegion: str
25191
25558
  :param _Name: 任务名称,0~255字符
25192
25559
  :type Name: str
@@ -25295,7 +25662,7 @@ class ModifyScheduledSqlRequest(AbstractModel):
25295
25662
 
25296
25663
  @property
25297
25664
  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)
25665
+ """源topicId的地域信息,支持地域见 [地域列表](https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8) 文档
25299
25666
  :rtype: str
25300
25667
  """
25301
25668
  return self._SrcTopicRegion
@@ -25710,7 +26077,7 @@ class ModifyTopicRequest(AbstractModel):
25710
26077
  - 如果传递了MaxSplitPartitions,需要PartitionCount<=MaxSplitPartitions;
25711
26078
  :type PartitionCount: int
25712
26079
  :param _CancelTopicAsyncTaskID: 取消切换存储任务的id
25713
- - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取取消切换存储任务的id
26080
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取取消切换存储任务的id【Topics中的TopicAsyncTaskID字段】。
25714
26081
  :type CancelTopicAsyncTaskID: str
25715
26082
  """
25716
26083
  self._TopicId = None
@@ -25876,7 +26243,7 @@ class ModifyTopicRequest(AbstractModel):
25876
26243
  @property
25877
26244
  def CancelTopicAsyncTaskID(self):
25878
26245
  """取消切换存储任务的id
25879
- - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取取消切换存储任务的id
26246
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取取消切换存储任务的id【Topics中的TopicAsyncTaskID字段】。
25880
26247
  :rtype: str
25881
26248
  """
25882
26249
  return self._CancelTopicAsyncTaskID
@@ -25952,9 +26319,9 @@ class ModifyWebCallbackRequest(AbstractModel):
25952
26319
 
25953
26320
  def __init__(self):
25954
26321
  r"""
25955
- :param _WebCallbackId: 告警渠道回调配置ID
26322
+ :param _WebCallbackId: 告警渠道回调配置ID。-通过[获取告警渠道回调配置列表](https://cloud.tencent.com/document/api/614/115229)获取告警渠道回调配置ID
25956
26323
  :type WebCallbackId: str
25957
- :param _Name: 告警渠道回调配置名称。
26324
+ :param _Name: 告警渠道回调配置名称。最大支持255个字节
25958
26325
  :type Name: str
25959
26326
  :param _Type: 渠道类型
25960
26327
 
@@ -25968,7 +26335,7 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
25968
26335
 
25969
26336
  注意:当Type为Http时,必填。
25970
26337
  :type Method: str
25971
- :param _Key: 秘钥信息。
26338
+ :param _Key: 秘钥信息。最大支持1024个字节
25972
26339
  :type Key: str
25973
26340
  """
25974
26341
  self._WebCallbackId = None
@@ -25980,7 +26347,7 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
25980
26347
 
25981
26348
  @property
25982
26349
  def WebCallbackId(self):
25983
- """告警渠道回调配置ID
26350
+ """告警渠道回调配置ID。-通过[获取告警渠道回调配置列表](https://cloud.tencent.com/document/api/614/115229)获取告警渠道回调配置ID
25984
26351
  :rtype: str
25985
26352
  """
25986
26353
  return self._WebCallbackId
@@ -25991,7 +26358,7 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
25991
26358
 
25992
26359
  @property
25993
26360
  def Name(self):
25994
- """告警渠道回调配置名称。
26361
+ """告警渠道回调配置名称。最大支持255个字节
25995
26362
  :rtype: str
25996
26363
  """
25997
26364
  return self._Name
@@ -26041,7 +26408,7 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
26041
26408
 
26042
26409
  @property
26043
26410
  def Key(self):
26044
- """秘钥信息。
26411
+ """秘钥信息。最大支持1024个字节
26045
26412
  :rtype: str
26046
26413
  """
26047
26414
  return self._Key
@@ -26112,7 +26479,7 @@ class MonitorTime(AbstractModel):
26112
26479
  :param _Time: 执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。
26113
26480
  当type为`Period`,`Fixed`时,time字段生效。
26114
26481
  :type Time: int
26115
- :param _CronExpression: 执行的周期cron表达式。示例:`"*/1 * * * *"` 从左到右每个field的含义 Minutes field, Hours field,Day of month field,Month field,Day of week field, 不支持秒级别。
26482
+ :param _CronExpression: 执行的周期cron表达式。示例:`"*/1 * * * *"` 从左到右每个field的含义 Minutes field(分钟), Hours field(小时),Day of month field(日期),Month field(月份),Day of week field(星期), 不支持秒级别。
26116
26483
  当type为`Cron`时,CronExpression字段生效。
26117
26484
  :type CronExpression: str
26118
26485
  """
@@ -26149,7 +26516,7 @@ class MonitorTime(AbstractModel):
26149
26516
 
26150
26517
  @property
26151
26518
  def CronExpression(self):
26152
- """执行的周期cron表达式。示例:`"*/1 * * * *"` 从左到右每个field的含义 Minutes field, Hours field,Day of month field,Month field,Day of week field, 不支持秒级别。
26519
+ """执行的周期cron表达式。示例:`"*/1 * * * *"` 从左到右每个field的含义 Minutes field(分钟), Hours field(小时),Day of month field(日期),Month field(月份),Day of week field(星期), 不支持秒级别。
26153
26520
  当type为`Cron`时,CronExpression字段生效。
26154
26521
  :rtype: str
26155
26522
  """
@@ -26451,9 +26818,9 @@ class NoticeContentTemplate(AbstractModel):
26451
26818
  :type Uin: int
26452
26819
  :param _SubUin: 创建/修改者子账号。
26453
26820
  :type SubUin: int
26454
- :param _CreateTime: 创建时间 秒级时间戳。
26821
+ :param _CreateTime: 创建时间 秒级(s)时间戳。
26455
26822
  :type CreateTime: int
26456
- :param _UpdateTime: 更新时间 秒级时间戳。
26823
+ :param _UpdateTime: 更新时间 秒级(s)时间戳。
26457
26824
  :type UpdateTime: int
26458
26825
  """
26459
26826
  self._NoticeContentId = None
@@ -26551,7 +26918,7 @@ class NoticeContentTemplate(AbstractModel):
26551
26918
 
26552
26919
  @property
26553
26920
  def CreateTime(self):
26554
- """创建时间 秒级时间戳。
26921
+ """创建时间 秒级(s)时间戳。
26555
26922
  :rtype: int
26556
26923
  """
26557
26924
  return self._CreateTime
@@ -26562,7 +26929,7 @@ class NoticeContentTemplate(AbstractModel):
26562
26929
 
26563
26930
  @property
26564
26931
  def UpdateTime(self):
26565
- """更新时间 秒级时间戳。
26932
+ """更新时间 秒级(s)时间戳。
26566
26933
  :rtype: int
26567
26934
  """
26568
26935
  return self._UpdateTime
@@ -26619,7 +26986,7 @@ class NoticeReceiver(AbstractModel):
26619
26986
  - WeChat - 微信
26620
26987
  - Phone - 电话
26621
26988
  :type ReceiverChannels: list of str
26622
- :param _NoticeContentId: 通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)
26989
+ :param _NoticeContentId: 通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)。-通过[获取通知内容模板](https://cloud.tencent.com/document/product/614/111714)获取通知内容模板ID
26623
26990
  :type NoticeContentId: str
26624
26991
  :param _StartTime: 允许接收信息的开始时间。格式:`15:04:05`。必填
26625
26992
  :type StartTime: str
@@ -26683,7 +27050,7 @@ class NoticeReceiver(AbstractModel):
26683
27050
 
26684
27051
  @property
26685
27052
  def NoticeContentId(self):
26686
- """通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)
27053
+ """通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)。-通过[获取通知内容模板](https://cloud.tencent.com/document/product/614/111714)获取通知内容模板ID
26687
27054
  :rtype: str
26688
27055
  """
26689
27056
  return self._NoticeContentId
@@ -31307,15 +31674,15 @@ class WebCallback(AbstractModel):
31307
31674
  def __init__(self):
31308
31675
  r"""
31309
31676
  :param _CallbackType: 回调的类型。可选值:
31310
- - Http
31311
- - WeCom
31312
- - DingTalk
31313
- - Lark
31677
+ - Http(自定义接口回调)
31678
+ - WeCom(企业微信)
31679
+ - DingTalk(钉钉)
31680
+ - Lark(飞书)
31314
31681
  :type CallbackType: str
31315
31682
  :param _Url: 回调地址,最大支持1024个字节。
31316
31683
  也可使用WebCallbackId引用集成配置中的URL,此时该字段请填写为空字符串。
31317
31684
  :type Url: str
31318
- :param _WebCallbackId: 集成配置ID
31685
+ :param _WebCallbackId: 集成配置ID。-通过[获取告警渠道回调配置列表](https://cloud.tencent.com/document/product/614/115229)获取集成配置ID
31319
31686
  :type WebCallbackId: str
31320
31687
  :param _Method: 回调方法。可选值:
31321
31688
  - POST(默认值)
@@ -31359,10 +31726,10 @@ class WebCallback(AbstractModel):
31359
31726
  @property
31360
31727
  def CallbackType(self):
31361
31728
  """回调的类型。可选值:
31362
- - Http
31363
- - WeCom
31364
- - DingTalk
31365
- - Lark
31729
+ - Http(自定义接口回调)
31730
+ - WeCom(企业微信)
31731
+ - DingTalk(钉钉)
31732
+ - Lark(飞书)
31366
31733
  :rtype: str
31367
31734
  """
31368
31735
  return self._CallbackType
@@ -31385,7 +31752,7 @@ class WebCallback(AbstractModel):
31385
31752
 
31386
31753
  @property
31387
31754
  def WebCallbackId(self):
31388
- """集成配置ID
31755
+ """集成配置ID。-通过[获取告警渠道回调配置列表](https://cloud.tencent.com/document/product/614/115229)获取集成配置ID
31389
31756
  :rtype: str
31390
31757
  """
31391
31758
  return self._WebCallbackId
@@ -31548,9 +31915,9 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
31548
31915
  :type Uin: int
31549
31916
  :param _SubUin: 子账号。
31550
31917
  :type SubUin: int
31551
- :param _CreateTime: 创建时间。秒级时间戳
31918
+ :param _CreateTime: 创建时间。秒(s)级时间戳
31552
31919
  :type CreateTime: int
31553
- :param _UpdateTime: 更新时间。秒级时间戳
31920
+ :param _UpdateTime: 更新时间。秒(s)级时间戳
31554
31921
  :type UpdateTime: int
31555
31922
  """
31556
31923
  self._WebCallbackId = None
@@ -31656,7 +32023,7 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
31656
32023
 
31657
32024
  @property
31658
32025
  def CreateTime(self):
31659
- """创建时间。秒级时间戳
32026
+ """创建时间。秒(s)级时间戳
31660
32027
  :rtype: int
31661
32028
  """
31662
32029
  return self._CreateTime
@@ -31667,7 +32034,7 @@ WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
31667
32034
 
31668
32035
  @property
31669
32036
  def UpdateTime(self):
31670
- """更新时间。秒级时间戳
32037
+ """更新时间。秒(s)级时间戳
31671
32038
  :rtype: int
31672
32039
  """
31673
32040
  return self._UpdateTime