tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ags/v20250920/ags_client.py +46 -0
- tencentcloud/ags/v20250920/ags_client_async.py +36 -0
- tencentcloud/ags/v20250920/errorcodes.py +45 -0
- tencentcloud/ags/v20250920/models.py +1704 -110
- tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
- tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
- tencentcloud/ai3d/v20250513/models.py +78 -36
- tencentcloud/aiart/v20221229/aiart_client.py +46 -0
- tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
- tencentcloud/aiart/v20221229/models.py +289 -0
- tencentcloud/ams/v20201229/models.py +101 -0
- tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
- tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
- tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
- tencentcloud/antiddos/v20200309/models.py +1671 -97
- tencentcloud/apm/v20210622/apm_client.py +23 -0
- tencentcloud/apm/v20210622/apm_client_async.py +18 -0
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +1678 -78
- tencentcloud/asr/v20190614/models.py +100 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +475 -338
- tencentcloud/bh/v20230418/models.py +179 -6
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/billing_client_async.py +18 -0
- tencentcloud/billing/v20180709/models.py +328 -6
- tencentcloud/cam/v20190116/models.py +111 -2
- tencentcloud/car/v20220110/car_client.py +23 -0
- tencentcloud/car/v20220110/car_client_async.py +18 -0
- tencentcloud/car/v20220110/models.py +109 -0
- tencentcloud/cbs/v20170312/models.py +14 -14
- tencentcloud/ccc/v20200210/ccc_client.py +42 -13
- tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +256 -4
- tencentcloud/cdb/v20170320/models.py +37 -16
- tencentcloud/cdc/v20201214/models.py +92 -124
- tencentcloud/cdn/v20180606/cdn_client.py +0 -78
- tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdn/v20180606/models.py +464 -1028
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
- tencentcloud/cdwch/v20200915/models.py +555 -0
- tencentcloud/cdwdoris/v20211228/models.py +505 -0
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/cfs/v20190719/models.py +2 -2
- tencentcloud/cfw/v20190904/cfw_client.py +278 -23
- tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
- tencentcloud/cfw/v20190904/models.py +3319 -1154
- tencentcloud/chdfs/v20201112/models.py +150 -0
- tencentcloud/ckafka/v20190819/models.py +458 -282
- tencentcloud/clb/v20180317/clb_client.py +23 -0
- tencentcloud/clb/v20180317/clb_client_async.py +18 -0
- tencentcloud/clb/v20180317/models.py +230 -130
- tencentcloud/cloudapp/v20220530/models.py +190 -36
- tencentcloud/cloudaudit/v20190319/models.py +32 -4
- tencentcloud/cloudmate/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
- tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
- tencentcloud/cloudmate/v20251030/models.py +387 -0
- tencentcloud/cls/v20201016/cls_client.py +1064 -0
- tencentcloud/cls/v20201016/cls_client_async.py +860 -26
- tencentcloud/cls/v20201016/models.py +10246 -384
- tencentcloud/cme/v20191029/models.py +23 -0
- tencentcloud/csip/v20221121/models.py +317 -0
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +28 -8
- tencentcloud/cwp/v20180228/cwp_client.py +0 -188
- tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
- tencentcloud/cwp/v20180228/models.py +1097 -1814
- tencentcloud/cynosdb/v20190107/models.py +181 -48
- tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
- tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
- tencentcloud/dataagent/v20250513/models.py +1477 -52
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
- tencentcloud/dbbrain/v20210527/models.py +261 -15
- tencentcloud/dbs/v20211108/dbs_client.py +69 -0
- tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
- tencentcloud/dbs/v20211108/errorcodes.py +15 -0
- tencentcloud/dbs/v20211108/models.py +1173 -27
- tencentcloud/dlc/v20210125/dlc_client.py +69 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
- tencentcloud/dlc/v20210125/errorcodes.py +15 -0
- tencentcloud/dlc/v20210125/models.py +1016 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
- tencentcloud/dnspod/v20210323/models.py +4 -4
- tencentcloud/emr/v20190103/emr_client.py +46 -0
- tencentcloud/emr/v20190103/emr_client_async.py +36 -0
- tencentcloud/emr/v20190103/models.py +625 -2
- tencentcloud/es/v20180416/errorcodes.py +15 -0
- tencentcloud/es/v20180416/es_client.py +115 -0
- tencentcloud/es/v20180416/es_client_async.py +90 -0
- tencentcloud/es/v20180416/models.py +498 -4
- tencentcloud/ess/v20201111/ess_client.py +153 -6
- tencentcloud/ess/v20201111/ess_client_async.py +128 -6
- tencentcloud/ess/v20201111/models.py +1496 -58
- tencentcloud/essbasic/v20210526/models.py +129 -23
- tencentcloud/evt/v20250217/evt_client.py +46 -0
- tencentcloud/evt/v20250217/evt_client_async.py +36 -0
- tencentcloud/evt/v20250217/models.py +188 -0
- tencentcloud/faceid/v20180301/models.py +10 -4
- tencentcloud/gaap/v20180529/models.py +260 -352
- tencentcloud/gs/v20191118/models.py +150 -4
- tencentcloud/gwlb/v20240906/models.py +48 -70
- tencentcloud/iai/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/models.py +4 -4
- tencentcloud/igtm/v20231024/errorcodes.py +1 -1
- tencentcloud/ims/v20201229/ims_client.py +1 -1
- tencentcloud/ims/v20201229/ims_client_async.py +1 -1
- tencentcloud/ioa/v20220601/models.py +60 -0
- tencentcloud/keewidb/v20220308/models.py +52 -68
- tencentcloud/lcic/v20220817/models.py +15 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +8 -0
- tencentcloud/live/v20180801/errorcodes.py +6 -0
- tencentcloud/live/v20180801/live_client.py +143 -0
- tencentcloud/live/v20180801/live_client_async.py +113 -0
- tencentcloud/live/v20180801/models.py +914 -311
- tencentcloud/lke/v20231130/lke_client.py +48 -1
- tencentcloud/lke/v20231130/lke_client_async.py +43 -1
- tencentcloud/lke/v20231130/models.py +2940 -459
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +2 -6
- tencentcloud/lowcode/v20210108/models.py +30 -0
- tencentcloud/mna/v20210119/models.py +18 -2
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +258 -0
- tencentcloud/mps/v20190612/errorcodes.py +9 -0
- tencentcloud/mps/v20190612/models.py +3007 -140
- tencentcloud/mps/v20190612/mps_client.py +115 -0
- tencentcloud/mps/v20190612/mps_client_async.py +90 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +210 -4
- tencentcloud/ocr/v20181119/models.py +72 -4
- tencentcloud/ocr/v20181119/ocr_client.py +12 -8
- tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
- tencentcloud/partners/v20180321/models.py +88 -92
- tencentcloud/pts/v20210728/models.py +206 -0
- tencentcloud/rce/v20250425/__init__.py +0 -0
- tencentcloud/rce/v20250425/errorcodes.py +15 -0
- tencentcloud/rce/v20250425/models.py +301 -0
- tencentcloud/rce/v20250425/rce_client.py +49 -0
- tencentcloud/rce/v20250425/rce_client_async.py +44 -0
- tencentcloud/redis/v20180412/models.py +65 -70
- tencentcloud/rum/v20210622/models.py +548 -0
- tencentcloud/rum/v20210622/rum_client.py +23 -0
- tencentcloud/rum/v20210622/rum_client_async.py +18 -0
- tencentcloud/scf/v20180416/models.py +28 -2
- tencentcloud/ses/v20201002/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +991 -70
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
- tencentcloud/ssm/v20190923/models.py +134 -0
- tencentcloud/svp/v20240125/models.py +35 -20
- tencentcloud/tag/v20180813/models.py +34 -54
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcaplusdb/v20190823/models.py +0 -337
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
- tencentcloud/tcb/v20180608/errorcodes.py +15 -12
- tencentcloud/tcb/v20180608/models.py +5761 -8383
- tencentcloud/tcb/v20180608/tcb_client.py +0 -276
- tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
- tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
- tencentcloud/tcbr/v20220217/models.py +4193 -1389
- tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
- tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
- tencentcloud/tcr/v20190924/models.py +727 -61
- tencentcloud/tcr/v20190924/tcr_client.py +92 -0
- tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/tdai/v20250717/models.py +440 -2
- tencentcloud/tdai/v20250717/tdai_client.py +23 -0
- tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
- tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +432 -4
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
- tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
- tencentcloud/teo/v20220901/errorcodes.py +39 -0
- tencentcloud/teo/v20220901/models.py +596 -79
- tencentcloud/teo/v20220901/teo_client.py +107 -1
- tencentcloud/teo/v20220901/teo_client_async.py +97 -1
- tencentcloud/thpc/v20211109/models.py +14 -14
- tencentcloud/thpc/v20220401/models.py +14 -14
- tencentcloud/thpc/v20230321/models.py +20 -54
- tencentcloud/tione/v20211111/errorcodes.py +9 -0
- tencentcloud/tione/v20211111/models.py +910 -73
- tencentcloud/tione/v20211111/tione_client.py +69 -0
- tencentcloud/tione/v20211111/tione_client_async.py +54 -0
- tencentcloud/tke/v20180525/models.py +468 -18
- tencentcloud/tke/v20180525/tke_client.py +69 -0
- tencentcloud/tke/v20180525/tke_client_async.py +54 -0
- tencentcloud/tke/v20220501/models.py +539 -0
- tencentcloud/tke/v20220501/tke_client.py +23 -0
- tencentcloud/tke/v20220501/tke_client_async.py +18 -0
- tencentcloud/trocket/v20230308/models.py +42 -21
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +173 -30
- tencentcloud/tse/v20201207/models.py +42 -0
- tencentcloud/tsf/v20180326/errorcodes.py +4 -4
- tencentcloud/tsf/v20180326/models.py +15 -510
- tencentcloud/tsf/v20180326/tsf_client.py +66 -47
- tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/tts/v20190823/tts_client_async.py +1 -1
- tencentcloud/vclm/v20240523/models.py +383 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
- tencentcloud/vcube/v20220410/models.py +30 -0
- tencentcloud/vdb/v20230616/models.py +567 -0
- tencentcloud/vdb/v20230616/vdb_client.py +69 -0
- tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
- tencentcloud/vm/v20210922/models.py +116 -0
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +4107 -622
- tencentcloud/vod/v20180717/vod_client.py +72 -3
- tencentcloud/vod/v20180717/vod_client_async.py +57 -3
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +387 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
- tencentcloud/waf/v20180125/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +970 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/waf/v20180125/waf_client_async.py +36 -0
- tencentcloud/wedata/v20210820/models.py +2851 -29
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
- tencentcloud/wedata/v20250806/errorcodes.py +21 -0
- tencentcloud/wedata/v20250806/models.py +40999 -15704
- tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
- tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
- tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
- tencentcloud/weilingwith/v20230427/models.py +17 -336
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
- tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
- tencentcloud/wimgs/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
- tencentcloud/wimgs/v20251106/models.py +132 -0
- tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
- tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
- tencentcloud/wsa/v20250508/errorcodes.py +6 -0
- tencentcloud/wsa/v20250508/models.py +17 -2
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
|
@@ -3630,18 +3630,14 @@ class BusinessLogConfig(AbstractModel):
|
|
|
3630
3630
|
:param _ConfigPath: 配置项日志路径
|
|
3631
3631
|
:type ConfigPath: str
|
|
3632
3632
|
:param _ConfigDesc: 配置项描述
|
|
3633
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3634
3633
|
:type ConfigDesc: str
|
|
3635
3634
|
:param _ConfigTags: 配置项标签
|
|
3636
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3637
3635
|
:type ConfigTags: str
|
|
3638
3636
|
:param _ConfigPipeline: 配置项对应的ES管道
|
|
3639
3637
|
:type ConfigPipeline: str
|
|
3640
3638
|
:param _ConfigCreateTime: 配置项创建时间,格式为yyyy-MM-dd HH:mm:ss
|
|
3641
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3642
3639
|
:type ConfigCreateTime: str
|
|
3643
3640
|
:param _ConfigUpdateTime: 配置项更新时间,格式为yyyy-MM-dd HH:mm:ss
|
|
3644
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3645
3641
|
:type ConfigUpdateTime: str
|
|
3646
3642
|
:param _ConfigSchema: 配置项解析规则
|
|
3647
3643
|
:type ConfigSchema: :class:`tencentcloud.tsf.v20180326.models.BusinessLogConfigSchema`
|
|
@@ -3662,6 +3658,8 @@ class BusinessLogConfig(AbstractModel):
|
|
|
3662
3658
|
:type FilebeatCloseInactive: int
|
|
3663
3659
|
:param _FilebeatCleanInactive: filebeat clean_inactive参数
|
|
3664
3660
|
:type FilebeatCleanInactive: int
|
|
3661
|
+
:param _CustomMultilinePattern: 是否开启自定义pattern
|
|
3662
|
+
:type CustomMultilinePattern: bool
|
|
3665
3663
|
"""
|
|
3666
3664
|
self._ConfigId = None
|
|
3667
3665
|
self._ConfigName = None
|
|
@@ -3680,6 +3678,7 @@ class BusinessLogConfig(AbstractModel):
|
|
|
3680
3678
|
self._FilebeatHarvesterLimit = None
|
|
3681
3679
|
self._FilebeatCloseInactive = None
|
|
3682
3680
|
self._FilebeatCleanInactive = None
|
|
3681
|
+
self._CustomMultilinePattern = None
|
|
3683
3682
|
|
|
3684
3683
|
@property
|
|
3685
3684
|
def ConfigId(self):
|
|
@@ -3717,7 +3716,6 @@ class BusinessLogConfig(AbstractModel):
|
|
|
3717
3716
|
@property
|
|
3718
3717
|
def ConfigDesc(self):
|
|
3719
3718
|
r"""配置项描述
|
|
3720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3721
3719
|
:rtype: str
|
|
3722
3720
|
"""
|
|
3723
3721
|
return self._ConfigDesc
|
|
@@ -3729,7 +3727,6 @@ class BusinessLogConfig(AbstractModel):
|
|
|
3729
3727
|
@property
|
|
3730
3728
|
def ConfigTags(self):
|
|
3731
3729
|
r"""配置项标签
|
|
3732
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3733
3730
|
:rtype: str
|
|
3734
3731
|
"""
|
|
3735
3732
|
return self._ConfigTags
|
|
@@ -3752,7 +3749,6 @@ class BusinessLogConfig(AbstractModel):
|
|
|
3752
3749
|
@property
|
|
3753
3750
|
def ConfigCreateTime(self):
|
|
3754
3751
|
r"""配置项创建时间,格式为yyyy-MM-dd HH:mm:ss
|
|
3755
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3756
3752
|
:rtype: str
|
|
3757
3753
|
"""
|
|
3758
3754
|
return self._ConfigCreateTime
|
|
@@ -3764,7 +3760,6 @@ class BusinessLogConfig(AbstractModel):
|
|
|
3764
3760
|
@property
|
|
3765
3761
|
def ConfigUpdateTime(self):
|
|
3766
3762
|
r"""配置项更新时间,格式为yyyy-MM-dd HH:mm:ss
|
|
3767
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3768
3763
|
:rtype: str
|
|
3769
3764
|
"""
|
|
3770
3765
|
return self._ConfigUpdateTime
|
|
@@ -3877,6 +3872,17 @@ class BusinessLogConfig(AbstractModel):
|
|
|
3877
3872
|
def FilebeatCleanInactive(self, FilebeatCleanInactive):
|
|
3878
3873
|
self._FilebeatCleanInactive = FilebeatCleanInactive
|
|
3879
3874
|
|
|
3875
|
+
@property
|
|
3876
|
+
def CustomMultilinePattern(self):
|
|
3877
|
+
r"""是否开启自定义pattern
|
|
3878
|
+
:rtype: bool
|
|
3879
|
+
"""
|
|
3880
|
+
return self._CustomMultilinePattern
|
|
3881
|
+
|
|
3882
|
+
@CustomMultilinePattern.setter
|
|
3883
|
+
def CustomMultilinePattern(self, CustomMultilinePattern):
|
|
3884
|
+
self._CustomMultilinePattern = CustomMultilinePattern
|
|
3885
|
+
|
|
3880
3886
|
|
|
3881
3887
|
def _deserialize(self, params):
|
|
3882
3888
|
self._ConfigId = params.get("ConfigId")
|
|
@@ -3908,6 +3914,7 @@ class BusinessLogConfig(AbstractModel):
|
|
|
3908
3914
|
self._FilebeatHarvesterLimit = params.get("FilebeatHarvesterLimit")
|
|
3909
3915
|
self._FilebeatCloseInactive = params.get("FilebeatCloseInactive")
|
|
3910
3916
|
self._FilebeatCleanInactive = params.get("FilebeatCleanInactive")
|
|
3917
|
+
self._CustomMultilinePattern = params.get("CustomMultilinePattern")
|
|
3911
3918
|
memeber_set = set(params.keys())
|
|
3912
3919
|
for name, value in vars(self).items():
|
|
3913
3920
|
property_name = name[1:]
|
|
@@ -4114,18 +4121,14 @@ class BusinessLogConfigSchema(AbstractModel):
|
|
|
4114
4121
|
:param _SchemaType: 解析规则类型。可选值 0(SPRING_BOOT:默认Spring Boot格式),1(NONE:无解析规则),4(NGINX_ACCESS:nginx access日志),5(CUSTOM_LOGBACK:自定义Logback),6(CUSTOM_LOG4J:自定义Log4J),7(CUSTOM_LOG4J2:自定义Log4J2),8(TEXT:单行/多行文本),9(ENVOY_MSGW_ACCESS:envoy access日志)。
|
|
4115
4122
|
:type SchemaType: int
|
|
4116
4123
|
:param _SchemaContent: 解析规则内容
|
|
4117
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4118
4124
|
:type SchemaContent: str
|
|
4119
4125
|
:param _SchemaDateFormat: 解析规则时间格式
|
|
4120
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4121
4126
|
:type SchemaDateFormat: str
|
|
4122
4127
|
:param _SchemaMultilinePattern: 解析规则对应的多行匹配规则
|
|
4123
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4124
4128
|
:type SchemaMultilinePattern: str
|
|
4125
4129
|
:param _SchemaCreateTime: 解析规则创建时间,格式为yyyy-MM-dd HH:mm:ss
|
|
4126
4130
|
:type SchemaCreateTime: str
|
|
4127
4131
|
:param _SchemaPatternLayout: 用户填写的解析规则
|
|
4128
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4129
4132
|
:type SchemaPatternLayout: str
|
|
4130
4133
|
"""
|
|
4131
4134
|
self._SchemaType = None
|
|
@@ -4149,7 +4152,6 @@ class BusinessLogConfigSchema(AbstractModel):
|
|
|
4149
4152
|
@property
|
|
4150
4153
|
def SchemaContent(self):
|
|
4151
4154
|
r"""解析规则内容
|
|
4152
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4153
4155
|
:rtype: str
|
|
4154
4156
|
"""
|
|
4155
4157
|
return self._SchemaContent
|
|
@@ -4161,7 +4163,6 @@ class BusinessLogConfigSchema(AbstractModel):
|
|
|
4161
4163
|
@property
|
|
4162
4164
|
def SchemaDateFormat(self):
|
|
4163
4165
|
r"""解析规则时间格式
|
|
4164
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4165
4166
|
:rtype: str
|
|
4166
4167
|
"""
|
|
4167
4168
|
return self._SchemaDateFormat
|
|
@@ -4173,7 +4174,6 @@ class BusinessLogConfigSchema(AbstractModel):
|
|
|
4173
4174
|
@property
|
|
4174
4175
|
def SchemaMultilinePattern(self):
|
|
4175
4176
|
r"""解析规则对应的多行匹配规则
|
|
4176
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4177
4177
|
:rtype: str
|
|
4178
4178
|
"""
|
|
4179
4179
|
return self._SchemaMultilinePattern
|
|
@@ -4196,7 +4196,6 @@ class BusinessLogConfigSchema(AbstractModel):
|
|
|
4196
4196
|
@property
|
|
4197
4197
|
def SchemaPatternLayout(self):
|
|
4198
4198
|
r"""用户填写的解析规则
|
|
4199
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4200
4199
|
:rtype: str
|
|
4201
4200
|
"""
|
|
4202
4201
|
return self._SchemaPatternLayout
|
|
@@ -26668,254 +26667,6 @@ class DescribeImageTagsResponse(AbstractModel):
|
|
|
26668
26667
|
self._RequestId = params.get("RequestId")
|
|
26669
26668
|
|
|
26670
26669
|
|
|
26671
|
-
class DescribeInovcationIndicatorsRequest(AbstractModel):
|
|
26672
|
-
r"""DescribeInovcationIndicators请求参数结构体
|
|
26673
|
-
|
|
26674
|
-
"""
|
|
26675
|
-
|
|
26676
|
-
def __init__(self):
|
|
26677
|
-
r"""
|
|
26678
|
-
:param _Dimension: 维度
|
|
26679
|
-
:type Dimension: str
|
|
26680
|
-
:param _StartTime: 开始时间
|
|
26681
|
-
:type StartTime: str
|
|
26682
|
-
:param _EndTime: 结束时间
|
|
26683
|
-
:type EndTime: str
|
|
26684
|
-
:param _NamespaceId: 命名空间ID
|
|
26685
|
-
:type NamespaceId: str
|
|
26686
|
-
:param _ServiceId: 微服务ID
|
|
26687
|
-
:type ServiceId: str
|
|
26688
|
-
:param _CallerServiceName: 调用方服务名
|
|
26689
|
-
:type CallerServiceName: str
|
|
26690
|
-
:param _CalleeServiceName: 被调方服务名
|
|
26691
|
-
:type CalleeServiceName: str
|
|
26692
|
-
:param _CallerInterfaceName: 调用方接口名
|
|
26693
|
-
:type CallerInterfaceName: str
|
|
26694
|
-
:param _CalleeInterfaceName: 被调方接口名
|
|
26695
|
-
:type CalleeInterfaceName: str
|
|
26696
|
-
:param _ApplicationId: 应用ID
|
|
26697
|
-
:type ApplicationId: str
|
|
26698
|
-
:param _GroupId: 部署组ID
|
|
26699
|
-
:type GroupId: str
|
|
26700
|
-
:param _InstanceId: 实例ID
|
|
26701
|
-
:type InstanceId: str
|
|
26702
|
-
"""
|
|
26703
|
-
self._Dimension = None
|
|
26704
|
-
self._StartTime = None
|
|
26705
|
-
self._EndTime = None
|
|
26706
|
-
self._NamespaceId = None
|
|
26707
|
-
self._ServiceId = None
|
|
26708
|
-
self._CallerServiceName = None
|
|
26709
|
-
self._CalleeServiceName = None
|
|
26710
|
-
self._CallerInterfaceName = None
|
|
26711
|
-
self._CalleeInterfaceName = None
|
|
26712
|
-
self._ApplicationId = None
|
|
26713
|
-
self._GroupId = None
|
|
26714
|
-
self._InstanceId = None
|
|
26715
|
-
|
|
26716
|
-
@property
|
|
26717
|
-
def Dimension(self):
|
|
26718
|
-
r"""维度
|
|
26719
|
-
:rtype: str
|
|
26720
|
-
"""
|
|
26721
|
-
return self._Dimension
|
|
26722
|
-
|
|
26723
|
-
@Dimension.setter
|
|
26724
|
-
def Dimension(self, Dimension):
|
|
26725
|
-
self._Dimension = Dimension
|
|
26726
|
-
|
|
26727
|
-
@property
|
|
26728
|
-
def StartTime(self):
|
|
26729
|
-
r"""开始时间
|
|
26730
|
-
:rtype: str
|
|
26731
|
-
"""
|
|
26732
|
-
return self._StartTime
|
|
26733
|
-
|
|
26734
|
-
@StartTime.setter
|
|
26735
|
-
def StartTime(self, StartTime):
|
|
26736
|
-
self._StartTime = StartTime
|
|
26737
|
-
|
|
26738
|
-
@property
|
|
26739
|
-
def EndTime(self):
|
|
26740
|
-
r"""结束时间
|
|
26741
|
-
:rtype: str
|
|
26742
|
-
"""
|
|
26743
|
-
return self._EndTime
|
|
26744
|
-
|
|
26745
|
-
@EndTime.setter
|
|
26746
|
-
def EndTime(self, EndTime):
|
|
26747
|
-
self._EndTime = EndTime
|
|
26748
|
-
|
|
26749
|
-
@property
|
|
26750
|
-
def NamespaceId(self):
|
|
26751
|
-
r"""命名空间ID
|
|
26752
|
-
:rtype: str
|
|
26753
|
-
"""
|
|
26754
|
-
return self._NamespaceId
|
|
26755
|
-
|
|
26756
|
-
@NamespaceId.setter
|
|
26757
|
-
def NamespaceId(self, NamespaceId):
|
|
26758
|
-
self._NamespaceId = NamespaceId
|
|
26759
|
-
|
|
26760
|
-
@property
|
|
26761
|
-
def ServiceId(self):
|
|
26762
|
-
r"""微服务ID
|
|
26763
|
-
:rtype: str
|
|
26764
|
-
"""
|
|
26765
|
-
return self._ServiceId
|
|
26766
|
-
|
|
26767
|
-
@ServiceId.setter
|
|
26768
|
-
def ServiceId(self, ServiceId):
|
|
26769
|
-
self._ServiceId = ServiceId
|
|
26770
|
-
|
|
26771
|
-
@property
|
|
26772
|
-
def CallerServiceName(self):
|
|
26773
|
-
r"""调用方服务名
|
|
26774
|
-
:rtype: str
|
|
26775
|
-
"""
|
|
26776
|
-
return self._CallerServiceName
|
|
26777
|
-
|
|
26778
|
-
@CallerServiceName.setter
|
|
26779
|
-
def CallerServiceName(self, CallerServiceName):
|
|
26780
|
-
self._CallerServiceName = CallerServiceName
|
|
26781
|
-
|
|
26782
|
-
@property
|
|
26783
|
-
def CalleeServiceName(self):
|
|
26784
|
-
r"""被调方服务名
|
|
26785
|
-
:rtype: str
|
|
26786
|
-
"""
|
|
26787
|
-
return self._CalleeServiceName
|
|
26788
|
-
|
|
26789
|
-
@CalleeServiceName.setter
|
|
26790
|
-
def CalleeServiceName(self, CalleeServiceName):
|
|
26791
|
-
self._CalleeServiceName = CalleeServiceName
|
|
26792
|
-
|
|
26793
|
-
@property
|
|
26794
|
-
def CallerInterfaceName(self):
|
|
26795
|
-
r"""调用方接口名
|
|
26796
|
-
:rtype: str
|
|
26797
|
-
"""
|
|
26798
|
-
return self._CallerInterfaceName
|
|
26799
|
-
|
|
26800
|
-
@CallerInterfaceName.setter
|
|
26801
|
-
def CallerInterfaceName(self, CallerInterfaceName):
|
|
26802
|
-
self._CallerInterfaceName = CallerInterfaceName
|
|
26803
|
-
|
|
26804
|
-
@property
|
|
26805
|
-
def CalleeInterfaceName(self):
|
|
26806
|
-
r"""被调方接口名
|
|
26807
|
-
:rtype: str
|
|
26808
|
-
"""
|
|
26809
|
-
return self._CalleeInterfaceName
|
|
26810
|
-
|
|
26811
|
-
@CalleeInterfaceName.setter
|
|
26812
|
-
def CalleeInterfaceName(self, CalleeInterfaceName):
|
|
26813
|
-
self._CalleeInterfaceName = CalleeInterfaceName
|
|
26814
|
-
|
|
26815
|
-
@property
|
|
26816
|
-
def ApplicationId(self):
|
|
26817
|
-
r"""应用ID
|
|
26818
|
-
:rtype: str
|
|
26819
|
-
"""
|
|
26820
|
-
return self._ApplicationId
|
|
26821
|
-
|
|
26822
|
-
@ApplicationId.setter
|
|
26823
|
-
def ApplicationId(self, ApplicationId):
|
|
26824
|
-
self._ApplicationId = ApplicationId
|
|
26825
|
-
|
|
26826
|
-
@property
|
|
26827
|
-
def GroupId(self):
|
|
26828
|
-
r"""部署组ID
|
|
26829
|
-
:rtype: str
|
|
26830
|
-
"""
|
|
26831
|
-
return self._GroupId
|
|
26832
|
-
|
|
26833
|
-
@GroupId.setter
|
|
26834
|
-
def GroupId(self, GroupId):
|
|
26835
|
-
self._GroupId = GroupId
|
|
26836
|
-
|
|
26837
|
-
@property
|
|
26838
|
-
def InstanceId(self):
|
|
26839
|
-
r"""实例ID
|
|
26840
|
-
:rtype: str
|
|
26841
|
-
"""
|
|
26842
|
-
return self._InstanceId
|
|
26843
|
-
|
|
26844
|
-
@InstanceId.setter
|
|
26845
|
-
def InstanceId(self, InstanceId):
|
|
26846
|
-
self._InstanceId = InstanceId
|
|
26847
|
-
|
|
26848
|
-
|
|
26849
|
-
def _deserialize(self, params):
|
|
26850
|
-
self._Dimension = params.get("Dimension")
|
|
26851
|
-
self._StartTime = params.get("StartTime")
|
|
26852
|
-
self._EndTime = params.get("EndTime")
|
|
26853
|
-
self._NamespaceId = params.get("NamespaceId")
|
|
26854
|
-
self._ServiceId = params.get("ServiceId")
|
|
26855
|
-
self._CallerServiceName = params.get("CallerServiceName")
|
|
26856
|
-
self._CalleeServiceName = params.get("CalleeServiceName")
|
|
26857
|
-
self._CallerInterfaceName = params.get("CallerInterfaceName")
|
|
26858
|
-
self._CalleeInterfaceName = params.get("CalleeInterfaceName")
|
|
26859
|
-
self._ApplicationId = params.get("ApplicationId")
|
|
26860
|
-
self._GroupId = params.get("GroupId")
|
|
26861
|
-
self._InstanceId = params.get("InstanceId")
|
|
26862
|
-
memeber_set = set(params.keys())
|
|
26863
|
-
for name, value in vars(self).items():
|
|
26864
|
-
property_name = name[1:]
|
|
26865
|
-
if property_name in memeber_set:
|
|
26866
|
-
memeber_set.remove(property_name)
|
|
26867
|
-
if len(memeber_set) > 0:
|
|
26868
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
26869
|
-
|
|
26870
|
-
|
|
26871
|
-
|
|
26872
|
-
class DescribeInovcationIndicatorsResponse(AbstractModel):
|
|
26873
|
-
r"""DescribeInovcationIndicators返回参数结构体
|
|
26874
|
-
|
|
26875
|
-
"""
|
|
26876
|
-
|
|
26877
|
-
def __init__(self):
|
|
26878
|
-
r"""
|
|
26879
|
-
:param _Result: 服务调用监控指标
|
|
26880
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
26881
|
-
:type Result: :class:`tencentcloud.tsf.v20180326.models.InvocationIndicator`
|
|
26882
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
26883
|
-
:type RequestId: str
|
|
26884
|
-
"""
|
|
26885
|
-
self._Result = None
|
|
26886
|
-
self._RequestId = None
|
|
26887
|
-
|
|
26888
|
-
@property
|
|
26889
|
-
def Result(self):
|
|
26890
|
-
r"""服务调用监控指标
|
|
26891
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
26892
|
-
:rtype: :class:`tencentcloud.tsf.v20180326.models.InvocationIndicator`
|
|
26893
|
-
"""
|
|
26894
|
-
return self._Result
|
|
26895
|
-
|
|
26896
|
-
@Result.setter
|
|
26897
|
-
def Result(self, Result):
|
|
26898
|
-
self._Result = Result
|
|
26899
|
-
|
|
26900
|
-
@property
|
|
26901
|
-
def RequestId(self):
|
|
26902
|
-
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
26903
|
-
:rtype: str
|
|
26904
|
-
"""
|
|
26905
|
-
return self._RequestId
|
|
26906
|
-
|
|
26907
|
-
@RequestId.setter
|
|
26908
|
-
def RequestId(self, RequestId):
|
|
26909
|
-
self._RequestId = RequestId
|
|
26910
|
-
|
|
26911
|
-
|
|
26912
|
-
def _deserialize(self, params):
|
|
26913
|
-
if params.get("Result") is not None:
|
|
26914
|
-
self._Result = InvocationIndicator()
|
|
26915
|
-
self._Result._deserialize(params.get("Result"))
|
|
26916
|
-
self._RequestId = params.get("RequestId")
|
|
26917
|
-
|
|
26918
|
-
|
|
26919
26670
|
class DescribeInstancesRequest(AbstractModel):
|
|
26920
26671
|
r"""DescribeInstances请求参数结构体
|
|
26921
26672
|
|
|
@@ -39629,72 +39380,6 @@ class ImageTagsResult(AbstractModel):
|
|
|
39629
39380
|
|
|
39630
39381
|
|
|
39631
39382
|
|
|
39632
|
-
class IndicatorCoord(AbstractModel):
|
|
39633
|
-
r"""监控指标坐标
|
|
39634
|
-
|
|
39635
|
-
"""
|
|
39636
|
-
|
|
39637
|
-
def __init__(self):
|
|
39638
|
-
r"""
|
|
39639
|
-
:param _CoordX: 指标横坐标值
|
|
39640
|
-
:type CoordX: str
|
|
39641
|
-
:param _CoordY: 指标纵坐标值
|
|
39642
|
-
:type CoordY: str
|
|
39643
|
-
:param _CoordTag: 指标标签,用于标识附加信息
|
|
39644
|
-
:type CoordTag: str
|
|
39645
|
-
"""
|
|
39646
|
-
self._CoordX = None
|
|
39647
|
-
self._CoordY = None
|
|
39648
|
-
self._CoordTag = None
|
|
39649
|
-
|
|
39650
|
-
@property
|
|
39651
|
-
def CoordX(self):
|
|
39652
|
-
r"""指标横坐标值
|
|
39653
|
-
:rtype: str
|
|
39654
|
-
"""
|
|
39655
|
-
return self._CoordX
|
|
39656
|
-
|
|
39657
|
-
@CoordX.setter
|
|
39658
|
-
def CoordX(self, CoordX):
|
|
39659
|
-
self._CoordX = CoordX
|
|
39660
|
-
|
|
39661
|
-
@property
|
|
39662
|
-
def CoordY(self):
|
|
39663
|
-
r"""指标纵坐标值
|
|
39664
|
-
:rtype: str
|
|
39665
|
-
"""
|
|
39666
|
-
return self._CoordY
|
|
39667
|
-
|
|
39668
|
-
@CoordY.setter
|
|
39669
|
-
def CoordY(self, CoordY):
|
|
39670
|
-
self._CoordY = CoordY
|
|
39671
|
-
|
|
39672
|
-
@property
|
|
39673
|
-
def CoordTag(self):
|
|
39674
|
-
r"""指标标签,用于标识附加信息
|
|
39675
|
-
:rtype: str
|
|
39676
|
-
"""
|
|
39677
|
-
return self._CoordTag
|
|
39678
|
-
|
|
39679
|
-
@CoordTag.setter
|
|
39680
|
-
def CoordTag(self, CoordTag):
|
|
39681
|
-
self._CoordTag = CoordTag
|
|
39682
|
-
|
|
39683
|
-
|
|
39684
|
-
def _deserialize(self, params):
|
|
39685
|
-
self._CoordX = params.get("CoordX")
|
|
39686
|
-
self._CoordY = params.get("CoordY")
|
|
39687
|
-
self._CoordTag = params.get("CoordTag")
|
|
39688
|
-
memeber_set = set(params.keys())
|
|
39689
|
-
for name, value in vars(self).items():
|
|
39690
|
-
property_name = name[1:]
|
|
39691
|
-
if property_name in memeber_set:
|
|
39692
|
-
memeber_set.remove(property_name)
|
|
39693
|
-
if len(memeber_set) > 0:
|
|
39694
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
39695
|
-
|
|
39696
|
-
|
|
39697
|
-
|
|
39698
39383
|
class Instance(AbstractModel):
|
|
39699
39384
|
r"""机器实例
|
|
39700
39385
|
|
|
@@ -40845,178 +40530,6 @@ class InstanceResourceConfig(AbstractModel):
|
|
|
40845
40530
|
|
|
40846
40531
|
|
|
40847
40532
|
|
|
40848
|
-
class InvocationIndicator(AbstractModel):
|
|
40849
|
-
r"""服务调用监控指标
|
|
40850
|
-
|
|
40851
|
-
"""
|
|
40852
|
-
|
|
40853
|
-
def __init__(self):
|
|
40854
|
-
r"""
|
|
40855
|
-
:param _InvocationQuantity: 总请求数
|
|
40856
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
40857
|
-
:type InvocationQuantity: int
|
|
40858
|
-
:param _InvocationSuccessRate: 请求成功率,百分比
|
|
40859
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
40860
|
-
:type InvocationSuccessRate: float
|
|
40861
|
-
:param _InvocationAvgDuration: 请求平均耗时,单位毫秒
|
|
40862
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
40863
|
-
:type InvocationAvgDuration: float
|
|
40864
|
-
:param _InvocationSuccessDistribution: 成功请求数时间分布
|
|
40865
|
-
:type InvocationSuccessDistribution: list of IndicatorCoord
|
|
40866
|
-
:param _InvocationFailedDistribution: 失败请求数时间分布
|
|
40867
|
-
:type InvocationFailedDistribution: list of IndicatorCoord
|
|
40868
|
-
:param _InvocationStatusDistribution: 状态码分布
|
|
40869
|
-
:type InvocationStatusDistribution: list of IndicatorCoord
|
|
40870
|
-
:param _InvocationDurationDistribution: 时延分布
|
|
40871
|
-
:type InvocationDurationDistribution: list of IndicatorCoord
|
|
40872
|
-
:param _InvocationQuantityDistribution: 并发请求次数时间分布
|
|
40873
|
-
:type InvocationQuantityDistribution: list of IndicatorCoord
|
|
40874
|
-
"""
|
|
40875
|
-
self._InvocationQuantity = None
|
|
40876
|
-
self._InvocationSuccessRate = None
|
|
40877
|
-
self._InvocationAvgDuration = None
|
|
40878
|
-
self._InvocationSuccessDistribution = None
|
|
40879
|
-
self._InvocationFailedDistribution = None
|
|
40880
|
-
self._InvocationStatusDistribution = None
|
|
40881
|
-
self._InvocationDurationDistribution = None
|
|
40882
|
-
self._InvocationQuantityDistribution = None
|
|
40883
|
-
|
|
40884
|
-
@property
|
|
40885
|
-
def InvocationQuantity(self):
|
|
40886
|
-
r"""总请求数
|
|
40887
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
40888
|
-
:rtype: int
|
|
40889
|
-
"""
|
|
40890
|
-
return self._InvocationQuantity
|
|
40891
|
-
|
|
40892
|
-
@InvocationQuantity.setter
|
|
40893
|
-
def InvocationQuantity(self, InvocationQuantity):
|
|
40894
|
-
self._InvocationQuantity = InvocationQuantity
|
|
40895
|
-
|
|
40896
|
-
@property
|
|
40897
|
-
def InvocationSuccessRate(self):
|
|
40898
|
-
r"""请求成功率,百分比
|
|
40899
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
40900
|
-
:rtype: float
|
|
40901
|
-
"""
|
|
40902
|
-
return self._InvocationSuccessRate
|
|
40903
|
-
|
|
40904
|
-
@InvocationSuccessRate.setter
|
|
40905
|
-
def InvocationSuccessRate(self, InvocationSuccessRate):
|
|
40906
|
-
self._InvocationSuccessRate = InvocationSuccessRate
|
|
40907
|
-
|
|
40908
|
-
@property
|
|
40909
|
-
def InvocationAvgDuration(self):
|
|
40910
|
-
r"""请求平均耗时,单位毫秒
|
|
40911
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
40912
|
-
:rtype: float
|
|
40913
|
-
"""
|
|
40914
|
-
return self._InvocationAvgDuration
|
|
40915
|
-
|
|
40916
|
-
@InvocationAvgDuration.setter
|
|
40917
|
-
def InvocationAvgDuration(self, InvocationAvgDuration):
|
|
40918
|
-
self._InvocationAvgDuration = InvocationAvgDuration
|
|
40919
|
-
|
|
40920
|
-
@property
|
|
40921
|
-
def InvocationSuccessDistribution(self):
|
|
40922
|
-
r"""成功请求数时间分布
|
|
40923
|
-
:rtype: list of IndicatorCoord
|
|
40924
|
-
"""
|
|
40925
|
-
return self._InvocationSuccessDistribution
|
|
40926
|
-
|
|
40927
|
-
@InvocationSuccessDistribution.setter
|
|
40928
|
-
def InvocationSuccessDistribution(self, InvocationSuccessDistribution):
|
|
40929
|
-
self._InvocationSuccessDistribution = InvocationSuccessDistribution
|
|
40930
|
-
|
|
40931
|
-
@property
|
|
40932
|
-
def InvocationFailedDistribution(self):
|
|
40933
|
-
r"""失败请求数时间分布
|
|
40934
|
-
:rtype: list of IndicatorCoord
|
|
40935
|
-
"""
|
|
40936
|
-
return self._InvocationFailedDistribution
|
|
40937
|
-
|
|
40938
|
-
@InvocationFailedDistribution.setter
|
|
40939
|
-
def InvocationFailedDistribution(self, InvocationFailedDistribution):
|
|
40940
|
-
self._InvocationFailedDistribution = InvocationFailedDistribution
|
|
40941
|
-
|
|
40942
|
-
@property
|
|
40943
|
-
def InvocationStatusDistribution(self):
|
|
40944
|
-
r"""状态码分布
|
|
40945
|
-
:rtype: list of IndicatorCoord
|
|
40946
|
-
"""
|
|
40947
|
-
return self._InvocationStatusDistribution
|
|
40948
|
-
|
|
40949
|
-
@InvocationStatusDistribution.setter
|
|
40950
|
-
def InvocationStatusDistribution(self, InvocationStatusDistribution):
|
|
40951
|
-
self._InvocationStatusDistribution = InvocationStatusDistribution
|
|
40952
|
-
|
|
40953
|
-
@property
|
|
40954
|
-
def InvocationDurationDistribution(self):
|
|
40955
|
-
r"""时延分布
|
|
40956
|
-
:rtype: list of IndicatorCoord
|
|
40957
|
-
"""
|
|
40958
|
-
return self._InvocationDurationDistribution
|
|
40959
|
-
|
|
40960
|
-
@InvocationDurationDistribution.setter
|
|
40961
|
-
def InvocationDurationDistribution(self, InvocationDurationDistribution):
|
|
40962
|
-
self._InvocationDurationDistribution = InvocationDurationDistribution
|
|
40963
|
-
|
|
40964
|
-
@property
|
|
40965
|
-
def InvocationQuantityDistribution(self):
|
|
40966
|
-
r"""并发请求次数时间分布
|
|
40967
|
-
:rtype: list of IndicatorCoord
|
|
40968
|
-
"""
|
|
40969
|
-
return self._InvocationQuantityDistribution
|
|
40970
|
-
|
|
40971
|
-
@InvocationQuantityDistribution.setter
|
|
40972
|
-
def InvocationQuantityDistribution(self, InvocationQuantityDistribution):
|
|
40973
|
-
self._InvocationQuantityDistribution = InvocationQuantityDistribution
|
|
40974
|
-
|
|
40975
|
-
|
|
40976
|
-
def _deserialize(self, params):
|
|
40977
|
-
self._InvocationQuantity = params.get("InvocationQuantity")
|
|
40978
|
-
self._InvocationSuccessRate = params.get("InvocationSuccessRate")
|
|
40979
|
-
self._InvocationAvgDuration = params.get("InvocationAvgDuration")
|
|
40980
|
-
if params.get("InvocationSuccessDistribution") is not None:
|
|
40981
|
-
self._InvocationSuccessDistribution = []
|
|
40982
|
-
for item in params.get("InvocationSuccessDistribution"):
|
|
40983
|
-
obj = IndicatorCoord()
|
|
40984
|
-
obj._deserialize(item)
|
|
40985
|
-
self._InvocationSuccessDistribution.append(obj)
|
|
40986
|
-
if params.get("InvocationFailedDistribution") is not None:
|
|
40987
|
-
self._InvocationFailedDistribution = []
|
|
40988
|
-
for item in params.get("InvocationFailedDistribution"):
|
|
40989
|
-
obj = IndicatorCoord()
|
|
40990
|
-
obj._deserialize(item)
|
|
40991
|
-
self._InvocationFailedDistribution.append(obj)
|
|
40992
|
-
if params.get("InvocationStatusDistribution") is not None:
|
|
40993
|
-
self._InvocationStatusDistribution = []
|
|
40994
|
-
for item in params.get("InvocationStatusDistribution"):
|
|
40995
|
-
obj = IndicatorCoord()
|
|
40996
|
-
obj._deserialize(item)
|
|
40997
|
-
self._InvocationStatusDistribution.append(obj)
|
|
40998
|
-
if params.get("InvocationDurationDistribution") is not None:
|
|
40999
|
-
self._InvocationDurationDistribution = []
|
|
41000
|
-
for item in params.get("InvocationDurationDistribution"):
|
|
41001
|
-
obj = IndicatorCoord()
|
|
41002
|
-
obj._deserialize(item)
|
|
41003
|
-
self._InvocationDurationDistribution.append(obj)
|
|
41004
|
-
if params.get("InvocationQuantityDistribution") is not None:
|
|
41005
|
-
self._InvocationQuantityDistribution = []
|
|
41006
|
-
for item in params.get("InvocationQuantityDistribution"):
|
|
41007
|
-
obj = IndicatorCoord()
|
|
41008
|
-
obj._deserialize(item)
|
|
41009
|
-
self._InvocationQuantityDistribution.append(obj)
|
|
41010
|
-
memeber_set = set(params.keys())
|
|
41011
|
-
for name, value in vars(self).items():
|
|
41012
|
-
property_name = name[1:]
|
|
41013
|
-
if property_name in memeber_set:
|
|
41014
|
-
memeber_set.remove(property_name)
|
|
41015
|
-
if len(memeber_set) > 0:
|
|
41016
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
41017
|
-
|
|
41018
|
-
|
|
41019
|
-
|
|
41020
40533
|
class InvocationMetricScatterPlot(AbstractModel):
|
|
41021
40534
|
r"""监控数据散点图
|
|
41022
40535
|
|
|
@@ -55035,10 +54548,8 @@ class TsfPageBusinessLogV2(AbstractModel):
|
|
|
55035
54548
|
:param _Content: 业务日志列表
|
|
55036
54549
|
:type Content: list of BusinessLogV2
|
|
55037
54550
|
:param _ScrollId: 游标ID
|
|
55038
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
55039
54551
|
:type ScrollId: str
|
|
55040
54552
|
:param _Status: 查询状态,SUCCESS:查询成功完成,ERROR_RANGE_EXCEED:查询范围过大异常,ERROR_COMPLEX_CONDITION:查询条件复杂异常,ERROR_OTHER_CAUSE:其他异常
|
|
55041
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
55042
54553
|
:type Status: str
|
|
55043
54554
|
:param _SearchAfter: 查询es时,使用searchAfter返回的游标
|
|
55044
54555
|
:type SearchAfter: list of str
|
|
@@ -55074,7 +54585,6 @@ class TsfPageBusinessLogV2(AbstractModel):
|
|
|
55074
54585
|
@property
|
|
55075
54586
|
def ScrollId(self):
|
|
55076
54587
|
r"""游标ID
|
|
55077
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
55078
54588
|
:rtype: str
|
|
55079
54589
|
"""
|
|
55080
54590
|
return self._ScrollId
|
|
@@ -55086,7 +54596,6 @@ class TsfPageBusinessLogV2(AbstractModel):
|
|
|
55086
54596
|
@property
|
|
55087
54597
|
def Status(self):
|
|
55088
54598
|
r"""查询状态,SUCCESS:查询成功完成,ERROR_RANGE_EXCEED:查询范围过大异常,ERROR_COMPLEX_CONDITION:查询条件复杂异常,ERROR_OTHER_CAUSE:其他异常
|
|
55089
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
55090
54599
|
:rtype: str
|
|
55091
54600
|
"""
|
|
55092
54601
|
return self._Status
|
|
@@ -56167,10 +55676,8 @@ class TsfPageStdoutLogV2(AbstractModel):
|
|
|
56167
55676
|
:param _Content: 标准输出日志列表
|
|
56168
55677
|
:type Content: list of StdoutLogV2
|
|
56169
55678
|
:param _ScrollId: 游标ID
|
|
56170
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
56171
55679
|
:type ScrollId: str
|
|
56172
55680
|
:param _Status: 查询状态,SUCCESS:查询成功完成,ERROR_RANGE_EXCEED:查询范围过大异常,ERROR_COMPLEX_CONDITION:查询条件复杂异常,ERROR_OTHER_CAUSE:其他异常
|
|
56173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
56174
55681
|
:type Status: str
|
|
56175
55682
|
:param _SearchAfter: 查询es使用searchAfter时,游标
|
|
56176
55683
|
:type SearchAfter: list of str
|
|
@@ -56206,7 +55713,6 @@ class TsfPageStdoutLogV2(AbstractModel):
|
|
|
56206
55713
|
@property
|
|
56207
55714
|
def ScrollId(self):
|
|
56208
55715
|
r"""游标ID
|
|
56209
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
56210
55716
|
:rtype: str
|
|
56211
55717
|
"""
|
|
56212
55718
|
return self._ScrollId
|
|
@@ -56218,7 +55724,6 @@ class TsfPageStdoutLogV2(AbstractModel):
|
|
|
56218
55724
|
@property
|
|
56219
55725
|
def Status(self):
|
|
56220
55726
|
r"""查询状态,SUCCESS:查询成功完成,ERROR_RANGE_EXCEED:查询范围过大异常,ERROR_COMPLEX_CONDITION:查询条件复杂异常,ERROR_OTHER_CAUSE:其他异常
|
|
56221
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
56222
55727
|
:rtype: str
|
|
56223
55728
|
"""
|
|
56224
55729
|
return self._Status
|