tencentcloud-sdk-python-cwp 3.0.1326__tar.gz → 3.0.1327__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-cwp-3.0.1326 → tencentcloud-sdk-python-cwp-3.0.1327}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cwp-3.0.1326 → tencentcloud-sdk-python-cwp-3.0.1327}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cwp-3.0.1326 → tencentcloud-sdk-python-cwp-3.0.1327}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cwp-3.0.1326 → tencentcloud-sdk-python-cwp-3.0.1327}/tencentcloud/cwp/v20180228/models.py +4 -40
  5. {tencentcloud-sdk-python-cwp-3.0.1326 → tencentcloud-sdk-python-cwp-3.0.1327}/tencentcloud_sdk_python_cwp.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-cwp-3.0.1327/tencentcloud_sdk_python_cwp.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-cwp-3.0.1326/tencentcloud_sdk_python_cwp.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-cwp-3.0.1326 → tencentcloud-sdk-python-cwp-3.0.1327}/README.rst +0 -0
  9. {tencentcloud-sdk-python-cwp-3.0.1326 → tencentcloud-sdk-python-cwp-3.0.1327}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-cwp-3.0.1326 → tencentcloud-sdk-python-cwp-3.0.1327}/tencentcloud/cwp/__init__.py +0 -0
  11. {tencentcloud-sdk-python-cwp-3.0.1326 → tencentcloud-sdk-python-cwp-3.0.1327}/tencentcloud/cwp/v20180228/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cwp-3.0.1326 → tencentcloud-sdk-python-cwp-3.0.1327}/tencentcloud/cwp/v20180228/cwp_client.py +0 -0
  13. {tencentcloud-sdk-python-cwp-3.0.1326 → tencentcloud-sdk-python-cwp-3.0.1327}/tencentcloud/cwp/v20180228/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cwp-3.0.1326 → tencentcloud-sdk-python-cwp-3.0.1327}/tencentcloud_sdk_python_cwp.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cwp-3.0.1326 → tencentcloud-sdk-python-cwp-3.0.1327}/tencentcloud_sdk_python_cwp.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cwp-3.0.1326 → tencentcloud-sdk-python-cwp-3.0.1327}/tencentcloud_sdk_python_cwp.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cwp
3
- Version: 3.0.1326
3
+ Version: 3.0.1327
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
@@ -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.1326"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1327"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Cwp 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.1326'
17
+ __version__ = '3.0.1327'
@@ -33408,13 +33408,7 @@ class DescribeBaselineListRequest(AbstractModel):
33408
33408
  :type Limit: int
33409
33409
  :param _Offset: 分页参数
33410
33410
  :type Offset: int
33411
- :param _Filters: 过滤条件。
33412
- <li>StrategyId- Uint64 - 基线策略id</li>
33413
- <li>Status - Uint64 - 处理状态1已通过 0未通过</li>
33414
- <li>Level - Uint64[] - 威胁等级</li>
33415
- <li>BaselineName - String - 基线名称</li>
33416
- <li>Quuid- String - 主机quuid</li>
33417
- <li>Uuid- String - 主机uuid</li>
33411
+ :param _Filters: 过滤条件 <li>StrategyId- Uint64 - 基线策略id</li> <li>Status - Uint64 - 处理状态 1-已通过 0-未通过</li> <li>Level - Uint64 - 威胁等级 1-低危 2-中危 3-高危 4-严重</li> <li>BaselineName - String - 基线名称</li> <li>Quuid- String - 主机quuid</li> <li>Uuid- String - 主机uuid</li>
33418
33412
  :type Filters: list of Filters
33419
33413
  """
33420
33414
  self._Limit = None
@@ -33445,13 +33439,7 @@ class DescribeBaselineListRequest(AbstractModel):
33445
33439
 
33446
33440
  @property
33447
33441
  def Filters(self):
33448
- """过滤条件。
33449
- <li>StrategyId- Uint64 - 基线策略id</li>
33450
- <li>Status - Uint64 - 处理状态1已通过 0未通过</li>
33451
- <li>Level - Uint64[] - 威胁等级</li>
33452
- <li>BaselineName - String - 基线名称</li>
33453
- <li>Quuid- String - 主机quuid</li>
33454
- <li>Uuid- String - 主机uuid</li>
33442
+ """过滤条件 <li>StrategyId- Uint64 - 基线策略id</li> <li>Status - Uint64 - 处理状态 1-已通过 0-未通过</li> <li>Level - Uint64 - 威胁等级 1-低危 2-中危 3-高危 4-严重</li> <li>BaselineName - String - 基线名称</li> <li>Quuid- String - 主机quuid</li> <li>Uuid- String - 主机uuid</li>
33455
33443
  :rtype: list of Filters
33456
33444
  """
33457
33445
  return self._Filters
@@ -59355,19 +59343,7 @@ class DescribeVulListRequest(AbstractModel):
59355
59343
  :type Limit: int
59356
59344
  :param _Offset: 偏移量,默认为0。
59357
59345
  :type Offset: int
59358
- :param _Filters: 过滤条件。
59359
- <li>Status - String - 是否必填:否 - 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略</li>
59360
- <li>ModifyTime - String - 是否必填:否 - 最近发生时间</li>
59361
- <li>Uuid- String - 是否必填:否 - 主机uuid查询</li>
59362
- <li>VulName- string -</li>
59363
- <li>VulCategory- string - 是否必填:否 - 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞</li>
59364
- <li>IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持</li>
59365
- <li>Labels- string- 是否必填:否 - 标签搜索</li>
59366
- <li>IsSupportAutoFix- string- 是否必填:否 - 是否支持自动修复 0:不支持 1:支持</li>
59367
- <li>CvssScore- string- 是否必填:否 - CvssScore大于多少</li>
59368
- <li>AttackLevel- string- 是否必填:否 - 攻击热度大于多少</li>
59369
-
59370
-
59346
+ :param _Filters: 过滤条件。<li>Status - String - 是否必填:否 - 处理状态 0-待处理 1-已加白 2-已删除 3-已修复 5-检测中 6-修复中 8-修复失败</li><li>ModifyTime - String - 是否必填:否 - 最近发生时间</li><li>Uuid- String - 是否必填:否 - 主机uuid查询</li><li>VulName- string -</li><li>VulCategory- string - 是否必填:否 - 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞</li><li>IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持</li><li>Labels- string- 是否必填:否 - 标签搜索</li><li>IsSupportAutoFix- string- 是否必填:否 - 是否支持自动修复 0:不支持 1:支持</li><li>CvssScore- string- 是否必填:否 - CvssScore大于多少</li><li>AttackLevel- string- 是否必填:否 - 攻击热度大于多少</li>
59371
59347
  :type Filters: list of Filters
59372
59348
  :param _By: 可选排序字段 Level,LastTime,HostCount
59373
59349
  :type By: str
@@ -59404,19 +59380,7 @@ class DescribeVulListRequest(AbstractModel):
59404
59380
 
59405
59381
  @property
59406
59382
  def Filters(self):
59407
- """过滤条件。
59408
- <li>Status - String - 是否必填:否 - 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略</li>
59409
- <li>ModifyTime - String - 是否必填:否 - 最近发生时间</li>
59410
- <li>Uuid- String - 是否必填:否 - 主机uuid查询</li>
59411
- <li>VulName- string -</li>
59412
- <li>VulCategory- string - 是否必填:否 - 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞</li>
59413
- <li>IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持</li>
59414
- <li>Labels- string- 是否必填:否 - 标签搜索</li>
59415
- <li>IsSupportAutoFix- string- 是否必填:否 - 是否支持自动修复 0:不支持 1:支持</li>
59416
- <li>CvssScore- string- 是否必填:否 - CvssScore大于多少</li>
59417
- <li>AttackLevel- string- 是否必填:否 - 攻击热度大于多少</li>
59418
-
59419
-
59383
+ """过滤条件。<li>Status - String - 是否必填:否 - 处理状态 0-待处理 1-已加白 2-已删除 3-已修复 5-检测中 6-修复中 8-修复失败</li><li>ModifyTime - String - 是否必填:否 - 最近发生时间</li><li>Uuid- String - 是否必填:否 - 主机uuid查询</li><li>VulName- string -</li><li>VulCategory- string - 是否必填:否 - 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞</li><li>IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持</li><li>Labels- string- 是否必填:否 - 标签搜索</li><li>IsSupportAutoFix- string- 是否必填:否 - 是否支持自动修复 0:不支持 1:支持</li><li>CvssScore- string- 是否必填:否 - CvssScore大于多少</li><li>AttackLevel- string- 是否必填:否 - 攻击热度大于多少</li>
59420
59384
  :rtype: list of Filters
59421
59385
  """
59422
59386
  return self._Filters
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cwp
3
- Version: 3.0.1326
3
+ Version: 3.0.1327
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1327
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1326