tencentcloud-sdk-python-cwp 3.0.1266__tar.gz → 3.0.1277__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-cwp-3.0.1266 → tencentcloud-sdk-python-cwp-3.0.1277}/PKG-INFO +3 -3
- {tencentcloud-sdk-python-cwp-3.0.1266 → tencentcloud-sdk-python-cwp-3.0.1277}/setup.cfg +0 -1
- {tencentcloud-sdk-python-cwp-3.0.1266 → tencentcloud-sdk-python-cwp-3.0.1277}/setup.py +1 -1
- {tencentcloud-sdk-python-cwp-3.0.1266 → tencentcloud-sdk-python-cwp-3.0.1277}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cwp-3.0.1266 → tencentcloud-sdk-python-cwp-3.0.1277}/tencentcloud/cwp/v20180228/cwp_client.py +3 -1
- {tencentcloud-sdk-python-cwp-3.0.1266 → tencentcloud-sdk-python-cwp-3.0.1277}/tencentcloud/cwp/v20180228/models.py +18 -2
- {tencentcloud-sdk-python-cwp-3.0.1266 → tencentcloud-sdk-python-cwp-3.0.1277}/tencentcloud_sdk_python_cwp.egg-info/PKG-INFO +3 -3
- tencentcloud-sdk-python-cwp-3.0.1277/tencentcloud_sdk_python_cwp.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cwp-3.0.1266/tencentcloud_sdk_python_cwp.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cwp-3.0.1266 → tencentcloud-sdk-python-cwp-3.0.1277}/README.rst +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1266 → tencentcloud-sdk-python-cwp-3.0.1277}/tencentcloud/cwp/__init__.py +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1266 → tencentcloud-sdk-python-cwp-3.0.1277}/tencentcloud/cwp/v20180228/__init__.py +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1266 → tencentcloud-sdk-python-cwp-3.0.1277}/tencentcloud/cwp/v20180228/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1266 → tencentcloud-sdk-python-cwp-3.0.1277}/tencentcloud_sdk_python_cwp.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1266 → tencentcloud-sdk-python-cwp-3.0.1277}/tencentcloud_sdk_python_cwp.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1266 → tencentcloud-sdk-python-cwp-3.0.1277}/tencentcloud_sdk_python_cwp.egg-info/top_level.txt +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
Metadata-Version: 1.
|
|
1
|
+
Metadata-Version: 1.2
|
|
2
2
|
Name: tencentcloud-sdk-python-cwp
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1277
|
|
4
4
|
Summary: Tencent Cloud Cwp SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
7
|
-
|
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
8
|
License: Apache License 2.0
|
|
9
9
|
Description: ============================
|
|
10
10
|
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-cwp',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1277"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cwp SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -7124,7 +7124,9 @@ class CwpClient(AbstractClient):
|
|
|
7124
7124
|
|
|
7125
7125
|
|
|
7126
7126
|
def DescribeSecurityProtectionStat(self, request):
|
|
7127
|
-
"""
|
|
7127
|
+
"""接口已无效
|
|
7128
|
+
|
|
7129
|
+
获取安全防护状态汇总
|
|
7128
7130
|
|
|
7129
7131
|
:param request: Request instance for DescribeSecurityProtectionStat.
|
|
7130
7132
|
:type request: :class:`tencentcloud.cwp.v20180228.models.DescribeSecurityProtectionStatRequest`
|
|
@@ -34577,7 +34577,7 @@ class DescribeBaselineListRequest(AbstractModel):
|
|
|
34577
34577
|
:param _Filters: 过滤条件。
|
|
34578
34578
|
<li>StrategyId- Uint64 - 基线策略id</li>
|
|
34579
34579
|
<li>Status - Uint64 - 处理状态1已通过 0未通过</li>
|
|
34580
|
-
<li>Level - Uint64[] -
|
|
34580
|
+
<li>Level - Uint64[] - 威胁等级</li>
|
|
34581
34581
|
<li>BaselineName - String - 基线名称</li>
|
|
34582
34582
|
<li>Quuid- String - 主机quuid</li>
|
|
34583
34583
|
<li>Uuid- String - 主机uuid</li>
|
|
@@ -34614,7 +34614,7 @@ class DescribeBaselineListRequest(AbstractModel):
|
|
|
34614
34614
|
"""过滤条件。
|
|
34615
34615
|
<li>StrategyId- Uint64 - 基线策略id</li>
|
|
34616
34616
|
<li>Status - Uint64 - 处理状态1已通过 0未通过</li>
|
|
34617
|
-
<li>Level - Uint64[] -
|
|
34617
|
+
<li>Level - Uint64[] - 威胁等级</li>
|
|
34618
34618
|
<li>BaselineName - String - 基线名称</li>
|
|
34619
34619
|
<li>Quuid- String - 主机quuid</li>
|
|
34620
34620
|
<li>Uuid- String - 主机uuid</li>
|
|
@@ -105251,6 +105251,14 @@ class VulInfoList(AbstractModel):
|
|
|
105251
105251
|
:param _CvssScore: CVSS评分
|
|
105252
105252
|
:type CvssScore: float
|
|
105253
105253
|
:param _Labels: 漏洞标签 多个逗号分割
|
|
105254
|
+
|
|
105255
|
+
存在EXP:EXP
|
|
105256
|
+
在野攻击:KNOWN_EXPLOITED
|
|
105257
|
+
本地利用:LOCAL
|
|
105258
|
+
必修漏洞:NEED_FIX
|
|
105259
|
+
远程利用:NETWORK
|
|
105260
|
+
存在POC:POC
|
|
105261
|
+
系统重启:RESTART
|
|
105254
105262
|
:type Labels: str
|
|
105255
105263
|
:param _FixSwitch: 是否能自动修复且包含能自动修复的主机, 0=否 1=是
|
|
105256
105264
|
:type FixSwitch: int
|
|
@@ -105480,6 +105488,14 @@ class VulInfoList(AbstractModel):
|
|
|
105480
105488
|
@property
|
|
105481
105489
|
def Labels(self):
|
|
105482
105490
|
"""漏洞标签 多个逗号分割
|
|
105491
|
+
|
|
105492
|
+
存在EXP:EXP
|
|
105493
|
+
在野攻击:KNOWN_EXPLOITED
|
|
105494
|
+
本地利用:LOCAL
|
|
105495
|
+
必修漏洞:NEED_FIX
|
|
105496
|
+
远程利用:NETWORK
|
|
105497
|
+
存在POC:POC
|
|
105498
|
+
系统重启:RESTART
|
|
105483
105499
|
:rtype: str
|
|
105484
105500
|
"""
|
|
105485
105501
|
return self._Labels
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
Metadata-Version: 1.
|
|
1
|
+
Metadata-Version: 1.2
|
|
2
2
|
Name: tencentcloud-sdk-python-cwp
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1277
|
|
4
4
|
Summary: Tencent Cloud Cwp SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
7
|
-
|
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
8
|
License: Apache License 2.0
|
|
9
9
|
Description: ============================
|
|
10
10
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1277
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1266
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|