tencentcloud-sdk-python-cls 3.0.1469__tar.gz → 3.0.1483__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (18) hide show
  1. tencentcloud_sdk_python_cls-3.0.1483/PKG-INFO +46 -0
  2. {tencentcloud-sdk-python-cls-3.0.1469 → tencentcloud_sdk_python_cls-3.0.1483}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cls-3.0.1469 → tencentcloud_sdk_python_cls-3.0.1483}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cls-3.0.1469 → tencentcloud_sdk_python_cls-3.0.1483}/tencentcloud/cls/v20201016/cls_client.py +4 -4
  5. {tencentcloud-sdk-python-cls-3.0.1469 → tencentcloud_sdk_python_cls-3.0.1483}/tencentcloud/cls/v20201016/errorcodes.py +9 -0
  6. {tencentcloud-sdk-python-cls-3.0.1469 → tencentcloud_sdk_python_cls-3.0.1483}/tencentcloud/cls/v20201016/models.py +84 -63
  7. tencentcloud_sdk_python_cls-3.0.1483/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +46 -0
  8. tencentcloud_sdk_python_cls-3.0.1483/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
  9. tencentcloud-sdk-python-cls-3.0.1469/PKG-INFO +0 -45
  10. tencentcloud-sdk-python-cls-3.0.1469/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +0 -45
  11. tencentcloud-sdk-python-cls-3.0.1469/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  12. {tencentcloud-sdk-python-cls-3.0.1469 → tencentcloud_sdk_python_cls-3.0.1483}/README.rst +0 -0
  13. {tencentcloud-sdk-python-cls-3.0.1469 → tencentcloud_sdk_python_cls-3.0.1483}/setup.cfg +0 -0
  14. {tencentcloud-sdk-python-cls-3.0.1469 → tencentcloud_sdk_python_cls-3.0.1483}/tencentcloud/cls/__init__.py +0 -0
  15. {tencentcloud-sdk-python-cls-3.0.1469 → tencentcloud_sdk_python_cls-3.0.1483}/tencentcloud/cls/v20201016/__init__.py +0 -0
  16. {tencentcloud-sdk-python-cls-3.0.1469 → tencentcloud_sdk_python_cls-3.0.1483}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  17. {tencentcloud-sdk-python-cls-3.0.1469 → tencentcloud_sdk_python_cls-3.0.1483}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  18. {tencentcloud-sdk-python-cls-3.0.1469 → tencentcloud_sdk_python_cls-3.0.1483}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
@@ -0,0 +1,46 @@
1
+ Metadata-Version: 2.1
2
+ Name: tencentcloud-sdk-python-cls
3
+ Version: 3.0.1483
4
+ Summary: Tencent Cloud Cls SDK for Python
5
+ Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
+ Author: Tencent Cloud
7
+ Maintainer-email: tencentcloudapi@tencent.com
8
+ License: Apache License 2.0
9
+ Platform: any
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: Apache Software License
13
+ Classifier: Programming Language :: Python
14
+ Classifier: Programming Language :: Python :: 2.7
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.6
17
+ Classifier: Programming Language :: Python :: 3.7
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1483
19
+
20
+ ============================
21
+ Tencent Cloud SDK for Python
22
+ ============================
23
+
24
+ Tencent Cloud Python Cls SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
25
+ The SDK works on Python versions:
26
+
27
+ * 2.7 and greater, including 3.x
28
+
29
+ Quick Start
30
+ -----------
31
+
32
+ First, install the library:
33
+
34
+ .. code-block:: sh
35
+
36
+ $ pip install tencentcloud-sdk-python-common
37
+ $ pip install tencentcloud-sdk-python-cls
38
+
39
+ or download source code from github and install:
40
+
41
+ .. code-block:: sh
42
+
43
+ $ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
44
+ $ cd tencentcloud-sdk-python
45
+ $ python package.py --components common cls
46
+
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-cls',
11
- install_requires=["tencentcloud-sdk-python-common>=3.0.1469,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1483,<4.0.0"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Cls SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1469'
17
+ __version__ = '3.0.1483'
@@ -609,7 +609,7 @@ class ClsClient(AbstractClient):
609
609
 
610
610
 
611
611
  def CreateTopic(self, request):
612
- r"""本接口用于创建日志主题。
612
+ r"""本接口用于创建日志或指标主题。
613
613
 
614
614
  :param request: Request instance for CreateTopic.
615
615
  :type request: :class:`tencentcloud.cls.v20201016.models.CreateTopicRequest`
@@ -1138,7 +1138,7 @@ class ClsClient(AbstractClient):
1138
1138
 
1139
1139
 
1140
1140
  def DeleteTopic(self, request):
1141
- r"""本接口用于删除日志主题。
1141
+ r"""本接口用于删除日志或指标主题。
1142
1142
 
1143
1143
  :param request: Request instance for DeleteTopic.
1144
1144
  :type request: :class:`tencentcloud.cls.v20201016.models.DeleteTopicRequest`
@@ -1898,7 +1898,7 @@ class ClsClient(AbstractClient):
1898
1898
 
1899
1899
 
1900
1900
  def DescribeTopics(self, request):
1901
- r"""本接口用于获取日志主题列表,支持分页
1901
+ r"""本接口用于获取日志或指标主题列表,支持分页
1902
1902
 
1903
1903
  :param request: Request instance for DescribeTopics.
1904
1904
  :type request: :class:`tencentcloud.cls.v20201016.models.DescribeTopicsRequest`
@@ -2451,7 +2451,7 @@ class ClsClient(AbstractClient):
2451
2451
 
2452
2452
 
2453
2453
  def ModifyTopic(self, request):
2454
- r"""本接口用于修改日志主题。
2454
+ r"""本接口用于修改日志或指标主题。
2455
2455
 
2456
2456
  :param request: Request instance for ModifyTopic.
2457
2457
  :type request: :class:`tencentcloud.cls.v20201016.models.ModifyTopicRequest`
@@ -188,6 +188,12 @@ INVALIDPARAMETERVALUE = 'InvalidParameterValue'
188
188
  # 超过配额限制。
189
189
  LIMITEXCEEDED = 'LimitExceeded'
190
190
 
191
+ # 一个billing topic只能创建一个cos采集配置
192
+ LIMITEXCEEDED_BILLINGCOSRECHARGEOUTOFLIMIT = 'LimitExceeded.BillingCosRechargeOutOfLimit'
193
+
194
+ # 一个uin只能创建一个billing topic
195
+ LIMITEXCEEDED_BILLINGTOPICOUTOFLIMIT = 'LimitExceeded.BillingTopicOutOfLimit'
196
+
191
197
  # 采集规则配置超过最大值限制。
192
198
  LIMITEXCEEDED_CONFIG = 'LimitExceeded.Config'
193
199
 
@@ -343,3 +349,6 @@ UNKNOWNPARAMETER = 'UnknownParameter'
343
349
 
344
350
  # 操作不支持。
345
351
  UNSUPPORTEDOPERATION = 'UnsupportedOperation'
352
+
353
+ # billing topic不允许修改cos导入配置
354
+ UNSUPPORTEDOPERATION_MODIFYBILLINGCOSRECHARGENOSUPPORT = 'UnsupportedOperation.ModifyBillingCosRechargeNoSupport'
@@ -348,7 +348,7 @@ class AlarmInfo(AbstractModel):
348
348
  :param _MultiConditions: 多触发条件。与
349
349
  Condition互斥。
350
350
  :type MultiConditions: list of MultiCondition
351
- :param _MonitorNotice: 云监控通知渠道相关信息,和AlarmNoticeIds互斥
351
+ :param _MonitorNotice: 腾讯云可观测平台通知渠道相关信息,和AlarmNoticeIds互斥
352
352
  :type MonitorNotice: :class:`tencentcloud.cls.v20201016.models.MonitorNotice`
353
353
  """
354
354
  self._Name = None
@@ -609,7 +609,7 @@ Condition互斥。
609
609
 
610
610
  @property
611
611
  def MonitorNotice(self):
612
- r"""云监控通知渠道相关信息,和AlarmNoticeIds互斥
612
+ r"""腾讯云可观测平台通知渠道相关信息,和AlarmNoticeIds互斥
613
613
  :rtype: :class:`tencentcloud.cls.v20201016.models.MonitorNotice`
614
614
  """
615
615
  return self._MonitorNotice
@@ -1572,7 +1572,7 @@ class AlertHistoryRecord(AbstractModel):
1572
1572
  :param _MonitorObjectType: 监控对象类型。
1573
1573
  0:执行语句共用监控对象; 1:每个执行语句单独选择监控对象。
1574
1574
  :type MonitorObjectType: int
1575
- :param _SendType: 通知渠道类型,0默认代表cls内部通知渠道,1代表云监控通知渠道
1575
+ :param _SendType: 通知渠道类型,0默认代表cls内部通知渠道,1代表腾讯云可观测平台通知渠道
1576
1576
  :type SendType: int
1577
1577
  """
1578
1578
  self._RecordId = None
@@ -1772,7 +1772,7 @@ class AlertHistoryRecord(AbstractModel):
1772
1772
 
1773
1773
  @property
1774
1774
  def SendType(self):
1775
- r"""通知渠道类型,0默认代表cls内部通知渠道,1代表云监控通知渠道
1775
+ r"""通知渠道类型,0默认代表cls内部通知渠道,1代表腾讯云可观测平台通知渠道
1776
1776
  :rtype: int
1777
1777
  """
1778
1778
  return self._SendType
@@ -9695,42 +9695,47 @@ class CreateTopicRequest(AbstractModel):
9695
9695
  :param _LogsetId: 日志集ID
9696
9696
  - 通过[获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
9697
9697
  :type LogsetId: str
9698
- :param _TopicName: 日志主题名称
9698
+ :param _TopicName: 主题名称
9699
9699
  名称限制
9700
9700
  - 不能为空字符串
9701
9701
  - 不能包含字符'|'
9702
9702
  - 不能使用以下名称["cls_service_log","loglistener_status","loglistener_alarm","loglistener_business","cls_service_metric"]
9703
9703
 
9704
9704
  :type TopicName: str
9705
- :param _PartitionCount: 日志主题分区个数。默认创建1个,最大支持创建10个分区。
9705
+ :param _PartitionCount: 主题分区个数。默认创建1个,最大支持创建10个分区。
9706
9706
  :type PartitionCount: int
9707
- :param _Tags: 标签描述列表,通过指定该参数可以同时绑定标签到相应的日志主题。最大支持10个标签键值对,同一个资源只能绑定到同一个标签键下。
9707
+ :param _Tags: 标签描述列表,通过指定该参数可以同时绑定标签到相应的主题。最大支持10个标签键值对,同一个资源只能绑定到同一个标签键下。
9708
9708
  :type Tags: list of Tag
9709
9709
  :param _AutoSplit: 是否开启自动分裂,默认值为true
9710
9710
  :type AutoSplit: bool
9711
9711
  :param _MaxSplitPartitions: 开启自动分裂后,每个主题能够允许的最大分区数,默认值为50
9712
9712
  :type MaxSplitPartitions: int
9713
- :param _StorageType: 日志主题的存储类型,可选值 hot(标准存储),cold(低频存储);默认为hot
9713
+ :param _StorageType: 日志主题的存储类型,可选值 hot(标准存储),cold(低频存储);默认为hot。指标主题不支持该配置。
9714
9714
  :type StorageType: str
9715
9715
  :param _Period: 存储时间,单位天。
9716
- - 日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。
9717
- - 日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。
9716
+ - 日志主题:日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。
9717
+ - 日志主题:日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。
9718
+ - 指标主题:支持1至3600天,值为3640时代表永久保存。
9718
9719
  :type Period: int
9719
- :param _Describes: 日志主题描述
9720
+ :param _Describes: 主题描述
9720
9721
  :type Describes: str
9721
- :param _HotPeriod: 0:关闭日志沉降。
9722
- 非0:开启日志沉降后标准存储的天数,HotPeriod需要大于等于7,且小于Period。
9723
- 仅在StorageType为 hot 时生效。
9722
+ :param _HotPeriod: 0:日志主题关闭日志沉降。
9723
+ 非0:日志主题开启日志沉降后标准存储的天数,HotPeriod需要大于等于7,且小于Period。
9724
+ 仅在StorageType为 hot 时生效,指标主题不支持该配置。
9724
9725
  :type HotPeriod: int
9726
+ :param _BizType: 主题类型
9727
+ - 0:日志主题,默认值
9728
+ - 1:指标主题
9729
+ :type BizType: int
9725
9730
  :param _TopicId: 主题自定义ID,格式为:用户自定义部分-用户APPID。未填写该参数时将自动生成ID。
9726
9731
  - 用户自定义部分仅支持小写字母、数字和-,且不能以-开头和结尾,长度为3至40字符
9727
9732
  - 尾部需要使用-拼接用户APPID,APPID可在https://console.cloud.tencent.com/developer页面查询。
9728
9733
  - 如果指定该字段,需保证全地域唯一
9729
9734
  :type TopicId: str
9730
9735
  :param _IsWebTracking: 免鉴权开关。 false:关闭; true:开启。默认为false。
9731
- 开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)
9736
+ 开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)。指标主题不支持该配置。
9732
9737
  :type IsWebTracking: bool
9733
- :param _Extends: 日志主题扩展信息
9738
+ :param _Extends: 主题扩展信息
9734
9739
  :type Extends: :class:`tencentcloud.cls.v20201016.models.TopicExtendInfo`
9735
9740
  """
9736
9741
  self._LogsetId = None
@@ -9743,6 +9748,7 @@ class CreateTopicRequest(AbstractModel):
9743
9748
  self._Period = None
9744
9749
  self._Describes = None
9745
9750
  self._HotPeriod = None
9751
+ self._BizType = None
9746
9752
  self._TopicId = None
9747
9753
  self._IsWebTracking = None
9748
9754
  self._Extends = None
@@ -9761,7 +9767,7 @@ class CreateTopicRequest(AbstractModel):
9761
9767
 
9762
9768
  @property
9763
9769
  def TopicName(self):
9764
- r"""日志主题名称
9770
+ r"""主题名称
9765
9771
  名称限制
9766
9772
  - 不能为空字符串
9767
9773
  - 不能包含字符'|'
@@ -9777,7 +9783,7 @@ class CreateTopicRequest(AbstractModel):
9777
9783
 
9778
9784
  @property
9779
9785
  def PartitionCount(self):
9780
- r"""日志主题分区个数。默认创建1个,最大支持创建10个分区。
9786
+ r"""主题分区个数。默认创建1个,最大支持创建10个分区。
9781
9787
  :rtype: int
9782
9788
  """
9783
9789
  return self._PartitionCount
@@ -9788,7 +9794,7 @@ class CreateTopicRequest(AbstractModel):
9788
9794
 
9789
9795
  @property
9790
9796
  def Tags(self):
9791
- r"""标签描述列表,通过指定该参数可以同时绑定标签到相应的日志主题。最大支持10个标签键值对,同一个资源只能绑定到同一个标签键下。
9797
+ r"""标签描述列表,通过指定该参数可以同时绑定标签到相应的主题。最大支持10个标签键值对,同一个资源只能绑定到同一个标签键下。
9792
9798
  :rtype: list of Tag
9793
9799
  """
9794
9800
  return self._Tags
@@ -9821,7 +9827,7 @@ class CreateTopicRequest(AbstractModel):
9821
9827
 
9822
9828
  @property
9823
9829
  def StorageType(self):
9824
- r"""日志主题的存储类型,可选值 hot(标准存储),cold(低频存储);默认为hot
9830
+ r"""日志主题的存储类型,可选值 hot(标准存储),cold(低频存储);默认为hot。指标主题不支持该配置。
9825
9831
  :rtype: str
9826
9832
  """
9827
9833
  return self._StorageType
@@ -9833,8 +9839,9 @@ class CreateTopicRequest(AbstractModel):
9833
9839
  @property
9834
9840
  def Period(self):
9835
9841
  r"""存储时间,单位天。
9836
- - 日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。
9837
- - 日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。
9842
+ - 日志主题:日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。
9843
+ - 日志主题:日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。
9844
+ - 指标主题:支持1至3600天,值为3640时代表永久保存。
9838
9845
  :rtype: int
9839
9846
  """
9840
9847
  return self._Period
@@ -9845,7 +9852,7 @@ class CreateTopicRequest(AbstractModel):
9845
9852
 
9846
9853
  @property
9847
9854
  def Describes(self):
9848
- r"""日志主题描述
9855
+ r"""主题描述
9849
9856
  :rtype: str
9850
9857
  """
9851
9858
  return self._Describes
@@ -9856,9 +9863,9 @@ class CreateTopicRequest(AbstractModel):
9856
9863
 
9857
9864
  @property
9858
9865
  def HotPeriod(self):
9859
- r"""0:关闭日志沉降。
9860
- 非0:开启日志沉降后标准存储的天数,HotPeriod需要大于等于7,且小于Period。
9861
- 仅在StorageType为 hot 时生效。
9866
+ r"""0:日志主题关闭日志沉降。
9867
+ 非0:日志主题开启日志沉降后标准存储的天数,HotPeriod需要大于等于7,且小于Period。
9868
+ 仅在StorageType为 hot 时生效,指标主题不支持该配置。
9862
9869
  :rtype: int
9863
9870
  """
9864
9871
  return self._HotPeriod
@@ -9867,6 +9874,19 @@ class CreateTopicRequest(AbstractModel):
9867
9874
  def HotPeriod(self, HotPeriod):
9868
9875
  self._HotPeriod = HotPeriod
9869
9876
 
9877
+ @property
9878
+ def BizType(self):
9879
+ r"""主题类型
9880
+ - 0:日志主题,默认值
9881
+ - 1:指标主题
9882
+ :rtype: int
9883
+ """
9884
+ return self._BizType
9885
+
9886
+ @BizType.setter
9887
+ def BizType(self, BizType):
9888
+ self._BizType = BizType
9889
+
9870
9890
  @property
9871
9891
  def TopicId(self):
9872
9892
  r"""主题自定义ID,格式为:用户自定义部分-用户APPID。未填写该参数时将自动生成ID。
@@ -9884,7 +9904,7 @@ class CreateTopicRequest(AbstractModel):
9884
9904
  @property
9885
9905
  def IsWebTracking(self):
9886
9906
  r"""免鉴权开关。 false:关闭; true:开启。默认为false。
9887
- 开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)
9907
+ 开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)。指标主题不支持该配置。
9888
9908
  :rtype: bool
9889
9909
  """
9890
9910
  return self._IsWebTracking
@@ -9895,7 +9915,7 @@ class CreateTopicRequest(AbstractModel):
9895
9915
 
9896
9916
  @property
9897
9917
  def Extends(self):
9898
- r"""日志主题扩展信息
9918
+ r"""主题扩展信息
9899
9919
  :rtype: :class:`tencentcloud.cls.v20201016.models.TopicExtendInfo`
9900
9920
  """
9901
9921
  return self._Extends
@@ -9921,6 +9941,7 @@ class CreateTopicRequest(AbstractModel):
9921
9941
  self._Period = params.get("Period")
9922
9942
  self._Describes = params.get("Describes")
9923
9943
  self._HotPeriod = params.get("HotPeriod")
9944
+ self._BizType = params.get("BizType")
9924
9945
  self._TopicId = params.get("TopicId")
9925
9946
  self._IsWebTracking = params.get("IsWebTracking")
9926
9947
  if params.get("Extends") is not None:
@@ -9943,7 +9964,7 @@ class CreateTopicResponse(AbstractModel):
9943
9964
 
9944
9965
  def __init__(self):
9945
9966
  r"""
9946
- :param _TopicId: 日志主题ID
9967
+ :param _TopicId: 主题ID
9947
9968
  :type TopicId: str
9948
9969
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9949
9970
  :type RequestId: str
@@ -9953,7 +9974,7 @@ class CreateTopicResponse(AbstractModel):
9953
9974
 
9954
9975
  @property
9955
9976
  def TopicId(self):
9956
- r"""日志主题ID
9977
+ r"""主题ID
9957
9978
  :rtype: str
9958
9979
  """
9959
9980
  return self._TopicId
@@ -12913,16 +12934,14 @@ class DeleteTopicRequest(AbstractModel):
12913
12934
 
12914
12935
  def __init__(self):
12915
12936
  r"""
12916
- :param _TopicId: 日志主题ID
12917
- - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
12937
+ :param _TopicId: 主题ID- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
12918
12938
  :type TopicId: str
12919
12939
  """
12920
12940
  self._TopicId = None
12921
12941
 
12922
12942
  @property
12923
12943
  def TopicId(self):
12924
- r"""日志主题ID
12925
- - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
12944
+ r"""主题ID- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
12926
12945
  :rtype: str
12927
12946
  """
12928
12947
  return self._TopicId
@@ -18247,13 +18266,13 @@ class DescribeTopicsRequest(AbstractModel):
18247
18266
 
18248
18267
  def __init__(self):
18249
18268
  r"""
18250
- :param _Filters: <ul><li>topicName 按照【日志主题名称】进行过滤,默认为模糊匹配,可使用 PreciseSearch 参数设置为精确匹配。类型:String。必选:否</li>
18269
+ :param _Filters: <ul><li>topicName 按照【主题名称】进行过滤,默认为模糊匹配,可使用 PreciseSearch 参数设置为精确匹配。类型:String。必选:否</li>
18251
18270
  <li>logsetName 按照【日志集名称】进行过滤,默认为模糊匹配,可使用 PreciseSearch 参数设置为精确匹配。类型:String。必选:否</li>
18252
- <li>topicId 按照【日志主题ID】进行过滤。类型:String。必选:否</li>
18271
+ <li>topicId 按照【主题ID】进行过滤。类型:String。必选:否</li>
18253
18272
  <li>logsetId 按照【日志集ID】进行过滤,可通过调用 <a href="https://cloud.tencent.com/document/product/614/58624">DescribeLogsets</a> 查询已创建的日志集列表或登录控制台进行查看;也可以调用<a href="https://cloud.tencent.com/document/product/614/58626">CreateLogset</a> 创建新的日志集。类型:String。必选:否</li>
18254
18273
  <li>tagKey 按照【标签键】进行过滤。类型:String。必选:否</li>
18255
18274
  <li>tag:tagKey 按照【标签键值对】进行过滤。tagKey 使用具体的标签键进行替换,例如 tag:exampleKey。类型:String。必选:否</li>
18256
- <li>storageType 按照【日志主题的存储类型】进行过滤。可选值 hot(标准存储),cold(低频存储)类型:String。必选:否</li></ul>
18275
+ <li>storageType 按照【主题的存储类型】进行过滤。可选值 hot(标准存储),cold(低频存储)类型:String。必选:否</li></ul>
18257
18276
  注意:每次请求的 Filters 的上限为10,Filter.Values 的上限为100。
18258
18277
  :type Filters: list of Filter
18259
18278
  :param _Offset: 分页的偏移量,默认值为0。
@@ -18279,13 +18298,13 @@ class DescribeTopicsRequest(AbstractModel):
18279
18298
 
18280
18299
  @property
18281
18300
  def Filters(self):
18282
- r"""<ul><li>topicName 按照【日志主题名称】进行过滤,默认为模糊匹配,可使用 PreciseSearch 参数设置为精确匹配。类型:String。必选:否</li>
18301
+ r"""<ul><li>topicName 按照【主题名称】进行过滤,默认为模糊匹配,可使用 PreciseSearch 参数设置为精确匹配。类型:String。必选:否</li>
18283
18302
  <li>logsetName 按照【日志集名称】进行过滤,默认为模糊匹配,可使用 PreciseSearch 参数设置为精确匹配。类型:String。必选:否</li>
18284
- <li>topicId 按照【日志主题ID】进行过滤。类型:String。必选:否</li>
18303
+ <li>topicId 按照【主题ID】进行过滤。类型:String。必选:否</li>
18285
18304
  <li>logsetId 按照【日志集ID】进行过滤,可通过调用 <a href="https://cloud.tencent.com/document/product/614/58624">DescribeLogsets</a> 查询已创建的日志集列表或登录控制台进行查看;也可以调用<a href="https://cloud.tencent.com/document/product/614/58626">CreateLogset</a> 创建新的日志集。类型:String。必选:否</li>
18286
18305
  <li>tagKey 按照【标签键】进行过滤。类型:String。必选:否</li>
18287
18306
  <li>tag:tagKey 按照【标签键值对】进行过滤。tagKey 使用具体的标签键进行替换,例如 tag:exampleKey。类型:String。必选:否</li>
18288
- <li>storageType 按照【日志主题的存储类型】进行过滤。可选值 hot(标准存储),cold(低频存储)类型:String。必选:否</li></ul>
18307
+ <li>storageType 按照【主题的存储类型】进行过滤。可选值 hot(标准存储),cold(低频存储)类型:String。必选:否</li></ul>
18289
18308
  注意:每次请求的 Filters 的上限为10,Filter.Values 的上限为100。
18290
18309
  :rtype: list of Filter
18291
18310
  """
@@ -18374,7 +18393,7 @@ class DescribeTopicsResponse(AbstractModel):
18374
18393
 
18375
18394
  def __init__(self):
18376
18395
  r"""
18377
- :param _Topics: 日志主题列表
18396
+ :param _Topics: 主题列表
18378
18397
  :type Topics: list of TopicInfo
18379
18398
  :param _TotalCount: 总数目
18380
18399
  :type TotalCount: int
@@ -18387,7 +18406,7 @@ class DescribeTopicsResponse(AbstractModel):
18387
18406
 
18388
18407
  @property
18389
18408
  def Topics(self):
18390
- r"""日志主题列表
18409
+ r"""主题列表
18391
18410
  :rtype: list of TopicInfo
18392
18411
  """
18393
18412
  return self._Topics
@@ -26716,38 +26735,39 @@ class ModifyTopicRequest(AbstractModel):
26716
26735
 
26717
26736
  def __init__(self):
26718
26737
  r"""
26719
- :param _TopicId: 日志主题ID
26720
- - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
26738
+ :param _TopicId: 主题ID
26739
+ - 通过[获取主题列表](https://cloud.tencent.com/document/product/614/56454)获取主题Id。
26721
26740
  :type TopicId: str
26722
- :param _TopicName: 日志主题名称
26741
+ :param _TopicName: 主题名称
26723
26742
  输入限制:
26724
26743
  - 不能为空字符串
26725
26744
  - 不能包含字符'|'
26726
26745
  - 不能使用以下名称["cls_service_log","loglistener_status","loglistener_alarm","loglistener_business","cls_service_metric"]
26727
26746
  :type TopicName: str
26728
- :param _Tags: 标签描述列表,通过指定该参数可以同时绑定标签到相应的日志主题。最大支持10个标签键值对,并且不能有重复的键值对。
26747
+ :param _Tags: 标签描述列表,通过指定该参数可以同时绑定标签到相应的主题。最大支持10个标签键值对,并且不能有重复的键值对。
26729
26748
  :type Tags: list of Tag
26730
26749
  :param _Status: 主题是否开启采集,true:开启采集;false:关闭采集。
26731
26750
  控制台目前不支持修改此参数。
26732
26751
  :type Status: bool
26733
26752
  :param _AutoSplit: 是否开启自动分裂
26734
26753
  :type AutoSplit: bool
26735
- :param _MaxSplitPartitions: 若开启最大分裂,该主题能够能够允许的最大分区数;
26754
+ :param _MaxSplitPartitions: 若开启最大分裂,该主题能够允许的最大分区数;
26736
26755
  默认为50;必须为正数
26737
26756
  :type MaxSplitPartitions: int
26738
26757
  :param _Period: 生命周期,单位天,标准存储取值范围1\~3600,低频存储取值范围7\~3600。取值为3640时代表永久保存
26739
26758
  :type Period: int
26740
- :param _Describes: 日志主题描述
26759
+ :param _Describes: 主题描述
26741
26760
  :type Describes: str
26742
- :param _HotPeriod: 0:关闭日志沉降。
26743
- 非0:开启日志沉降后标准存储的天数。HotPeriod需要大于等于7,且小于Period。仅在StorageType为 hot 时生效
26761
+ :param _HotPeriod: 0:日志主题关闭日志沉降。
26762
+ 非0:日志主题开启日志沉降后标准存储的天数。HotPeriod需要大于等于7,且小于Period
26763
+ 仅在StorageType为 hot 时生效,指标主题不支持该配置。
26744
26764
  :type HotPeriod: int
26745
26765
  :param _IsWebTracking: 免鉴权开关。 false:关闭; true:开启。
26746
26766
  开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)。
26747
26767
  :type IsWebTracking: bool
26748
- :param _Extends: 日志主题扩展信息
26768
+ :param _Extends: 主题扩展信息
26749
26769
  :type Extends: :class:`tencentcloud.cls.v20201016.models.TopicExtendInfo`
26750
- :param _PartitionCount: 日志主题分区数量。
26770
+ :param _PartitionCount: 主题分区数量。
26751
26771
  默认为1;
26752
26772
  取值范围及约束:
26753
26773
  - 当输入值<=0,系统自动调整为1。
@@ -26774,8 +26794,8 @@ class ModifyTopicRequest(AbstractModel):
26774
26794
 
26775
26795
  @property
26776
26796
  def TopicId(self):
26777
- r"""日志主题ID
26778
- - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
26797
+ r"""主题ID
26798
+ - 通过[获取主题列表](https://cloud.tencent.com/document/product/614/56454)获取主题Id。
26779
26799
  :rtype: str
26780
26800
  """
26781
26801
  return self._TopicId
@@ -26786,7 +26806,7 @@ class ModifyTopicRequest(AbstractModel):
26786
26806
 
26787
26807
  @property
26788
26808
  def TopicName(self):
26789
- r"""日志主题名称
26809
+ r"""主题名称
26790
26810
  输入限制:
26791
26811
  - 不能为空字符串
26792
26812
  - 不能包含字符'|'
@@ -26801,7 +26821,7 @@ class ModifyTopicRequest(AbstractModel):
26801
26821
 
26802
26822
  @property
26803
26823
  def Tags(self):
26804
- r"""标签描述列表,通过指定该参数可以同时绑定标签到相应的日志主题。最大支持10个标签键值对,并且不能有重复的键值对。
26824
+ r"""标签描述列表,通过指定该参数可以同时绑定标签到相应的主题。最大支持10个标签键值对,并且不能有重复的键值对。
26805
26825
  :rtype: list of Tag
26806
26826
  """
26807
26827
  return self._Tags
@@ -26835,7 +26855,7 @@ class ModifyTopicRequest(AbstractModel):
26835
26855
 
26836
26856
  @property
26837
26857
  def MaxSplitPartitions(self):
26838
- r"""若开启最大分裂,该主题能够能够允许的最大分区数;
26858
+ r"""若开启最大分裂,该主题能够允许的最大分区数;
26839
26859
  默认为50;必须为正数
26840
26860
  :rtype: int
26841
26861
  """
@@ -26858,7 +26878,7 @@ class ModifyTopicRequest(AbstractModel):
26858
26878
 
26859
26879
  @property
26860
26880
  def Describes(self):
26861
- r"""日志主题描述
26881
+ r"""主题描述
26862
26882
  :rtype: str
26863
26883
  """
26864
26884
  return self._Describes
@@ -26869,8 +26889,9 @@ class ModifyTopicRequest(AbstractModel):
26869
26889
 
26870
26890
  @property
26871
26891
  def HotPeriod(self):
26872
- r"""0:关闭日志沉降。
26873
- 非0:开启日志沉降后标准存储的天数。HotPeriod需要大于等于7,且小于Period。仅在StorageType为 hot 时生效
26892
+ r"""0:日志主题关闭日志沉降。
26893
+ 非0:日志主题开启日志沉降后标准存储的天数。HotPeriod需要大于等于7,且小于Period
26894
+ 仅在StorageType为 hot 时生效,指标主题不支持该配置。
26874
26895
  :rtype: int
26875
26896
  """
26876
26897
  return self._HotPeriod
@@ -26893,7 +26914,7 @@ class ModifyTopicRequest(AbstractModel):
26893
26914
 
26894
26915
  @property
26895
26916
  def Extends(self):
26896
- r"""日志主题扩展信息
26917
+ r"""主题扩展信息
26897
26918
  :rtype: :class:`tencentcloud.cls.v20201016.models.TopicExtendInfo`
26898
26919
  """
26899
26920
  return self._Extends
@@ -26904,7 +26925,7 @@ class ModifyTopicRequest(AbstractModel):
26904
26925
 
26905
26926
  @property
26906
26927
  def PartitionCount(self):
26907
- r"""日志主题分区数量。
26928
+ r"""主题分区数量。
26908
26929
  默认为1;
26909
26930
  取值范围及约束:
26910
26931
  - 当输入值<=0,系统自动调整为1。
@@ -27183,7 +27204,7 @@ class MonitorNotice(AbstractModel):
27183
27204
 
27184
27205
 
27185
27206
  class MonitorNoticeRule(AbstractModel):
27186
- r"""云监控通知渠道组信息
27207
+ r"""腾讯云可观测平台通知渠道组信息
27187
27208
 
27188
27209
  """
27189
27210
 
@@ -0,0 +1,46 @@
1
+ Metadata-Version: 2.1
2
+ Name: tencentcloud-sdk-python-cls
3
+ Version: 3.0.1483
4
+ Summary: Tencent Cloud Cls SDK for Python
5
+ Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
+ Author: Tencent Cloud
7
+ Maintainer-email: tencentcloudapi@tencent.com
8
+ License: Apache License 2.0
9
+ Platform: any
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: Apache Software License
13
+ Classifier: Programming Language :: Python
14
+ Classifier: Programming Language :: Python :: 2.7
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.6
17
+ Classifier: Programming Language :: Python :: 3.7
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1483
19
+
20
+ ============================
21
+ Tencent Cloud SDK for Python
22
+ ============================
23
+
24
+ Tencent Cloud Python Cls SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
25
+ The SDK works on Python versions:
26
+
27
+ * 2.7 and greater, including 3.x
28
+
29
+ Quick Start
30
+ -----------
31
+
32
+ First, install the library:
33
+
34
+ .. code-block:: sh
35
+
36
+ $ pip install tencentcloud-sdk-python-common
37
+ $ pip install tencentcloud-sdk-python-cls
38
+
39
+ or download source code from github and install:
40
+
41
+ .. code-block:: sh
42
+
43
+ $ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
44
+ $ cd tencentcloud-sdk-python
45
+ $ python package.py --components common cls
46
+
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1483
@@ -1,45 +0,0 @@
1
- Metadata-Version: 1.2
2
- Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.1469
4
- Summary: Tencent Cloud Cls SDK for Python
5
- Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
- Author: Tencent Cloud
7
- Maintainer-email: tencentcloudapi@tencent.com
8
- License: Apache License 2.0
9
- Description: ============================
10
- Tencent Cloud SDK for Python
11
- ============================
12
-
13
- Tencent Cloud Python Cls SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
14
- The SDK works on Python versions:
15
-
16
- * 2.7 and greater, including 3.x
17
-
18
- Quick Start
19
- -----------
20
-
21
- First, install the library:
22
-
23
- .. code-block:: sh
24
-
25
- $ pip install tencentcloud-sdk-python-common
26
- $ pip install tencentcloud-sdk-python-cls
27
-
28
- or download source code from github and install:
29
-
30
- .. code-block:: sh
31
-
32
- $ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
33
- $ cd tencentcloud-sdk-python
34
- $ python package.py --components common cls
35
-
36
-
37
- Platform: any
38
- Classifier: Development Status :: 5 - Production/Stable
39
- Classifier: Intended Audience :: Developers
40
- Classifier: License :: OSI Approved :: Apache Software License
41
- Classifier: Programming Language :: Python
42
- Classifier: Programming Language :: Python :: 2.7
43
- Classifier: Programming Language :: Python :: 3
44
- Classifier: Programming Language :: Python :: 3.6
45
- Classifier: Programming Language :: Python :: 3.7
@@ -1,45 +0,0 @@
1
- Metadata-Version: 1.2
2
- Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.1469
4
- Summary: Tencent Cloud Cls SDK for Python
5
- Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
- Author: Tencent Cloud
7
- Maintainer-email: tencentcloudapi@tencent.com
8
- License: Apache License 2.0
9
- Description: ============================
10
- Tencent Cloud SDK for Python
11
- ============================
12
-
13
- Tencent Cloud Python Cls SDK is the official software development kit, which allows Python developers to write software that makes use of Tencent Cloud services like CVM and CBS.
14
- The SDK works on Python versions:
15
-
16
- * 2.7 and greater, including 3.x
17
-
18
- Quick Start
19
- -----------
20
-
21
- First, install the library:
22
-
23
- .. code-block:: sh
24
-
25
- $ pip install tencentcloud-sdk-python-common
26
- $ pip install tencentcloud-sdk-python-cls
27
-
28
- or download source code from github and install:
29
-
30
- .. code-block:: sh
31
-
32
- $ git clone https://github.com/tencentcloud/tencentcloud-sdk-python.git
33
- $ cd tencentcloud-sdk-python
34
- $ python package.py --components common cls
35
-
36
-
37
- Platform: any
38
- Classifier: Development Status :: 5 - Production/Stable
39
- Classifier: Intended Audience :: Developers
40
- Classifier: License :: OSI Approved :: Apache Software License
41
- Classifier: Programming Language :: Python
42
- Classifier: Programming Language :: Python :: 2.7
43
- Classifier: Programming Language :: Python :: 3
44
- Classifier: Programming Language :: Python :: 3.6
45
- Classifier: Programming Language :: Python :: 3.7
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1469