tencentcloud-sdk-python-csip 3.1.25__tar.gz → 3.1.26__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_csip-3.1.25 → tencentcloud_sdk_python_csip-3.1.26}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_csip-3.1.25 → tencentcloud_sdk_python_csip-3.1.26}/setup.py +1 -1
- {tencentcloud_sdk_python_csip-3.1.25 → tencentcloud_sdk_python_csip-3.1.26}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_csip-3.1.25 → tencentcloud_sdk_python_csip-3.1.26}/tencentcloud/csip/v20221121/models.py +55 -0
- {tencentcloud_sdk_python_csip-3.1.25 → tencentcloud_sdk_python_csip-3.1.26}/tencentcloud_sdk_python_csip.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_csip-3.1.26/tencentcloud_sdk_python_csip.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_csip-3.1.25/tencentcloud_sdk_python_csip.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_csip-3.1.25 → tencentcloud_sdk_python_csip-3.1.26}/README.rst +0 -0
- {tencentcloud_sdk_python_csip-3.1.25 → tencentcloud_sdk_python_csip-3.1.26}/setup.cfg +0 -0
- {tencentcloud_sdk_python_csip-3.1.25 → tencentcloud_sdk_python_csip-3.1.26}/tencentcloud/csip/__init__.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.25 → tencentcloud_sdk_python_csip-3.1.26}/tencentcloud/csip/v20221121/__init__.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.25 → tencentcloud_sdk_python_csip-3.1.26}/tencentcloud/csip/v20221121/csip_client.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.25 → tencentcloud_sdk_python_csip-3.1.26}/tencentcloud/csip/v20221121/csip_client_async.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.25 → tencentcloud_sdk_python_csip-3.1.26}/tencentcloud/csip/v20221121/errorcodes.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.25 → tencentcloud_sdk_python_csip-3.1.26}/tencentcloud_sdk_python_csip.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_csip-3.1.25 → tencentcloud_sdk_python_csip-3.1.26}/tencentcloud_sdk_python_csip.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_csip-3.1.25 → tencentcloud_sdk_python_csip-3.1.26}/tencentcloud_sdk_python_csip.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-csip
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.26
|
|
4
4
|
Summary: Tencent Cloud Csip 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.26
|
|
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-csip',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.26,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Csip SDK for Python',
|
|
@@ -157,6 +157,17 @@ class AccessKeyAlarm(AbstractModel):
|
|
|
157
157
|
:type RuleKey: str
|
|
158
158
|
:param _CloudType: 云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云
|
|
159
159
|
:type CloudType: int
|
|
160
|
+
:param _AIStatus: 告警AI分析状态
|
|
161
|
+
-1 分析失败
|
|
162
|
+
0 未分析
|
|
163
|
+
1 分析中
|
|
164
|
+
2 分析成功,真实告警
|
|
165
|
+
3 分析成功,可疑告警
|
|
166
|
+
:type AIStatus: int
|
|
167
|
+
:param _FirstAlarmTimestamp: 首次告警时间戳(秒级)
|
|
168
|
+
:type FirstAlarmTimestamp: int
|
|
169
|
+
:param _LastAlarmTimestamp: 最后告警时间戳(秒级)
|
|
170
|
+
:type LastAlarmTimestamp: int
|
|
160
171
|
"""
|
|
161
172
|
self._Name = None
|
|
162
173
|
self._Level = None
|
|
@@ -181,6 +192,9 @@ class AccessKeyAlarm(AbstractModel):
|
|
|
181
192
|
self._Evidence = None
|
|
182
193
|
self._RuleKey = None
|
|
183
194
|
self._CloudType = None
|
|
195
|
+
self._AIStatus = None
|
|
196
|
+
self._FirstAlarmTimestamp = None
|
|
197
|
+
self._LastAlarmTimestamp = None
|
|
184
198
|
|
|
185
199
|
@property
|
|
186
200
|
def Name(self):
|
|
@@ -440,6 +454,44 @@ class AccessKeyAlarm(AbstractModel):
|
|
|
440
454
|
def CloudType(self, CloudType):
|
|
441
455
|
self._CloudType = CloudType
|
|
442
456
|
|
|
457
|
+
@property
|
|
458
|
+
def AIStatus(self):
|
|
459
|
+
r"""告警AI分析状态
|
|
460
|
+
-1 分析失败
|
|
461
|
+
0 未分析
|
|
462
|
+
1 分析中
|
|
463
|
+
2 分析成功,真实告警
|
|
464
|
+
3 分析成功,可疑告警
|
|
465
|
+
:rtype: int
|
|
466
|
+
"""
|
|
467
|
+
return self._AIStatus
|
|
468
|
+
|
|
469
|
+
@AIStatus.setter
|
|
470
|
+
def AIStatus(self, AIStatus):
|
|
471
|
+
self._AIStatus = AIStatus
|
|
472
|
+
|
|
473
|
+
@property
|
|
474
|
+
def FirstAlarmTimestamp(self):
|
|
475
|
+
r"""首次告警时间戳(秒级)
|
|
476
|
+
:rtype: int
|
|
477
|
+
"""
|
|
478
|
+
return self._FirstAlarmTimestamp
|
|
479
|
+
|
|
480
|
+
@FirstAlarmTimestamp.setter
|
|
481
|
+
def FirstAlarmTimestamp(self, FirstAlarmTimestamp):
|
|
482
|
+
self._FirstAlarmTimestamp = FirstAlarmTimestamp
|
|
483
|
+
|
|
484
|
+
@property
|
|
485
|
+
def LastAlarmTimestamp(self):
|
|
486
|
+
r"""最后告警时间戳(秒级)
|
|
487
|
+
:rtype: int
|
|
488
|
+
"""
|
|
489
|
+
return self._LastAlarmTimestamp
|
|
490
|
+
|
|
491
|
+
@LastAlarmTimestamp.setter
|
|
492
|
+
def LastAlarmTimestamp(self, LastAlarmTimestamp):
|
|
493
|
+
self._LastAlarmTimestamp = LastAlarmTimestamp
|
|
494
|
+
|
|
443
495
|
|
|
444
496
|
def _deserialize(self, params):
|
|
445
497
|
self._Name = params.get("Name")
|
|
@@ -465,6 +517,9 @@ class AccessKeyAlarm(AbstractModel):
|
|
|
465
517
|
self._Evidence = params.get("Evidence")
|
|
466
518
|
self._RuleKey = params.get("RuleKey")
|
|
467
519
|
self._CloudType = params.get("CloudType")
|
|
520
|
+
self._AIStatus = params.get("AIStatus")
|
|
521
|
+
self._FirstAlarmTimestamp = params.get("FirstAlarmTimestamp")
|
|
522
|
+
self._LastAlarmTimestamp = params.get("LastAlarmTimestamp")
|
|
468
523
|
memeber_set = set(params.keys())
|
|
469
524
|
for name, value in vars(self).items():
|
|
470
525
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-csip
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.26
|
|
4
4
|
Summary: Tencent Cloud Csip 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.26
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.26
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.25
|
|
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
|