tencentcloud-sdk-python-apm 3.0.1376__py2.py3-none-any.whl → 3.0.1377__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-apm might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/apm/v20210622/models.py +30 -0
- {tencentcloud_sdk_python_apm-3.0.1376.dist-info → tencentcloud_sdk_python_apm-3.0.1377.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_apm-3.0.1377.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_apm-3.0.1376.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_apm-3.0.1376.dist-info → tencentcloud_sdk_python_apm-3.0.1377.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_apm-3.0.1376.dist-info → tencentcloud_sdk_python_apm-3.0.1377.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -3731,6 +3731,10 @@ class ModifyApmInstanceRequest(AbstractModel):
|
|
|
3731
3731
|
:type IsRemoteCommandExecutionAnalysis: int
|
|
3732
3732
|
:param _IsMemoryHijackingAnalysis: 是否开启内存马检测
|
|
3733
3733
|
:type IsMemoryHijackingAnalysis: int
|
|
3734
|
+
:param _LogIndexType: 0=全文索引,1=键值索引
|
|
3735
|
+
:type LogIndexType: int
|
|
3736
|
+
:param _LogTraceIdKey: traceId的索引key
|
|
3737
|
+
:type LogTraceIdKey: str
|
|
3734
3738
|
"""
|
|
3735
3739
|
self._InstanceId = None
|
|
3736
3740
|
self._Name = None
|
|
@@ -3758,6 +3762,8 @@ class ModifyApmInstanceRequest(AbstractModel):
|
|
|
3758
3762
|
self._IsInstrumentationVulnerabilityScan = None
|
|
3759
3763
|
self._IsRemoteCommandExecutionAnalysis = None
|
|
3760
3764
|
self._IsMemoryHijackingAnalysis = None
|
|
3765
|
+
self._LogIndexType = None
|
|
3766
|
+
self._LogTraceIdKey = None
|
|
3761
3767
|
|
|
3762
3768
|
@property
|
|
3763
3769
|
def InstanceId(self):
|
|
@@ -4045,6 +4051,28 @@ class ModifyApmInstanceRequest(AbstractModel):
|
|
|
4045
4051
|
def IsMemoryHijackingAnalysis(self, IsMemoryHijackingAnalysis):
|
|
4046
4052
|
self._IsMemoryHijackingAnalysis = IsMemoryHijackingAnalysis
|
|
4047
4053
|
|
|
4054
|
+
@property
|
|
4055
|
+
def LogIndexType(self):
|
|
4056
|
+
"""0=全文索引,1=键值索引
|
|
4057
|
+
:rtype: int
|
|
4058
|
+
"""
|
|
4059
|
+
return self._LogIndexType
|
|
4060
|
+
|
|
4061
|
+
@LogIndexType.setter
|
|
4062
|
+
def LogIndexType(self, LogIndexType):
|
|
4063
|
+
self._LogIndexType = LogIndexType
|
|
4064
|
+
|
|
4065
|
+
@property
|
|
4066
|
+
def LogTraceIdKey(self):
|
|
4067
|
+
"""traceId的索引key
|
|
4068
|
+
:rtype: str
|
|
4069
|
+
"""
|
|
4070
|
+
return self._LogTraceIdKey
|
|
4071
|
+
|
|
4072
|
+
@LogTraceIdKey.setter
|
|
4073
|
+
def LogTraceIdKey(self, LogTraceIdKey):
|
|
4074
|
+
self._LogTraceIdKey = LogTraceIdKey
|
|
4075
|
+
|
|
4048
4076
|
|
|
4049
4077
|
def _deserialize(self, params):
|
|
4050
4078
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -4078,6 +4106,8 @@ class ModifyApmInstanceRequest(AbstractModel):
|
|
|
4078
4106
|
self._IsInstrumentationVulnerabilityScan = params.get("IsInstrumentationVulnerabilityScan")
|
|
4079
4107
|
self._IsRemoteCommandExecutionAnalysis = params.get("IsRemoteCommandExecutionAnalysis")
|
|
4080
4108
|
self._IsMemoryHijackingAnalysis = params.get("IsMemoryHijackingAnalysis")
|
|
4109
|
+
self._LogIndexType = params.get("LogIndexType")
|
|
4110
|
+
self._LogTraceIdKey = params.get("LogTraceIdKey")
|
|
4081
4111
|
memeber_set = set(params.keys())
|
|
4082
4112
|
for name, value in vars(self).items():
|
|
4083
4113
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-apm
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1377
|
|
4
4
|
Summary: Tencent Cloud Apm SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common (==3.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (==3.0.1377)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=QOG6nOaQTBseW_Ad_7yMUZEUwj_wRRGZ_xlug1B2myw,631
|
|
2
|
+
tencentcloud/apm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
tencentcloud/apm/v20210622/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
tencentcloud/apm/v20210622/apm_client.py,sha256=nFFknbBdefC-Obq2c7WbkD_zo2g6Q8VpldpTA8d3vDc,13218
|
|
5
|
+
tencentcloud/apm/v20210622/errorcodes.py,sha256=ciIcLaYfEH1s5Yy7P0cVqW9eOtcvLQHi0bcsC-_24ps,5073
|
|
6
|
+
tencentcloud/apm/v20210622/models.py,sha256=1h4JnVdeZMJcZR-jonXc7nkz9TyNesTCgaykZ8mBEk8,143539
|
|
7
|
+
tencentcloud_sdk_python_apm-3.0.1377.dist-info/METADATA,sha256=GAM1uNJxAUZrRXZNViRv6aCQsyV3J-OYj7z7pCq2It8,1496
|
|
8
|
+
tencentcloud_sdk_python_apm-3.0.1377.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_apm-3.0.1377.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_apm-3.0.1377.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=RWHcg70bXJMLCvRm-IYCy0U-bEd0lSg93uM0LteNT1E,631
|
|
2
|
-
tencentcloud/apm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
tencentcloud/apm/v20210622/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
tencentcloud/apm/v20210622/apm_client.py,sha256=nFFknbBdefC-Obq2c7WbkD_zo2g6Q8VpldpTA8d3vDc,13218
|
|
5
|
-
tencentcloud/apm/v20210622/errorcodes.py,sha256=ciIcLaYfEH1s5Yy7P0cVqW9eOtcvLQHi0bcsC-_24ps,5073
|
|
6
|
-
tencentcloud/apm/v20210622/models.py,sha256=dawae1EtzpOws7PgXXXQBDfMRn3rT4MyC-4ghFIL4fY,142659
|
|
7
|
-
tencentcloud_sdk_python_apm-3.0.1376.dist-info/METADATA,sha256=zuVlJT0jjkIDeN0QwzTdRYxs14zBnyHg8KtrXLvDi0g,1496
|
|
8
|
-
tencentcloud_sdk_python_apm-3.0.1376.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_apm-3.0.1376.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_apm-3.0.1376.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|