tencentcloud-sdk-python-cls 3.0.1435__tar.gz → 3.0.1436__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.1435 → tencentcloud-sdk-python-cls-3.0.1436}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1436}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1436}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1436}/tencentcloud/cls/v20201016/models.py +22 -4
  5. {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1436}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-cls-3.0.1436/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-cls-3.0.1435/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1436}/README.rst +0 -0
  9. {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1436}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1436}/tencentcloud/cls/__init__.py +0 -0
  11. {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1436}/tencentcloud/cls/v20201016/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1436}/tencentcloud/cls/v20201016/cls_client.py +0 -0
  13. {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1436}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1436}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1436}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1436}/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.1435
3
+ Version: 3.0.1436
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.1435,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1436,<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.1435'
17
+ __version__ = '3.0.1436'
@@ -4458,7 +4458,7 @@ class ContentInfo(AbstractModel):
4458
4458
 
4459
4459
  def __init__(self):
4460
4460
  r"""
4461
- :param _Format: 内容格式,支持jsoncsv
4461
+ :param _Format: 内容格式,支持jsoncsv,parquet
4462
4462
  :type Format: str
4463
4463
  :param _Csv: csv格式内容描述
4464
4464
  注意:此字段可能返回 null,表示取不到有效值。
@@ -4477,7 +4477,7 @@ class ContentInfo(AbstractModel):
4477
4477
 
4478
4478
  @property
4479
4479
  def Format(self):
4480
- """内容格式,支持jsoncsv
4480
+ """内容格式,支持jsoncsv,parquet
4481
4481
  :rtype: str
4482
4482
  """
4483
4483
  return self._Format
@@ -19011,6 +19011,11 @@ class JsonInfo(AbstractModel):
19011
19011
  :param _EnableTag: 启用标志
19012
19012
  :type EnableTag: bool
19013
19013
  :param _MetaFields: 元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__、__HOSTNAME__。
19014
+
19015
+ - __SOURCE__:日志采集的源 IP,示例:10.0.1.2
19016
+ - __FILENAME__:日志采集的文件名,示例:/data/log/nginx/access.log
19017
+ - __TIMESTAMP__:日志时间戳(毫秒级别 Unix 时间戳),按时间范围检索日志时,将自动使用该时间对日志进行检索,在控制台显示为“日志时间”,示例:1640005601188
19018
+ - __HOSTNAME__:日志来源机器名称,需使用2.7.4及以上版本的 Loglistener 才会采集该字段,示例:localhost
19014
19019
  注意:此字段可能返回 null,表示取不到有效值。
19015
19020
  :type MetaFields: list of str
19016
19021
  :param _JsonType: 投递Json格式,0:字符串方式投递;1:以结构化方式投递
@@ -19034,6 +19039,11 @@ class JsonInfo(AbstractModel):
19034
19039
  @property
19035
19040
  def MetaFields(self):
19036
19041
  """元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__、__HOSTNAME__。
19042
+
19043
+ - __SOURCE__:日志采集的源 IP,示例:10.0.1.2
19044
+ - __FILENAME__:日志采集的文件名,示例:/data/log/nginx/access.log
19045
+ - __TIMESTAMP__:日志时间戳(毫秒级别 Unix 时间戳),按时间范围检索日志时,将自动使用该时间对日志进行检索,在控制台显示为“日志时间”,示例:1640005601188
19046
+ - __HOSTNAME__:日志来源机器名称,需使用2.7.4及以上版本的 Loglistener 才会采集该字段,示例:localhost
19037
19047
  注意:此字段可能返回 null,表示取不到有效值。
19038
19048
  :rtype: list of str
19039
19049
  """
@@ -29416,7 +29426,11 @@ class ShipperTaskInfo(AbstractModel):
29416
29426
  :type StartTime: int
29417
29427
  :param _EndTime: 本次投递任务的结束时间戳, 毫秒
29418
29428
  :type EndTime: int
29419
- :param _Status: 本次投递的结果,"success","running","failed"
29429
+ :param _Status: 本次投递的结果。"success""running""failed"
29430
+
29431
+ - success:任务成功。
29432
+ - running:任务处理中。
29433
+ - failed:任务失败。
29420
29434
  :type Status: str
29421
29435
  :param _Message: 结果的详细信息
29422
29436
  :type Message: str
@@ -29510,7 +29524,11 @@ class ShipperTaskInfo(AbstractModel):
29510
29524
 
29511
29525
  @property
29512
29526
  def Status(self):
29513
- """本次投递的结果,"success","running","failed"
29527
+ """本次投递的结果。"success""running""failed"
29528
+
29529
+ - success:任务成功。
29530
+ - running:任务处理中。
29531
+ - failed:任务失败。
29514
29532
  :rtype: str
29515
29533
  """
29516
29534
  return self._Status
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.1435
3
+ Version: 3.0.1436
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.1436
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1435