tencentcloud-sdk-python-cwp 3.0.1285__tar.gz → 3.0.1306__tar.gz
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-sdk-python-cwp-3.0.1285 → tencentcloud-sdk-python-cwp-3.0.1306}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cwp-3.0.1285 → tencentcloud-sdk-python-cwp-3.0.1306}/setup.py +1 -1
- {tencentcloud-sdk-python-cwp-3.0.1285 → tencentcloud-sdk-python-cwp-3.0.1306}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cwp-3.0.1285 → tencentcloud-sdk-python-cwp-3.0.1306}/tencentcloud/cwp/v20180228/cwp_client.py +0 -25
- {tencentcloud-sdk-python-cwp-3.0.1285 → tencentcloud-sdk-python-cwp-3.0.1306}/tencentcloud/cwp/v20180228/models.py +2 -51
- {tencentcloud-sdk-python-cwp-3.0.1285 → tencentcloud-sdk-python-cwp-3.0.1306}/tencentcloud_sdk_python_cwp.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cwp-3.0.1306/tencentcloud_sdk_python_cwp.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cwp-3.0.1285/tencentcloud_sdk_python_cwp.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cwp-3.0.1285 → tencentcloud-sdk-python-cwp-3.0.1306}/README.rst +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1285 → tencentcloud-sdk-python-cwp-3.0.1306}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1285 → tencentcloud-sdk-python-cwp-3.0.1306}/tencentcloud/cwp/__init__.py +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1285 → tencentcloud-sdk-python-cwp-3.0.1306}/tencentcloud/cwp/v20180228/__init__.py +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1285 → tencentcloud-sdk-python-cwp-3.0.1306}/tencentcloud/cwp/v20180228/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1285 → tencentcloud-sdk-python-cwp-3.0.1306}/tencentcloud_sdk_python_cwp.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1285 → tencentcloud-sdk-python-cwp-3.0.1306}/tencentcloud_sdk_python_cwp.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cwp-3.0.1285 → tencentcloud-sdk-python-cwp-3.0.1306}/tencentcloud_sdk_python_cwp.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-cwp',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1306"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cwp SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -4637,31 +4637,6 @@ class CwpClient(AbstractClient):
|
|
|
4637
4637
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
4638
4638
|
|
|
4639
4639
|
|
|
4640
|
-
def DescribeIndexList(self, request):
|
|
4641
|
-
"""接口已废弃
|
|
4642
|
-
|
|
4643
|
-
获取索引列表
|
|
4644
|
-
|
|
4645
|
-
:param request: Request instance for DescribeIndexList.
|
|
4646
|
-
:type request: :class:`tencentcloud.cwp.v20180228.models.DescribeIndexListRequest`
|
|
4647
|
-
:rtype: :class:`tencentcloud.cwp.v20180228.models.DescribeIndexListResponse`
|
|
4648
|
-
|
|
4649
|
-
"""
|
|
4650
|
-
try:
|
|
4651
|
-
params = request._serialize()
|
|
4652
|
-
headers = request.headers
|
|
4653
|
-
body = self.call("DescribeIndexList", params, headers=headers)
|
|
4654
|
-
response = json.loads(body)
|
|
4655
|
-
model = models.DescribeIndexListResponse()
|
|
4656
|
-
model._deserialize(response["Response"])
|
|
4657
|
-
return model
|
|
4658
|
-
except Exception as e:
|
|
4659
|
-
if isinstance(e, TencentCloudSDKException):
|
|
4660
|
-
raise
|
|
4661
|
-
else:
|
|
4662
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
4663
|
-
|
|
4664
|
-
|
|
4665
4640
|
def DescribeJavaMemShellInfo(self, request):
|
|
4666
4641
|
"""查询java内存马事件详细信息
|
|
4667
4642
|
|
|
@@ -41535,55 +41535,6 @@ class DescribeImportMachineInfoResponse(AbstractModel):
|
|
|
41535
41535
|
self._RequestId = params.get("RequestId")
|
|
41536
41536
|
|
|
41537
41537
|
|
|
41538
|
-
class DescribeIndexListRequest(AbstractModel):
|
|
41539
|
-
"""DescribeIndexList请求参数结构体
|
|
41540
|
-
|
|
41541
|
-
"""
|
|
41542
|
-
|
|
41543
|
-
|
|
41544
|
-
class DescribeIndexListResponse(AbstractModel):
|
|
41545
|
-
"""DescribeIndexList返回参数结构体
|
|
41546
|
-
|
|
41547
|
-
"""
|
|
41548
|
-
|
|
41549
|
-
def __init__(self):
|
|
41550
|
-
r"""
|
|
41551
|
-
:param _Data: ES 索引信息
|
|
41552
|
-
:type Data: str
|
|
41553
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
41554
|
-
:type RequestId: str
|
|
41555
|
-
"""
|
|
41556
|
-
self._Data = None
|
|
41557
|
-
self._RequestId = None
|
|
41558
|
-
|
|
41559
|
-
@property
|
|
41560
|
-
def Data(self):
|
|
41561
|
-
"""ES 索引信息
|
|
41562
|
-
:rtype: str
|
|
41563
|
-
"""
|
|
41564
|
-
return self._Data
|
|
41565
|
-
|
|
41566
|
-
@Data.setter
|
|
41567
|
-
def Data(self, Data):
|
|
41568
|
-
self._Data = Data
|
|
41569
|
-
|
|
41570
|
-
@property
|
|
41571
|
-
def RequestId(self):
|
|
41572
|
-
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
41573
|
-
:rtype: str
|
|
41574
|
-
"""
|
|
41575
|
-
return self._RequestId
|
|
41576
|
-
|
|
41577
|
-
@RequestId.setter
|
|
41578
|
-
def RequestId(self, RequestId):
|
|
41579
|
-
self._RequestId = RequestId
|
|
41580
|
-
|
|
41581
|
-
|
|
41582
|
-
def _deserialize(self, params):
|
|
41583
|
-
self._Data = params.get("Data")
|
|
41584
|
-
self._RequestId = params.get("RequestId")
|
|
41585
|
-
|
|
41586
|
-
|
|
41587
41538
|
class DescribeJavaMemShellInfoRequest(AbstractModel):
|
|
41588
41539
|
"""DescribeJavaMemShellInfo请求参数结构体
|
|
41589
41540
|
|
|
@@ -99656,7 +99607,7 @@ class SearchLogRequest(AbstractModel):
|
|
|
99656
99607
|
:type StartTime: int
|
|
99657
99608
|
:param _EndTime: 要检索分析的日志的结束时间,Unix时间戳(毫秒)
|
|
99658
99609
|
:type EndTime: int
|
|
99659
|
-
:param _QueryString: 检索分析语句,最大长度为12KB
|
|
99610
|
+
:param _QueryString: 检索分析语句,最大长度为12KB,查询语法可参考文档 https://cloud.tencent.com/document/product/296/50508
|
|
99660
99611
|
:type QueryString: str
|
|
99661
99612
|
:param _Count: 表示单次查询返回的原始日志条数,最大值为1000,获取后续日志需使用Context参数
|
|
99662
99613
|
:type Count: int
|
|
@@ -99696,7 +99647,7 @@ class SearchLogRequest(AbstractModel):
|
|
|
99696
99647
|
|
|
99697
99648
|
@property
|
|
99698
99649
|
def QueryString(self):
|
|
99699
|
-
"""检索分析语句,最大长度为12KB
|
|
99650
|
+
"""检索分析语句,最大长度为12KB,查询语法可参考文档 https://cloud.tencent.com/document/product/296/50508
|
|
99700
99651
|
:rtype: str
|
|
99701
99652
|
"""
|
|
99702
99653
|
return self._QueryString
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1306
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1285
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|