tencentcloud-sdk-python 3.0.1257__py2.py3-none-any.whl → 3.0.1259__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.
Files changed (108) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/models.py +26 -0
  3. tencentcloud/asr/v20190614/models.py +3 -2
  4. tencentcloud/autoscaling/v20180419/autoscaling_client.py +7 -1
  5. tencentcloud/autoscaling/v20180419/errorcodes.py +3 -0
  6. tencentcloud/autoscaling/v20180419/models.py +18 -2
  7. tencentcloud/bi/v20220105/models.py +44 -4
  8. tencentcloud/billing/v20180709/billing_client.py +23 -0
  9. tencentcloud/billing/v20180709/errorcodes.py +6 -0
  10. tencentcloud/billing/v20180709/models.py +424 -0
  11. tencentcloud/bsca/v20210811/models.py +306 -1
  12. tencentcloud/ccc/v20200210/ccc_client.py +23 -0
  13. tencentcloud/ccc/v20200210/errorcodes.py +6 -0
  14. tencentcloud/ccc/v20200210/models.py +237 -136
  15. tencentcloud/cdb/v20170320/cdb_client.py +1 -1
  16. tencentcloud/cdb/v20170320/models.py +13 -1
  17. tencentcloud/cdn/v20180606/models.py +1 -1
  18. tencentcloud/cdwdoris/v20211228/models.py +16 -2
  19. tencentcloud/cfw/v20190904/cfw_client.py +7 -33
  20. tencentcloud/cfw/v20190904/models.py +711 -1329
  21. tencentcloud/ciam/v20220331/models.py +13 -0
  22. tencentcloud/ckafka/v20190819/models.py +4 -4
  23. tencentcloud/clb/v20180317/models.py +2 -4
  24. tencentcloud/cloudaudit/v20190319/cloudaudit_client.py +30 -34
  25. tencentcloud/cloudaudit/v20190319/errorcodes.py +0 -39
  26. tencentcloud/cloudaudit/v20190319/models.py +328 -254
  27. tencentcloud/cls/v20201016/cls_client.py +8 -1
  28. tencentcloud/cls/v20201016/models.py +551 -109
  29. tencentcloud/csip/v20221121/models.py +226 -136
  30. tencentcloud/cvm/v20170312/errorcodes.py +6 -0
  31. tencentcloud/cvm/v20170312/models.py +78 -0
  32. tencentcloud/cwp/v20180228/cwp_client.py +6 -2
  33. tencentcloud/cwp/v20180228/models.py +240 -114
  34. tencentcloud/cynosdb/v20190107/cynosdb_client.py +27 -27
  35. tencentcloud/cynosdb/v20190107/models.py +78 -0
  36. tencentcloud/dasb/v20191018/models.py +155 -0
  37. tencentcloud/domain/v20180808/errorcodes.py +45 -0
  38. tencentcloud/eb/v20210416/models.py +19 -19
  39. tencentcloud/es/v20180416/errorcodes.py +4 -1
  40. tencentcloud/es/v20180416/es_client.py +92 -0
  41. tencentcloud/es/v20180416/models.py +770 -12
  42. tencentcloud/ess/v20201111/ess_client.py +87 -8
  43. tencentcloud/ess/v20201111/models.py +239 -11
  44. tencentcloud/essbasic/v20210526/essbasic_client.py +135 -51
  45. tencentcloud/essbasic/v20210526/models.py +365 -19
  46. tencentcloud/gaap/v20180529/models.py +40 -3
  47. tencentcloud/hunyuan/v20230901/models.py +12 -0
  48. tencentcloud/ioa/v20220601/errorcodes.py +15 -0
  49. tencentcloud/ioa/v20220601/ioa_client.py +26 -2
  50. tencentcloud/ioa/v20220601/models.py +516 -46
  51. tencentcloud/iotexplorer/v20190423/models.py +52 -0
  52. tencentcloud/iotvideo/v20191126/iotvideo_client.py +46 -0
  53. tencentcloud/iotvideo/v20191126/models.py +379 -0
  54. tencentcloud/lighthouse/v20200324/errorcodes.py +1 -1
  55. tencentcloud/live/v20180801/models.py +51 -0
  56. tencentcloud/mongodb/v20190725/models.py +3 -7
  57. tencentcloud/mqtt/v20240516/models.py +2 -2
  58. tencentcloud/mrs/v20200910/models.py +22 -0
  59. tencentcloud/ms/v20180408/models.py +101 -62
  60. tencentcloud/ocr/v20181119/models.py +7 -16
  61. tencentcloud/ocr/v20181119/ocr_client.py +1 -0
  62. tencentcloud/organization/v20210331/errorcodes.py +30 -0
  63. tencentcloud/organization/v20210331/models.py +674 -0
  64. tencentcloud/organization/v20210331/organization_client.py +138 -0
  65. tencentcloud/privatedns/v20201028/errorcodes.py +12 -0
  66. tencentcloud/privatedns/v20201028/models.py +858 -4
  67. tencentcloud/privatedns/v20201028/privatedns_client.py +92 -0
  68. tencentcloud/redis/v20180412/models.py +14 -14
  69. tencentcloud/redis/v20180412/redis_client.py +2 -0
  70. tencentcloud/region/v20220627/models.py +0 -1
  71. tencentcloud/scf/v20180416/models.py +889 -8
  72. tencentcloud/scf/v20180416/scf_client.py +115 -0
  73. tencentcloud/smop/v20201203/models.py +17 -17
  74. tencentcloud/ssl/v20191205/models.py +1 -1
  75. tencentcloud/ssm/v20190923/models.py +84 -0
  76. tencentcloud/tat/v20201028/models.py +1 -29
  77. tencentcloud/tcss/v20201101/models.py +472 -46
  78. tencentcloud/tcss/v20201101/tcss_client.py +1 -1
  79. tencentcloud/tdmq/v20200217/models.py +7 -7
  80. tencentcloud/tem/v20210701/models.py +202 -198
  81. tencentcloud/teo/v20220901/errorcodes.py +30 -0
  82. tencentcloud/teo/v20220901/models.py +1466 -93
  83. tencentcloud/teo/v20220901/teo_client.py +115 -0
  84. tencentcloud/tke/v20180525/models.py +70 -0
  85. tencentcloud/tke/v20180525/tke_client.py +23 -0
  86. tencentcloud/tms/v20201229/models.py +0 -558
  87. tencentcloud/tms/v20201229/tms_client.py +0 -23
  88. tencentcloud/trp/v20210515/models.py +6 -6
  89. tencentcloud/trtc/v20190722/models.py +353 -4
  90. tencentcloud/tse/v20201207/models.py +94 -0
  91. tencentcloud/tse/v20201207/tse_client.py +23 -0
  92. tencentcloud/vclm/v20240523/models.py +166 -0
  93. tencentcloud/vpc/v20170312/models.py +134 -2
  94. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  95. tencentcloud/waf/v20180125/models.py +239 -531
  96. tencentcloud/waf/v20180125/waf_client.py +23 -25
  97. tencentcloud/wedata/v20210820/models.py +991 -0
  98. tencentcloud/wedata/v20210820/wedata_client.py +46 -0
  99. {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/METADATA +1 -1
  100. {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/RECORD +103 -108
  101. tencentcloud/cr/__init__.py +0 -0
  102. tencentcloud/cr/v20180321/__init__.py +0 -0
  103. tencentcloud/cr/v20180321/cr_client.py +0 -672
  104. tencentcloud/cr/v20180321/errorcodes.py +0 -114
  105. tencentcloud/cr/v20180321/models.py +0 -4966
  106. {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/LICENSE +0 -0
  107. {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/WHEEL +0 -0
  108. {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/top_level.txt +0 -0
@@ -3170,7 +3170,7 @@ class AssetMachineDetail(AbstractModel):
3170
3170
  :type EndTime: str
3171
3171
  :param _CoreVersion: 内核版本
3172
3172
  :type CoreVersion: str
3173
- :param _OsType: linux/windows
3173
+ :param _OsType: Linux/Windows
3174
3174
  :type OsType: str
3175
3175
  :param _AgentVersion: agent版本
3176
3176
  :type AgentVersion: str
@@ -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
@@ -12504,6 +12499,8 @@ class BruteAttackInfo(AbstractModel):
12504
12499
  83-不阻断(已加白名单)
12505
12500
  86-不阻断(系统白名单)
12506
12501
  87-不阻断(客户端离线)
12502
+ 88-不阻断(来源Ip归属相同客户)
12503
+ 89-不阻断(ipv6不支持阻断)
12507
12504
  注意:此字段可能返回 null,表示取不到有效值。
12508
12505
  :type BanStatus: int
12509
12506
  :param _EventType: 事件类型:200-暴力破解事件,300-暴力破解成功事件(页面展示),400-暴力破解不存在的帐号事件
@@ -13154,9 +13151,13 @@ class CKafkaRouteInfo(AbstractModel):
13154
13151
  :type DomainPort: int
13155
13152
  :param _Vip: 虚拟ip
13156
13153
  :type Vip: str
13157
- :param _VipType: 虚拟ip类型
13154
+ :param _VipType: 虚拟ip类型1:外网TGW 2:基础网络 3:VPC网络 4:支撑网络(标准版) 5:SSL外网访问方式访问 6:黑石环境vpc 7:支撑网络(专业版)
13158
13155
  :type VipType: int
13159
13156
  :param _AccessType: 接入类型
13157
+ 0:PLAINTEXT (明文方式,没有带用户信息老版本及社区版本都支持)
13158
+ 1:SASL_PLAINTEXT(明文方式,不过在数据开始时,会通过SASL方式登录鉴权,仅社区版本支持)
13159
+ 2:SSL(SSL加密通信,没有带用户信息,老版本及社区版本都支持)
13160
+ 3:SASL_SSL(SSL加密通信,在数据开始时,会通过SASL方式登录鉴权,仅社区版本支持)
13160
13161
  :type AccessType: int
13161
13162
  """
13162
13163
  self._RouteID = None
@@ -18082,8 +18083,11 @@ class DeleteMalwaresRequest(AbstractModel):
18082
18083
  r"""
18083
18084
  :param _Ids: 木马记录ID数组 (最大100条)
18084
18085
  :type Ids: list of int non-negative
18086
+ :param _All: 是否删除全部
18087
+ :type All: bool
18085
18088
  """
18086
18089
  self._Ids = None
18090
+ self._All = None
18087
18091
 
18088
18092
  @property
18089
18093
  def Ids(self):
@@ -18093,9 +18097,18 @@ class DeleteMalwaresRequest(AbstractModel):
18093
18097
  def Ids(self, Ids):
18094
18098
  self._Ids = Ids
18095
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
+
18096
18108
 
18097
18109
  def _deserialize(self, params):
18098
18110
  self._Ids = params.get("Ids")
18111
+ self._All = params.get("All")
18099
18112
  memeber_set = set(params.keys())
18100
18113
  for name, value in vars(self).items():
18101
18114
  property_name = name[1:]
@@ -18292,8 +18305,11 @@ class DeletePrivilegeEventsRequest(AbstractModel):
18292
18305
  r"""
18293
18306
  :param _Ids: ID数组. (最大100条)
18294
18307
  :type Ids: list of int non-negative
18308
+ :param _All: 是否删除全部
18309
+ :type All: bool
18295
18310
  """
18296
18311
  self._Ids = None
18312
+ self._All = None
18297
18313
 
18298
18314
  @property
18299
18315
  def Ids(self):
@@ -18303,9 +18319,18 @@ class DeletePrivilegeEventsRequest(AbstractModel):
18303
18319
  def Ids(self, Ids):
18304
18320
  self._Ids = Ids
18305
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
+
18306
18330
 
18307
18331
  def _deserialize(self, params):
18308
18332
  self._Ids = params.get("Ids")
18333
+ self._All = params.get("All")
18309
18334
  memeber_set = set(params.keys())
18310
18335
  for name, value in vars(self).items():
18311
18336
  property_name = name[1:]
@@ -31358,7 +31383,13 @@ class DescribeBashRulesRequest(AbstractModel):
31358
31383
  :param _Offset: 偏移量,默认为0。
31359
31384
  :type Offset: int
31360
31385
  :param _Filters: 过滤条件。
31361
- <li>Keywords - String - 是否必填:否 - 关键字(规则名称)</li>
31386
+ <li>Name - String - 是否必填:否 - 规则名称</li>
31387
+ <li>Rule - String - 是否必填:否 - 规则内容</li>
31388
+ <li>Level - Int - 是否必填:否 - 威胁等级</li>
31389
+ <li>White - Int - 是否必填:否 - 白名单类型</li>
31390
+ <li>RuleCategory - Int - 是否必填:否 - 策略类型</li>
31391
+ <li>BashAction - Int - 是否必填:否 - 操作动作</li>
31392
+ <li>Status - Int - 是否必填:否 - 生效状态</li>
31362
31393
  :type Filters: list of Filter
31363
31394
  """
31364
31395
  self._Type = None
@@ -31495,7 +31526,9 @@ class DescribeBruteAttackListRequest(AbstractModel):
31495
31526
  <li>CreateEndTime - String - 是否必填:否 - 首次攻击时间筛选,结束时间</li>
31496
31527
  <li>ModifyBeginTime - String - 是否必填:否 - 最近攻击时间筛选,开始时间</li>
31497
31528
  <li>ModifyEndTime - String - 是否必填:否 - 最近攻击时间筛选,结束时间</li>
31498
- <li>Banned - String - 是否必填:否 - 阻断状态筛选,多个用","分割:0-未阻断(全局ZK开关关闭),82-未阻断(非专业版),83-未阻断(已加白名单),1-已阻断,2-未阻断-程序异常,3-未阻断-内网攻击暂不支持阻断,4-未阻断-安平暂不支持阻断</li>
31529
+ <li>Banned - String - 是否必填:否 - 阻断状态筛选,多个用","分割:0-未阻断(全局ZK开关关闭),82-未阻断(非专业版),83-未阻断(已加白名单),1-阻断成功(已完成),2-未阻断-程序异常,3-未阻断-内网攻击暂不支持阻断,4-未阻断-安平暂不支持阻断,10-阻断成功(生效中)</li>
31530
+ <li>DataFrom - Int - 命中规则:0-登录规则,1-情报规则</li>
31531
+ <li>EventType - String - 是否必填:否 - 破解状态筛选:200-破解失败(密码错误),300-破解成功,400-破解失败(账号不存在)</li>
31499
31532
  :type Filters: list of Filter
31500
31533
  :param _Order: 排序方式:根据请求次数排序:asc-升序/desc-降序
31501
31534
  :type Order: str
@@ -36404,11 +36437,22 @@ class DescribeLicenseResponse(AbstractModel):
36404
36437
 
36405
36438
  def __init__(self):
36406
36439
  r"""
36440
+ :param _FunctionsEn: 支持功能
36441
+ :type FunctionsEn: list of str
36407
36442
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
36408
36443
  :type RequestId: str
36409
36444
  """
36445
+ self._FunctionsEn = None
36410
36446
  self._RequestId = None
36411
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
+
36412
36456
  @property
36413
36457
  def RequestId(self):
36414
36458
  return self._RequestId
@@ -36419,6 +36463,7 @@ class DescribeLicenseResponse(AbstractModel):
36419
36463
 
36420
36464
 
36421
36465
  def _deserialize(self, params):
36466
+ self._FunctionsEn = params.get("FunctionsEn")
36422
36467
  self._RequestId = params.get("RequestId")
36423
36468
 
36424
36469
 
@@ -36939,7 +36984,7 @@ class DescribeLogKafkaDeliverInfoResponse(AbstractModel):
36939
36984
  :type DiskSize: int
36940
36985
  :param _Username: 用户名
36941
36986
  :type Username: str
36942
- :param _DeliverTypeDetails: xx
36987
+ :param _DeliverTypeDetails: 投递类型细节
36943
36988
  :type DeliverTypeDetails: list of DeliverTypeDetails
36944
36989
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
36945
36990
  :type RequestId: str
@@ -37332,11 +37377,7 @@ class DescribeLoginWhiteCombinedListRequest(AbstractModel):
37332
37377
  :type Limit: int
37333
37378
  :param _Offset: 偏移量,默认为0。
37334
37379
  :type Offset: int
37335
- :param _Filters: 过滤条件。
37336
- <li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>
37337
- <li>UserName - String - 是否必填:否 - 用户名筛选</li>
37338
- <li>ModifyBeginTime - String - 是否必填:否 - 按照修改时间段筛选,开始时间</li>
37339
- <li>ModifyEndTime - String - 是否必填:否 - 按照修改时间段筛选,结束时间</li>
37380
+ :param _Filters: 过滤条件。<li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li><li>UserName - String - 是否必填:否 - 用户名筛选</li><li>SrcIP - String - 是否必填:否 - 来源IP筛选</li><li>Location - String - 是否必填:否 - 登录地筛选</li><li>ModifyBeginTime - String - 是否必填:否 - 按照修改时间段筛选,开始时间</li><li>ModifyEndTime - String - 是否必填:否 - 按照修改时间段筛选,结束时间</li>
37340
37381
  :type Filters: list of Filter
37341
37382
  """
37342
37383
  self._Limit = None
@@ -46946,7 +46987,7 @@ class DescribeSecurityBroadcastsRequest(AbstractModel):
46946
46987
  :type BeginDate: str
46947
46988
  :param _EndDate: 筛选发布日期:结束时间
46948
46989
  :type EndDate: str
46949
- :param _BroadcastType: 过滤安全播报类型:0-紧急通知,1-功能更新,2-行业荣誉,3-版本发布,4-最佳实践
46990
+ :param _BroadcastType: 过滤安全播报类型:0-紧急通知,1-功能更新,2-行业荣誉,3-版本发布,4-实践教程
46950
46991
  :type BroadcastType: str
46951
46992
  """
46952
46993
  self._Offset = None
@@ -50632,7 +50673,7 @@ class DescribeVulFixStatusResponse(AbstractModel):
50632
50673
  :type FixSuccessCnt: int
50633
50674
  :param _FixFailCnt: 修复失败的主机数
50634
50675
  :type FixFailCnt: int
50635
- :param _HostCnt: 主机总是
50676
+ :param _HostCnt: 主机总数
50636
50677
  :type HostCnt: int
50637
50678
  :param _FixId: 修复的任务id
50638
50679
  :type FixId: int
@@ -50644,7 +50685,7 @@ class DescribeVulFixStatusResponse(AbstractModel):
50644
50685
  :type VulFixList: list of VulFixStatusInfo
50645
50686
  :param _SnapshotProgress: 快照创建进度0-100
50646
50687
  :type SnapshotProgress: int
50647
- :param _FixProgress: 修复精度 0-100
50688
+ :param _FixProgress: 修复进度 0-100
50648
50689
  :type FixProgress: int
50649
50690
  :param _RemainingTime: 预计剩余时间(单位秒)
50650
50691
  :type RemainingTime: int
@@ -53501,6 +53542,16 @@ class EditBashRulesRequest(AbstractModel):
53501
53542
  :type EventId: int
53502
53543
  :param _DealOldEvents: 是否处理旧事件为白名单 0=不处理 1=处理
53503
53544
  :type DealOldEvents: int
53545
+ :param _Descript: 策略描述
53546
+ :type Descript: str
53547
+ :param _Status: 生效与否 0:不生效 1:生效
53548
+ :type Status: int
53549
+ :param _BashAction: 0:告警 1:白名单 2:拦截
53550
+ :type BashAction: int
53551
+ :param _Scope: 生效范围(0:一组quuid 1:所有专业版 2:所有专业版+旗舰版 3:所有主机)
53552
+ :type Scope: int
53553
+ :param _Quuids: 生效主机的QUUID集合
53554
+ :type Quuids: list of str
53504
53555
  """
53505
53556
  self._Id = None
53506
53557
  self._Uuids = None
@@ -53512,6 +53563,11 @@ class EditBashRulesRequest(AbstractModel):
53512
53563
  self._White = None
53513
53564
  self._EventId = None
53514
53565
  self._DealOldEvents = None
53566
+ self._Descript = None
53567
+ self._Status = None
53568
+ self._BashAction = None
53569
+ self._Scope = None
53570
+ self._Quuids = None
53515
53571
 
53516
53572
  @property
53517
53573
  def Id(self):
@@ -53593,6 +53649,46 @@ class EditBashRulesRequest(AbstractModel):
53593
53649
  def DealOldEvents(self, DealOldEvents):
53594
53650
  self._DealOldEvents = DealOldEvents
53595
53651
 
53652
+ @property
53653
+ def Descript(self):
53654
+ return self._Descript
53655
+
53656
+ @Descript.setter
53657
+ def Descript(self, Descript):
53658
+ self._Descript = Descript
53659
+
53660
+ @property
53661
+ def Status(self):
53662
+ return self._Status
53663
+
53664
+ @Status.setter
53665
+ def Status(self, Status):
53666
+ self._Status = Status
53667
+
53668
+ @property
53669
+ def BashAction(self):
53670
+ return self._BashAction
53671
+
53672
+ @BashAction.setter
53673
+ def BashAction(self, BashAction):
53674
+ self._BashAction = BashAction
53675
+
53676
+ @property
53677
+ def Scope(self):
53678
+ return self._Scope
53679
+
53680
+ @Scope.setter
53681
+ def Scope(self, Scope):
53682
+ self._Scope = Scope
53683
+
53684
+ @property
53685
+ def Quuids(self):
53686
+ return self._Quuids
53687
+
53688
+ @Quuids.setter
53689
+ def Quuids(self, Quuids):
53690
+ self._Quuids = Quuids
53691
+
53596
53692
 
53597
53693
  def _deserialize(self, params):
53598
53694
  self._Id = params.get("Id")
@@ -53605,6 +53701,11 @@ class EditBashRulesRequest(AbstractModel):
53605
53701
  self._White = params.get("White")
53606
53702
  self._EventId = params.get("EventId")
53607
53703
  self._DealOldEvents = params.get("DealOldEvents")
53704
+ self._Descript = params.get("Descript")
53705
+ self._Status = params.get("Status")
53706
+ self._BashAction = params.get("BashAction")
53707
+ self._Scope = params.get("Scope")
53708
+ self._Quuids = params.get("Quuids")
53608
53709
  memeber_set = set(params.keys())
53609
53710
  for name, value in vars(self).items():
53610
53711
  property_name = name[1:]
@@ -56211,22 +56312,7 @@ class ExportAssetUserListRequest(AbstractModel):
56211
56312
  r"""
56212
56313
  :param _Quuid: 查询指定Quuid主机的信息
56213
56314
  :type Quuid: str
56214
- :param _Filters: 过滤条件。
56215
- <li>Name - String - 是否必填:否 - 账户名</li>
56216
- <li>Uid - uint64 - 是否必填:否 - Uid</li>
56217
- <li>Guid - uint64 - 是否必填:否 - Guid</li>
56218
- <li>LoginTimeStart - String - 是否必填:否 - 开始时间,如:2021-01-11</li>
56219
- <li>LoginTimeEnd - String - 是否必填:否 - 结束时间,如:2021-01-11</li>
56220
- <li>LoginType - uint64 - 是否必填:否 - 0-不可登录;1-只允许key登录;2只允许密码登录;3-允许key和密码 仅linux</li>
56221
- <li>OsType - String - 是否必填:否 - windows或linux</li>
56222
- <li>Status - uint64 - 是否必填:否 - 账号状态:0-禁用;1-启用</li>
56223
- <li>Type - uint64 - 是否必填:否 - 账号类型:0访客用户,1标准用户,2管理员用户 仅windows</li>
56224
- <li>IsDomain - uint64 - 是否必填:否 - 是否域账号:0 不是,1是 仅windows
56225
- <li>IsRoot - uint64 - 是否必填:否 - 是否Root权限:0 不是,1是 仅linux
56226
- <li>IsSudo - uint64 - 是否必填:否 - 是否Sudo权限:0 不是,1是 仅linux</li>
56227
- <li>IsSshLogin - uint64 - 是否必填:否 - 是否ssh登录:0 不是,1是 仅linux</li>
56228
- <li>ShellLoginStatus - uint64 - 是否必填:否 - 是否shell登录性,0不是;1是 仅linux</li>
56229
- <li>PasswordStatus - uint64 - 是否必填:否 - 密码状态:1正常 2即将过期 3已过期 4已锁定 仅linux</li>
56315
+ :param _Filters: 过滤条件。<li>Name - String - 是否必填:否 - 账户名</li> <li>Uid - uint64 - 是否必填:否 - Uid</li><li>Guid - uint64 - 是否必填:否 - Guid</li> <li>LoginTimeStart - String - 是否必填:否 - 开始时间,如:2021-01-11</li><li>LoginTimeEnd - String - 是否必填:否 - 结束时间,如:2021-01-11</li> <li>LoginType - uint64 - 是否必填:否 - 0-不可登录;1-只允许key登录;2只允许密码登录;3-允许key和密码 仅linux</li> <li>OsType - String - 是否必填:否 - windows或linux</li><li>Status - uint64 - 是否必填:否 - 账号状态:0-禁用;1-启用</li> <li>Type - uint64 - 是否必填:否 - 账号类型:0访客用户,1标准用户,2管理员用户 仅windows</li> <li>IsDomain - uint64 - 是否必填:否 - 是否域账号:0 不是,1是 仅windows</li> <li>IsRoot - uint64 - 是否必填:否 - 是否Root权限:0 不是,1是 仅linux</li> <li>IsSudo - uint64 - 是否必填:否 - 是否Sudo权限:0 不是,1是 仅linux</li> <li>IsSshLogin - uint64 - 是否必填:否 - 是否ssh登录:0 不是,1是 仅linux</li> <li>ShellLoginStatus - uint64 - 是否必填:否 - 是否shell登录性,0不是;1是 仅linux</li> <li>PasswordStatus - uint64 - 是否必填:否 - 密码状态:1正常 2即将过期 3已过期 4已锁定 仅linux</li>
56230
56316
  :type Filters: list of Filter
56231
56317
  :param _Order: 排序方式,asc升序 或 desc降序
56232
56318
  :type Order: str
@@ -61980,7 +62066,6 @@ class FileTamperRule(AbstractModel):
61980
62066
  <li>read 读取文件</li>
61981
62067
  <li>write 修改文件</li>
61982
62068
  <li>read-write 读取修改文件</li>
61983
- 注意:此字段可能返回 null,表示取不到有效值。
61984
62069
  :type FileAction: str
61985
62070
  """
61986
62071
  self._ProcessPath = None
@@ -63003,9 +63088,9 @@ class HostInfo(AbstractModel):
63003
63088
 
63004
63089
  def __init__(self):
63005
63090
  r"""
63006
- :param _Quuid: Quuid
63091
+ :param _Quuid: 主机Quuid
63007
63092
  :type Quuid: str
63008
- :param _Uuid: Uuid
63093
+ :param _Uuid: Uuid主机
63009
63094
  :type Uuid: str
63010
63095
  """
63011
63096
  self._Quuid = None
@@ -63581,40 +63666,28 @@ class HostTagInfo(AbstractModel):
63581
63666
  def __init__(self):
63582
63667
  r"""
63583
63668
  :param _Quuid: 主机Quuid
63584
- 注意:此字段可能返回 null,表示取不到有效值。
63585
63669
  :type Quuid: str
63586
63670
  :param _TagList: 主机标签名数组
63587
- 注意:此字段可能返回 null,表示取不到有效值。
63588
63671
  :type TagList: list of str
63589
63672
  :param _HostIp: 主机内网Ip
63590
- 注意:此字段可能返回 null,表示取不到有效值。
63591
63673
  :type HostIp: str
63592
63674
  :param _AliasName: 主机名
63593
- 注意:此字段可能返回 null,表示取不到有效值。
63594
63675
  :type AliasName: str
63595
63676
  :param _MachineWanIp: 主机公网ip
63596
- 注意:此字段可能返回 null,表示取不到有效值。
63597
63677
  :type MachineWanIp: str
63598
63678
  :param _Uuid: 主机uuid
63599
- 注意:此字段可能返回 null,表示取不到有效值。
63600
63679
  :type Uuid: str
63601
63680
  :param _KernelVersion: 内核版本号
63602
- 注意:此字段可能返回 null,表示取不到有效值。
63603
63681
  :type KernelVersion: str
63604
63682
  :param _MachineStatus: 主机在线状态 ONLINE,OFFLINE
63605
- 注意:此字段可能返回 null,表示取不到有效值。
63606
63683
  :type MachineStatus: str
63607
63684
  :param _ProtectType: 防护版本 BASIC_VERSION 基础版, PRO_VERSION 专业版 Flagship 旗舰版
63608
- 注意:此字段可能返回 null,表示取不到有效值。
63609
63685
  :type ProtectType: str
63610
63686
  :param _VulNum: 漏洞数
63611
- 注意:此字段可能返回 null,表示取不到有效值。
63612
63687
  :type VulNum: int
63613
63688
  :param _CloudTags: 云标签信息
63614
- 注意:此字段可能返回 null,表示取不到有效值。
63615
63689
  :type CloudTags: list of Tags
63616
63690
  :param _InstanceID: 主机instance ID
63617
- 注意:此字段可能返回 null,表示取不到有效值。
63618
63691
  :type InstanceID: str
63619
63692
  """
63620
63693
  self._Quuid = None
@@ -63907,25 +63980,18 @@ class IgnoreRuleEffectHostInfo(AbstractModel):
63907
63980
  def __init__(self):
63908
63981
  r"""
63909
63982
  :param _HostName: 主机名称
63910
- 注意:此字段可能返回 null,表示取不到有效值。
63911
63983
  :type HostName: str
63912
63984
  :param _Level: 危害等级:1-低位,2-中危,3-高危,4-严重
63913
- 注意:此字段可能返回 null,表示取不到有效值。
63914
63985
  :type Level: int
63915
63986
  :param _TagList: 主机标签数组
63916
- 注意:此字段可能返回 null,表示取不到有效值。
63917
63987
  :type TagList: list of str
63918
63988
  :param _Status: 状态:0-未通过,1-忽略,3-已通过,5-检测中
63919
- 注意:此字段可能返回 null,表示取不到有效值。
63920
63989
  :type Status: int
63921
63990
  :param _LastScanTime: 最后检测时间
63922
- 注意:此字段可能返回 null,表示取不到有效值。
63923
63991
  :type LastScanTime: str
63924
63992
  :param _EventId: 事件id
63925
- 注意:此字段可能返回 null,表示取不到有效值。
63926
63993
  :type EventId: int
63927
63994
  :param _Quuid: 主机quuid
63928
- 注意:此字段可能返回 null,表示取不到有效值。
63929
63995
  :type Quuid: str
63930
63996
  """
63931
63997
  self._HostName = None
@@ -64101,10 +64167,8 @@ class Item(AbstractModel):
64101
64167
  :param _ItemName: 名称
64102
64168
  :type ItemName: str
64103
64169
  :param _CustomItemValues: 自定义阈值
64104
- 注意:此字段可能返回 null,表示取不到有效值。
64105
64170
  :type CustomItemValues: list of int non-negative
64106
64171
  :param _CategoryId: 检测项所属分类
64107
- 注意:此字段可能返回 null,表示取不到有效值。
64108
64172
  :type CategoryId: int
64109
64173
  """
64110
64174
  self._ItemId = None
@@ -64214,7 +64278,7 @@ class JavaMemShellDetail(AbstractModel):
64214
64278
  :param _MachineExtraInfo: 主机额外信息
64215
64279
  注意:此字段可能返回 null,表示取不到有效值。
64216
64280
  :type MachineExtraInfo: :class:`tencentcloud.cwp.v20180228.models.MachineExtraInfo`
64217
- :param _MachineState: 实例状态:RUNNING,STOPPED,SHUTDOWN...
64281
+ :param _MachineState: agent状态:OFFLINE,ONLINE
64218
64282
  :type MachineState: str
64219
64283
  """
64220
64284
  self._InstanceName = None
@@ -66233,24 +66297,18 @@ class Machine(AbstractModel):
66233
66297
  :param _ProtectType: 防护版本:BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 普惠版
66234
66298
  :type ProtectType: str
66235
66299
  :param _CloudTags: 云标签信息
66236
- 注意:此字段可能返回 null,表示取不到有效值。
66237
66300
  :type CloudTags: list of Tags
66238
66301
  :param _IsAddedOnTheFifteen: 是否15天内新增的主机 0:非15天内新增的主机,1:15天内增加的主机
66239
- 注意:此字段可能返回 null,表示取不到有效值。
66240
66302
  :type IsAddedOnTheFifteen: int
66241
66303
  :param _IpList: 主机ip列表
66242
- 注意:此字段可能返回 null,表示取不到有效值。
66243
66304
  :type IpList: str
66244
66305
  :param _VpcId: 所属网络
66245
- 注意:此字段可能返回 null,表示取不到有效值。
66246
66306
  :type VpcId: str
66247
66307
  :param _MachineExtraInfo: 附加信息
66248
- 注意:此字段可能返回 null,表示取不到有效值。
66249
66308
  :type MachineExtraInfo: :class:`tencentcloud.cwp.v20180228.models.MachineExtraInfo`
66250
66309
  :param _InstanceId: 实例ID
66251
66310
  :type InstanceId: str
66252
66311
  :param _Remark: 备注信息
66253
- 注意:此字段可能返回 null,表示取不到有效值。
66254
66312
  :type Remark: str
66255
66313
  """
66256
66314
  self._MachineName = None
@@ -66703,22 +66761,16 @@ class MachineExtraInfo(AbstractModel):
66703
66761
  def __init__(self):
66704
66762
  r"""
66705
66763
  :param _WanIP: 公网IP
66706
- 注意:此字段可能返回 null,表示取不到有效值。
66707
66764
  :type WanIP: str
66708
66765
  :param _PrivateIP: 内网IP
66709
- 注意:此字段可能返回 null,表示取不到有效值。
66710
66766
  :type PrivateIP: str
66711
66767
  :param _NetworkType: 网络类型,1:vpc网络 2:基础网络 3:非腾讯云网络
66712
- 注意:此字段可能返回 null,表示取不到有效值。
66713
66768
  :type NetworkType: int
66714
66769
  :param _NetworkName: 网络名,vpc网络情况下会返回vpc_id
66715
- 注意:此字段可能返回 null,表示取不到有效值。
66716
66770
  :type NetworkName: str
66717
66771
  :param _InstanceID: 实例ID
66718
- 注意:此字段可能返回 null,表示取不到有效值。
66719
66772
  :type InstanceID: str
66720
66773
  :param _HostName: 主机名
66721
- 注意:此字段可能返回 null,表示取不到有效值。
66722
66774
  :type HostName: str
66723
66775
  """
66724
66776
  self._WanIP = None
@@ -66878,20 +66930,35 @@ class MachineLicenseDetail(AbstractModel):
66878
66930
  r"""
66879
66931
  :param _Quuid: 主机quuid
66880
66932
  :type Quuid: str
66881
- :param _PayMode: xx
66933
+ :param _PayMode: 计费模式, 0 按量计费 , 1 预付费
66882
66934
  :type PayMode: int
66883
- :param _ResourceId: xxx
66935
+ :param _ResourceId: 资源ID
66884
66936
  :type ResourceId: str
66885
- :param _InquireKey: xxx
66886
- :type InquireKey: str
66887
- :param _SourceType: xxx
66937
+ :param _LicenseType: 授权类型
66938
+ :type LicenseType: int
66939
+ :param _SourceType: 订单类型,0 默认计费订单 1 试用订单, 2 赠送 3 体验
66888
66940
  :type SourceType: int
66941
+ :param _InquireKey: 废弃字段,
66942
+ :type InquireKey: str
66943
+ :param _AutoRenewFlag: 自动续费标识 0 默认不自动付费, 1 自动付费 2 手动设置不续费
66944
+ :type AutoRenewFlag: int
66945
+ :param _Deadline: 到期时间,按量付费该值为空
66946
+ :type Deadline: str
66947
+ :param _BuyTime: 购买时间
66948
+ :type BuyTime: str
66949
+ :param _LicenseCnt: 授权数量
66950
+ :type LicenseCnt: int
66889
66951
  """
66890
66952
  self._Quuid = None
66891
66953
  self._PayMode = None
66892
66954
  self._ResourceId = None
66893
- self._InquireKey = None
66955
+ self._LicenseType = None
66894
66956
  self._SourceType = None
66957
+ self._InquireKey = None
66958
+ self._AutoRenewFlag = None
66959
+ self._Deadline = None
66960
+ self._BuyTime = None
66961
+ self._LicenseCnt = None
66895
66962
 
66896
66963
  @property
66897
66964
  def Quuid(self):
@@ -66918,12 +66985,12 @@ class MachineLicenseDetail(AbstractModel):
66918
66985
  self._ResourceId = ResourceId
66919
66986
 
66920
66987
  @property
66921
- def InquireKey(self):
66922
- return self._InquireKey
66988
+ def LicenseType(self):
66989
+ return self._LicenseType
66923
66990
 
66924
- @InquireKey.setter
66925
- def InquireKey(self, InquireKey):
66926
- self._InquireKey = InquireKey
66991
+ @LicenseType.setter
66992
+ def LicenseType(self, LicenseType):
66993
+ self._LicenseType = LicenseType
66927
66994
 
66928
66995
  @property
66929
66996
  def SourceType(self):
@@ -66933,13 +67000,58 @@ class MachineLicenseDetail(AbstractModel):
66933
67000
  def SourceType(self, SourceType):
66934
67001
  self._SourceType = SourceType
66935
67002
 
67003
+ @property
67004
+ def InquireKey(self):
67005
+ return self._InquireKey
67006
+
67007
+ @InquireKey.setter
67008
+ def InquireKey(self, InquireKey):
67009
+ self._InquireKey = InquireKey
67010
+
67011
+ @property
67012
+ def AutoRenewFlag(self):
67013
+ return self._AutoRenewFlag
67014
+
67015
+ @AutoRenewFlag.setter
67016
+ def AutoRenewFlag(self, AutoRenewFlag):
67017
+ self._AutoRenewFlag = AutoRenewFlag
67018
+
67019
+ @property
67020
+ def Deadline(self):
67021
+ return self._Deadline
67022
+
67023
+ @Deadline.setter
67024
+ def Deadline(self, Deadline):
67025
+ self._Deadline = Deadline
67026
+
67027
+ @property
67028
+ def BuyTime(self):
67029
+ return self._BuyTime
67030
+
67031
+ @BuyTime.setter
67032
+ def BuyTime(self, BuyTime):
67033
+ self._BuyTime = BuyTime
67034
+
67035
+ @property
67036
+ def LicenseCnt(self):
67037
+ return self._LicenseCnt
67038
+
67039
+ @LicenseCnt.setter
67040
+ def LicenseCnt(self, LicenseCnt):
67041
+ self._LicenseCnt = LicenseCnt
67042
+
66936
67043
 
66937
67044
  def _deserialize(self, params):
66938
67045
  self._Quuid = params.get("Quuid")
66939
67046
  self._PayMode = params.get("PayMode")
66940
67047
  self._ResourceId = params.get("ResourceId")
66941
- self._InquireKey = params.get("InquireKey")
67048
+ self._LicenseType = params.get("LicenseType")
66942
67049
  self._SourceType = params.get("SourceType")
67050
+ self._InquireKey = params.get("InquireKey")
67051
+ self._AutoRenewFlag = params.get("AutoRenewFlag")
67052
+ self._Deadline = params.get("Deadline")
67053
+ self._BuyTime = params.get("BuyTime")
67054
+ self._LicenseCnt = params.get("LicenseCnt")
66943
67055
  memeber_set = set(params.keys())
66944
67056
  for name, value in vars(self).items():
66945
67057
  property_name = name[1:]
@@ -67408,9 +67520,9 @@ class MalWareList(AbstractModel):
67408
67520
  :type Uuid: str
67409
67521
  :param _FilePath: 路径
67410
67522
  :type FilePath: str
67411
- :param _VirusName: 描述
67523
+ :param _VirusName: 病毒名称
67412
67524
  :type VirusName: str
67413
- :param _Status: 状态;4-:待处理,5-已信任,6-已隔离,8-文件已删除, 14:已处理
67525
+ :param _Status: 状态;4-:待处理,5-已信任,6-已隔离,8-文件已删除, 14:已处理,13-已加白
67414
67526
  :type Status: int
67415
67527
  :param _Id: 唯一ID
67416
67528
  注意:此字段可能返回 null,表示取不到有效值。
@@ -70992,12 +71104,15 @@ class ModifyLogStorageConfigRequest(AbstractModel):
70992
71104
  :type IsModifyPeriod: bool
70993
71105
  :param _Type: 存储类型,string数组
70994
71106
  :type Type: list of str
70995
- :param _Period: 日志存储天数,3640表示不限
71107
+ :param _Period: 日志存储时长,3640表示不限
70996
71108
  :type Period: int
71109
+ :param _Granularity: 日志存储时长单位,年year/月month/天day
71110
+ :type Granularity: str
70997
71111
  """
70998
71112
  self._IsModifyPeriod = None
70999
71113
  self._Type = None
71000
71114
  self._Period = None
71115
+ self._Granularity = None
71001
71116
 
71002
71117
  @property
71003
71118
  def IsModifyPeriod(self):
@@ -71023,11 +71138,20 @@ class ModifyLogStorageConfigRequest(AbstractModel):
71023
71138
  def Period(self, Period):
71024
71139
  self._Period = Period
71025
71140
 
71141
+ @property
71142
+ def Granularity(self):
71143
+ return self._Granularity
71144
+
71145
+ @Granularity.setter
71146
+ def Granularity(self, Granularity):
71147
+ self._Granularity = Granularity
71148
+
71026
71149
 
71027
71150
  def _deserialize(self, params):
71028
71151
  self._IsModifyPeriod = params.get("IsModifyPeriod")
71029
71152
  self._Type = params.get("Type")
71030
71153
  self._Period = params.get("Period")
71154
+ self._Granularity = params.get("Granularity")
71031
71155
  memeber_set = set(params.keys())
71032
71156
  for name, value in vars(self).items():
71033
71157
  property_name = name[1:]
@@ -72723,7 +72847,7 @@ class ModifyRiskEventsStatusRequest(AbstractModel):
72723
72847
 
72724
72848
  def __init__(self):
72725
72849
  r"""
72726
- :param _Operate: 操作-0:标记已处理,1:忽略,2:删除记录,3:木马隔离,4:木马恢复隔离,5:木马信任,6:木马取消信任,7:查杀异常进程
72850
+ :param _Operate: 操作-0:标记已处理,1:忽略,2:删除记录,3:木马隔离,4:木马恢复隔离,5:木马信任,6:木马取消信任,7:查杀异常进程,8:加入白名单
72727
72851
  :type Operate: int
72728
72852
  :param _RiskType: 操作事件类型,文件查杀:MALWARE,异常登录:HOST_LOGIN,密码破解:BRUTE_ATTACK,恶意请求:MALICIOUS_REQUEST,高危命令:BASH_EVENT,本地提权:PRIVILEGE_EVENT,反弹shell:REVERSE_SHELL. 异常进程:PROCESS
72729
72853
  :type RiskType: str
@@ -72753,6 +72877,9 @@ RiskType 为PROCESS时:
72753
72877
  <li>EndTime - String - 是否必填:否 - 进程启动时间-结束</li>
72754
72878
  <li>Status - String - 是否必填:否 - 状态筛选 0待处理;1查杀中;2已查杀3已退出;4已信任</li>
72755
72879
  :type Filters: list of Filters
72880
+ :param _DoClean: 当Operate 是木马隔离时
72881
+ <li> 本操作会修复被篡改的系统命令,计划任务等系统文件,操作中请确保yum/apt 可用。</li>
72882
+ :type DoClean: bool
72756
72883
  """
72757
72884
  self._Operate = None
72758
72885
  self._RiskType = None
@@ -72762,6 +72889,7 @@ RiskType 为PROCESS时:
72762
72889
  self._KillProcess = None
72763
72890
  self._Ip = None
72764
72891
  self._Filters = None
72892
+ self._DoClean = None
72765
72893
 
72766
72894
  @property
72767
72895
  def Operate(self):
@@ -72827,6 +72955,14 @@ RiskType 为PROCESS时:
72827
72955
  def Filters(self, Filters):
72828
72956
  self._Filters = Filters
72829
72957
 
72958
+ @property
72959
+ def DoClean(self):
72960
+ return self._DoClean
72961
+
72962
+ @DoClean.setter
72963
+ def DoClean(self, DoClean):
72964
+ self._DoClean = DoClean
72965
+
72830
72966
 
72831
72967
  def _deserialize(self, params):
72832
72968
  self._Operate = params.get("Operate")
@@ -72842,6 +72978,7 @@ RiskType 为PROCESS时:
72842
72978
  obj = Filters()
72843
72979
  obj._deserialize(item)
72844
72980
  self._Filters.append(obj)
72981
+ self._DoClean = params.get("DoClean")
72845
72982
  memeber_set = set(params.keys())
72846
72983
  for name, value in vars(self).items():
72847
72984
  property_name = name[1:]
@@ -76569,10 +76706,8 @@ class ProtectEventLists(AbstractModel):
76569
76706
  :param _FileType: 文件类型 0-常规文件;1-目录;2-软链
76570
76707
  :type FileType: int
76571
76708
  :param _MachineExtraInfo: 主机额外信息
76572
- 注意:此字段可能返回 null,表示取不到有效值。
76573
76709
  :type MachineExtraInfo: :class:`tencentcloud.cwp.v20180228.models.MachineExtraInfo`
76574
76710
  :param _Quuid: 机器实例uuid
76575
- 注意:此字段可能返回 null,表示取不到有效值。
76576
76711
  :type Quuid: str
76577
76712
  """
76578
76713
  self._HostName = None
@@ -79378,7 +79513,7 @@ class ReverseShell(AbstractModel):
79378
79513
  :type ParentProcGroup: str
79379
79514
  :param _ParentProcPath: 父进程路径
79380
79515
  :type ParentProcPath: str
79381
- :param _Status: 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略
79516
+ :param _Status: 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略 6-已拦截
79382
79517
  :type Status: int
79383
79518
  :param _CreateTime: 产生时间
79384
79519
  :type CreateTime: str
@@ -81577,7 +81712,7 @@ class ScanTaskDetails(AbstractModel):
81577
81712
  :type Uuid: str
81578
81713
  :param _Quuid: 唯一Quuid
81579
81714
  :type Quuid: str
81580
- :param _Status: 状态码
81715
+ :param _Status: 状态码Scanning、Ok、Fail
81581
81716
  :type Status: str
81582
81717
  :param _Description: 描述
81583
81718
  :type Description: str
@@ -82813,7 +82948,6 @@ class ScreenMachine(AbstractModel):
82813
82948
  :param _CoreVersion: 内核版本
82814
82949
  :type CoreVersion: str
82815
82950
  :param _MachineExtraInfo: 附加信息
82816
- 注意:此字段可能返回 null,表示取不到有效值。
82817
82951
  :type MachineExtraInfo: :class:`tencentcloud.cwp.v20180228.models.MachineExtraInfo`
82818
82952
  """
82819
82953
  self._MachineName = None
@@ -86715,32 +86849,24 @@ class VertexInfo(AbstractModel):
86715
86849
  :param _IsLeaf: 是否叶子
86716
86850
  :type IsLeaf: bool
86717
86851
  :param _ProcNamePrefix: 进程名,当Type=1时使用
86718
- 注意:此字段可能返回 null,表示取不到有效值。
86719
86852
  :type ProcNamePrefix: str
86720
86853
  :param _ProcNameMd5: 进程名md5,当Type=1时使用
86721
- 注意:此字段可能返回 null,表示取不到有效值。
86722
86854
  :type ProcNameMd5: str
86723
86855
  :param _CmdLinePrefix: 命令行,当Type=1时使用
86724
- 注意:此字段可能返回 null,表示取不到有效值。
86725
86856
  :type CmdLinePrefix: str
86726
86857
  :param _CmdLineMd5: 命令行md5,当Type=1时使用
86727
- 注意:此字段可能返回 null,表示取不到有效值。
86728
86858
  :type CmdLineMd5: str
86729
86859
  :param _FilePathPrefix: 文件路径,当Type=3时使用
86730
- 注意:此字段可能返回 null,表示取不到有效值。
86731
86860
  :type FilePathPrefix: str
86732
86861
  :param _AddressPrefix: 请求目的地址,当Type=2时使用
86733
- 注意:此字段可能返回 null,表示取不到有效值。
86734
86862
  :type AddressPrefix: str
86735
86863
  :param _IsWeDetect: 是否漏洞节点
86736
86864
  :type IsWeDetect: bool
86737
86865
  :param _IsAlarm: 是否告警节点
86738
86866
  :type IsAlarm: bool
86739
86867
  :param _FilePathMd5: 文件路径md5,当Type=3时使用
86740
- 注意:此字段可能返回 null,表示取不到有效值。
86741
86868
  :type FilePathMd5: str
86742
86869
  :param _AddressMd5: 请求目的地址md5,当Type=2时使用
86743
- 注意:此字段可能返回 null,表示取不到有效值。
86744
86870
  :type AddressMd5: str
86745
86871
  """
86746
86872
  self._Type = None
@@ -87788,6 +87914,9 @@ class VulDefenceRangeDetail(AbstractModel):
87788
87914
  :type PublishTime: str
87789
87915
  :param _VulId: 漏洞id
87790
87916
  :type VulId: int
87917
+ :param _Status: 状态,0:防御中,1:已加白,指的是在白名单列表中有这个漏洞的,不一定是全局型白名单
87918
+ 注意:此字段可能返回 null,表示取不到有效值。
87919
+ :type Status: int
87791
87920
  """
87792
87921
  self._VulName = None
87793
87922
  self._Label = None
@@ -87796,6 +87925,7 @@ class VulDefenceRangeDetail(AbstractModel):
87796
87925
  self._CveId = None
87797
87926
  self._PublishTime = None
87798
87927
  self._VulId = None
87928
+ self._Status = None
87799
87929
 
87800
87930
  @property
87801
87931
  def VulName(self):
@@ -87853,6 +87983,14 @@ class VulDefenceRangeDetail(AbstractModel):
87853
87983
  def VulId(self, VulId):
87854
87984
  self._VulId = VulId
87855
87985
 
87986
+ @property
87987
+ def Status(self):
87988
+ return self._Status
87989
+
87990
+ @Status.setter
87991
+ def Status(self, Status):
87992
+ self._Status = Status
87993
+
87856
87994
 
87857
87995
  def _deserialize(self, params):
87858
87996
  self._VulName = params.get("VulName")
@@ -87862,6 +88000,7 @@ class VulDefenceRangeDetail(AbstractModel):
87862
88000
  self._CveId = params.get("CveId")
87863
88001
  self._PublishTime = params.get("PublishTime")
87864
88002
  self._VulId = params.get("VulId")
88003
+ self._Status = params.get("Status")
87865
88004
  memeber_set = set(params.keys())
87866
88005
  for name, value in vars(self).items():
87867
88006
  property_name = name[1:]
@@ -88467,7 +88606,6 @@ class VulFixStatusHostInfo(AbstractModel):
88467
88606
  :param _ModifyTime: 修复时间
88468
88607
  :type ModifyTime: str
88469
88608
  :param _FailReason: 修复失败原因
88470
- 注意:此字段可能返回 null,表示取不到有效值。
88471
88609
  :type FailReason: str
88472
88610
  """
88473
88611
  self._HostName = None
@@ -88881,7 +89019,7 @@ class VulInfoByCveId(AbstractModel):
88881
89019
  r"""
88882
89020
  :param _VulId: 漏洞id
88883
89021
  :type VulId: int
88884
- :param _FixSwitch: 修复支持情况:0-windows/linux均不支持修复 ;1-windows/linux 均支持修复 ;2-仅linux支持修复;3-仅windows支持修复
89022
+ :param _FixSwitch: 修复支持情况:0-Windows/Linux均不支持修复 ;1-Windows/Linux 均支持修复 ;2-仅Linux支持修复;3-仅Windows支持修复
88885
89023
  :type FixSwitch: int
88886
89024
  """
88887
89025
  self._VulId = None
@@ -88925,25 +89063,18 @@ class VulInfoHostInfo(AbstractModel):
88925
89063
  def __init__(self):
88926
89064
  r"""
88927
89065
  :param _HostName: 主机名
88928
- 注意:此字段可能返回 null,表示取不到有效值。
88929
89066
  :type HostName: str
88930
89067
  :param _HostIp: 主机ip
88931
- 注意:此字段可能返回 null,表示取不到有效值。
88932
89068
  :type HostIp: str
88933
89069
  :param _Tags: 主机标签
88934
- 注意:此字段可能返回 null,表示取不到有效值。
88935
89070
  :type Tags: list of str
88936
89071
  :param _Quuid: 主机quuid
88937
- 注意:此字段可能返回 null,表示取不到有效值。
88938
89072
  :type Quuid: str
88939
89073
  :param _IsSupportAutoFix: 0 :漏洞不可自动修复, 1:可自动修复, 2:客户端已离线, 3:主机不是旗舰版只能手动修复, 4:机型不允许 ,5:修复中 ,6:已修复, 7:检测中, 9:修复失败, 10:已忽略 ,11:漏洞只支持linux不支持Windows, 12:漏洞只支持Windows不支持linux
88940
- 注意:此字段可能返回 null,表示取不到有效值。
88941
89074
  :type IsSupportAutoFix: int
88942
89075
  :param _Uuid: 主机uuid
88943
- 注意:此字段可能返回 null,表示取不到有效值。
88944
89076
  :type Uuid: str
88945
89077
  :param _InstanceId: 主机InstanceId
88946
- 注意:此字段可能返回 null,表示取不到有效值。
88947
89078
  :type InstanceId: str
88948
89079
  """
88949
89080
  self._HostName = None
@@ -89976,10 +90107,8 @@ class WebHookCustomField(AbstractModel):
89976
90107
  def __init__(self):
89977
90108
  r"""
89978
90109
  :param _Key: key
89979
- 注意:此字段可能返回 null,表示取不到有效值。
89980
90110
  :type Key: str
89981
90111
  :param _Value: value
89982
- 注意:此字段可能返回 null,表示取不到有效值。
89983
90112
  :type Value: str
89984
90113
  """
89985
90114
  self._Key = None
@@ -90284,13 +90413,10 @@ class WebHookReceiver(AbstractModel):
90284
90413
  def __init__(self):
90285
90414
  r"""
90286
90415
  :param _Id: id
90287
- 注意:此字段可能返回 null,表示取不到有效值。
90288
90416
  :type Id: int
90289
90417
  :param _Name: 接收人名称
90290
- 注意:此字段可能返回 null,表示取不到有效值。
90291
90418
  :type Name: str
90292
90419
  :param _Addr: webhook地址
90293
- 注意:此字段可能返回 null,表示取不到有效值。
90294
90420
  :type Addr: str
90295
90421
  """
90296
90422
  self._Id = None