tencentcloud-sdk-python-cwp 3.0.1065__tar.gz → 3.0.1068__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.1068}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1068}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1068}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1068}/tencentcloud/cwp/v20180228/cwp_client.py +1 -1
  5. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1068}/tencentcloud/cwp/v20180228/models.py +33 -15
  6. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1068}/tencentcloud_sdk_python_cwp.egg-info/PKG-INFO +1 -1
  7. tencentcloud-sdk-python-cwp-3.0.1068/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.1068}/README.rst +0 -0
  10. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1068}/setup.cfg +0 -0
  11. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1068}/tencentcloud/cwp/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1068}/tencentcloud/cwp/v20180228/__init__.py +0 -0
  13. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1068}/tencentcloud/cwp/v20180228/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1068}/tencentcloud_sdk_python_cwp.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cwp-3.0.1065 → tencentcloud-sdk-python-cwp-3.0.1068}/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.1068}/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.1068
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.1068"],
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.1068'
@@ -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`
@@ -12391,6 +12391,9 @@ class BruteAttackInfo(AbstractModel):
12391
12391
  :param _RiskLevel: 威胁等级:0低危,1中危,2高危
12392
12392
  注意:此字段可能返回 null,表示取不到有效值。
12393
12393
  :type RiskLevel: int
12394
+ :param _DataFrom: 事件来源:0--阻断规则,1--威胁情报
12395
+ 注意:此字段可能返回 null,表示取不到有效值。
12396
+ :type DataFrom: int
12394
12397
  """
12395
12398
  self._Id = None
12396
12399
  self._Uuid = None
@@ -12416,6 +12419,7 @@ class BruteAttackInfo(AbstractModel):
12416
12419
  self._MachineExtraInfo = None
12417
12420
  self._Location = None
12418
12421
  self._RiskLevel = None
12422
+ self._DataFrom = None
12419
12423
 
12420
12424
  @property
12421
12425
  def Id(self):
@@ -12609,6 +12613,14 @@ class BruteAttackInfo(AbstractModel):
12609
12613
  def RiskLevel(self, RiskLevel):
12610
12614
  self._RiskLevel = RiskLevel
12611
12615
 
12616
+ @property
12617
+ def DataFrom(self):
12618
+ return self._DataFrom
12619
+
12620
+ @DataFrom.setter
12621
+ def DataFrom(self, DataFrom):
12622
+ self._DataFrom = DataFrom
12623
+
12612
12624
 
12613
12625
  def _deserialize(self, params):
12614
12626
  self._Id = params.get("Id")
@@ -12637,6 +12649,7 @@ class BruteAttackInfo(AbstractModel):
12637
12649
  self._MachineExtraInfo._deserialize(params.get("MachineExtraInfo"))
12638
12650
  self._Location = params.get("Location")
12639
12651
  self._RiskLevel = params.get("RiskLevel")
12652
+ self._DataFrom = params.get("DataFrom")
12640
12653
  memeber_set = set(params.keys())
12641
12654
  for name, value in vars(self).items():
12642
12655
  property_name = name[1:]
@@ -15176,7 +15189,7 @@ class CreateMalwareWhiteListRequest(AbstractModel):
15176
15189
 
15177
15190
  def __init__(self):
15178
15191
  r"""
15179
- :param _Mode: 白名单模式; 0MD5白名单,1自定义
15192
+ :param _Mode: 白名单模式; 0 MD5白名单,1自定义
15180
15193
  :type Mode: int
15181
15194
  :param _QuuidList: quuid 列表
15182
15195
  :type QuuidList: list of str
@@ -21987,16 +22000,16 @@ class DescribeAssetMachineListRequest(AbstractModel):
21987
22000
  <li>IP 内网IP或公网IP</li>
21988
22001
  <li>OsType - String - 是否必填:否 - windows或linux</li>
21989
22002
  <li>CpuLoad - Int - 是否必填:否 -
21990
- 0: 未知 1: 低负载
21991
- 2: 中负载 3: 高负载</li>
22003
+ 0: 未知 1: 低负载
22004
+ 2: 中负载 3: 高负载</li>
21992
22005
  <li>DiskLoad - Int - 是否必填:否 -
21993
- 0: 0%或未知 1: 0%~20%
21994
- 2: 20%~50% 3: 50%~80%
21995
- 4: 80%~100%</li>
22006
+ 0: 0%或未知 1: 0%~20%
22007
+ 2: 20%~50% 3: 50%~80%
22008
+ 4: 80%~100%</li>
21996
22009
  <li>MemLoad - Int - 是否必填:否 -
21997
- 0: 0%或未知 1: 0%~20%
21998
- 2: 20%~50% 3: 50%~80%
21999
- 4: 80%~100%</li>
22010
+ 0: 0%或未知 1: 0%~20%
22011
+ 2: 20%~50% 3: 50%~80%
22012
+ 4: 80%~100%</li>
22000
22013
  <li>Quuid:主机Quuid</li>
22001
22014
  <li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )</li>
22002
22015
  :type Filters: list of Filter
@@ -23805,8 +23818,8 @@ class DescribeAssetUserListRequest(AbstractModel):
23805
23818
  :type Offset: int
23806
23819
  :param _Order: 排序方式,asc升序 或 desc降序
23807
23820
  :type Order: str
23808
- :param _By: 可选排序:[FirstTime|LoginTime|PasswordChangeTime|PasswordDuaTime]
23809
- PasswordLockDays
23821
+ :param _By: 可选排序:[FirstTime|LoginTime|PasswordChangeTime|PasswordDuaTime|PasswordLockDays]
23822
+
23810
23823
  :type By: str
23811
23824
  """
23812
23825
  self._Quuid = None
@@ -26917,7 +26930,10 @@ class DescribeBanStatusResponse(AbstractModel):
26917
26930
 
26918
26931
  def __init__(self):
26919
26932
  r"""
26920
- :param _Status: 阻断开关状态 0:关闭 1:开启
26933
+ :param _Status: 阻断开关状态:
26934
+ 0 -- 关闭
26935
+ 1 -- 高级阻断
26936
+ 2 -- 基础阻断(只阻断情报库黑ip)
26921
26937
  :type Status: int
26922
26938
  :param _ShowTips: 是否弹窗提示信息 false: 关闭,true: 开启
26923
26939
  :type ShowTips: bool
@@ -39659,7 +39675,7 @@ class DescribeMalWareListRequest(AbstractModel):
39659
39675
  <li>VirusName - String - 是否必填:否 - 描述筛选</li>
39660
39676
  <li>CreateBeginTime - String - 是否必填:否 - 创建时间筛选-开始时间</li>
39661
39677
  <li>CreateEndTime - String - 是否必填:否 - 创建时间筛选-结束时间</li>
39662
- <li>Status - String - 是否必填:否 - 状态筛选 4待处理,5信任,6已隔离,10隔离中,11恢复隔离中</li>
39678
+ <li>Status - String - 是否必填:否 - 状态筛选 4待处理,5信任,6已隔离,10隔离中,11恢复隔离中,14 已处理</li>
39663
39679
  :type Filters: list of Filter
39664
39680
  :param _By: 检测排序 CreateTime
39665
39681
  :type By: str
@@ -58569,7 +58585,9 @@ class ExportJavaMemShellsRequest(AbstractModel):
58569
58585
 
58570
58586
  def __init__(self):
58571
58587
  r"""
58572
- :param _Filters: 过滤条件:Keywords: ip或者主机名模糊查询, Type,Status精确匹配,CreateBeginTime,CreateEndTime时间段
58588
+ :param _Filters: 过滤条件:InstanceID、IP、
58589
+
58590
+ MachineName主机名模糊查询, Type,Status精确匹配,CreateBeginTime,CreateEndTime时间段
58573
58591
  :type Filters: list of Filter
58574
58592
  :param _Where: 导出字段
58575
58593
  :type Where: list of str
@@ -58619,7 +58637,7 @@ class ExportJavaMemShellsResponse(AbstractModel):
58619
58637
 
58620
58638
  def __init__(self):
58621
58639
  r"""
58622
- :param _TaskId: 任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址
58640
+ :param _TaskId: 任务ID,需要到接口 <a href="https://cloud.tencent.com/document/product/296/52508" target="_blank" >异步导出任务</a>获取DownloadUrl下载地址
58623
58641
  :type TaskId: str
58624
58642
  :param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
58625
58643
  :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.1068
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.1068
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1065