tencentcloud-sdk-python 3.0.1351__py2.py3-none-any.whl → 3.0.1353__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tencentcloud/__init__.py +1 -1
- tencentcloud/batch/v20170312/batch_client.py +0 -46
- tencentcloud/batch/v20170312/errorcodes.py +0 -9
- tencentcloud/batch/v20170312/models.py +21 -962
- tencentcloud/bi/v20220105/models.py +145 -0
- tencentcloud/cam/v20190116/errorcodes.py +3 -0
- tencentcloud/cam/v20190116/models.py +0 -82
- tencentcloud/cbs/v20170312/models.py +6 -14
- tencentcloud/cdn/v20180606/models.py +0 -46
- tencentcloud/chdfs/v20201112/models.py +2 -2
- tencentcloud/cls/v20201016/cls_client.py +92 -0
- tencentcloud/cls/v20201016/models.py +908 -26
- tencentcloud/controlcenter/v20230110/models.py +0 -58
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/models.py +2 -6
- tencentcloud/dbbrain/v20191016/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20191016/models.py +603 -10
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +46 -0
- tencentcloud/dbbrain/v20210527/models.py +942 -49
- tencentcloud/dcdb/v20180411/models.py +175 -2
- tencentcloud/dlc/v20210125/dlc_client.py +23 -0
- tencentcloud/dlc/v20210125/errorcodes.py +3 -0
- tencentcloud/dlc/v20210125/models.py +284 -0
- tencentcloud/dnspod/v20210323/models.py +0 -70
- tencentcloud/ess/v20201111/models.py +6 -6
- tencentcloud/essbasic/v20210526/models.py +2 -2
- tencentcloud/facefusion/v20220927/models.py +4 -2
- tencentcloud/gs/v20191118/models.py +51 -4
- tencentcloud/hai/v20230812/models.py +2 -18
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
- tencentcloud/iotexplorer/v20190423/models.py +141 -420
- tencentcloud/live/v20180801/models.py +4 -6
- tencentcloud/lkeap/v20240522/models.py +12 -6
- tencentcloud/mariadb/v20170312/models.py +151 -2
- tencentcloud/mps/v20190612/models.py +10 -10
- tencentcloud/mqtt/v20240516/models.py +97 -14
- tencentcloud/ocr/v20181119/errorcodes.py +0 -3
- tencentcloud/ocr/v20181119/models.py +143 -558
- tencentcloud/ocr/v20181119/ocr_client.py +0 -23
- tencentcloud/organization/v20210331/models.py +15 -0
- tencentcloud/partners/v20180321/models.py +15 -0
- tencentcloud/sqlserver/v20180328/models.py +15 -0
- tencentcloud/tcb/v20180608/models.py +20 -0
- tencentcloud/tdmq/v20200217/models.py +45 -0
- tencentcloud/teo/v20220106/teo_client.py +6 -2
- tencentcloud/teo/v20220901/models.py +85 -12
- tencentcloud/tione/v20211111/models.py +35 -3
- tencentcloud/trro/v20220325/models.py +992 -44
- tencentcloud/trro/v20220325/trro_client.py +117 -0
- tencentcloud/tse/v20201207/models.py +0 -34
- tencentcloud/vdb/v20230616/models.py +1438 -40
- tencentcloud/vdb/v20230616/vdb_client.py +184 -0
- tencentcloud/vod/v20180717/models.py +15 -0
- tencentcloud/vod/v20240718/errorcodes.py +33 -0
- tencentcloud/vod/v20240718/models.py +1839 -0
- tencentcloud/vod/v20240718/vod_client.py +146 -0
- tencentcloud/vpc/v20170312/models.py +300 -0
- tencentcloud/vpc/v20170312/vpc_client.py +26 -0
- tencentcloud/wedata/v20210820/models.py +808 -0
- tencentcloud/wedata/v20210820/wedata_client.py +46 -0
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +3 -1
- {tencentcloud_sdk_python-3.0.1351.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1351.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/RECORD +66 -66
- {tencentcloud_sdk_python-3.0.1351.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1351.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1351.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/top_level.txt +0 -0
@@ -1130,6 +1130,29 @@ class DbbrainClient(AbstractClient):
|
|
1130
1130
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1131
1131
|
|
1132
1132
|
|
1133
|
+
def DescribeRedisSlowLogTopSqls(self, request):
|
1134
|
+
"""统计排序指定时间段内的top慢sql。
|
1135
|
+
|
1136
|
+
:param request: Request instance for DescribeRedisSlowLogTopSqls.
|
1137
|
+
:type request: :class:`tencentcloud.dbbrain.v20210527.models.DescribeRedisSlowLogTopSqlsRequest`
|
1138
|
+
:rtype: :class:`tencentcloud.dbbrain.v20210527.models.DescribeRedisSlowLogTopSqlsResponse`
|
1139
|
+
|
1140
|
+
"""
|
1141
|
+
try:
|
1142
|
+
params = request._serialize()
|
1143
|
+
headers = request.headers
|
1144
|
+
body = self.call("DescribeRedisSlowLogTopSqls", params, headers=headers)
|
1145
|
+
response = json.loads(body)
|
1146
|
+
model = models.DescribeRedisSlowLogTopSqlsResponse()
|
1147
|
+
model._deserialize(response["Response"])
|
1148
|
+
return model
|
1149
|
+
except Exception as e:
|
1150
|
+
if isinstance(e, TencentCloudSDKException):
|
1151
|
+
raise
|
1152
|
+
else:
|
1153
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1154
|
+
|
1155
|
+
|
1133
1156
|
def DescribeRedisTopBigKeys(self, request):
|
1134
1157
|
"""查询redis实例大key列表。
|
1135
1158
|
|
@@ -1245,6 +1268,29 @@ class DbbrainClient(AbstractClient):
|
|
1245
1268
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1246
1269
|
|
1247
1270
|
|
1271
|
+
def DescribeSlowLogQueryTimeStats(self, request):
|
1272
|
+
"""统计排序指定时间段内的top慢sql。
|
1273
|
+
|
1274
|
+
:param request: Request instance for DescribeSlowLogQueryTimeStats.
|
1275
|
+
:type request: :class:`tencentcloud.dbbrain.v20210527.models.DescribeSlowLogQueryTimeStatsRequest`
|
1276
|
+
:rtype: :class:`tencentcloud.dbbrain.v20210527.models.DescribeSlowLogQueryTimeStatsResponse`
|
1277
|
+
|
1278
|
+
"""
|
1279
|
+
try:
|
1280
|
+
params = request._serialize()
|
1281
|
+
headers = request.headers
|
1282
|
+
body = self.call("DescribeSlowLogQueryTimeStats", params, headers=headers)
|
1283
|
+
response = json.loads(body)
|
1284
|
+
model = models.DescribeSlowLogQueryTimeStatsResponse()
|
1285
|
+
model._deserialize(response["Response"])
|
1286
|
+
return model
|
1287
|
+
except Exception as e:
|
1288
|
+
if isinstance(e, TencentCloudSDKException):
|
1289
|
+
raise
|
1290
|
+
else:
|
1291
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1292
|
+
|
1293
|
+
|
1248
1294
|
def DescribeSlowLogTimeSeriesStats(self, request):
|
1249
1295
|
"""获取慢日志统计柱状图。
|
1250
1296
|
|