tencentcloud-sdk-python-cls 3.1.128__tar.gz → 3.1.133__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.1.128 → tencentcloud_sdk_python_cls-3.1.133}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.133}/setup.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.133}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.133}/tencentcloud/cls/v20201016/models.py +179 -44
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.133}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cls-3.1.133/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cls-3.1.128/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.133}/README.rst +0 -0
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.133}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.133}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.133}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.133}/tencentcloud/cls/v20201016/cls_client.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.133}/tencentcloud/cls/v20201016/cls_client_async.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.133}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.133}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.133}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.128 → tencentcloud_sdk_python_cls-3.1.133}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cls
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.133
|
|
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
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.133
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -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.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.133,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cls SDK for Python',
|
|
@@ -10697,6 +10697,12 @@ class CreateDlcDeliverRequest(AbstractModel):
|
|
|
10697
10697
|
:type EndTime: int
|
|
10698
10698
|
:param _HasServicesLog: <p>是否开启投递服务日志。1关闭,2开启。默认开启</p>
|
|
10699
10699
|
:type HasServicesLog: int
|
|
10700
|
+
:param _AutoCreateField: <p>自动创建dlc字段</p><p>默认值:false</p><p>当您的日志中有新增字段时,系统自动将其投递至DLC</p>
|
|
10701
|
+
:type AutoCreateField: bool
|
|
10702
|
+
:param _DlcFailHandle: <p>将投递失败的日志存储至DLC表</p>
|
|
10703
|
+
:type DlcFailHandle: :class:`tencentcloud.cls.v20201016.models.DlcFailHandle`
|
|
10704
|
+
:param _DSLFilter: <p>日志预过滤-数据写入 Splunk 的原始数据进行预过滤处理</p>
|
|
10705
|
+
:type DSLFilter: str
|
|
10700
10706
|
"""
|
|
10701
10707
|
self._TopicId = None
|
|
10702
10708
|
self._Name = None
|
|
@@ -10707,6 +10713,9 @@ class CreateDlcDeliverRequest(AbstractModel):
|
|
|
10707
10713
|
self._Interval = None
|
|
10708
10714
|
self._EndTime = None
|
|
10709
10715
|
self._HasServicesLog = None
|
|
10716
|
+
self._AutoCreateField = None
|
|
10717
|
+
self._DlcFailHandle = None
|
|
10718
|
+
self._DSLFilter = None
|
|
10710
10719
|
|
|
10711
10720
|
@property
|
|
10712
10721
|
def TopicId(self):
|
|
@@ -10807,6 +10816,39 @@ class CreateDlcDeliverRequest(AbstractModel):
|
|
|
10807
10816
|
def HasServicesLog(self, HasServicesLog):
|
|
10808
10817
|
self._HasServicesLog = HasServicesLog
|
|
10809
10818
|
|
|
10819
|
+
@property
|
|
10820
|
+
def AutoCreateField(self):
|
|
10821
|
+
r"""<p>自动创建dlc字段</p><p>默认值:false</p><p>当您的日志中有新增字段时,系统自动将其投递至DLC</p>
|
|
10822
|
+
:rtype: bool
|
|
10823
|
+
"""
|
|
10824
|
+
return self._AutoCreateField
|
|
10825
|
+
|
|
10826
|
+
@AutoCreateField.setter
|
|
10827
|
+
def AutoCreateField(self, AutoCreateField):
|
|
10828
|
+
self._AutoCreateField = AutoCreateField
|
|
10829
|
+
|
|
10830
|
+
@property
|
|
10831
|
+
def DlcFailHandle(self):
|
|
10832
|
+
r"""<p>将投递失败的日志存储至DLC表</p>
|
|
10833
|
+
:rtype: :class:`tencentcloud.cls.v20201016.models.DlcFailHandle`
|
|
10834
|
+
"""
|
|
10835
|
+
return self._DlcFailHandle
|
|
10836
|
+
|
|
10837
|
+
@DlcFailHandle.setter
|
|
10838
|
+
def DlcFailHandle(self, DlcFailHandle):
|
|
10839
|
+
self._DlcFailHandle = DlcFailHandle
|
|
10840
|
+
|
|
10841
|
+
@property
|
|
10842
|
+
def DSLFilter(self):
|
|
10843
|
+
r"""<p>日志预过滤-数据写入 Splunk 的原始数据进行预过滤处理</p>
|
|
10844
|
+
:rtype: str
|
|
10845
|
+
"""
|
|
10846
|
+
return self._DSLFilter
|
|
10847
|
+
|
|
10848
|
+
@DSLFilter.setter
|
|
10849
|
+
def DSLFilter(self, DSLFilter):
|
|
10850
|
+
self._DSLFilter = DSLFilter
|
|
10851
|
+
|
|
10810
10852
|
|
|
10811
10853
|
def _deserialize(self, params):
|
|
10812
10854
|
self._TopicId = params.get("TopicId")
|
|
@@ -10820,6 +10862,11 @@ class CreateDlcDeliverRequest(AbstractModel):
|
|
|
10820
10862
|
self._Interval = params.get("Interval")
|
|
10821
10863
|
self._EndTime = params.get("EndTime")
|
|
10822
10864
|
self._HasServicesLog = params.get("HasServicesLog")
|
|
10865
|
+
self._AutoCreateField = params.get("AutoCreateField")
|
|
10866
|
+
if params.get("DlcFailHandle") is not None:
|
|
10867
|
+
self._DlcFailHandle = DlcFailHandle()
|
|
10868
|
+
self._DlcFailHandle._deserialize(params.get("DlcFailHandle"))
|
|
10869
|
+
self._DSLFilter = params.get("DSLFilter")
|
|
10823
10870
|
memeber_set = set(params.keys())
|
|
10824
10871
|
for name, value in vars(self).items():
|
|
10825
10872
|
property_name = name[1:]
|
|
@@ -13478,6 +13525,8 @@ class CreateScheduledSqlRequest(AbstractModel):
|
|
|
13478
13525
|
:type ProcessDelay: int
|
|
13479
13526
|
:param _SrcTopicRegion: <p>源topicId的地域信息,支持地域见 <a href="https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8">地域列表</a> 文档</p>
|
|
13480
13527
|
:type SrcTopicRegion: str
|
|
13528
|
+
:param _ProcessPeriodUnit: <p>调度时间单位</p><p>取值范围:[1, 2]</p><p>默认值:1</p><p>默认值为1(分钟),其他值2(秒)</p>
|
|
13529
|
+
:type ProcessPeriodUnit: int
|
|
13481
13530
|
:param _ProcessEndTime: <p>调度结束时间,当ProcessType=2时为必传字段, Unix时间戳,单位ms</p>
|
|
13482
13531
|
:type ProcessEndTime: int
|
|
13483
13532
|
:param _SyntaxRule: <p>查询语法规则。 默认值为0。0:Lucene语法,1:CQL语法</p>
|
|
@@ -13498,6 +13547,7 @@ class CreateScheduledSqlRequest(AbstractModel):
|
|
|
13498
13547
|
self._ProcessTimeWindow = None
|
|
13499
13548
|
self._ProcessDelay = None
|
|
13500
13549
|
self._SrcTopicRegion = None
|
|
13550
|
+
self._ProcessPeriodUnit = None
|
|
13501
13551
|
self._ProcessEndTime = None
|
|
13502
13552
|
self._SyntaxRule = None
|
|
13503
13553
|
self._HasServicesLog = None
|
|
@@ -13624,6 +13674,17 @@ class CreateScheduledSqlRequest(AbstractModel):
|
|
|
13624
13674
|
def SrcTopicRegion(self, SrcTopicRegion):
|
|
13625
13675
|
self._SrcTopicRegion = SrcTopicRegion
|
|
13626
13676
|
|
|
13677
|
+
@property
|
|
13678
|
+
def ProcessPeriodUnit(self):
|
|
13679
|
+
r"""<p>调度时间单位</p><p>取值范围:[1, 2]</p><p>默认值:1</p><p>默认值为1(分钟),其他值2(秒)</p>
|
|
13680
|
+
:rtype: int
|
|
13681
|
+
"""
|
|
13682
|
+
return self._ProcessPeriodUnit
|
|
13683
|
+
|
|
13684
|
+
@ProcessPeriodUnit.setter
|
|
13685
|
+
def ProcessPeriodUnit(self, ProcessPeriodUnit):
|
|
13686
|
+
self._ProcessPeriodUnit = ProcessPeriodUnit
|
|
13687
|
+
|
|
13627
13688
|
@property
|
|
13628
13689
|
def ProcessEndTime(self):
|
|
13629
13690
|
r"""<p>调度结束时间,当ProcessType=2时为必传字段, Unix时间戳,单位ms</p>
|
|
@@ -13683,6 +13744,7 @@ class CreateScheduledSqlRequest(AbstractModel):
|
|
|
13683
13744
|
self._ProcessTimeWindow = params.get("ProcessTimeWindow")
|
|
13684
13745
|
self._ProcessDelay = params.get("ProcessDelay")
|
|
13685
13746
|
self._SrcTopicRegion = params.get("SrcTopicRegion")
|
|
13747
|
+
self._ProcessPeriodUnit = params.get("ProcessPeriodUnit")
|
|
13686
13748
|
self._ProcessEndTime = params.get("ProcessEndTime")
|
|
13687
13749
|
self._SyntaxRule = params.get("SyntaxRule")
|
|
13688
13750
|
self._HasServicesLog = params.get("HasServicesLog")
|
|
@@ -39333,6 +39395,12 @@ class ModifyDlcDeliverRequest(AbstractModel):
|
|
|
39333
39395
|
:type HasServicesLog: int
|
|
39334
39396
|
:param _Status: <p>任务状态。</p><p>枚举值:</p><ul><li>1: 运行</li><li>2: 停止</li></ul>
|
|
39335
39397
|
:type Status: int
|
|
39398
|
+
:param _AutoCreateField: <p>自动创建dlc字段</p><p>默认值:false</p><p>当您的日志中有新增字段时,系统自动将其投递至DLC</p>
|
|
39399
|
+
:type AutoCreateField: bool
|
|
39400
|
+
:param _DlcFailHandle: <p>将投递失败的日志存储至DLC表</p>
|
|
39401
|
+
:type DlcFailHandle: :class:`tencentcloud.cls.v20201016.models.DlcFailHandle`
|
|
39402
|
+
:param _DSLFilter: <p>日志预过滤-数据写入 Splunk 的原始数据进行预过滤处理</p>
|
|
39403
|
+
:type DSLFilter: str
|
|
39336
39404
|
"""
|
|
39337
39405
|
self._TopicId = None
|
|
39338
39406
|
self._TaskId = None
|
|
@@ -39345,6 +39413,9 @@ class ModifyDlcDeliverRequest(AbstractModel):
|
|
|
39345
39413
|
self._DlcInfo = None
|
|
39346
39414
|
self._HasServicesLog = None
|
|
39347
39415
|
self._Status = None
|
|
39416
|
+
self._AutoCreateField = None
|
|
39417
|
+
self._DlcFailHandle = None
|
|
39418
|
+
self._DSLFilter = None
|
|
39348
39419
|
|
|
39349
39420
|
@property
|
|
39350
39421
|
def TopicId(self):
|
|
@@ -39467,6 +39538,39 @@ class ModifyDlcDeliverRequest(AbstractModel):
|
|
|
39467
39538
|
def Status(self, Status):
|
|
39468
39539
|
self._Status = Status
|
|
39469
39540
|
|
|
39541
|
+
@property
|
|
39542
|
+
def AutoCreateField(self):
|
|
39543
|
+
r"""<p>自动创建dlc字段</p><p>默认值:false</p><p>当您的日志中有新增字段时,系统自动将其投递至DLC</p>
|
|
39544
|
+
:rtype: bool
|
|
39545
|
+
"""
|
|
39546
|
+
return self._AutoCreateField
|
|
39547
|
+
|
|
39548
|
+
@AutoCreateField.setter
|
|
39549
|
+
def AutoCreateField(self, AutoCreateField):
|
|
39550
|
+
self._AutoCreateField = AutoCreateField
|
|
39551
|
+
|
|
39552
|
+
@property
|
|
39553
|
+
def DlcFailHandle(self):
|
|
39554
|
+
r"""<p>将投递失败的日志存储至DLC表</p>
|
|
39555
|
+
:rtype: :class:`tencentcloud.cls.v20201016.models.DlcFailHandle`
|
|
39556
|
+
"""
|
|
39557
|
+
return self._DlcFailHandle
|
|
39558
|
+
|
|
39559
|
+
@DlcFailHandle.setter
|
|
39560
|
+
def DlcFailHandle(self, DlcFailHandle):
|
|
39561
|
+
self._DlcFailHandle = DlcFailHandle
|
|
39562
|
+
|
|
39563
|
+
@property
|
|
39564
|
+
def DSLFilter(self):
|
|
39565
|
+
r"""<p>日志预过滤-数据写入 Splunk 的原始数据进行预过滤处理</p>
|
|
39566
|
+
:rtype: str
|
|
39567
|
+
"""
|
|
39568
|
+
return self._DSLFilter
|
|
39569
|
+
|
|
39570
|
+
@DSLFilter.setter
|
|
39571
|
+
def DSLFilter(self, DSLFilter):
|
|
39572
|
+
self._DSLFilter = DSLFilter
|
|
39573
|
+
|
|
39470
39574
|
|
|
39471
39575
|
def _deserialize(self, params):
|
|
39472
39576
|
self._TopicId = params.get("TopicId")
|
|
@@ -39482,6 +39586,11 @@ class ModifyDlcDeliverRequest(AbstractModel):
|
|
|
39482
39586
|
self._DlcInfo._deserialize(params.get("DlcInfo"))
|
|
39483
39587
|
self._HasServicesLog = params.get("HasServicesLog")
|
|
39484
39588
|
self._Status = params.get("Status")
|
|
39589
|
+
self._AutoCreateField = params.get("AutoCreateField")
|
|
39590
|
+
if params.get("DlcFailHandle") is not None:
|
|
39591
|
+
self._DlcFailHandle = DlcFailHandle()
|
|
39592
|
+
self._DlcFailHandle._deserialize(params.get("DlcFailHandle"))
|
|
39593
|
+
self._DSLFilter = params.get("DSLFilter")
|
|
39485
39594
|
memeber_set = set(params.keys())
|
|
39486
39595
|
for name, value in vars(self).items():
|
|
39487
39596
|
property_name = name[1:]
|
|
@@ -41933,6 +42042,8 @@ class ModifyScheduledSqlRequest(AbstractModel):
|
|
|
41933
42042
|
:type HasServicesLog: int
|
|
41934
42043
|
:param _FullQuery: <p>全文检索查询标记。1:关闭,2:打开。</p>
|
|
41935
42044
|
:type FullQuery: int
|
|
42045
|
+
:param _ProcessPeriodUnit: <p>调度周期单位</p><p>取值范围:[1, 2]</p><p>默认值:1</p><p>默认值1(分钟),其他值2(秒)</p>
|
|
42046
|
+
:type ProcessPeriodUnit: int
|
|
41936
42047
|
"""
|
|
41937
42048
|
self._TaskId = None
|
|
41938
42049
|
self._SrcTopicId = None
|
|
@@ -41947,6 +42058,7 @@ class ModifyScheduledSqlRequest(AbstractModel):
|
|
|
41947
42058
|
self._SyntaxRule = None
|
|
41948
42059
|
self._HasServicesLog = None
|
|
41949
42060
|
self._FullQuery = None
|
|
42061
|
+
self._ProcessPeriodUnit = None
|
|
41950
42062
|
|
|
41951
42063
|
@property
|
|
41952
42064
|
def TaskId(self):
|
|
@@ -42091,6 +42203,17 @@ class ModifyScheduledSqlRequest(AbstractModel):
|
|
|
42091
42203
|
def FullQuery(self, FullQuery):
|
|
42092
42204
|
self._FullQuery = FullQuery
|
|
42093
42205
|
|
|
42206
|
+
@property
|
|
42207
|
+
def ProcessPeriodUnit(self):
|
|
42208
|
+
r"""<p>调度周期单位</p><p>取值范围:[1, 2]</p><p>默认值:1</p><p>默认值1(分钟),其他值2(秒)</p>
|
|
42209
|
+
:rtype: int
|
|
42210
|
+
"""
|
|
42211
|
+
return self._ProcessPeriodUnit
|
|
42212
|
+
|
|
42213
|
+
@ProcessPeriodUnit.setter
|
|
42214
|
+
def ProcessPeriodUnit(self, ProcessPeriodUnit):
|
|
42215
|
+
self._ProcessPeriodUnit = ProcessPeriodUnit
|
|
42216
|
+
|
|
42094
42217
|
|
|
42095
42218
|
def _deserialize(self, params):
|
|
42096
42219
|
self._TaskId = params.get("TaskId")
|
|
@@ -42108,6 +42231,7 @@ class ModifyScheduledSqlRequest(AbstractModel):
|
|
|
42108
42231
|
self._SyntaxRule = params.get("SyntaxRule")
|
|
42109
42232
|
self._HasServicesLog = params.get("HasServicesLog")
|
|
42110
42233
|
self._FullQuery = params.get("FullQuery")
|
|
42234
|
+
self._ProcessPeriodUnit = params.get("ProcessPeriodUnit")
|
|
42111
42235
|
memeber_set = set(params.keys())
|
|
42112
42236
|
for name, value in vars(self).items():
|
|
42113
42237
|
property_name = name[1:]
|
|
@@ -47516,48 +47640,48 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47516
47640
|
|
|
47517
47641
|
def __init__(self):
|
|
47518
47642
|
r"""
|
|
47519
|
-
:param _TaskId: ScheduledSql任务id
|
|
47643
|
+
:param _TaskId: <p>ScheduledSql任务id</p>
|
|
47520
47644
|
:type TaskId: str
|
|
47521
|
-
:param _Name: ScheduledSql
|
|
47645
|
+
:param _Name: <p>ScheduledSql任务名称</p>
|
|
47522
47646
|
:type Name: str
|
|
47523
|
-
:param _SrcTopicId:
|
|
47647
|
+
:param _SrcTopicId: <p>源日志主题id</p>
|
|
47524
47648
|
:type SrcTopicId: str
|
|
47525
|
-
:param _SrcTopicName:
|
|
47649
|
+
:param _SrcTopicName: <p>源日志主题名称</p>
|
|
47526
47650
|
:type SrcTopicName: str
|
|
47527
|
-
:param _DstResource:
|
|
47651
|
+
:param _DstResource: <p>定时SQL分析目标主题</p>
|
|
47528
47652
|
:type DstResource: :class:`tencentcloud.cls.v20201016.models.ScheduledSqlResouceInfo`
|
|
47529
|
-
:param _CreateTime:
|
|
47653
|
+
:param _CreateTime: <p>任务创建时间。格式:yyyy-MM-dd HH:mm:ss</p>
|
|
47530
47654
|
:type CreateTime: str
|
|
47531
|
-
:param _UpdateTime:
|
|
47655
|
+
:param _UpdateTime: <p>任务更新时间,格式:yyyy-MM-dd HH:mm:ss</p>
|
|
47532
47656
|
:type UpdateTime: str
|
|
47533
|
-
:param _Status:
|
|
47534
|
-
|
|
47535
|
-
5: 访问权限问题 6:内部故障 7:其他故障
|
|
47657
|
+
:param _Status: <p>任务状态,1:运行 2:停止 3:异常-找不到源日志主题 4:异常-找不到目标主题</p><p>5: 访问权限问题 6:内部故障 7:其他故障</p>
|
|
47536
47658
|
:type Status: int
|
|
47537
|
-
:param _EnableFlag:
|
|
47659
|
+
:param _EnableFlag: <p>任务启用状态,1开启, 2关闭</p>
|
|
47538
47660
|
:type EnableFlag: int
|
|
47539
|
-
:param _ScheduledSqlContent:
|
|
47661
|
+
:param _ScheduledSqlContent: <p>查询语句</p>
|
|
47540
47662
|
:type ScheduledSqlContent: str
|
|
47541
|
-
:param _ProcessStartTime:
|
|
47663
|
+
:param _ProcessStartTime: <p>调度开始时间,格式:yyyy-MM-dd HH:mm:ss</p>
|
|
47542
47664
|
:type ProcessStartTime: str
|
|
47543
|
-
:param _ProcessType:
|
|
47665
|
+
:param _ProcessType: <p>调度类型,1:持续运行 2:指定时间范围</p>
|
|
47544
47666
|
:type ProcessType: int
|
|
47545
|
-
:param _ProcessEndTime:
|
|
47667
|
+
:param _ProcessEndTime: <p>调度结束时间,格式:yyyy-MM-dd HH:mm:ss,当process_type=2时为必传字段</p>
|
|
47546
47668
|
:type ProcessEndTime: str
|
|
47547
|
-
:param _ProcessPeriod:
|
|
47669
|
+
:param _ProcessPeriod: <p>调度周期(分钟),1~1440分钟</p>
|
|
47548
47670
|
:type ProcessPeriod: int
|
|
47549
|
-
:param _ProcessTimeWindow:
|
|
47671
|
+
:param _ProcessTimeWindow: <p>查询的时间窗口. @m-15m, @m,意为近15分钟</p>
|
|
47550
47672
|
:type ProcessTimeWindow: str
|
|
47551
|
-
:param _ProcessDelay:
|
|
47673
|
+
:param _ProcessDelay: <p>执行延迟(秒),0~120秒,默认60秒</p>
|
|
47552
47674
|
:type ProcessDelay: int
|
|
47553
|
-
:param _SrcTopicRegion:
|
|
47675
|
+
:param _SrcTopicRegion: <p>源topicId的地域信息,支持地域见 <a href="https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8">地域列表</a> 文档。</p>
|
|
47554
47676
|
:type SrcTopicRegion: str
|
|
47555
|
-
:param _SyntaxRule:
|
|
47677
|
+
:param _SyntaxRule: <p>语法规则,0:Lucene语法,1:CQL语法</p>
|
|
47556
47678
|
:type SyntaxRule: int
|
|
47557
|
-
:param _HasServicesLog:
|
|
47679
|
+
:param _HasServicesLog: <p>是否开启投递服务日志。1:关闭,2:开启。</p>
|
|
47558
47680
|
:type HasServicesLog: int
|
|
47559
|
-
:param _FullQuery:
|
|
47681
|
+
:param _FullQuery: <p>全文检索标记。1:关闭,2:打开。</p>
|
|
47560
47682
|
:type FullQuery: int
|
|
47683
|
+
:param _ProcessPeriodUnit: <p>调度周期时间单位</p><p>取值范围:[1, 2]</p><p>默认值:1</p><p>默认值1(分钟),其他值2(秒)</p>
|
|
47684
|
+
:type ProcessPeriodUnit: int
|
|
47561
47685
|
"""
|
|
47562
47686
|
self._TaskId = None
|
|
47563
47687
|
self._Name = None
|
|
@@ -47579,10 +47703,11 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47579
47703
|
self._SyntaxRule = None
|
|
47580
47704
|
self._HasServicesLog = None
|
|
47581
47705
|
self._FullQuery = None
|
|
47706
|
+
self._ProcessPeriodUnit = None
|
|
47582
47707
|
|
|
47583
47708
|
@property
|
|
47584
47709
|
def TaskId(self):
|
|
47585
|
-
r"""ScheduledSql任务id
|
|
47710
|
+
r"""<p>ScheduledSql任务id</p>
|
|
47586
47711
|
:rtype: str
|
|
47587
47712
|
"""
|
|
47588
47713
|
return self._TaskId
|
|
@@ -47593,7 +47718,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47593
47718
|
|
|
47594
47719
|
@property
|
|
47595
47720
|
def Name(self):
|
|
47596
|
-
r"""ScheduledSql
|
|
47721
|
+
r"""<p>ScheduledSql任务名称</p>
|
|
47597
47722
|
:rtype: str
|
|
47598
47723
|
"""
|
|
47599
47724
|
return self._Name
|
|
@@ -47604,7 +47729,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47604
47729
|
|
|
47605
47730
|
@property
|
|
47606
47731
|
def SrcTopicId(self):
|
|
47607
|
-
r"""
|
|
47732
|
+
r"""<p>源日志主题id</p>
|
|
47608
47733
|
:rtype: str
|
|
47609
47734
|
"""
|
|
47610
47735
|
return self._SrcTopicId
|
|
@@ -47615,7 +47740,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47615
47740
|
|
|
47616
47741
|
@property
|
|
47617
47742
|
def SrcTopicName(self):
|
|
47618
|
-
r"""
|
|
47743
|
+
r"""<p>源日志主题名称</p>
|
|
47619
47744
|
:rtype: str
|
|
47620
47745
|
"""
|
|
47621
47746
|
return self._SrcTopicName
|
|
@@ -47626,7 +47751,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47626
47751
|
|
|
47627
47752
|
@property
|
|
47628
47753
|
def DstResource(self):
|
|
47629
|
-
r"""
|
|
47754
|
+
r"""<p>定时SQL分析目标主题</p>
|
|
47630
47755
|
:rtype: :class:`tencentcloud.cls.v20201016.models.ScheduledSqlResouceInfo`
|
|
47631
47756
|
"""
|
|
47632
47757
|
return self._DstResource
|
|
@@ -47637,7 +47762,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47637
47762
|
|
|
47638
47763
|
@property
|
|
47639
47764
|
def CreateTime(self):
|
|
47640
|
-
r"""
|
|
47765
|
+
r"""<p>任务创建时间。格式:yyyy-MM-dd HH:mm:ss</p>
|
|
47641
47766
|
:rtype: str
|
|
47642
47767
|
"""
|
|
47643
47768
|
return self._CreateTime
|
|
@@ -47648,7 +47773,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47648
47773
|
|
|
47649
47774
|
@property
|
|
47650
47775
|
def UpdateTime(self):
|
|
47651
|
-
r"""
|
|
47776
|
+
r"""<p>任务更新时间,格式:yyyy-MM-dd HH:mm:ss</p>
|
|
47652
47777
|
:rtype: str
|
|
47653
47778
|
"""
|
|
47654
47779
|
return self._UpdateTime
|
|
@@ -47659,9 +47784,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47659
47784
|
|
|
47660
47785
|
@property
|
|
47661
47786
|
def Status(self):
|
|
47662
|
-
r"""
|
|
47663
|
-
|
|
47664
|
-
5: 访问权限问题 6:内部故障 7:其他故障
|
|
47787
|
+
r"""<p>任务状态,1:运行 2:停止 3:异常-找不到源日志主题 4:异常-找不到目标主题</p><p>5: 访问权限问题 6:内部故障 7:其他故障</p>
|
|
47665
47788
|
:rtype: int
|
|
47666
47789
|
"""
|
|
47667
47790
|
return self._Status
|
|
@@ -47672,7 +47795,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47672
47795
|
|
|
47673
47796
|
@property
|
|
47674
47797
|
def EnableFlag(self):
|
|
47675
|
-
r"""
|
|
47798
|
+
r"""<p>任务启用状态,1开启, 2关闭</p>
|
|
47676
47799
|
:rtype: int
|
|
47677
47800
|
"""
|
|
47678
47801
|
return self._EnableFlag
|
|
@@ -47683,7 +47806,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47683
47806
|
|
|
47684
47807
|
@property
|
|
47685
47808
|
def ScheduledSqlContent(self):
|
|
47686
|
-
r"""
|
|
47809
|
+
r"""<p>查询语句</p>
|
|
47687
47810
|
:rtype: str
|
|
47688
47811
|
"""
|
|
47689
47812
|
return self._ScheduledSqlContent
|
|
@@ -47694,7 +47817,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47694
47817
|
|
|
47695
47818
|
@property
|
|
47696
47819
|
def ProcessStartTime(self):
|
|
47697
|
-
r"""
|
|
47820
|
+
r"""<p>调度开始时间,格式:yyyy-MM-dd HH:mm:ss</p>
|
|
47698
47821
|
:rtype: str
|
|
47699
47822
|
"""
|
|
47700
47823
|
return self._ProcessStartTime
|
|
@@ -47705,7 +47828,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47705
47828
|
|
|
47706
47829
|
@property
|
|
47707
47830
|
def ProcessType(self):
|
|
47708
|
-
r"""
|
|
47831
|
+
r"""<p>调度类型,1:持续运行 2:指定时间范围</p>
|
|
47709
47832
|
:rtype: int
|
|
47710
47833
|
"""
|
|
47711
47834
|
return self._ProcessType
|
|
@@ -47716,7 +47839,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47716
47839
|
|
|
47717
47840
|
@property
|
|
47718
47841
|
def ProcessEndTime(self):
|
|
47719
|
-
r"""
|
|
47842
|
+
r"""<p>调度结束时间,格式:yyyy-MM-dd HH:mm:ss,当process_type=2时为必传字段</p>
|
|
47720
47843
|
:rtype: str
|
|
47721
47844
|
"""
|
|
47722
47845
|
return self._ProcessEndTime
|
|
@@ -47727,7 +47850,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47727
47850
|
|
|
47728
47851
|
@property
|
|
47729
47852
|
def ProcessPeriod(self):
|
|
47730
|
-
r"""
|
|
47853
|
+
r"""<p>调度周期(分钟),1~1440分钟</p>
|
|
47731
47854
|
:rtype: int
|
|
47732
47855
|
"""
|
|
47733
47856
|
return self._ProcessPeriod
|
|
@@ -47738,7 +47861,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47738
47861
|
|
|
47739
47862
|
@property
|
|
47740
47863
|
def ProcessTimeWindow(self):
|
|
47741
|
-
r"""
|
|
47864
|
+
r"""<p>查询的时间窗口. @m-15m, @m,意为近15分钟</p>
|
|
47742
47865
|
:rtype: str
|
|
47743
47866
|
"""
|
|
47744
47867
|
return self._ProcessTimeWindow
|
|
@@ -47749,7 +47872,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47749
47872
|
|
|
47750
47873
|
@property
|
|
47751
47874
|
def ProcessDelay(self):
|
|
47752
|
-
r"""
|
|
47875
|
+
r"""<p>执行延迟(秒),0~120秒,默认60秒</p>
|
|
47753
47876
|
:rtype: int
|
|
47754
47877
|
"""
|
|
47755
47878
|
return self._ProcessDelay
|
|
@@ -47760,7 +47883,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47760
47883
|
|
|
47761
47884
|
@property
|
|
47762
47885
|
def SrcTopicRegion(self):
|
|
47763
|
-
r"""
|
|
47886
|
+
r"""<p>源topicId的地域信息,支持地域见 <a href="https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8">地域列表</a> 文档。</p>
|
|
47764
47887
|
:rtype: str
|
|
47765
47888
|
"""
|
|
47766
47889
|
return self._SrcTopicRegion
|
|
@@ -47771,7 +47894,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47771
47894
|
|
|
47772
47895
|
@property
|
|
47773
47896
|
def SyntaxRule(self):
|
|
47774
|
-
r"""
|
|
47897
|
+
r"""<p>语法规则,0:Lucene语法,1:CQL语法</p>
|
|
47775
47898
|
:rtype: int
|
|
47776
47899
|
"""
|
|
47777
47900
|
return self._SyntaxRule
|
|
@@ -47782,7 +47905,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47782
47905
|
|
|
47783
47906
|
@property
|
|
47784
47907
|
def HasServicesLog(self):
|
|
47785
|
-
r"""
|
|
47908
|
+
r"""<p>是否开启投递服务日志。1:关闭,2:开启。</p>
|
|
47786
47909
|
:rtype: int
|
|
47787
47910
|
"""
|
|
47788
47911
|
return self._HasServicesLog
|
|
@@ -47793,7 +47916,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47793
47916
|
|
|
47794
47917
|
@property
|
|
47795
47918
|
def FullQuery(self):
|
|
47796
|
-
r"""
|
|
47919
|
+
r"""<p>全文检索标记。1:关闭,2:打开。</p>
|
|
47797
47920
|
:rtype: int
|
|
47798
47921
|
"""
|
|
47799
47922
|
return self._FullQuery
|
|
@@ -47802,6 +47925,17 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47802
47925
|
def FullQuery(self, FullQuery):
|
|
47803
47926
|
self._FullQuery = FullQuery
|
|
47804
47927
|
|
|
47928
|
+
@property
|
|
47929
|
+
def ProcessPeriodUnit(self):
|
|
47930
|
+
r"""<p>调度周期时间单位</p><p>取值范围:[1, 2]</p><p>默认值:1</p><p>默认值1(分钟),其他值2(秒)</p>
|
|
47931
|
+
:rtype: int
|
|
47932
|
+
"""
|
|
47933
|
+
return self._ProcessPeriodUnit
|
|
47934
|
+
|
|
47935
|
+
@ProcessPeriodUnit.setter
|
|
47936
|
+
def ProcessPeriodUnit(self, ProcessPeriodUnit):
|
|
47937
|
+
self._ProcessPeriodUnit = ProcessPeriodUnit
|
|
47938
|
+
|
|
47805
47939
|
|
|
47806
47940
|
def _deserialize(self, params):
|
|
47807
47941
|
self._TaskId = params.get("TaskId")
|
|
@@ -47826,6 +47960,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
|
47826
47960
|
self._SyntaxRule = params.get("SyntaxRule")
|
|
47827
47961
|
self._HasServicesLog = params.get("HasServicesLog")
|
|
47828
47962
|
self._FullQuery = params.get("FullQuery")
|
|
47963
|
+
self._ProcessPeriodUnit = params.get("ProcessPeriodUnit")
|
|
47829
47964
|
memeber_set = set(params.keys())
|
|
47830
47965
|
for name, value in vars(self).items():
|
|
47831
47966
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cls
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.133
|
|
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
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.133
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.133
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.128
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|