tencentcloud-sdk-python 3.0.1258__py2.py3-none-any.whl → 3.0.1260__py2.py3-none-any.whl
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/__init__.py +1 -1
- tencentcloud/ca/v20230228/models.py +103 -0
- tencentcloud/cbs/v20170312/models.py +1 -1
- tencentcloud/cdb/v20170320/cdb_client.py +0 -25
- tencentcloud/cdb/v20170320/models.py +0 -111
- tencentcloud/cfs/v20190719/models.py +2 -1
- tencentcloud/cfw/v20190904/cfw_client.py +1 -3
- tencentcloud/cfw/v20190904/models.py +477 -877
- tencentcloud/clb/v20180317/models.py +1 -3
- tencentcloud/csip/v20221121/csip_client.py +1 -1
- tencentcloud/csip/v20221121/models.py +7 -709
- tencentcloud/cwp/v20180228/cwp_client.py +3 -1
- tencentcloud/cwp/v20180228/models.py +43 -70
- tencentcloud/dlc/v20210125/models.py +3 -3
- tencentcloud/dnspod/v20210323/dnspod_client.py +49 -0
- tencentcloud/dnspod/v20210323/models.py +356 -0
- tencentcloud/ecm/v20190719/models.py +1 -1
- tencentcloud/es/v20180416/models.py +13 -0
- tencentcloud/ess/v20201111/ess_client.py +25 -8
- tencentcloud/ess/v20201111/models.py +15 -4
- tencentcloud/essbasic/v20210526/essbasic_client.py +17 -14
- tencentcloud/essbasic/v20210526/models.py +9 -2
- tencentcloud/hunyuan/v20230901/models.py +13 -1
- tencentcloud/ioa/v20220601/models.py +8 -125
- tencentcloud/kms/v20190118/models.py +0 -25
- tencentcloud/lke/v20231130/lke_client.py +3 -1
- tencentcloud/mongodb/v20190725/models.py +4 -4
- tencentcloud/mps/v20190612/models.py +30 -1
- tencentcloud/mrs/v20200910/models.py +22 -0
- tencentcloud/ms/v20180408/models.py +99 -84
- tencentcloud/oceanus/v20190422/models.py +179 -0
- tencentcloud/ocr/v20181119/models.py +165 -1
- tencentcloud/ocr/v20181119/ocr_client.py +25 -0
- tencentcloud/redis/v20180412/models.py +18 -18
- tencentcloud/redis/v20180412/redis_client.py +2 -0
- tencentcloud/scf/v20180416/models.py +1 -1
- tencentcloud/sms/v20190711/errorcodes.py +1 -1
- tencentcloud/sms/v20210111/errorcodes.py +1 -1
- tencentcloud/tcss/v20201101/models.py +0 -13
- tencentcloud/tdmq/v20200217/models.py +1 -1
- tencentcloud/tem/v20210701/models.py +1 -1
- tencentcloud/teo/v20220901/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +3 -5
- tencentcloud/trtc/v20190722/models.py +0 -31
- tencentcloud/trtc/v20190722/trtc_client.py +0 -25
- tencentcloud/waf/v20180125/models.py +453 -1049
- tencentcloud/waf/v20180125/waf_client.py +23 -75
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/RECORD +52 -52
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1260.dist-info}/top_level.txt +0 -0
@@ -4065,7 +4065,9 @@ class CwpClient(AbstractClient):
|
|
4065
4065
|
|
4066
4066
|
|
4067
4067
|
def DescribeComponentStatistics(self, request):
|
4068
|
-
"""
|
4068
|
+
"""接口已无效
|
4069
|
+
|
4070
|
+
本接口 (DescribeComponentStatistics) 用于获取组件统计列表数据。
|
4069
4071
|
|
4070
4072
|
:param request: Request instance for DescribeComponentStatistics.
|
4071
4073
|
:type request: :class:`tencentcloud.cwp.v20180228.models.DescribeComponentStatisticsRequest`
|
@@ -7783,7 +7783,6 @@ class BaselineCategory(AbstractModel):
|
|
7783
7783
|
:param _ParentCategoryId: 父分类ID,如果为0则没有父分类
|
7784
7784
|
:type ParentCategoryId: int
|
7785
7785
|
:param _ItemCount: 子分类下检测项总数
|
7786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7787
7786
|
:type ItemCount: int
|
7788
7787
|
"""
|
7789
7788
|
self._CategoryId = None
|
@@ -7847,10 +7846,8 @@ class BaselineCustomRuleIdName(AbstractModel):
|
|
7847
7846
|
def __init__(self):
|
7848
7847
|
r"""
|
7849
7848
|
:param _RuleId: 自定义规则ID
|
7850
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7851
7849
|
:type RuleId: int
|
7852
7850
|
:param _RuleName: 自定义规则名字
|
7853
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7854
7851
|
:type RuleName: str
|
7855
7852
|
"""
|
7856
7853
|
self._RuleId = None
|
@@ -8293,10 +8290,8 @@ class BaselineEventLevelInfo(AbstractModel):
|
|
8293
8290
|
def __init__(self):
|
8294
8291
|
r"""
|
8295
8292
|
:param _EventLevel: 危害等级:1-低危;2-中危;3-高危;4-严重
|
8296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8297
8293
|
:type EventLevel: int
|
8298
8294
|
:param _EventCount: 漏洞数量
|
8299
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8300
8295
|
:type EventCount: int
|
8301
8296
|
"""
|
8302
8297
|
self._EventLevel = None
|
@@ -13156,9 +13151,13 @@ class CKafkaRouteInfo(AbstractModel):
|
|
13156
13151
|
:type DomainPort: int
|
13157
13152
|
:param _Vip: 虚拟ip
|
13158
13153
|
:type Vip: str
|
13159
|
-
:param _VipType: 虚拟ip类型
|
13154
|
+
:param _VipType: 虚拟ip类型1:外网TGW 2:基础网络 3:VPC网络 4:支撑网络(标准版) 5:SSL外网访问方式访问 6:黑石环境vpc 7:支撑网络(专业版)
|
13160
13155
|
:type VipType: int
|
13161
13156
|
:param _AccessType: 接入类型
|
13157
|
+
0:PLAINTEXT (明文方式,没有带用户信息老版本及社区版本都支持)
|
13158
|
+
1:SASL_PLAINTEXT(明文方式,不过在数据开始时,会通过SASL方式登录鉴权,仅社区版本支持)
|
13159
|
+
2:SSL(SSL加密通信,没有带用户信息,老版本及社区版本都支持)
|
13160
|
+
3:SASL_SSL(SSL加密通信,在数据开始时,会通过SASL方式登录鉴权,仅社区版本支持)
|
13162
13161
|
:type AccessType: int
|
13163
13162
|
"""
|
13164
13163
|
self._RouteID = None
|
@@ -18084,8 +18083,11 @@ class DeleteMalwaresRequest(AbstractModel):
|
|
18084
18083
|
r"""
|
18085
18084
|
:param _Ids: 木马记录ID数组 (最大100条)
|
18086
18085
|
:type Ids: list of int non-negative
|
18086
|
+
:param _All: 是否删除全部
|
18087
|
+
:type All: bool
|
18087
18088
|
"""
|
18088
18089
|
self._Ids = None
|
18090
|
+
self._All = None
|
18089
18091
|
|
18090
18092
|
@property
|
18091
18093
|
def Ids(self):
|
@@ -18095,9 +18097,18 @@ class DeleteMalwaresRequest(AbstractModel):
|
|
18095
18097
|
def Ids(self, Ids):
|
18096
18098
|
self._Ids = Ids
|
18097
18099
|
|
18100
|
+
@property
|
18101
|
+
def All(self):
|
18102
|
+
return self._All
|
18103
|
+
|
18104
|
+
@All.setter
|
18105
|
+
def All(self, All):
|
18106
|
+
self._All = All
|
18107
|
+
|
18098
18108
|
|
18099
18109
|
def _deserialize(self, params):
|
18100
18110
|
self._Ids = params.get("Ids")
|
18111
|
+
self._All = params.get("All")
|
18101
18112
|
memeber_set = set(params.keys())
|
18102
18113
|
for name, value in vars(self).items():
|
18103
18114
|
property_name = name[1:]
|
@@ -18294,8 +18305,11 @@ class DeletePrivilegeEventsRequest(AbstractModel):
|
|
18294
18305
|
r"""
|
18295
18306
|
:param _Ids: ID数组. (最大100条)
|
18296
18307
|
:type Ids: list of int non-negative
|
18308
|
+
:param _All: 是否删除全部
|
18309
|
+
:type All: bool
|
18297
18310
|
"""
|
18298
18311
|
self._Ids = None
|
18312
|
+
self._All = None
|
18299
18313
|
|
18300
18314
|
@property
|
18301
18315
|
def Ids(self):
|
@@ -18305,9 +18319,18 @@ class DeletePrivilegeEventsRequest(AbstractModel):
|
|
18305
18319
|
def Ids(self, Ids):
|
18306
18320
|
self._Ids = Ids
|
18307
18321
|
|
18322
|
+
@property
|
18323
|
+
def All(self):
|
18324
|
+
return self._All
|
18325
|
+
|
18326
|
+
@All.setter
|
18327
|
+
def All(self, All):
|
18328
|
+
self._All = All
|
18329
|
+
|
18308
18330
|
|
18309
18331
|
def _deserialize(self, params):
|
18310
18332
|
self._Ids = params.get("Ids")
|
18333
|
+
self._All = params.get("All")
|
18311
18334
|
memeber_set = set(params.keys())
|
18312
18335
|
for name, value in vars(self).items():
|
18313
18336
|
property_name = name[1:]
|
@@ -36414,11 +36437,22 @@ class DescribeLicenseResponse(AbstractModel):
|
|
36414
36437
|
|
36415
36438
|
def __init__(self):
|
36416
36439
|
r"""
|
36440
|
+
:param _FunctionsEn: 支持功能
|
36441
|
+
:type FunctionsEn: list of str
|
36417
36442
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
36418
36443
|
:type RequestId: str
|
36419
36444
|
"""
|
36445
|
+
self._FunctionsEn = None
|
36420
36446
|
self._RequestId = None
|
36421
36447
|
|
36448
|
+
@property
|
36449
|
+
def FunctionsEn(self):
|
36450
|
+
return self._FunctionsEn
|
36451
|
+
|
36452
|
+
@FunctionsEn.setter
|
36453
|
+
def FunctionsEn(self, FunctionsEn):
|
36454
|
+
self._FunctionsEn = FunctionsEn
|
36455
|
+
|
36422
36456
|
@property
|
36423
36457
|
def RequestId(self):
|
36424
36458
|
return self._RequestId
|
@@ -36429,6 +36463,7 @@ class DescribeLicenseResponse(AbstractModel):
|
|
36429
36463
|
|
36430
36464
|
|
36431
36465
|
def _deserialize(self, params):
|
36466
|
+
self._FunctionsEn = params.get("FunctionsEn")
|
36432
36467
|
self._RequestId = params.get("RequestId")
|
36433
36468
|
|
36434
36469
|
|
@@ -62031,7 +62066,6 @@ class FileTamperRule(AbstractModel):
|
|
62031
62066
|
<li>read 读取文件</li>
|
62032
62067
|
<li>write 修改文件</li>
|
62033
62068
|
<li>read-write 读取修改文件</li>
|
62034
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
62035
62069
|
:type FileAction: str
|
62036
62070
|
"""
|
62037
62071
|
self._ProcessPath = None
|
@@ -63054,9 +63088,9 @@ class HostInfo(AbstractModel):
|
|
63054
63088
|
|
63055
63089
|
def __init__(self):
|
63056
63090
|
r"""
|
63057
|
-
:param _Quuid: Quuid
|
63091
|
+
:param _Quuid: 主机Quuid
|
63058
63092
|
:type Quuid: str
|
63059
|
-
:param _Uuid: Uuid
|
63093
|
+
:param _Uuid: Uuid主机
|
63060
63094
|
:type Uuid: str
|
63061
63095
|
"""
|
63062
63096
|
self._Quuid = None
|
@@ -63632,40 +63666,28 @@ class HostTagInfo(AbstractModel):
|
|
63632
63666
|
def __init__(self):
|
63633
63667
|
r"""
|
63634
63668
|
:param _Quuid: 主机Quuid
|
63635
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
63636
63669
|
:type Quuid: str
|
63637
63670
|
:param _TagList: 主机标签名数组
|
63638
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
63639
63671
|
:type TagList: list of str
|
63640
63672
|
:param _HostIp: 主机内网Ip
|
63641
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
63642
63673
|
:type HostIp: str
|
63643
63674
|
:param _AliasName: 主机名
|
63644
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
63645
63675
|
:type AliasName: str
|
63646
63676
|
:param _MachineWanIp: 主机公网ip
|
63647
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
63648
63677
|
:type MachineWanIp: str
|
63649
63678
|
:param _Uuid: 主机uuid
|
63650
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
63651
63679
|
:type Uuid: str
|
63652
63680
|
:param _KernelVersion: 内核版本号
|
63653
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
63654
63681
|
:type KernelVersion: str
|
63655
63682
|
:param _MachineStatus: 主机在线状态 ONLINE,OFFLINE
|
63656
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
63657
63683
|
:type MachineStatus: str
|
63658
63684
|
:param _ProtectType: 防护版本 BASIC_VERSION 基础版, PRO_VERSION 专业版 Flagship 旗舰版
|
63659
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
63660
63685
|
:type ProtectType: str
|
63661
63686
|
:param _VulNum: 漏洞数
|
63662
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
63663
63687
|
:type VulNum: int
|
63664
63688
|
:param _CloudTags: 云标签信息
|
63665
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
63666
63689
|
:type CloudTags: list of Tags
|
63667
63690
|
:param _InstanceID: 主机instance ID
|
63668
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
63669
63691
|
:type InstanceID: str
|
63670
63692
|
"""
|
63671
63693
|
self._Quuid = None
|
@@ -63958,25 +63980,18 @@ class IgnoreRuleEffectHostInfo(AbstractModel):
|
|
63958
63980
|
def __init__(self):
|
63959
63981
|
r"""
|
63960
63982
|
:param _HostName: 主机名称
|
63961
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
63962
63983
|
:type HostName: str
|
63963
63984
|
:param _Level: 危害等级:1-低位,2-中危,3-高危,4-严重
|
63964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
63965
63985
|
:type Level: int
|
63966
63986
|
:param _TagList: 主机标签数组
|
63967
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
63968
63987
|
:type TagList: list of str
|
63969
63988
|
:param _Status: 状态:0-未通过,1-忽略,3-已通过,5-检测中
|
63970
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
63971
63989
|
:type Status: int
|
63972
63990
|
:param _LastScanTime: 最后检测时间
|
63973
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
63974
63991
|
:type LastScanTime: str
|
63975
63992
|
:param _EventId: 事件id
|
63976
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
63977
63993
|
:type EventId: int
|
63978
63994
|
:param _Quuid: 主机quuid
|
63979
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
63980
63995
|
:type Quuid: str
|
63981
63996
|
"""
|
63982
63997
|
self._HostName = None
|
@@ -64152,10 +64167,8 @@ class Item(AbstractModel):
|
|
64152
64167
|
:param _ItemName: 名称
|
64153
64168
|
:type ItemName: str
|
64154
64169
|
:param _CustomItemValues: 自定义阈值
|
64155
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
64156
64170
|
:type CustomItemValues: list of int non-negative
|
64157
64171
|
:param _CategoryId: 检测项所属分类
|
64158
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
64159
64172
|
:type CategoryId: int
|
64160
64173
|
"""
|
64161
64174
|
self._ItemId = None
|
@@ -66284,24 +66297,18 @@ class Machine(AbstractModel):
|
|
66284
66297
|
:param _ProtectType: 防护版本:BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 普惠版
|
66285
66298
|
:type ProtectType: str
|
66286
66299
|
:param _CloudTags: 云标签信息
|
66287
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
66288
66300
|
:type CloudTags: list of Tags
|
66289
66301
|
:param _IsAddedOnTheFifteen: 是否15天内新增的主机 0:非15天内新增的主机,1:15天内增加的主机
|
66290
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
66291
66302
|
:type IsAddedOnTheFifteen: int
|
66292
66303
|
:param _IpList: 主机ip列表
|
66293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
66294
66304
|
:type IpList: str
|
66295
66305
|
:param _VpcId: 所属网络
|
66296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
66297
66306
|
:type VpcId: str
|
66298
66307
|
:param _MachineExtraInfo: 附加信息
|
66299
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
66300
66308
|
:type MachineExtraInfo: :class:`tencentcloud.cwp.v20180228.models.MachineExtraInfo`
|
66301
66309
|
:param _InstanceId: 实例ID
|
66302
66310
|
:type InstanceId: str
|
66303
66311
|
:param _Remark: 备注信息
|
66304
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
66305
66312
|
:type Remark: str
|
66306
66313
|
"""
|
66307
66314
|
self._MachineName = None
|
@@ -66754,22 +66761,16 @@ class MachineExtraInfo(AbstractModel):
|
|
66754
66761
|
def __init__(self):
|
66755
66762
|
r"""
|
66756
66763
|
:param _WanIP: 公网IP
|
66757
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
66758
66764
|
:type WanIP: str
|
66759
66765
|
:param _PrivateIP: 内网IP
|
66760
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
66761
66766
|
:type PrivateIP: str
|
66762
66767
|
:param _NetworkType: 网络类型,1:vpc网络 2:基础网络 3:非腾讯云网络
|
66763
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
66764
66768
|
:type NetworkType: int
|
66765
66769
|
:param _NetworkName: 网络名,vpc网络情况下会返回vpc_id
|
66766
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
66767
66770
|
:type NetworkName: str
|
66768
66771
|
:param _InstanceID: 实例ID
|
66769
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
66770
66772
|
:type InstanceID: str
|
66771
66773
|
:param _HostName: 主机名
|
66772
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
66773
66774
|
:type HostName: str
|
66774
66775
|
"""
|
66775
66776
|
self._WanIP = None
|
@@ -75326,16 +75327,12 @@ class Place(AbstractModel):
|
|
75326
75327
|
def __init__(self):
|
75327
75328
|
r"""
|
75328
75329
|
:param _CityId: 城市 ID。
|
75329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
75330
75330
|
:type CityId: int
|
75331
75331
|
:param _ProvinceId: 省份 ID。
|
75332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
75333
75332
|
:type ProvinceId: int
|
75334
75333
|
:param _CountryId: 国家ID,暂只支持国内:1。
|
75335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
75336
75334
|
:type CountryId: int
|
75337
75335
|
:param _Location: 位置名称
|
75338
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
75339
75336
|
:type Location: str
|
75340
75337
|
"""
|
75341
75338
|
self._CityId = None
|
@@ -76709,10 +76706,8 @@ class ProtectEventLists(AbstractModel):
|
|
76709
76706
|
:param _FileType: 文件类型 0-常规文件;1-目录;2-软链
|
76710
76707
|
:type FileType: int
|
76711
76708
|
:param _MachineExtraInfo: 主机额外信息
|
76712
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
76713
76709
|
:type MachineExtraInfo: :class:`tencentcloud.cwp.v20180228.models.MachineExtraInfo`
|
76714
76710
|
:param _Quuid: 机器实例uuid
|
76715
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
76716
76711
|
:type Quuid: str
|
76717
76712
|
"""
|
76718
76713
|
self._HostName = None
|
@@ -82953,7 +82948,6 @@ class ScreenMachine(AbstractModel):
|
|
82953
82948
|
:param _CoreVersion: 内核版本
|
82954
82949
|
:type CoreVersion: str
|
82955
82950
|
:param _MachineExtraInfo: 附加信息
|
82956
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
82957
82951
|
:type MachineExtraInfo: :class:`tencentcloud.cwp.v20180228.models.MachineExtraInfo`
|
82958
82952
|
"""
|
82959
82953
|
self._MachineName = None
|
@@ -86855,32 +86849,24 @@ class VertexInfo(AbstractModel):
|
|
86855
86849
|
:param _IsLeaf: 是否叶子
|
86856
86850
|
:type IsLeaf: bool
|
86857
86851
|
:param _ProcNamePrefix: 进程名,当Type=1时使用
|
86858
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
86859
86852
|
:type ProcNamePrefix: str
|
86860
86853
|
:param _ProcNameMd5: 进程名md5,当Type=1时使用
|
86861
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
86862
86854
|
:type ProcNameMd5: str
|
86863
86855
|
:param _CmdLinePrefix: 命令行,当Type=1时使用
|
86864
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
86865
86856
|
:type CmdLinePrefix: str
|
86866
86857
|
:param _CmdLineMd5: 命令行md5,当Type=1时使用
|
86867
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
86868
86858
|
:type CmdLineMd5: str
|
86869
86859
|
:param _FilePathPrefix: 文件路径,当Type=3时使用
|
86870
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
86871
86860
|
:type FilePathPrefix: str
|
86872
86861
|
:param _AddressPrefix: 请求目的地址,当Type=2时使用
|
86873
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
86874
86862
|
:type AddressPrefix: str
|
86875
86863
|
:param _IsWeDetect: 是否漏洞节点
|
86876
86864
|
:type IsWeDetect: bool
|
86877
86865
|
:param _IsAlarm: 是否告警节点
|
86878
86866
|
:type IsAlarm: bool
|
86879
86867
|
:param _FilePathMd5: 文件路径md5,当Type=3时使用
|
86880
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
86881
86868
|
:type FilePathMd5: str
|
86882
86869
|
:param _AddressMd5: 请求目的地址md5,当Type=2时使用
|
86883
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
86884
86870
|
:type AddressMd5: str
|
86885
86871
|
"""
|
86886
86872
|
self._Type = None
|
@@ -88620,7 +88606,6 @@ class VulFixStatusHostInfo(AbstractModel):
|
|
88620
88606
|
:param _ModifyTime: 修复时间
|
88621
88607
|
:type ModifyTime: str
|
88622
88608
|
:param _FailReason: 修复失败原因
|
88623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
88624
88609
|
:type FailReason: str
|
88625
88610
|
"""
|
88626
88611
|
self._HostName = None
|
@@ -89078,25 +89063,18 @@ class VulInfoHostInfo(AbstractModel):
|
|
89078
89063
|
def __init__(self):
|
89079
89064
|
r"""
|
89080
89065
|
:param _HostName: 主机名
|
89081
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
89082
89066
|
:type HostName: str
|
89083
89067
|
:param _HostIp: 主机ip
|
89084
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
89085
89068
|
:type HostIp: str
|
89086
89069
|
:param _Tags: 主机标签
|
89087
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
89088
89070
|
:type Tags: list of str
|
89089
89071
|
:param _Quuid: 主机quuid
|
89090
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
89091
89072
|
:type Quuid: str
|
89092
89073
|
:param _IsSupportAutoFix: 0 :漏洞不可自动修复, 1:可自动修复, 2:客户端已离线, 3:主机不是旗舰版只能手动修复, 4:机型不允许 ,5:修复中 ,6:已修复, 7:检测中, 9:修复失败, 10:已忽略 ,11:漏洞只支持linux不支持Windows, 12:漏洞只支持Windows不支持linux
|
89093
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
89094
89074
|
:type IsSupportAutoFix: int
|
89095
89075
|
:param _Uuid: 主机uuid
|
89096
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
89097
89076
|
:type Uuid: str
|
89098
89077
|
:param _InstanceId: 主机InstanceId
|
89099
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
89100
89078
|
:type InstanceId: str
|
89101
89079
|
"""
|
89102
89080
|
self._HostName = None
|
@@ -90129,10 +90107,8 @@ class WebHookCustomField(AbstractModel):
|
|
90129
90107
|
def __init__(self):
|
90130
90108
|
r"""
|
90131
90109
|
:param _Key: key
|
90132
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
90133
90110
|
:type Key: str
|
90134
90111
|
:param _Value: value
|
90135
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
90136
90112
|
:type Value: str
|
90137
90113
|
"""
|
90138
90114
|
self._Key = None
|
@@ -90437,13 +90413,10 @@ class WebHookReceiver(AbstractModel):
|
|
90437
90413
|
def __init__(self):
|
90438
90414
|
r"""
|
90439
90415
|
:param _Id: id
|
90440
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
90441
90416
|
:type Id: int
|
90442
90417
|
:param _Name: 接收人名称
|
90443
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
90444
90418
|
:type Name: str
|
90445
90419
|
:param _Addr: webhook地址
|
90446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
90447
90420
|
:type Addr: str
|
90448
90421
|
"""
|
90449
90422
|
self._Id = None
|
@@ -15756,13 +15756,13 @@ class DescribeTasksAnalysisRequest(AbstractModel):
|
|
15756
15756
|
:type Offset: int
|
15757
15757
|
:param _Filters: 过滤条件,如下支持的过滤类型,传参Name应为以下其中一个: task-id - String - (任务ID准确过滤)task-id 取值形如:e386471f-139a-4e59-877f-50ece8135b99。task-state - String - (任务状态过滤)取值范围 0(初始化), 1(运行中), 2(成功), -1(失败),rule-id - String - (洞察类型)取值范围 SPARK-StageScheduleDelay(资源抢占), SPARK-ShuffleFailure(Shuffle异常), SPARK-SlowTask(慢task), SPARK-DataSkew(数据倾斜), SPARK-InsufficientResource(磁盘或内存不足)
|
15758
15758
|
:type Filters: list of Filter
|
15759
|
-
:param _SortBy: 排序字段,支持如下字段类型,instance-start-time (任务开始时间),
|
15759
|
+
:param _SortBy: 排序字段,支持如下字段类型,instance-start-time (任务开始时间),job-time-sum (单位毫秒,引擎内执行耗时),task-time-sum (CU资源消耗,单位秒),input-bytes-sum(数据扫描总大小,单位bytes),shuffle-read-bytes-sum(数据shuffle总大小,单位bytes)
|
15760
15760
|
:type SortBy: str
|
15761
15761
|
:param _Sorting: 排序方式,desc表示正序,asc表示反序, 默认为asc。
|
15762
15762
|
:type Sorting: str
|
15763
|
-
:param _StartTime:
|
15763
|
+
:param _StartTime: 任务开始时间点,格式为yyyy-mm-dd HH:MM:SS时间跨度在(0,30天],支持最近30天数据查询。默认为当前时刻
|
15764
15764
|
:type StartTime: str
|
15765
|
-
:param _EndTime: 结束时间点,格式为yyyy-mm-dd HH:MM:SS时间跨度在(0,30天],支持最近
|
15765
|
+
:param _EndTime: 结束时间点,格式为yyyy-mm-dd HH:MM:SS时间跨度在(0,30天],支持最近30天数据查询。默认为当前时刻
|
15766
15766
|
:type EndTime: str
|
15767
15767
|
"""
|
15768
15768
|
self._DataEngineName = None
|
@@ -98,6 +98,8 @@ class DnspodClient(AbstractClient):
|
|
98
98
|
def CreateDomain(self, request):
|
99
99
|
"""添加域名
|
100
100
|
|
101
|
+
备注:该接口不支持添加子域名。
|
102
|
+
|
101
103
|
:param request: Request instance for CreateDomain.
|
102
104
|
:type request: :class:`tencentcloud.dnspod.v20210323.models.CreateDomainRequest`
|
103
105
|
:rtype: :class:`tencentcloud.dnspod.v20210323.models.CreateDomainResponse`
|
@@ -303,6 +305,30 @@ class DnspodClient(AbstractClient):
|
|
303
305
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
304
306
|
|
305
307
|
|
308
|
+
def CreateTXTRecord(self, request):
|
309
|
+
"""添加TXT记录
|
310
|
+
备注:新添加的解析记录存在短暂的索引延迟,如果查询不到新增记录,请在 30 秒后重试
|
311
|
+
|
312
|
+
:param request: Request instance for CreateTXTRecord.
|
313
|
+
:type request: :class:`tencentcloud.dnspod.v20210323.models.CreateTXTRecordRequest`
|
314
|
+
:rtype: :class:`tencentcloud.dnspod.v20210323.models.CreateTXTRecordResponse`
|
315
|
+
|
316
|
+
"""
|
317
|
+
try:
|
318
|
+
params = request._serialize()
|
319
|
+
headers = request.headers
|
320
|
+
body = self.call("CreateTXTRecord", params, headers=headers)
|
321
|
+
response = json.loads(body)
|
322
|
+
model = models.CreateTXTRecordResponse()
|
323
|
+
model._deserialize(response["Response"])
|
324
|
+
return model
|
325
|
+
except Exception as e:
|
326
|
+
if isinstance(e, TencentCloudSDKException):
|
327
|
+
raise
|
328
|
+
else:
|
329
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
330
|
+
|
331
|
+
|
306
332
|
def DeleteDomain(self, request):
|
307
333
|
"""删除域名
|
308
334
|
|
@@ -1668,6 +1694,29 @@ class DnspodClient(AbstractClient):
|
|
1668
1694
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1669
1695
|
|
1670
1696
|
|
1697
|
+
def ModifyTXTRecord(self, request):
|
1698
|
+
"""修改TXT记录
|
1699
|
+
|
1700
|
+
:param request: Request instance for ModifyTXTRecord.
|
1701
|
+
:type request: :class:`tencentcloud.dnspod.v20210323.models.ModifyTXTRecordRequest`
|
1702
|
+
:rtype: :class:`tencentcloud.dnspod.v20210323.models.ModifyTXTRecordResponse`
|
1703
|
+
|
1704
|
+
"""
|
1705
|
+
try:
|
1706
|
+
params = request._serialize()
|
1707
|
+
headers = request.headers
|
1708
|
+
body = self.call("ModifyTXTRecord", params, headers=headers)
|
1709
|
+
response = json.loads(body)
|
1710
|
+
model = models.ModifyTXTRecordResponse()
|
1711
|
+
model._deserialize(response["Response"])
|
1712
|
+
return model
|
1713
|
+
except Exception as e:
|
1714
|
+
if isinstance(e, TencentCloudSDKException):
|
1715
|
+
raise
|
1716
|
+
else:
|
1717
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1718
|
+
|
1719
|
+
|
1671
1720
|
def ModifyVasAutoRenewStatus(self, request):
|
1672
1721
|
"""增值服务自动续费设置
|
1673
1722
|
|