tencentcloud-sdk-python 3.0.1274__py2.py3-none-any.whl → 3.0.1276__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/apigateway/v20180808/apigateway_client.py +46 -0
- tencentcloud/apigateway/v20180808/models.py +362 -0
- tencentcloud/autoscaling/v20180419/models.py +28 -11
- tencentcloud/batch/v20170312/models.py +48 -68
- tencentcloud/bi/v20220105/bi_client.py +46 -0
- tencentcloud/bi/v20220105/errorcodes.py +3 -0
- tencentcloud/bi/v20220105/models.py +701 -24
- tencentcloud/billing/v20180709/models.py +150 -34
- tencentcloud/cam/v20190116/models.py +2 -2
- tencentcloud/cbs/v20170312/models.py +2 -2
- tencentcloud/cdb/v20170320/models.py +732 -48
- tencentcloud/cdwch/v20200915/errorcodes.py +6 -0
- tencentcloud/cdwdoris/v20211228/models.py +2 -2
- tencentcloud/cfs/v20190719/models.py +30 -0
- tencentcloud/ckafka/v20190819/ckafka_client.py +1 -1
- tencentcloud/ckafka/v20190819/models.py +490 -324
- tencentcloud/cloudapp/v20220530/models.py +4 -4
- tencentcloud/cloudhsm/v20191112/models.py +10 -170
- tencentcloud/cls/v20201016/cls_client.py +1 -1
- tencentcloud/cls/v20201016/models.py +10 -4
- tencentcloud/config/v20220802/config_client.py +46 -0
- tencentcloud/config/v20220802/models.py +664 -0
- tencentcloud/cvm/v20170312/models.py +48 -68
- tencentcloud/cwp/v20180228/models.py +2 -2
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +46 -0
- tencentcloud/cynosdb/v20190107/models.py +226 -4
- tencentcloud/dts/v20211206/models.py +30 -0
- tencentcloud/emr/v20190103/models.py +33 -16
- tencentcloud/ess/v20201111/models.py +244 -2
- tencentcloud/essbasic/v20210526/models.py +239 -4
- tencentcloud/faceid/v20180301/models.py +0 -2
- tencentcloud/gwlb/v20240906/models.py +2 -2
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +23 -0
- tencentcloud/hunyuan/v20230901/models.py +595 -4
- tencentcloud/ims/v20201229/models.py +4 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +286 -6
- tencentcloud/ivld/v20210903/errorcodes.py +2 -2
- tencentcloud/ivld/v20210903/ivld_client.py +0 -1
- tencentcloud/ivld/v20210903/models.py +133 -15
- tencentcloud/lcic/v20220817/lcic_client.py +46 -0
- tencentcloud/lcic/v20220817/models.py +494 -12
- tencentcloud/live/v20180801/errorcodes.py +18 -0
- tencentcloud/live/v20180801/live_client.py +208 -0
- tencentcloud/live/v20180801/models.py +1649 -255
- tencentcloud/lke/v20231130/lke_client.py +162 -1
- tencentcloud/lke/v20231130/models.py +1517 -187
- tencentcloud/mps/v20190612/errorcodes.py +2 -173
- tencentcloud/mps/v20190612/models.py +377 -19
- tencentcloud/mrs/v20200910/models.py +0 -2652
- tencentcloud/ocr/v20181119/models.py +156 -2313
- tencentcloud/ocr/v20181119/ocr_client.py +0 -190
- tencentcloud/organization/v20210331/models.py +4 -354
- tencentcloud/privatedns/v20201028/models.py +47 -0
- tencentcloud/rce/v20201103/models.py +2 -2
- tencentcloud/redis/v20180412/models.py +2 -2
- tencentcloud/scf/v20180416/models.py +2 -2
- tencentcloud/teo/v20220901/models.py +366 -18
- tencentcloud/teo/v20220901/teo_client.py +69 -0
- tencentcloud/tke/v20220501/models.py +200 -0
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +24 -24
- tencentcloud/trtc/v20190722/errorcodes.py +15 -0
- tencentcloud/trtc/v20190722/models.py +448 -0
- tencentcloud/trtc/v20190722/trtc_client.py +47 -0
- tencentcloud/tsf/v20180326/models.py +2405 -334
- tencentcloud/tsf/v20180326/tsf_client.py +3 -0
- tencentcloud/tts/v20190823/models.py +2 -2
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/vclm/v20240523/models.py +156 -10
- tencentcloud/vclm/v20240523/vclm_client.py +23 -0
- tencentcloud/vcube/__init__.py +0 -0
- tencentcloud/vcube/v20220410/__init__.py +0 -0
- tencentcloud/vcube/v20220410/errorcodes.py +72 -0
- tencentcloud/vcube/v20220410/models.py +7325 -0
- tencentcloud/vcube/v20220410/vcube_client.py +808 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vod/v20180717/errorcodes.py +6 -0
- tencentcloud/vod/v20180717/models.py +62 -2
- tencentcloud/vod/v20180717/vod_client.py +2 -2
- tencentcloud/vpc/v20170312/models.py +272 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1274.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1274.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/RECORD +88 -83
- {tencentcloud_sdk_python-3.0.1274.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1274.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1274.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/top_level.txt +0 -0
@@ -2476,7 +2476,7 @@ class ClsClient(AbstractClient):
|
|
2476
2476
|
def SearchLog(self, request):
|
2477
2477
|
"""本接口用于检索分析日志,使用该接口时请注意如下事项:
|
2478
2478
|
1. 该接口除受默认接口请求频率限制外,针对单个日志主题,查询并发数不能超过15。
|
2479
|
-
2.
|
2479
|
+
2. 检索语法建议使用日志服务专用检索语法CQL,请使用SyntaxRule参数,将值设置为1,控制台默认也使用该语法规则。
|
2480
2480
|
3. API返回数据包最大49MB,建议启用 gzip 压缩(HTTP Request Header Accept-Encoding:gzip)。
|
2481
2481
|
|
2482
2482
|
:param request: Request instance for SearchLog.
|
@@ -27909,8 +27909,11 @@ class SearchLogRequest(AbstractModel):
|
|
27909
27909
|
语句由 <a href="https://cloud.tencent.com/document/product/614/47044" target="_blank">[检索条件]</a> | <a href="https://cloud.tencent.com/document/product/614/44061" target="_blank">[SQL语句]</a>构成,无需对日志进行统计分析时,可省略其中的管道符<code> | </code>及SQL语句
|
27910
27910
|
使用*或空字符串可查询所有日志
|
27911
27911
|
:type Query: str
|
27912
|
-
:param _SyntaxRule: 检索语法规则,默认值为0,推荐使用1
|
27913
|
-
|
27912
|
+
:param _SyntaxRule: 检索语法规则,默认值为0,推荐使用1 。
|
27913
|
+
|
27914
|
+
- 0:Lucene语法
|
27915
|
+
- 1:CQL语法(日志服务专用检索语法,控制台默认也使用该语法规则)。
|
27916
|
+
|
27914
27917
|
详细说明参见<a href="https://cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules" target="_blank">检索条件语法规则</a>
|
27915
27918
|
:type SyntaxRule: int
|
27916
27919
|
:param _TopicId: - 要检索分析的日志主题ID,仅能指定一个日志主题。
|
@@ -28008,8 +28011,11 @@ class SearchLogRequest(AbstractModel):
|
|
28008
28011
|
|
28009
28012
|
@property
|
28010
28013
|
def SyntaxRule(self):
|
28011
|
-
"""检索语法规则,默认值为0,推荐使用1
|
28012
|
-
|
28014
|
+
"""检索语法规则,默认值为0,推荐使用1 。
|
28015
|
+
|
28016
|
+
- 0:Lucene语法
|
28017
|
+
- 1:CQL语法(日志服务专用检索语法,控制台默认也使用该语法规则)。
|
28018
|
+
|
28013
28019
|
详细说明参见<a href="https://cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules" target="_blank">检索条件语法规则</a>
|
28014
28020
|
:rtype: int
|
28015
28021
|
"""
|
@@ -26,6 +26,29 @@ class ConfigClient(AbstractClient):
|
|
26
26
|
_service = 'config'
|
27
27
|
|
28
28
|
|
29
|
+
def DescribeDiscoveredResource(self, request):
|
30
|
+
"""资源详情
|
31
|
+
|
32
|
+
:param request: Request instance for DescribeDiscoveredResource.
|
33
|
+
:type request: :class:`tencentcloud.config.v20220802.models.DescribeDiscoveredResourceRequest`
|
34
|
+
:rtype: :class:`tencentcloud.config.v20220802.models.DescribeDiscoveredResourceResponse`
|
35
|
+
|
36
|
+
"""
|
37
|
+
try:
|
38
|
+
params = request._serialize()
|
39
|
+
headers = request.headers
|
40
|
+
body = self.call("DescribeDiscoveredResource", params, headers=headers)
|
41
|
+
response = json.loads(body)
|
42
|
+
model = models.DescribeDiscoveredResourceResponse()
|
43
|
+
model._deserialize(response["Response"])
|
44
|
+
return model
|
45
|
+
except Exception as e:
|
46
|
+
if isinstance(e, TencentCloudSDKException):
|
47
|
+
raise
|
48
|
+
else:
|
49
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
50
|
+
|
51
|
+
|
29
52
|
def ListAggregateConfigRules(self, request):
|
30
53
|
"""账号组获取规则列表
|
31
54
|
|
@@ -72,6 +95,29 @@ class ConfigClient(AbstractClient):
|
|
72
95
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
73
96
|
|
74
97
|
|
98
|
+
def ListDiscoveredResources(self, request):
|
99
|
+
"""获取资源列表
|
100
|
+
|
101
|
+
:param request: Request instance for ListDiscoveredResources.
|
102
|
+
:type request: :class:`tencentcloud.config.v20220802.models.ListDiscoveredResourcesRequest`
|
103
|
+
:rtype: :class:`tencentcloud.config.v20220802.models.ListDiscoveredResourcesResponse`
|
104
|
+
|
105
|
+
"""
|
106
|
+
try:
|
107
|
+
params = request._serialize()
|
108
|
+
headers = request.headers
|
109
|
+
body = self.call("ListDiscoveredResources", params, headers=headers)
|
110
|
+
response = json.loads(body)
|
111
|
+
model = models.ListDiscoveredResourcesResponse()
|
112
|
+
model._deserialize(response["Response"])
|
113
|
+
return model
|
114
|
+
except Exception as e:
|
115
|
+
if isinstance(e, TencentCloudSDKException):
|
116
|
+
raise
|
117
|
+
else:
|
118
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
119
|
+
|
120
|
+
|
75
121
|
def PutEvaluations(self, request):
|
76
122
|
"""上报自定义规则评估结果
|
77
123
|
|