tencentcloud-sdk-python-cwp 3.0.1176__tar.gz → 3.0.1179__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.1176 → tencentcloud-sdk-python-cwp-3.0.1179}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cwp-3.0.1176 → tencentcloud-sdk-python-cwp-3.0.1179}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cwp-3.0.1176 → tencentcloud-sdk-python-cwp-3.0.1179}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cwp-3.0.1176 → tencentcloud-sdk-python-cwp-3.0.1179}/tencentcloud/cwp/v20180228/cwp_client.py +0 -25
  5. {tencentcloud-sdk-python-cwp-3.0.1176 → tencentcloud-sdk-python-cwp-3.0.1179}/tencentcloud/cwp/v20180228/models.py +0 -118
  6. {tencentcloud-sdk-python-cwp-3.0.1176 → tencentcloud-sdk-python-cwp-3.0.1179}/tencentcloud_sdk_python_cwp.egg-info/PKG-INFO +1 -1
  7. tencentcloud-sdk-python-cwp-3.0.1179/tencentcloud_sdk_python_cwp.egg-info/requires.txt +1 -0
  8. tencentcloud-sdk-python-cwp-3.0.1176/tencentcloud_sdk_python_cwp.egg-info/requires.txt +0 -1
  9. {tencentcloud-sdk-python-cwp-3.0.1176 → tencentcloud-sdk-python-cwp-3.0.1179}/README.rst +0 -0
  10. {tencentcloud-sdk-python-cwp-3.0.1176 → tencentcloud-sdk-python-cwp-3.0.1179}/setup.cfg +0 -0
  11. {tencentcloud-sdk-python-cwp-3.0.1176 → tencentcloud-sdk-python-cwp-3.0.1179}/tencentcloud/cwp/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cwp-3.0.1176 → tencentcloud-sdk-python-cwp-3.0.1179}/tencentcloud/cwp/v20180228/__init__.py +0 -0
  13. {tencentcloud-sdk-python-cwp-3.0.1176 → tencentcloud-sdk-python-cwp-3.0.1179}/tencentcloud/cwp/v20180228/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cwp-3.0.1176 → tencentcloud-sdk-python-cwp-3.0.1179}/tencentcloud_sdk_python_cwp.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cwp-3.0.1176 → tencentcloud-sdk-python-cwp-3.0.1179}/tencentcloud_sdk_python_cwp.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cwp-3.0.1176 → tencentcloud-sdk-python-cwp-3.0.1179}/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.1176
3
+ Version: 3.0.1179
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.1176"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1179"],
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.1176'
17
+ __version__ = '3.0.1179'
@@ -8838,31 +8838,6 @@ class CwpClient(AbstractClient):
8838
8838
  raise TencentCloudSDKException(type(e).__name__, str(e))
8839
8839
 
8840
8840
 
8841
- def ExportAttackLogs(self, request):
8842
- """ExportAttackEvents接口替代
8843
-
8844
- 导出网络攻击日志
8845
-
8846
- :param request: Request instance for ExportAttackLogs.
8847
- :type request: :class:`tencentcloud.cwp.v20180228.models.ExportAttackLogsRequest`
8848
- :rtype: :class:`tencentcloud.cwp.v20180228.models.ExportAttackLogsResponse`
8849
-
8850
- """
8851
- try:
8852
- params = request._serialize()
8853
- headers = request.headers
8854
- body = self.call("ExportAttackLogs", params, headers=headers)
8855
- response = json.loads(body)
8856
- model = models.ExportAttackLogsResponse()
8857
- model._deserialize(response["Response"])
8858
- return model
8859
- except Exception as e:
8860
- if isinstance(e, TencentCloudSDKException):
8861
- raise
8862
- else:
8863
- raise TencentCloudSDKException(type(e).__name__, str(e))
8864
-
8865
-
8866
8841
  def ExportBaselineEffectHostList(self, request):
8867
8842
  """导出基线影响主机列表
8868
8843
 
@@ -56731,124 +56731,6 @@ class ExportAttackEventsResponse(AbstractModel):
56731
56731
  self._RequestId = params.get("RequestId")
56732
56732
 
56733
56733
 
56734
- class ExportAttackLogsRequest(AbstractModel):
56735
- """ExportAttackLogs请求参数结构体
56736
-
56737
- """
56738
-
56739
- def __init__(self):
56740
- r"""
56741
- :param _Filters: 过滤条件。
56742
- <li>HttpMethod - String - 是否必填:否 - 攻击方法(POST|GET)</li>
56743
- <li>DateRange - String - 是否必填:否 - 时间范围(存储最近3个月的数据),如最近一个月["2019-11-17", "2019-12-17"]</li>
56744
- <li>VulType - String 威胁类型 - 是否必填: 否</li>
56745
- <li>SrcIp - String 攻击源IP - 是否必填: 否</li>
56746
- <li>DstIp - String 攻击目标IP - 是否必填: 否</li>
56747
- <li>SrcPort - String 攻击源端口 - 是否必填: 否</li>
56748
- <li>DstPort - String 攻击目标端口 - 是否必填: 否</li>
56749
- :type Filters: list of Filters
56750
- :param _Uuid: 主机安全客户端ID
56751
- :type Uuid: str
56752
- :param _Quuid: 云主机机器ID
56753
- :type Quuid: str
56754
- """
56755
- self._Filters = None
56756
- self._Uuid = None
56757
- self._Quuid = None
56758
-
56759
- @property
56760
- def Filters(self):
56761
- return self._Filters
56762
-
56763
- @Filters.setter
56764
- def Filters(self, Filters):
56765
- self._Filters = Filters
56766
-
56767
- @property
56768
- def Uuid(self):
56769
- return self._Uuid
56770
-
56771
- @Uuid.setter
56772
- def Uuid(self, Uuid):
56773
- self._Uuid = Uuid
56774
-
56775
- @property
56776
- def Quuid(self):
56777
- return self._Quuid
56778
-
56779
- @Quuid.setter
56780
- def Quuid(self, Quuid):
56781
- self._Quuid = Quuid
56782
-
56783
-
56784
- def _deserialize(self, params):
56785
- if params.get("Filters") is not None:
56786
- self._Filters = []
56787
- for item in params.get("Filters"):
56788
- obj = Filters()
56789
- obj._deserialize(item)
56790
- self._Filters.append(obj)
56791
- self._Uuid = params.get("Uuid")
56792
- self._Quuid = params.get("Quuid")
56793
- memeber_set = set(params.keys())
56794
- for name, value in vars(self).items():
56795
- property_name = name[1:]
56796
- if property_name in memeber_set:
56797
- memeber_set.remove(property_name)
56798
- if len(memeber_set) > 0:
56799
- warnings.warn("%s fileds are useless." % ",".join(memeber_set))
56800
-
56801
-
56802
-
56803
- class ExportAttackLogsResponse(AbstractModel):
56804
- """ExportAttackLogs返回参数结构体
56805
-
56806
- """
56807
-
56808
- def __init__(self):
56809
- r"""
56810
- :param _DownloadUrl: 已废弃
56811
- :type DownloadUrl: str
56812
- :param _TaskId: 任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址
56813
- :type TaskId: str
56814
- :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
56815
- :type RequestId: str
56816
- """
56817
- self._DownloadUrl = None
56818
- self._TaskId = None
56819
- self._RequestId = None
56820
-
56821
- @property
56822
- def DownloadUrl(self):
56823
- return self._DownloadUrl
56824
-
56825
- @DownloadUrl.setter
56826
- def DownloadUrl(self, DownloadUrl):
56827
- self._DownloadUrl = DownloadUrl
56828
-
56829
- @property
56830
- def TaskId(self):
56831
- return self._TaskId
56832
-
56833
- @TaskId.setter
56834
- def TaskId(self, TaskId):
56835
- self._TaskId = TaskId
56836
-
56837
- @property
56838
- def RequestId(self):
56839
- return self._RequestId
56840
-
56841
- @RequestId.setter
56842
- def RequestId(self, RequestId):
56843
- self._RequestId = RequestId
56844
-
56845
-
56846
- def _deserialize(self, params):
56847
- self._DownloadUrl = params.get("DownloadUrl")
56848
- self._TaskId = params.get("TaskId")
56849
- self._RequestId = params.get("RequestId")
56850
-
56851
-
56852
56734
  class ExportBaselineEffectHostListRequest(AbstractModel):
56853
56735
  """ExportBaselineEffectHostList请求参数结构体
56854
56736
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cwp
3
- Version: 3.0.1176
3
+ Version: 3.0.1179
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.1179
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1176