tencentcloud-sdk-python-apm 3.0.1245__py2.py3-none-any.whl → 3.0.1248__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 +16 -15
- {tencentcloud_sdk_python_apm-3.0.1245.dist-info → tencentcloud_sdk_python_apm-3.0.1248.dist-info}/METADATA +2 -2
- tencentcloud_sdk_python_apm-3.0.1248.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_apm-3.0.1245.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_apm-3.0.1245.dist-info → tencentcloud_sdk_python_apm-3.0.1248.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_apm-3.0.1245.dist-info → tencentcloud_sdk_python_apm-3.0.1248.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -218,17 +218,17 @@ class ApmApplicationConfigView(AbstractModel):
|
|
|
218
218
|
|
|
219
219
|
def __init__(self):
|
|
220
220
|
r"""
|
|
221
|
-
:param _InstanceKey:
|
|
221
|
+
:param _InstanceKey: 业务系统ID
|
|
222
222
|
:type InstanceKey: str
|
|
223
|
-
:param _ServiceName:
|
|
223
|
+
:param _ServiceName: 应用名
|
|
224
224
|
:type ServiceName: str
|
|
225
225
|
:param _OperationNameFilter: 接口过滤
|
|
226
226
|
:type OperationNameFilter: str
|
|
227
|
-
:param _ExceptionFilter:
|
|
227
|
+
:param _ExceptionFilter: 错误类型过滤
|
|
228
228
|
:type ExceptionFilter: str
|
|
229
|
-
:param _ErrorCodeFilter:
|
|
229
|
+
:param _ErrorCodeFilter: HTTP状态码过滤
|
|
230
230
|
:type ErrorCodeFilter: str
|
|
231
|
-
:param _EventEnable:
|
|
231
|
+
:param _EventEnable: 应用诊断开关(已废弃)
|
|
232
232
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
233
233
|
:type EventEnable: bool
|
|
234
234
|
:param _UrlConvergenceSwitch: URL收敛开关 0 关 1 开
|
|
@@ -241,23 +241,23 @@ class ApmApplicationConfigView(AbstractModel):
|
|
|
241
241
|
:type UrlExclude: str
|
|
242
242
|
:param _IsRelatedLog: 是否开启日志 0 关 1 开
|
|
243
243
|
:type IsRelatedLog: int
|
|
244
|
-
:param _LogSource:
|
|
244
|
+
:param _LogSource: 日志源
|
|
245
245
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
246
246
|
:type LogSource: str
|
|
247
|
-
:param _LogSet:
|
|
247
|
+
:param _LogSet: 日志集
|
|
248
248
|
:type LogSet: str
|
|
249
|
-
:param _LogTopicID: 日志主题
|
|
249
|
+
:param _LogTopicID: 日志主题
|
|
250
250
|
:type LogTopicID: str
|
|
251
|
-
:param _SnapshotEnable:
|
|
251
|
+
:param _SnapshotEnable: 方法栈快照开关 true 开启 false 关闭
|
|
252
252
|
:type SnapshotEnable: bool
|
|
253
|
-
:param _SnapshotTimeout:
|
|
253
|
+
:param _SnapshotTimeout: 慢调用监听触发阈值
|
|
254
254
|
:type SnapshotTimeout: int
|
|
255
|
-
:param _AgentEnable:
|
|
255
|
+
:param _AgentEnable: 探针总开关
|
|
256
256
|
:type AgentEnable: bool
|
|
257
|
-
:param _InstrumentList:
|
|
257
|
+
:param _InstrumentList: 组件列表开关(已废弃)
|
|
258
258
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
259
259
|
:type InstrumentList: list of Instrument
|
|
260
|
-
:param _TraceSquash:
|
|
260
|
+
:param _TraceSquash: 链路压缩开关(已废弃)
|
|
261
261
|
:type TraceSquash: bool
|
|
262
262
|
"""
|
|
263
263
|
self._InstanceKey = None
|
|
@@ -3072,11 +3072,12 @@ class ModifyGeneralApmApplicationConfigRequest(AbstractModel):
|
|
|
3072
3072
|
|
|
3073
3073
|
def __init__(self):
|
|
3074
3074
|
r"""
|
|
3075
|
-
:param _InstanceId:
|
|
3075
|
+
:param _InstanceId: 业务系统Id
|
|
3076
3076
|
:type InstanceId: str
|
|
3077
3077
|
:param _Tags: 需要修改的字段key value分别指定字段名、字段值
|
|
3078
|
+
[具体字段请见](https://cloud.tencent.com/document/product/248/111241)
|
|
3078
3079
|
:type Tags: list of ApmTag
|
|
3079
|
-
:param _ServiceNames:
|
|
3080
|
+
:param _ServiceNames: 需要修改配置的应用列表名称
|
|
3080
3081
|
:type ServiceNames: list of str
|
|
3081
3082
|
"""
|
|
3082
3083
|
self._InstanceId = None
|
|
@@ -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.1248
|
|
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.1248)
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
tencentcloud/__init__.py,sha256=vGY1hvPJSvgdWfgkXLXymn7h9TMuTrELcNca4lWtX1Q,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=o1M-OVvg-MTV37dZ_Y_yI6yDJ3xsovlrSKOnY1HdrGc,12187
|
|
5
|
+
tencentcloud/apm/v20210622/errorcodes.py,sha256=Zuql3KDXdj33tgIzOSAn6cCt3JRXVH25AOHbbwtOjoE,4845
|
|
6
|
+
tencentcloud/apm/v20210622/models.py,sha256=ZsPpXZg-DAiRrYbsjUyFpf1adTCqOo4Y61IYfEnszQ8,108903
|
|
7
|
+
tencentcloud_sdk_python_apm-3.0.1248.dist-info/METADATA,sha256=eCHaC4MUczFYpoAGOZYuXHGQXp0PJp4Vw5fSHeDBOgI,1492
|
|
8
|
+
tencentcloud_sdk_python_apm-3.0.1248.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
+
tencentcloud_sdk_python_apm-3.0.1248.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
+
tencentcloud_sdk_python_apm-3.0.1248.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=o50SRr8natHZuTn4FLYeVBso1UA6ymaPomAd3xT6rPA,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=o1M-OVvg-MTV37dZ_Y_yI6yDJ3xsovlrSKOnY1HdrGc,12187
|
|
5
|
-
tencentcloud/apm/v20210622/errorcodes.py,sha256=Zuql3KDXdj33tgIzOSAn6cCt3JRXVH25AOHbbwtOjoE,4845
|
|
6
|
-
tencentcloud/apm/v20210622/models.py,sha256=FBiURpLe2Gwo9In5zqYvGHbSPyOhTbQntEpdlNs_B1o,108742
|
|
7
|
-
tencentcloud_sdk_python_apm-3.0.1245.dist-info/METADATA,sha256=RO21g1XC8QpKvMA0efBmbF5bFNSHQy9kejN3DXA9bHc,1492
|
|
8
|
-
tencentcloud_sdk_python_apm-3.0.1245.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
9
|
-
tencentcloud_sdk_python_apm-3.0.1245.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
10
|
-
tencentcloud_sdk_python_apm-3.0.1245.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|