tencentcloud-sdk-python-cls 3.0.1435__tar.gz → 3.0.1437__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.
- {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1437}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1437}/setup.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1437}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1437}/tencentcloud/cls/v20201016/models.py +46 -20
- {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1437}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cls-3.0.1437/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cls-3.0.1435/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1437}/README.rst +0 -0
- {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1437}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1437}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1437}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1437}/tencentcloud/cls/v20201016/cls_client.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1437}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1437}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1437}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.1435 → tencentcloud-sdk-python-cls-3.0.1437}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
|
@@ -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.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1437,<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(),
|
|
@@ -4458,7 +4458,7 @@ class ContentInfo(AbstractModel):
|
|
|
4458
4458
|
|
|
4459
4459
|
def __init__(self):
|
|
4460
4460
|
r"""
|
|
4461
|
-
:param _Format: 内容格式,支持json
|
|
4461
|
+
:param _Format: 内容格式,支持json,csv,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
|
-
"""内容格式,支持json
|
|
4480
|
+
"""内容格式,支持json,csv,parquet
|
|
4481
4481
|
:rtype: str
|
|
4482
4482
|
"""
|
|
4483
4483
|
return self._Format
|
|
@@ -11357,14 +11357,14 @@ class DeleteDashboardSubscribeRequest(AbstractModel):
|
|
|
11357
11357
|
|
|
11358
11358
|
def __init__(self):
|
|
11359
11359
|
r"""
|
|
11360
|
-
:param _Id: 仪表盘订阅记录id。
|
|
11360
|
+
:param _Id: 仪表盘订阅记录id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
11361
11361
|
:type Id: int
|
|
11362
11362
|
"""
|
|
11363
11363
|
self._Id = None
|
|
11364
11364
|
|
|
11365
11365
|
@property
|
|
11366
11366
|
def Id(self):
|
|
11367
|
-
"""仪表盘订阅记录id。
|
|
11367
|
+
"""仪表盘订阅记录id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
11368
11368
|
:rtype: int
|
|
11369
11369
|
"""
|
|
11370
11370
|
return self._Id
|
|
@@ -13905,7 +13905,11 @@ class DescribeDashboardSubscribesRequest(AbstractModel):
|
|
|
13905
13905
|
|
|
13906
13906
|
def __init__(self):
|
|
13907
13907
|
r"""
|
|
13908
|
-
:param _Filters:
|
|
13908
|
+
:param _Filters: dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否
|
|
13909
|
+
|
|
13910
|
+
- 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
13911
|
+
|
|
13912
|
+
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
|
13909
13913
|
:type Filters: list of Filter
|
|
13910
13914
|
:param _Offset: 分页的偏移量,默认值为0。
|
|
13911
13915
|
:type Offset: int
|
|
@@ -13918,7 +13922,11 @@ class DescribeDashboardSubscribesRequest(AbstractModel):
|
|
|
13918
13922
|
|
|
13919
13923
|
@property
|
|
13920
13924
|
def Filters(self):
|
|
13921
|
-
"""
|
|
13925
|
+
"""dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否
|
|
13926
|
+
|
|
13927
|
+
- 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
13928
|
+
|
|
13929
|
+
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
|
13922
13930
|
:rtype: list of Filter
|
|
13923
13931
|
"""
|
|
13924
13932
|
return self._Filters
|
|
@@ -19011,6 +19019,11 @@ class JsonInfo(AbstractModel):
|
|
|
19011
19019
|
:param _EnableTag: 启用标志
|
|
19012
19020
|
:type EnableTag: bool
|
|
19013
19021
|
:param _MetaFields: 元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__、__HOSTNAME__。
|
|
19022
|
+
|
|
19023
|
+
- __SOURCE__:日志采集的源 IP,示例:10.0.1.2
|
|
19024
|
+
- __FILENAME__:日志采集的文件名,示例:/data/log/nginx/access.log
|
|
19025
|
+
- __TIMESTAMP__:日志时间戳(毫秒级别 Unix 时间戳),按时间范围检索日志时,将自动使用该时间对日志进行检索,在控制台显示为“日志时间”,示例:1640005601188
|
|
19026
|
+
- __HOSTNAME__:日志来源机器名称,需使用2.7.4及以上版本的 Loglistener 才会采集该字段,示例:localhost
|
|
19014
19027
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19015
19028
|
:type MetaFields: list of str
|
|
19016
19029
|
:param _JsonType: 投递Json格式,0:字符串方式投递;1:以结构化方式投递
|
|
@@ -19034,6 +19047,11 @@ class JsonInfo(AbstractModel):
|
|
|
19034
19047
|
@property
|
|
19035
19048
|
def MetaFields(self):
|
|
19036
19049
|
"""元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__、__HOSTNAME__。
|
|
19050
|
+
|
|
19051
|
+
- __SOURCE__:日志采集的源 IP,示例:10.0.1.2
|
|
19052
|
+
- __FILENAME__:日志采集的文件名,示例:/data/log/nginx/access.log
|
|
19053
|
+
- __TIMESTAMP__:日志时间戳(毫秒级别 Unix 时间戳),按时间范围检索日志时,将自动使用该时间对日志进行检索,在控制台显示为“日志时间”,示例:1640005601188
|
|
19054
|
+
- __HOSTNAME__:日志来源机器名称,需使用2.7.4及以上版本的 Loglistener 才会采集该字段,示例:localhost
|
|
19037
19055
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19038
19056
|
:rtype: list of str
|
|
19039
19057
|
"""
|
|
@@ -23224,11 +23242,11 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
|
|
|
23224
23242
|
|
|
23225
23243
|
def __init__(self):
|
|
23226
23244
|
r"""
|
|
23227
|
-
:param _Id: 仪表盘订阅id。
|
|
23245
|
+
:param _Id: 仪表盘订阅id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
23228
23246
|
:type Id: int
|
|
23229
|
-
:param _DashboardId: 仪表盘id。
|
|
23247
|
+
:param _DashboardId: 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
23230
23248
|
:type DashboardId: str
|
|
23231
|
-
:param _Name:
|
|
23249
|
+
:param _Name: 仪表盘订阅名称。最大支持128个字符,且不支持'|'字符。
|
|
23232
23250
|
:type Name: str
|
|
23233
23251
|
:param _Cron: 订阅时间cron表达式,格式为:{秒数} {分钟} {小时} {日期} {月份} {星期};(有效数据为:{分钟} {小时} {日期} {月份} {星期})。
|
|
23234
23252
|
:type Cron: str
|
|
@@ -23243,7 +23261,7 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
|
|
|
23243
23261
|
|
|
23244
23262
|
@property
|
|
23245
23263
|
def Id(self):
|
|
23246
|
-
"""仪表盘订阅id。
|
|
23264
|
+
"""仪表盘订阅id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
23247
23265
|
:rtype: int
|
|
23248
23266
|
"""
|
|
23249
23267
|
return self._Id
|
|
@@ -23254,7 +23272,7 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
|
|
|
23254
23272
|
|
|
23255
23273
|
@property
|
|
23256
23274
|
def DashboardId(self):
|
|
23257
|
-
"""仪表盘id。
|
|
23275
|
+
"""仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
23258
23276
|
:rtype: str
|
|
23259
23277
|
"""
|
|
23260
23278
|
return self._DashboardId
|
|
@@ -23265,7 +23283,7 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
|
|
|
23265
23283
|
|
|
23266
23284
|
@property
|
|
23267
23285
|
def Name(self):
|
|
23268
|
-
"""
|
|
23286
|
+
"""仪表盘订阅名称。最大支持128个字符,且不支持'|'字符。
|
|
23269
23287
|
:rtype: str
|
|
23270
23288
|
"""
|
|
23271
23289
|
return self._Name
|
|
@@ -28226,13 +28244,13 @@ class SearchDashboardSubscribeRequest(AbstractModel):
|
|
|
28226
28244
|
|
|
28227
28245
|
def __init__(self):
|
|
28228
28246
|
r"""
|
|
28229
|
-
:param _DashboardId: 仪表盘id。
|
|
28247
|
+
:param _DashboardId: 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
28230
28248
|
:type DashboardId: str
|
|
28231
28249
|
:param _SubscribeData: 仪表盘订阅数据。
|
|
28232
28250
|
:type SubscribeData: :class:`tencentcloud.cls.v20201016.models.DashboardSubscribeData`
|
|
28233
|
-
:param _Id: 仪表盘订阅Id。
|
|
28251
|
+
:param _Id: 仪表盘订阅Id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
28234
28252
|
:type Id: int
|
|
28235
|
-
:param _Name:
|
|
28253
|
+
:param _Name: 仪表盘订阅名称。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Name。
|
|
28236
28254
|
:type Name: str
|
|
28237
28255
|
"""
|
|
28238
28256
|
self._DashboardId = None
|
|
@@ -28242,7 +28260,7 @@ class SearchDashboardSubscribeRequest(AbstractModel):
|
|
|
28242
28260
|
|
|
28243
28261
|
@property
|
|
28244
28262
|
def DashboardId(self):
|
|
28245
|
-
"""仪表盘id。
|
|
28263
|
+
"""仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
28246
28264
|
:rtype: str
|
|
28247
28265
|
"""
|
|
28248
28266
|
return self._DashboardId
|
|
@@ -28264,7 +28282,7 @@ class SearchDashboardSubscribeRequest(AbstractModel):
|
|
|
28264
28282
|
|
|
28265
28283
|
@property
|
|
28266
28284
|
def Id(self):
|
|
28267
|
-
"""仪表盘订阅Id。
|
|
28285
|
+
"""仪表盘订阅Id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
28268
28286
|
:rtype: int
|
|
28269
28287
|
"""
|
|
28270
28288
|
return self._Id
|
|
@@ -28275,7 +28293,7 @@ class SearchDashboardSubscribeRequest(AbstractModel):
|
|
|
28275
28293
|
|
|
28276
28294
|
@property
|
|
28277
28295
|
def Name(self):
|
|
28278
|
-
"""
|
|
28296
|
+
"""仪表盘订阅名称。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Name。
|
|
28279
28297
|
:rtype: str
|
|
28280
28298
|
"""
|
|
28281
28299
|
return self._Name
|
|
@@ -29416,7 +29434,11 @@ class ShipperTaskInfo(AbstractModel):
|
|
|
29416
29434
|
:type StartTime: int
|
|
29417
29435
|
:param _EndTime: 本次投递任务的结束时间戳, 毫秒
|
|
29418
29436
|
:type EndTime: int
|
|
29419
|
-
:param _Status:
|
|
29437
|
+
:param _Status: 本次投递的结果。"success","running","failed"
|
|
29438
|
+
|
|
29439
|
+
- success:任务成功。
|
|
29440
|
+
- running:任务处理中。
|
|
29441
|
+
- failed:任务失败。
|
|
29420
29442
|
:type Status: str
|
|
29421
29443
|
:param _Message: 结果的详细信息
|
|
29422
29444
|
:type Message: str
|
|
@@ -29510,7 +29532,11 @@ class ShipperTaskInfo(AbstractModel):
|
|
|
29510
29532
|
|
|
29511
29533
|
@property
|
|
29512
29534
|
def Status(self):
|
|
29513
|
-
"""
|
|
29535
|
+
"""本次投递的结果。"success","running","failed"
|
|
29536
|
+
|
|
29537
|
+
- success:任务成功。
|
|
29538
|
+
- running:任务处理中。
|
|
29539
|
+
- failed:任务失败。
|
|
29514
29540
|
:rtype: str
|
|
29515
29541
|
"""
|
|
29516
29542
|
return self._Status
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1437
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1435
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|