tencentcloud-sdk-python-cwp 3.0.1065__tar.gz → 3.0.1067__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.1065 → tencentcloud-sdk-python-cwp-3.0.1067}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1067}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1067}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1067}/tencentcloud/cwp/v20180228/cwp_client.py +1 -1
  5. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1067}/tencentcloud/cwp/v20180228/models.py +15 -13
  6. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1067}/tencentcloud_sdk_python_cwp.egg-info/PKG-INFO +1 -1
  7. tencentcloud-sdk-python-cwp-3.0.1067/tencentcloud_sdk_python_cwp.egg-info/requires.txt +1 -0
  8. tencentcloud-sdk-python-cwp-3.0.1065/tencentcloud_sdk_python_cwp.egg-info/requires.txt +0 -1
  9. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1067}/README.rst +0 -0
  10. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1067}/setup.cfg +0 -0
  11. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1067}/tencentcloud/cwp/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1067}/tencentcloud/cwp/v20180228/__init__.py +0 -0
  13. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1067}/tencentcloud/cwp/v20180228/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1067}/tencentcloud_sdk_python_cwp.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1067}/tencentcloud_sdk_python_cwp.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1067}/tencentcloud_sdk_python_cwp.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cwp
3
- Version: 3.0.1065
3
+ Version: 3.0.1067
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.1065"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1067"],
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.1065'
17
+ __version__ = '3.0.1067'
@@ -5274,7 +5274,7 @@ class CwpClient(AbstractClient):
5274
5274
 
5275
5275
 
5276
5276
  def DescribeMachineFileTamperRules(self, request):
5277
- """查询主机相关核心文件监控规则列 表
5277
+ """查询主机相关核心文件监控规则列表
5278
5278
 
5279
5279
  :param request: Request instance for DescribeMachineFileTamperRules.
5280
5280
  :type request: :class:`tencentcloud.cwp.v20180228.models.DescribeMachineFileTamperRulesRequest`
@@ -15176,7 +15176,7 @@ class CreateMalwareWhiteListRequest(AbstractModel):
15176
15176
 
15177
15177
  def __init__(self):
15178
15178
  r"""
15179
- :param _Mode: 白名单模式; 0MD5白名单,1自定义
15179
+ :param _Mode: 白名单模式; 0 MD5白名单,1自定义
15180
15180
  :type Mode: int
15181
15181
  :param _QuuidList: quuid 列表
15182
15182
  :type QuuidList: list of str
@@ -21987,16 +21987,16 @@ class DescribeAssetMachineListRequest(AbstractModel):
21987
21987
  <li>IP 内网IP或公网IP</li>
21988
21988
  <li>OsType - String - 是否必填:否 - windows或linux</li>
21989
21989
  <li>CpuLoad - Int - 是否必填:否 -
21990
- 0: 未知 1: 低负载
21991
- 2: 中负载 3: 高负载</li>
21990
+ 0: 未知 1: 低负载
21991
+ 2: 中负载 3: 高负载</li>
21992
21992
  <li>DiskLoad - Int - 是否必填:否 -
21993
- 0: 0%或未知 1: 0%~20%
21994
- 2: 20%~50% 3: 50%~80%
21995
- 4: 80%~100%</li>
21993
+ 0: 0%或未知 1: 0%~20%
21994
+ 2: 20%~50% 3: 50%~80%
21995
+ 4: 80%~100%</li>
21996
21996
  <li>MemLoad - Int - 是否必填:否 -
21997
- 0: 0%或未知 1: 0%~20%
21998
- 2: 20%~50% 3: 50%~80%
21999
- 4: 80%~100%</li>
21997
+ 0: 0%或未知 1: 0%~20%
21998
+ 2: 20%~50% 3: 50%~80%
21999
+ 4: 80%~100%</li>
22000
22000
  <li>Quuid:主机Quuid</li>
22001
22001
  <li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )</li>
22002
22002
  :type Filters: list of Filter
@@ -23805,8 +23805,8 @@ class DescribeAssetUserListRequest(AbstractModel):
23805
23805
  :type Offset: int
23806
23806
  :param _Order: 排序方式,asc升序 或 desc降序
23807
23807
  :type Order: str
23808
- :param _By: 可选排序:[FirstTime|LoginTime|PasswordChangeTime|PasswordDuaTime]
23809
- PasswordLockDays
23808
+ :param _By: 可选排序:[FirstTime|LoginTime|PasswordChangeTime|PasswordDuaTime|PasswordLockDays]
23809
+
23810
23810
  :type By: str
23811
23811
  """
23812
23812
  self._Quuid = None
@@ -58569,7 +58569,9 @@ class ExportJavaMemShellsRequest(AbstractModel):
58569
58569
 
58570
58570
  def __init__(self):
58571
58571
  r"""
58572
- :param _Filters: 过滤条件:Keywords: ip或者主机名模糊查询, Type,Status精确匹配,CreateBeginTime,CreateEndTime时间段
58572
+ :param _Filters: 过滤条件:InstanceID、IP、
58573
+
58574
+ MachineName主机名模糊查询, Type,Status精确匹配,CreateBeginTime,CreateEndTime时间段
58573
58575
  :type Filters: list of Filter
58574
58576
  :param _Where: 导出字段
58575
58577
  :type Where: list of str
@@ -58619,7 +58621,7 @@ class ExportJavaMemShellsResponse(AbstractModel):
58619
58621
 
58620
58622
  def __init__(self):
58621
58623
  r"""
58622
- :param _TaskId: 任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址
58624
+ :param _TaskId: 任务ID,需要到接口 <a href="https://cloud.tencent.com/document/product/296/52508" target="_blank" >异步导出任务</a>获取DownloadUrl下载地址
58623
58625
  :type TaskId: str
58624
58626
  :param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
58625
58627
  :type RequestId: str
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cwp
3
- Version: 3.0.1065
3
+ Version: 3.0.1067
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.1067
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1065