tencentcloud-sdk-python-cfw 3.0.883__tar.gz → 3.0.885__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-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.885}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.885}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.885}/tencentcloud/cfw/v20190904/models.py +7 -2
- {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.885}/tencentcloud_sdk_python_cfw.egg-info/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.885}/README.rst +0 -0
- {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.885}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.885}/setup.py +0 -0
- {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.885}/tencentcloud/cfw/__init__.py +0 -0
- {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.885}/tencentcloud/cfw/v20190904/__init__.py +0 -0
- {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.885}/tencentcloud/cfw/v20190904/cfw_client.py +0 -0
- {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.885}/tencentcloud/cfw/v20190904/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.885}/tencentcloud_sdk_python_cfw.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.885}/tencentcloud_sdk_python_cfw.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.885}/tencentcloud_sdk_python_cfw.egg-info/top_level.txt +0 -0
|
@@ -523,6 +523,9 @@ class BlockIgnoreRule(AbstractModel):
|
|
|
523
523
|
:param Country: 国家
|
|
524
524
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
525
525
|
:type Country: str
|
|
526
|
+
:param Comment: 备注
|
|
527
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
528
|
+
:type Comment: str
|
|
526
529
|
"""
|
|
527
530
|
self.Domain = None
|
|
528
531
|
self.Ioc = None
|
|
@@ -539,6 +542,7 @@ class BlockIgnoreRule(AbstractModel):
|
|
|
539
542
|
self.UniqueId = None
|
|
540
543
|
self.MatchTimes = None
|
|
541
544
|
self.Country = None
|
|
545
|
+
self.Comment = None
|
|
542
546
|
|
|
543
547
|
|
|
544
548
|
def _deserialize(self, params):
|
|
@@ -557,6 +561,7 @@ class BlockIgnoreRule(AbstractModel):
|
|
|
557
561
|
self.UniqueId = params.get("UniqueId")
|
|
558
562
|
self.MatchTimes = params.get("MatchTimes")
|
|
559
563
|
self.Country = params.get("Country")
|
|
564
|
+
self.Comment = params.get("Comment")
|
|
560
565
|
memeber_set = set(params.keys())
|
|
561
566
|
for name, value in vars(self).items():
|
|
562
567
|
if name in memeber_set:
|
|
@@ -1937,9 +1942,9 @@ class DescribeBlockIgnoreListRequest(AbstractModel):
|
|
|
1937
1942
|
:type Direction: str
|
|
1938
1943
|
:param RuleType: 规则类型:1封禁,2放通
|
|
1939
1944
|
:type RuleType: int
|
|
1940
|
-
:param Order:
|
|
1945
|
+
:param Order: 排序类型:desc降序,asc正序
|
|
1941
1946
|
:type Order: str
|
|
1942
|
-
:param By:
|
|
1947
|
+
:param By: 排序列:EndTime结束时间,StartTime开始时间,MatchTimes命中次数
|
|
1943
1948
|
:type By: str
|
|
1944
1949
|
:param SearchValue: 搜索参数,json格式字符串,空则传"{}",域名:domain,危险等级:level,放通原因:ignore_reason,安全事件来源:rule_source,地理位置:address,模糊搜索:common
|
|
1945
1950
|
:type SearchValue: str
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|