tencentcloud-sdk-python-cls 3.0.1293__tar.gz → 3.0.1296__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.1293 → tencentcloud-sdk-python-cls-3.0.1296}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cls-3.0.1293 → tencentcloud-sdk-python-cls-3.0.1296}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cls-3.0.1293 → tencentcloud-sdk-python-cls-3.0.1296}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cls-3.0.1293 → tencentcloud-sdk-python-cls-3.0.1296}/tencentcloud/cls/v20201016/models.py +34 -8
  5. {tencentcloud-sdk-python-cls-3.0.1293 → tencentcloud-sdk-python-cls-3.0.1296}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-cls-3.0.1296/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-cls-3.0.1293/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-cls-3.0.1293 → tencentcloud-sdk-python-cls-3.0.1296}/README.rst +0 -0
  9. {tencentcloud-sdk-python-cls-3.0.1293 → tencentcloud-sdk-python-cls-3.0.1296}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-cls-3.0.1293 → tencentcloud-sdk-python-cls-3.0.1296}/tencentcloud/cls/__init__.py +0 -0
  11. {tencentcloud-sdk-python-cls-3.0.1293 → tencentcloud-sdk-python-cls-3.0.1296}/tencentcloud/cls/v20201016/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cls-3.0.1293 → tencentcloud-sdk-python-cls-3.0.1296}/tencentcloud/cls/v20201016/cls_client.py +0 -0
  13. {tencentcloud-sdk-python-cls-3.0.1293 → tencentcloud-sdk-python-cls-3.0.1296}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cls-3.0.1293 → tencentcloud-sdk-python-cls-3.0.1296}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cls-3.0.1293 → tencentcloud-sdk-python-cls-3.0.1296}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cls-3.0.1293 → tencentcloud-sdk-python-cls-3.0.1296}/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.1293
3
+ Version: 3.0.1296
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.1293"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1296"],
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.1293'
17
+ __version__ = '3.0.1296'
@@ -16966,15 +16966,17 @@ class DescribeWebCallbacksRequest(AbstractModel):
16966
16966
 
16967
16967
  def __init__(self):
16968
16968
  r"""
16969
- :param _Filters: <li> name
16969
+ :param _Filters: - name
16970
16970
  按照【告警渠道回调配置名称】进行过滤。
16971
16971
  类型:String
16972
16972
  必选:否
16973
- <li> webCallbackId
16973
+
16974
+ - webCallbackId
16974
16975
  按照【告警渠道回调配置ID】进行过滤。
16975
16976
  类型:String
16976
16977
  必选:否
16977
- <li> type
16978
+
16979
+ - type
16978
16980
  按照【告警渠道回调配置渠道类型】进行过滤。
16979
16981
  类型:String
16980
16982
  必选:否
@@ -16992,15 +16994,17 @@ class DescribeWebCallbacksRequest(AbstractModel):
16992
16994
 
16993
16995
  @property
16994
16996
  def Filters(self):
16995
- """<li> name
16997
+ """- name
16996
16998
  按照【告警渠道回调配置名称】进行过滤。
16997
16999
  类型:String
16998
17000
  必选:否
16999
- <li> webCallbackId
17001
+
17002
+ - webCallbackId
17000
17003
  按照【告警渠道回调配置ID】进行过滤。
17001
17004
  类型:String
17002
17005
  必选:否
17003
- <li> type
17006
+
17007
+ - type
17004
17008
  按照【告警渠道回调配置渠道类型】进行过滤。
17005
17009
  类型:String
17006
17010
  必选:否
@@ -17311,6 +17315,10 @@ class EventLog(AbstractModel):
17311
17315
  :param _Timestamp: 时间,用户选择自定义时间类型时,需要指定时间
17312
17316
  :type Timestamp: int
17313
17317
  :param _EventIDs: 事件ID过滤列表
17318
+
17319
+ 选填,为空表示不做过滤
17320
+ 支持正向过滤单个值(例:20)或范围(例:0-20),也支持反向过滤单个值(例:-20)
17321
+ 多个过滤项之间可由逗号隔开,例:1-200,-100表示采集1-200范围内除了100以外的事件日志
17314
17322
  :type EventIDs: list of str
17315
17323
  """
17316
17324
  self._EventChannel = None
@@ -17355,6 +17363,10 @@ class EventLog(AbstractModel):
17355
17363
  @property
17356
17364
  def EventIDs(self):
17357
17365
  """事件ID过滤列表
17366
+
17367
+ 选填,为空表示不做过滤
17368
+ 支持正向过滤单个值(例:20)或范围(例:0-20),也支持反向过滤单个值(例:-20)
17369
+ 多个过滤项之间可由逗号隔开,例:1-200,-100表示采集1-200范围内除了100以外的事件日志
17358
17370
  :rtype: list of str
17359
17371
  """
17360
17372
  return self._EventIDs
@@ -17757,6 +17769,12 @@ auto:自动匹配rfc3164或者rfc5424其中一种协议。
17757
17769
  - COS导入不支持此字段。
17758
17770
  :type MetadataType: int
17759
17771
  :param _PathRegex: 采集配置路径正则表达式。
17772
+
17773
+ ```
17774
+ 请用"()"标识路径中目标字段对应的正则表达式,解析时将"()"视为捕获组,并以__TAG__.{i}:{目标字段}的形式与日志一起上报,其中i为捕获组的序号。
17775
+ 若不希望以序号为键名,可以通过命名捕获组"(?<{键名}>{正则})"自定义键名,并以__TAG__.{键名}:{目标字段}的形式与日志一起上报。最多支持5个捕获组
17776
+ ```
17777
+
17760
17778
  注意:
17761
17779
  - MetadataType为3时必填。
17762
17780
  - COS导入不支持此字段。
@@ -18013,6 +18031,12 @@ auto:自动匹配rfc3164或者rfc5424其中一种协议。
18013
18031
  @property
18014
18032
  def PathRegex(self):
18015
18033
  """采集配置路径正则表达式。
18034
+
18035
+ ```
18036
+ 请用"()"标识路径中目标字段对应的正则表达式,解析时将"()"视为捕获组,并以__TAG__.{i}:{目标字段}的形式与日志一起上报,其中i为捕获组的序号。
18037
+ 若不希望以序号为键名,可以通过命名捕获组"(?<{键名}>{正则})"自定义键名,并以__TAG__.{键名}:{目标字段}的形式与日志一起上报。最多支持5个捕获组
18038
+ ```
18039
+
18016
18040
  注意:
18017
18041
  - MetadataType为3时必填。
18018
18042
  - COS导入不支持此字段。
@@ -25329,7 +25353,8 @@ class MultiCondition(AbstractModel):
25329
25353
  注意:此字段可能返回 null,表示取不到有效值。
25330
25354
  :type Condition: str
25331
25355
  :param _AlarmLevel: 告警级别。0:警告(Warn); 1:提醒(Info); 2:紧急 (Critical)。
25332
- <li> 不填则默认为0。
25356
+
25357
+ - 不填则默认为0。
25333
25358
  注意:此字段可能返回 null,表示取不到有效值。
25334
25359
  :type AlarmLevel: int
25335
25360
  """
@@ -25351,7 +25376,8 @@ class MultiCondition(AbstractModel):
25351
25376
  @property
25352
25377
  def AlarmLevel(self):
25353
25378
  """告警级别。0:警告(Warn); 1:提醒(Info); 2:紧急 (Critical)。
25354
- <li> 不填则默认为0。
25379
+
25380
+ - 不填则默认为0。
25355
25381
  注意:此字段可能返回 null,表示取不到有效值。
25356
25382
  :rtype: int
25357
25383
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.1293
3
+ Version: 3.0.1296
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==3.0.1296
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1293