tencentcloud-sdk-python 3.0.1475__py2.py3-none-any.whl → 3.0.1478__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/autoscaling/v20180419/models.py +2 -2
- tencentcloud/ccc/v20200210/models.py +15 -0
- tencentcloud/cdb/v20170320/cdb_client.py +23 -0
- tencentcloud/cdb/v20170320/models.py +152 -18
- tencentcloud/cdn/v20180606/models.py +12 -2
- tencentcloud/cloudhsm/v20191112/models.py +15 -15
- tencentcloud/cls/v20201016/cls_client.py +4 -4
- tencentcloud/cls/v20201016/models.py +79 -58
- tencentcloud/ctem/v20231128/models.py +45 -0
- tencentcloud/dbbrain/v20210527/models.py +45 -24
- tencentcloud/dts/v20211206/dts_client.py +1 -1
- tencentcloud/dts/v20211206/models.py +33 -10
- tencentcloud/emr/v20190103/models.py +15 -0
- tencentcloud/es/v20250101/es_client.py +23 -0
- tencentcloud/es/v20250101/models.py +259 -0
- tencentcloud/ess/v20201111/ess_client.py +97 -0
- tencentcloud/ess/v20201111/models.py +940 -10
- tencentcloud/essbasic/v20210526/essbasic_client.py +3 -3
- tencentcloud/essbasic/v20210526/models.py +23 -16
- tencentcloud/gaap/v20180529/models.py +17 -2
- tencentcloud/gwlb/v20240906/gwlb_client.py +23 -0
- tencentcloud/gwlb/v20240906/models.py +150 -0
- tencentcloud/hunyuan/v20230901/models.py +16 -4
- tencentcloud/ioa/v20220601/errorcodes.py +6 -0
- tencentcloud/ioa/v20220601/ioa_client.py +115 -0
- tencentcloud/ioa/v20220601/models.py +1313 -46
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +92 -0
- tencentcloud/iotexplorer/v20190423/models.py +2022 -116
- tencentcloud/lcic/v20220817/models.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +71 -0
- tencentcloud/lke/v20231130/models.py +2 -2
- tencentcloud/lkeap/v20240522/errorcodes.py +7 -7
- tencentcloud/lkeap/v20240522/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +480 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/mps/v20190612/models.py +949 -90
- tencentcloud/mqtt/v20240516/models.py +15 -0
- tencentcloud/nlp/v20190408/nlp_client.py +9 -3
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +250 -2
- tencentcloud/oceanus/v20190422/oceanus_client.py +46 -0
- tencentcloud/ocr/v20181119/models.py +20 -0
- tencentcloud/privatedns/v20201028/errorcodes.py +36 -0
- tencentcloud/privatedns/v20201028/models.py +1699 -86
- tencentcloud/privatedns/v20201028/privatedns_client.py +253 -0
- tencentcloud/redis/v20180412/models.py +2 -2
- tencentcloud/rum/v20210622/models.py +30 -0
- tencentcloud/teo/v20220901/errorcodes.py +1 -1
- tencentcloud/teo/v20220901/models.py +422 -123
- tencentcloud/teo/v20220901/teo_client.py +2 -2
- tencentcloud/tke/v20180525/models.py +55 -26
- tencentcloud/tmt/v20180321/models.py +139 -0
- tencentcloud/trtc/v20190722/models.py +15 -15
- tencentcloud/tse/v20201207/models.py +50 -0
- tencentcloud/vpc/v20170312/errorcodes.py +9 -0
- tencentcloud/vpc/v20170312/models.py +1839 -252
- tencentcloud/vpc/v20170312/vpc_client.py +276 -0
- tencentcloud/wedata/v20210820/errorcodes.py +3 -0
- tencentcloud/wedata/v20210820/models.py +1240 -81
- tencentcloud/wedata/v20210820/wedata_client.py +1 -1
- tencentcloud/wedata/v20250806/models.py +1243 -332
- tencentcloud/wedata/v20250806/wedata_client.py +95 -3
- {tencentcloud_sdk_python-3.0.1475.dist-info → tencentcloud_sdk_python-3.0.1478.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1475.dist-info → tencentcloud_sdk_python-3.0.1478.dist-info}/RECORD +68 -68
- {tencentcloud_sdk_python-3.0.1475.dist-info → tencentcloud_sdk_python-3.0.1478.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1475.dist-info → tencentcloud_sdk_python-3.0.1478.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1475.dist-info → tencentcloud_sdk_python-3.0.1478.dist-info}/top_level.txt +0 -0
|
@@ -2433,6 +2433,29 @@ class MonitorClient(AbstractClient):
|
|
|
2433
2433
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2434
2434
|
|
|
2435
2435
|
|
|
2436
|
+
def DescribePrometheusScrapeStatistics(self, request):
|
|
2437
|
+
r"""获取实例采集速率信息
|
|
2438
|
+
|
|
2439
|
+
:param request: Request instance for DescribePrometheusScrapeStatistics.
|
|
2440
|
+
:type request: :class:`tencentcloud.monitor.v20180724.models.DescribePrometheusScrapeStatisticsRequest`
|
|
2441
|
+
:rtype: :class:`tencentcloud.monitor.v20180724.models.DescribePrometheusScrapeStatisticsResponse`
|
|
2442
|
+
|
|
2443
|
+
"""
|
|
2444
|
+
try:
|
|
2445
|
+
params = request._serialize()
|
|
2446
|
+
headers = request.headers
|
|
2447
|
+
body = self.call("DescribePrometheusScrapeStatistics", params, headers=headers)
|
|
2448
|
+
response = json.loads(body)
|
|
2449
|
+
model = models.DescribePrometheusScrapeStatisticsResponse()
|
|
2450
|
+
model._deserialize(response["Response"])
|
|
2451
|
+
return model
|
|
2452
|
+
except Exception as e:
|
|
2453
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2454
|
+
raise
|
|
2455
|
+
else:
|
|
2456
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2457
|
+
|
|
2458
|
+
|
|
2436
2459
|
def DescribePrometheusTargetsTMP(self, request):
|
|
2437
2460
|
r"""获取targets信息,在过滤条件中指定job名称时返回targets详情,否则仅返回数量
|
|
2438
2461
|
|