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.

Files changed (68) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/autoscaling/v20180419/models.py +2 -2
  3. tencentcloud/ccc/v20200210/models.py +15 -0
  4. tencentcloud/cdb/v20170320/cdb_client.py +23 -0
  5. tencentcloud/cdb/v20170320/models.py +152 -18
  6. tencentcloud/cdn/v20180606/models.py +12 -2
  7. tencentcloud/cloudhsm/v20191112/models.py +15 -15
  8. tencentcloud/cls/v20201016/cls_client.py +4 -4
  9. tencentcloud/cls/v20201016/models.py +79 -58
  10. tencentcloud/ctem/v20231128/models.py +45 -0
  11. tencentcloud/dbbrain/v20210527/models.py +45 -24
  12. tencentcloud/dts/v20211206/dts_client.py +1 -1
  13. tencentcloud/dts/v20211206/models.py +33 -10
  14. tencentcloud/emr/v20190103/models.py +15 -0
  15. tencentcloud/es/v20250101/es_client.py +23 -0
  16. tencentcloud/es/v20250101/models.py +259 -0
  17. tencentcloud/ess/v20201111/ess_client.py +97 -0
  18. tencentcloud/ess/v20201111/models.py +940 -10
  19. tencentcloud/essbasic/v20210526/essbasic_client.py +3 -3
  20. tencentcloud/essbasic/v20210526/models.py +23 -16
  21. tencentcloud/gaap/v20180529/models.py +17 -2
  22. tencentcloud/gwlb/v20240906/gwlb_client.py +23 -0
  23. tencentcloud/gwlb/v20240906/models.py +150 -0
  24. tencentcloud/hunyuan/v20230901/models.py +16 -4
  25. tencentcloud/ioa/v20220601/errorcodes.py +6 -0
  26. tencentcloud/ioa/v20220601/ioa_client.py +115 -0
  27. tencentcloud/ioa/v20220601/models.py +1313 -46
  28. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +92 -0
  29. tencentcloud/iotexplorer/v20190423/models.py +2022 -116
  30. tencentcloud/lcic/v20220817/models.py +2 -2
  31. tencentcloud/lighthouse/v20200324/models.py +71 -0
  32. tencentcloud/lke/v20231130/models.py +2 -2
  33. tencentcloud/lkeap/v20240522/errorcodes.py +7 -7
  34. tencentcloud/lkeap/v20240522/models.py +2 -2
  35. tencentcloud/monitor/v20180724/models.py +480 -0
  36. tencentcloud/monitor/v20180724/monitor_client.py +23 -0
  37. tencentcloud/mps/v20190612/models.py +949 -90
  38. tencentcloud/mqtt/v20240516/models.py +15 -0
  39. tencentcloud/nlp/v20190408/nlp_client.py +9 -3
  40. tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
  41. tencentcloud/oceanus/v20190422/models.py +250 -2
  42. tencentcloud/oceanus/v20190422/oceanus_client.py +46 -0
  43. tencentcloud/ocr/v20181119/models.py +20 -0
  44. tencentcloud/privatedns/v20201028/errorcodes.py +36 -0
  45. tencentcloud/privatedns/v20201028/models.py +1699 -86
  46. tencentcloud/privatedns/v20201028/privatedns_client.py +253 -0
  47. tencentcloud/redis/v20180412/models.py +2 -2
  48. tencentcloud/rum/v20210622/models.py +30 -0
  49. tencentcloud/teo/v20220901/errorcodes.py +1 -1
  50. tencentcloud/teo/v20220901/models.py +422 -123
  51. tencentcloud/teo/v20220901/teo_client.py +2 -2
  52. tencentcloud/tke/v20180525/models.py +55 -26
  53. tencentcloud/tmt/v20180321/models.py +139 -0
  54. tencentcloud/trtc/v20190722/models.py +15 -15
  55. tencentcloud/tse/v20201207/models.py +50 -0
  56. tencentcloud/vpc/v20170312/errorcodes.py +9 -0
  57. tencentcloud/vpc/v20170312/models.py +1839 -252
  58. tencentcloud/vpc/v20170312/vpc_client.py +276 -0
  59. tencentcloud/wedata/v20210820/errorcodes.py +3 -0
  60. tencentcloud/wedata/v20210820/models.py +1240 -81
  61. tencentcloud/wedata/v20210820/wedata_client.py +1 -1
  62. tencentcloud/wedata/v20250806/models.py +1243 -332
  63. tencentcloud/wedata/v20250806/wedata_client.py +95 -3
  64. {tencentcloud_sdk_python-3.0.1475.dist-info → tencentcloud_sdk_python-3.0.1478.dist-info}/METADATA +1 -1
  65. {tencentcloud_sdk_python-3.0.1475.dist-info → tencentcloud_sdk_python-3.0.1478.dist-info}/RECORD +68 -68
  66. {tencentcloud_sdk_python-3.0.1475.dist-info → tencentcloud_sdk_python-3.0.1478.dist-info}/LICENSE +0 -0
  67. {tencentcloud_sdk_python-3.0.1475.dist-info → tencentcloud_sdk_python-3.0.1478.dist-info}/WHEEL +0 -0
  68. {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