tencentcloud-sdk-python-cls 3.0.1437__tar.gz → 3.0.1439__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 (16) hide show
  1. {tencentcloud-sdk-python-cls-3.0.1437 → tencentcloud-sdk-python-cls-3.0.1439}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cls-3.0.1437 → tencentcloud-sdk-python-cls-3.0.1439}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cls-3.0.1437 → tencentcloud-sdk-python-cls-3.0.1439}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cls-3.0.1437 → tencentcloud-sdk-python-cls-3.0.1439}/tencentcloud/cls/v20201016/models.py +38 -24
  5. {tencentcloud-sdk-python-cls-3.0.1437 → tencentcloud-sdk-python-cls-3.0.1439}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-cls-3.0.1439/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-cls-3.0.1437/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-cls-3.0.1437 → tencentcloud-sdk-python-cls-3.0.1439}/README.rst +0 -0
  9. {tencentcloud-sdk-python-cls-3.0.1437 → tencentcloud-sdk-python-cls-3.0.1439}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-cls-3.0.1437 → tencentcloud-sdk-python-cls-3.0.1439}/tencentcloud/cls/__init__.py +0 -0
  11. {tencentcloud-sdk-python-cls-3.0.1437 → tencentcloud-sdk-python-cls-3.0.1439}/tencentcloud/cls/v20201016/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cls-3.0.1437 → tencentcloud-sdk-python-cls-3.0.1439}/tencentcloud/cls/v20201016/cls_client.py +0 -0
  13. {tencentcloud-sdk-python-cls-3.0.1437 → tencentcloud-sdk-python-cls-3.0.1439}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cls-3.0.1437 → tencentcloud-sdk-python-cls-3.0.1439}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cls-3.0.1437 → tencentcloud-sdk-python-cls-3.0.1439}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cls-3.0.1437 → tencentcloud-sdk-python-cls-3.0.1439}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.1437
3
+ Version: 3.0.1439
4
4
  Summary: Tencent Cloud Cls SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -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.1437,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1439,<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.1437'
17
+ __version__ = '3.0.1439'
@@ -7748,7 +7748,8 @@ class CreateIndexRequest(AbstractModel):
7748
7748
 
7749
7749
  def __init__(self):
7750
7750
  r"""
7751
- :param _TopicId: 日志主题ID
7751
+ :param _TopicId: 日志主题Id。
7752
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
7752
7753
  :type TopicId: str
7753
7754
  :param _Rule: 索引规则
7754
7755
  :type Rule: :class:`tencentcloud.cls.v20201016.models.RuleInfo`
@@ -7772,7 +7773,8 @@ class CreateIndexRequest(AbstractModel):
7772
7773
 
7773
7774
  @property
7774
7775
  def TopicId(self):
7775
- """日志主题ID
7776
+ """日志主题Id。
7777
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
7776
7778
  :rtype: str
7777
7779
  """
7778
7780
  return self._TopicId
@@ -8119,7 +8121,9 @@ class CreateLogsetRequest(AbstractModel):
8119
8121
 
8120
8122
  def __init__(self):
8121
8123
  r"""
8122
- :param _LogsetName: 日志集名字,不能重名
8124
+ :param _LogsetName: 日志集名字。
8125
+
8126
+ - 最大支持255个字符。不支持`|`字符。
8123
8127
  :type LogsetName: str
8124
8128
  :param _Tags: 标签描述列表。最大支持10个标签键值对,并且不能有重复的键值对
8125
8129
  :type Tags: list of Tag
@@ -8132,7 +8136,9 @@ class CreateLogsetRequest(AbstractModel):
8132
8136
 
8133
8137
  @property
8134
8138
  def LogsetName(self):
8135
- """日志集名字,不能重名
8139
+ """日志集名字。
8140
+
8141
+ - 最大支持255个字符。不支持`|`字符。
8136
8142
  :rtype: str
8137
8143
  """
8138
8144
  return self._LogsetName
@@ -11549,14 +11555,16 @@ class DeleteIndexRequest(AbstractModel):
11549
11555
 
11550
11556
  def __init__(self):
11551
11557
  r"""
11552
- :param _TopicId: 日志主题ID
11558
+ :param _TopicId: 日志主题Id。
11559
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
11553
11560
  :type TopicId: str
11554
11561
  """
11555
11562
  self._TopicId = None
11556
11563
 
11557
11564
  @property
11558
11565
  def TopicId(self):
11559
- """日志主题ID
11566
+ """日志主题Id。
11567
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
11560
11568
  :rtype: str
11561
11569
  """
11562
11570
  return self._TopicId
@@ -11692,14 +11700,14 @@ class DeleteLogsetRequest(AbstractModel):
11692
11700
 
11693
11701
  def __init__(self):
11694
11702
  r"""
11695
- :param _LogsetId: 日志集ID
11703
+ :param _LogsetId: 日志集Id。通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
11696
11704
  :type LogsetId: str
11697
11705
  """
11698
11706
  self._LogsetId = None
11699
11707
 
11700
11708
  @property
11701
11709
  def LogsetId(self):
11702
- """日志集ID
11710
+ """日志集Id。通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
11703
11711
  :rtype: str
11704
11712
  """
11705
11713
  return self._LogsetId
@@ -14579,14 +14587,16 @@ class DescribeIndexRequest(AbstractModel):
14579
14587
 
14580
14588
  def __init__(self):
14581
14589
  r"""
14582
- :param _TopicId: 日志主题ID
14590
+ :param _TopicId: 日志主题Id。
14591
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
14583
14592
  :type TopicId: str
14584
14593
  """
14585
14594
  self._TopicId = None
14586
14595
 
14587
14596
  @property
14588
14597
  def TopicId(self):
14589
- """日志主题ID
14598
+ """日志主题Id。
14599
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
14590
14600
  :rtype: str
14591
14601
  """
14592
14602
  return self._TopicId
@@ -14615,14 +14625,15 @@ class DescribeIndexResponse(AbstractModel):
14615
14625
 
14616
14626
  def __init__(self):
14617
14627
  r"""
14618
- :param _TopicId: 日志主题ID
14628
+ :param _TopicId: 日志主题Id
14619
14629
  :type TopicId: str
14620
- :param _Status: 是否生效
14630
+ :param _Status: 索引状态。true:开启状态,false:关闭状态
14631
+ 开启后可对日志进行检索分析,将产生索引流量、索引存储及相应费用。[费用详情](https://cloud.tencent.com/document/product/614/45802#.E8.AE.A1.E8.B4.B9.E9.A1.B9)
14621
14632
  :type Status: bool
14622
14633
  :param _Rule: 索引配置信息
14623
14634
  注意:此字段可能返回 null,表示取不到有效值。
14624
14635
  :type Rule: :class:`tencentcloud.cls.v20201016.models.RuleInfo`
14625
- :param _ModifyTime: 索引修改时间,初始值为索引创建时间。
14636
+ :param _ModifyTime: 索引修改时间,初始值为索引创建时间。格式 `YYYY-MM-DD HH:MM:SS`
14626
14637
  :type ModifyTime: str
14627
14638
  :param _IncludeInternalFields: 内置保留字段(`__FILENAME__`,`__HOSTNAME__`及`__SOURCE__`)是否包含至全文索引
14628
14639
  * false:不包含
@@ -14646,7 +14657,7 @@ class DescribeIndexResponse(AbstractModel):
14646
14657
 
14647
14658
  @property
14648
14659
  def TopicId(self):
14649
- """日志主题ID
14660
+ """日志主题Id
14650
14661
  :rtype: str
14651
14662
  """
14652
14663
  return self._TopicId
@@ -14657,7 +14668,8 @@ class DescribeIndexResponse(AbstractModel):
14657
14668
 
14658
14669
  @property
14659
14670
  def Status(self):
14660
- """是否生效
14671
+ """索引状态。true:开启状态,false:关闭状态
14672
+ 开启后可对日志进行检索分析,将产生索引流量、索引存储及相应费用。[费用详情](https://cloud.tencent.com/document/product/614/45802#.E8.AE.A1.E8.B4.B9.E9.A1.B9)
14661
14673
  :rtype: bool
14662
14674
  """
14663
14675
  return self._Status
@@ -14680,7 +14692,7 @@ class DescribeIndexResponse(AbstractModel):
14680
14692
 
14681
14693
  @property
14682
14694
  def ModifyTime(self):
14683
- """索引修改时间,初始值为索引创建时间。
14695
+ """索引修改时间,初始值为索引创建时间。格式 `YYYY-MM-DD HH:MM:SS`
14684
14696
  :rtype: str
14685
14697
  """
14686
14698
  return self._ModifyTime
@@ -15451,11 +15463,12 @@ class DescribeLogsetsRequest(AbstractModel):
15451
15463
  - 按照【日志集名称】进行过滤。
15452
15464
  - 类型:String
15453
15465
  - 必选:否
15454
-
15466
+ - 通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集名称。
15455
15467
  logsetId
15456
15468
  - 按照【日志集ID】进行过滤。
15457
15469
  - 类型:String
15458
15470
  - 必选:否
15471
+ - 通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
15459
15472
 
15460
15473
  tagKey
15461
15474
  - 按照【标签键】进行过滤。
@@ -15484,11 +15497,12 @@ tag:tagKey
15484
15497
  - 按照【日志集名称】进行过滤。
15485
15498
  - 类型:String
15486
15499
  - 必选:否
15487
-
15500
+ - 通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集名称。
15488
15501
  logsetId
15489
15502
  - 按照【日志集ID】进行过滤。
15490
15503
  - 类型:String
15491
15504
  - 必选:否
15505
+ - 通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
15492
15506
 
15493
15507
  tagKey
15494
15508
  - 按照【标签键】进行过滤。
@@ -20413,7 +20427,7 @@ class LogsetInfo(AbstractModel):
20413
20427
  :type LogsetId: str
20414
20428
  :param _LogsetName: 日志集名称
20415
20429
  :type LogsetName: str
20416
- :param _CreateTime: 创建时间
20430
+ :param _CreateTime: 创建时间。格式 `YYYY-MM-DD HH:MM:SS`
20417
20431
  :type CreateTime: str
20418
20432
  :param _AssumerName: 云产品标识,日志集由其它云产品创建时,该字段会显示云产品名称,例如CDN、TKE
20419
20433
  :type AssumerName: str
@@ -20456,7 +20470,7 @@ class LogsetInfo(AbstractModel):
20456
20470
 
20457
20471
  @property
20458
20472
  def CreateTime(self):
20459
- """创建时间
20473
+ """创建时间。格式 `YYYY-MM-DD HH:MM:SS`
20460
20474
  :rtype: str
20461
20475
  """
20462
20476
  return self._CreateTime
@@ -23987,9 +24001,9 @@ class ModifyLogsetRequest(AbstractModel):
23987
24001
 
23988
24002
  def __init__(self):
23989
24003
  r"""
23990
- :param _LogsetId: 日志集ID
24004
+ :param _LogsetId: 日志集Id。通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
23991
24005
  :type LogsetId: str
23992
- :param _LogsetName: 日志集名称
24006
+ :param _LogsetName: 日志集名字。- 最大支持255个字符。不支持`|`字符。
23993
24007
  :type LogsetName: str
23994
24008
  :param _Tags: 日志集的绑定的标签键值对。最大支持10个标签键值对,同一个资源只能同时绑定一个标签键。
23995
24009
  :type Tags: list of Tag
@@ -24000,7 +24014,7 @@ class ModifyLogsetRequest(AbstractModel):
24000
24014
 
24001
24015
  @property
24002
24016
  def LogsetId(self):
24003
- """日志集ID
24017
+ """日志集Id。通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
24004
24018
  :rtype: str
24005
24019
  """
24006
24020
  return self._LogsetId
@@ -24011,7 +24025,7 @@ class ModifyLogsetRequest(AbstractModel):
24011
24025
 
24012
24026
  @property
24013
24027
  def LogsetName(self):
24014
- """日志集名称
24028
+ """日志集名字。- 最大支持255个字符。不支持`|`字符。
24015
24029
  :rtype: str
24016
24030
  """
24017
24031
  return self._LogsetName
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.1437
3
+ Version: 3.0.1439
4
4
  Summary: Tencent Cloud Cls SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1439
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1437