tencentcloud-sdk-python-cls 3.0.989__tar.gz → 3.0.993__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.989 → tencentcloud-sdk-python-cls-3.0.993}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cls-3.0.989 → tencentcloud-sdk-python-cls-3.0.993}/setup.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.989 → tencentcloud-sdk-python-cls-3.0.993}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.989 → tencentcloud-sdk-python-cls-3.0.993}/tencentcloud/cls/v20201016/cls_client.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.989 → tencentcloud-sdk-python-cls-3.0.993}/tencentcloud/cls/v20201016/models.py +17 -14
- {tencentcloud-sdk-python-cls-3.0.989 → tencentcloud-sdk-python-cls-3.0.993}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cls-3.0.993/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cls-3.0.989/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cls-3.0.989 → tencentcloud-sdk-python-cls-3.0.993}/README.rst +0 -0
- {tencentcloud-sdk-python-cls-3.0.989 → tencentcloud-sdk-python-cls-3.0.993}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cls-3.0.989 → tencentcloud-sdk-python-cls-3.0.993}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.989 → tencentcloud-sdk-python-cls-3.0.993}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.989 → tencentcloud-sdk-python-cls-3.0.993}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.989 → tencentcloud-sdk-python-cls-3.0.993}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.989 → tencentcloud-sdk-python-cls-3.0.993}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.989 → tencentcloud-sdk-python-cls-3.0.993}/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.993"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cls SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1430,7 +1430,7 @@ class ClsClient(AbstractClient):
|
|
|
1430
1430
|
|
|
1431
1431
|
|
|
1432
1432
|
def GetAlarmLog(self, request):
|
|
1433
|
-
"""
|
|
1433
|
+
"""本接口用于获取告警策略执行详情
|
|
1434
1434
|
|
|
1435
1435
|
:param request: Request instance for GetAlarmLog.
|
|
1436
1436
|
:type request: :class:`tencentcloud.cls.v20201016.models.GetAlarmLogRequest`
|
|
@@ -10941,19 +10941,22 @@ class GetAlarmLogRequest(AbstractModel):
|
|
|
10941
10941
|
|
|
10942
10942
|
def __init__(self):
|
|
10943
10943
|
r"""
|
|
10944
|
-
:param _From:
|
|
10944
|
+
:param _From: 要查询的执行详情的起始时间,Unix时间戳,单位ms
|
|
10945
10945
|
:type From: int
|
|
10946
|
-
:param _To:
|
|
10946
|
+
:param _To: 要查询的执行详情的结束时间,Unix时间戳,单位ms
|
|
10947
10947
|
:type To: int
|
|
10948
|
-
:param _Query:
|
|
10948
|
+
:param _Query: 查询过滤条件,例如:
|
|
10949
|
+
- 按告警策略ID查询:`alert_id:"alarm-0745ec00-e605-xxxx-b50b-54afe61fc971"`
|
|
10950
|
+
- 按监控对象ID查询:`monitored_object:"823d8bfa-76a7-xxxx-8399-8cda74d4009b") `
|
|
10951
|
+
- 按告警策略ID及监控对象ID查询:`alert_id:"alarm-0745ec00-e605-xxxx-b50b-54afe61fc971" AND monitored_object:"823d8bfa-76a7-xxxx-8399-8cda74d4009b")`
|
|
10949
10952
|
:type Query: str
|
|
10950
|
-
:param _Limit:
|
|
10953
|
+
:param _Limit: 单次查询返回的执行详情条数,最大值为1000
|
|
10951
10954
|
:type Limit: int
|
|
10952
|
-
:param _Context:
|
|
10955
|
+
:param _Context: 加载更多详情时使用,透传上次返回的Context值,获取后续的执行详情
|
|
10953
10956
|
:type Context: str
|
|
10954
|
-
:param _Sort:
|
|
10957
|
+
:param _Sort: 执行详情是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 desc
|
|
10955
10958
|
:type Sort: str
|
|
10956
|
-
:param _UseNewAnalysis: 为true
|
|
10959
|
+
:param _UseNewAnalysis: 如果Query包含SQL语句,UseNewAnalysis为true时响应参数AnalysisRecords和Columns有效, UseNewAnalysis为false时响应参数AnalysisResults和ColNames有效
|
|
10957
10960
|
:type UseNewAnalysis: bool
|
|
10958
10961
|
"""
|
|
10959
10962
|
self._From = None
|
|
@@ -11046,25 +11049,25 @@ class GetAlarmLogResponse(AbstractModel):
|
|
|
11046
11049
|
|
|
11047
11050
|
def __init__(self):
|
|
11048
11051
|
r"""
|
|
11049
|
-
:param _Context:
|
|
11052
|
+
:param _Context: 加载后续详情的Context
|
|
11050
11053
|
:type Context: str
|
|
11051
|
-
:param _ListOver:
|
|
11054
|
+
:param _ListOver: 指定时间范围内的告警执行详情是否完整返回
|
|
11052
11055
|
:type ListOver: bool
|
|
11053
|
-
:param _Analysis:
|
|
11056
|
+
:param _Analysis: 返回的结果是否为SQL分析结果
|
|
11054
11057
|
:type Analysis: bool
|
|
11055
11058
|
:param _ColNames: 如果Analysis为True,则返回分析结果的列名,否则为空
|
|
11056
11059
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11057
11060
|
:type ColNames: list of str
|
|
11058
|
-
:param _Results:
|
|
11061
|
+
:param _Results: 执行详情查询结果;当Analysis为True时,可能返回为null
|
|
11059
11062
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11060
11063
|
:type Results: list of LogInfo
|
|
11061
|
-
:param _AnalysisResults:
|
|
11064
|
+
:param _AnalysisResults: 执行详情统计分析结果;当Analysis为False时,可能返回为null
|
|
11062
11065
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11063
11066
|
:type AnalysisResults: list of LogItems
|
|
11064
|
-
:param _AnalysisRecords:
|
|
11067
|
+
:param _AnalysisRecords: 执行详情统计分析结果; UseNewAnalysis为true有效
|
|
11065
11068
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11066
11069
|
:type AnalysisRecords: list of str
|
|
11067
|
-
:param _Columns:
|
|
11070
|
+
:param _Columns: 分析结果的列名, UseNewAnalysis为true有效
|
|
11068
11071
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11069
11072
|
:type Columns: list of Column
|
|
11070
11073
|
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.993
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.989
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|