tencentcloud-sdk-python-cls 3.0.1436__tar.gz → 3.0.1439__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-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1439}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1439}/setup.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1439}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1439}/tencentcloud/cls/v20201016/models.py +62 -40
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1439}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cls-3.0.1439/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cls-3.0.1436/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1439}/README.rst +0 -0
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1439}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1439}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1439}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1439}/tencentcloud/cls/v20201016/cls_client.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1439}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1439}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1439}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1439}/tencentcloud_sdk_python_cls.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-cls',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1439,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cls SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -7748,7 +7748,8 @@ class CreateIndexRequest(AbstractModel):
|
|
|
7748
7748
|
|
|
7749
7749
|
def __init__(self):
|
|
7750
7750
|
r"""
|
|
7751
|
-
:param _TopicId: 日志主题
|
|
7751
|
+
:param _TopicId: 日志主题Id。
|
|
7752
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
7752
7753
|
:type TopicId: str
|
|
7753
7754
|
:param _Rule: 索引规则
|
|
7754
7755
|
:type Rule: :class:`tencentcloud.cls.v20201016.models.RuleInfo`
|
|
@@ -7772,7 +7773,8 @@ class CreateIndexRequest(AbstractModel):
|
|
|
7772
7773
|
|
|
7773
7774
|
@property
|
|
7774
7775
|
def TopicId(self):
|
|
7775
|
-
"""日志主题
|
|
7776
|
+
"""日志主题Id。
|
|
7777
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
7776
7778
|
:rtype: str
|
|
7777
7779
|
"""
|
|
7778
7780
|
return self._TopicId
|
|
@@ -8119,7 +8121,9 @@ class CreateLogsetRequest(AbstractModel):
|
|
|
8119
8121
|
|
|
8120
8122
|
def __init__(self):
|
|
8121
8123
|
r"""
|
|
8122
|
-
:param _LogsetName:
|
|
8124
|
+
:param _LogsetName: 日志集名字。
|
|
8125
|
+
|
|
8126
|
+
- 最大支持255个字符。不支持`|`字符。
|
|
8123
8127
|
:type LogsetName: str
|
|
8124
8128
|
:param _Tags: 标签描述列表。最大支持10个标签键值对,并且不能有重复的键值对
|
|
8125
8129
|
:type Tags: list of Tag
|
|
@@ -8132,7 +8136,9 @@ class CreateLogsetRequest(AbstractModel):
|
|
|
8132
8136
|
|
|
8133
8137
|
@property
|
|
8134
8138
|
def LogsetName(self):
|
|
8135
|
-
"""
|
|
8139
|
+
"""日志集名字。
|
|
8140
|
+
|
|
8141
|
+
- 最大支持255个字符。不支持`|`字符。
|
|
8136
8142
|
:rtype: str
|
|
8137
8143
|
"""
|
|
8138
8144
|
return self._LogsetName
|
|
@@ -11357,14 +11363,14 @@ class DeleteDashboardSubscribeRequest(AbstractModel):
|
|
|
11357
11363
|
|
|
11358
11364
|
def __init__(self):
|
|
11359
11365
|
r"""
|
|
11360
|
-
:param _Id: 仪表盘订阅记录id。
|
|
11366
|
+
:param _Id: 仪表盘订阅记录id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
11361
11367
|
:type Id: int
|
|
11362
11368
|
"""
|
|
11363
11369
|
self._Id = None
|
|
11364
11370
|
|
|
11365
11371
|
@property
|
|
11366
11372
|
def Id(self):
|
|
11367
|
-
"""仪表盘订阅记录id。
|
|
11373
|
+
"""仪表盘订阅记录id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
11368
11374
|
:rtype: int
|
|
11369
11375
|
"""
|
|
11370
11376
|
return self._Id
|
|
@@ -11549,14 +11555,16 @@ class DeleteIndexRequest(AbstractModel):
|
|
|
11549
11555
|
|
|
11550
11556
|
def __init__(self):
|
|
11551
11557
|
r"""
|
|
11552
|
-
:param _TopicId: 日志主题
|
|
11558
|
+
:param _TopicId: 日志主题Id。
|
|
11559
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
11553
11560
|
:type TopicId: str
|
|
11554
11561
|
"""
|
|
11555
11562
|
self._TopicId = None
|
|
11556
11563
|
|
|
11557
11564
|
@property
|
|
11558
11565
|
def TopicId(self):
|
|
11559
|
-
"""日志主题
|
|
11566
|
+
"""日志主题Id。
|
|
11567
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
11560
11568
|
:rtype: str
|
|
11561
11569
|
"""
|
|
11562
11570
|
return self._TopicId
|
|
@@ -11692,14 +11700,14 @@ class DeleteLogsetRequest(AbstractModel):
|
|
|
11692
11700
|
|
|
11693
11701
|
def __init__(self):
|
|
11694
11702
|
r"""
|
|
11695
|
-
:param _LogsetId: 日志集
|
|
11703
|
+
:param _LogsetId: 日志集Id。通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
|
|
11696
11704
|
:type LogsetId: str
|
|
11697
11705
|
"""
|
|
11698
11706
|
self._LogsetId = None
|
|
11699
11707
|
|
|
11700
11708
|
@property
|
|
11701
11709
|
def LogsetId(self):
|
|
11702
|
-
"""日志集
|
|
11710
|
+
"""日志集Id。通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
|
|
11703
11711
|
:rtype: str
|
|
11704
11712
|
"""
|
|
11705
11713
|
return self._LogsetId
|
|
@@ -13905,7 +13913,11 @@ class DescribeDashboardSubscribesRequest(AbstractModel):
|
|
|
13905
13913
|
|
|
13906
13914
|
def __init__(self):
|
|
13907
13915
|
r"""
|
|
13908
|
-
:param _Filters:
|
|
13916
|
+
:param _Filters: dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否
|
|
13917
|
+
|
|
13918
|
+
- 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
13919
|
+
|
|
13920
|
+
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
|
13909
13921
|
:type Filters: list of Filter
|
|
13910
13922
|
:param _Offset: 分页的偏移量,默认值为0。
|
|
13911
13923
|
:type Offset: int
|
|
@@ -13918,7 +13930,11 @@ class DescribeDashboardSubscribesRequest(AbstractModel):
|
|
|
13918
13930
|
|
|
13919
13931
|
@property
|
|
13920
13932
|
def Filters(self):
|
|
13921
|
-
"""
|
|
13933
|
+
"""dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否
|
|
13934
|
+
|
|
13935
|
+
- 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
13936
|
+
|
|
13937
|
+
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
|
13922
13938
|
:rtype: list of Filter
|
|
13923
13939
|
"""
|
|
13924
13940
|
return self._Filters
|
|
@@ -14571,14 +14587,16 @@ class DescribeIndexRequest(AbstractModel):
|
|
|
14571
14587
|
|
|
14572
14588
|
def __init__(self):
|
|
14573
14589
|
r"""
|
|
14574
|
-
:param _TopicId: 日志主题
|
|
14590
|
+
:param _TopicId: 日志主题Id。
|
|
14591
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
14575
14592
|
:type TopicId: str
|
|
14576
14593
|
"""
|
|
14577
14594
|
self._TopicId = None
|
|
14578
14595
|
|
|
14579
14596
|
@property
|
|
14580
14597
|
def TopicId(self):
|
|
14581
|
-
"""日志主题
|
|
14598
|
+
"""日志主题Id。
|
|
14599
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
14582
14600
|
:rtype: str
|
|
14583
14601
|
"""
|
|
14584
14602
|
return self._TopicId
|
|
@@ -14607,14 +14625,15 @@ class DescribeIndexResponse(AbstractModel):
|
|
|
14607
14625
|
|
|
14608
14626
|
def __init__(self):
|
|
14609
14627
|
r"""
|
|
14610
|
-
:param _TopicId: 日志主题
|
|
14628
|
+
:param _TopicId: 日志主题Id
|
|
14611
14629
|
:type TopicId: str
|
|
14612
|
-
:param _Status:
|
|
14630
|
+
:param _Status: 索引状态。true:开启状态,false:关闭状态
|
|
14631
|
+
开启后可对日志进行检索分析,将产生索引流量、索引存储及相应费用。[费用详情](https://cloud.tencent.com/document/product/614/45802#.E8.AE.A1.E8.B4.B9.E9.A1.B9)
|
|
14613
14632
|
:type Status: bool
|
|
14614
14633
|
:param _Rule: 索引配置信息
|
|
14615
14634
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14616
14635
|
:type Rule: :class:`tencentcloud.cls.v20201016.models.RuleInfo`
|
|
14617
|
-
:param _ModifyTime:
|
|
14636
|
+
:param _ModifyTime: 索引修改时间,初始值为索引创建时间。格式 `YYYY-MM-DD HH:MM:SS`
|
|
14618
14637
|
:type ModifyTime: str
|
|
14619
14638
|
:param _IncludeInternalFields: 内置保留字段(`__FILENAME__`,`__HOSTNAME__`及`__SOURCE__`)是否包含至全文索引
|
|
14620
14639
|
* false:不包含
|
|
@@ -14638,7 +14657,7 @@ class DescribeIndexResponse(AbstractModel):
|
|
|
14638
14657
|
|
|
14639
14658
|
@property
|
|
14640
14659
|
def TopicId(self):
|
|
14641
|
-
"""日志主题
|
|
14660
|
+
"""日志主题Id
|
|
14642
14661
|
:rtype: str
|
|
14643
14662
|
"""
|
|
14644
14663
|
return self._TopicId
|
|
@@ -14649,7 +14668,8 @@ class DescribeIndexResponse(AbstractModel):
|
|
|
14649
14668
|
|
|
14650
14669
|
@property
|
|
14651
14670
|
def Status(self):
|
|
14652
|
-
"""
|
|
14671
|
+
"""索引状态。true:开启状态,false:关闭状态
|
|
14672
|
+
开启后可对日志进行检索分析,将产生索引流量、索引存储及相应费用。[费用详情](https://cloud.tencent.com/document/product/614/45802#.E8.AE.A1.E8.B4.B9.E9.A1.B9)
|
|
14653
14673
|
:rtype: bool
|
|
14654
14674
|
"""
|
|
14655
14675
|
return self._Status
|
|
@@ -14672,7 +14692,7 @@ class DescribeIndexResponse(AbstractModel):
|
|
|
14672
14692
|
|
|
14673
14693
|
@property
|
|
14674
14694
|
def ModifyTime(self):
|
|
14675
|
-
"""
|
|
14695
|
+
"""索引修改时间,初始值为索引创建时间。格式 `YYYY-MM-DD HH:MM:SS`
|
|
14676
14696
|
:rtype: str
|
|
14677
14697
|
"""
|
|
14678
14698
|
return self._ModifyTime
|
|
@@ -15443,11 +15463,12 @@ class DescribeLogsetsRequest(AbstractModel):
|
|
|
15443
15463
|
- 按照【日志集名称】进行过滤。
|
|
15444
15464
|
- 类型:String
|
|
15445
15465
|
- 必选:否
|
|
15446
|
-
|
|
15466
|
+
- 通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集名称。
|
|
15447
15467
|
logsetId
|
|
15448
15468
|
- 按照【日志集ID】进行过滤。
|
|
15449
15469
|
- 类型:String
|
|
15450
15470
|
- 必选:否
|
|
15471
|
+
- 通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
|
|
15451
15472
|
|
|
15452
15473
|
tagKey
|
|
15453
15474
|
- 按照【标签键】进行过滤。
|
|
@@ -15476,11 +15497,12 @@ tag:tagKey
|
|
|
15476
15497
|
- 按照【日志集名称】进行过滤。
|
|
15477
15498
|
- 类型:String
|
|
15478
15499
|
- 必选:否
|
|
15479
|
-
|
|
15500
|
+
- 通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集名称。
|
|
15480
15501
|
logsetId
|
|
15481
15502
|
- 按照【日志集ID】进行过滤。
|
|
15482
15503
|
- 类型:String
|
|
15483
15504
|
- 必选:否
|
|
15505
|
+
- 通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
|
|
15484
15506
|
|
|
15485
15507
|
tagKey
|
|
15486
15508
|
- 按照【标签键】进行过滤。
|
|
@@ -20405,7 +20427,7 @@ class LogsetInfo(AbstractModel):
|
|
|
20405
20427
|
:type LogsetId: str
|
|
20406
20428
|
:param _LogsetName: 日志集名称
|
|
20407
20429
|
:type LogsetName: str
|
|
20408
|
-
:param _CreateTime:
|
|
20430
|
+
:param _CreateTime: 创建时间。格式 `YYYY-MM-DD HH:MM:SS`
|
|
20409
20431
|
:type CreateTime: str
|
|
20410
20432
|
:param _AssumerName: 云产品标识,日志集由其它云产品创建时,该字段会显示云产品名称,例如CDN、TKE
|
|
20411
20433
|
:type AssumerName: str
|
|
@@ -20448,7 +20470,7 @@ class LogsetInfo(AbstractModel):
|
|
|
20448
20470
|
|
|
20449
20471
|
@property
|
|
20450
20472
|
def CreateTime(self):
|
|
20451
|
-
"""
|
|
20473
|
+
"""创建时间。格式 `YYYY-MM-DD HH:MM:SS`
|
|
20452
20474
|
:rtype: str
|
|
20453
20475
|
"""
|
|
20454
20476
|
return self._CreateTime
|
|
@@ -23234,11 +23256,11 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
|
|
|
23234
23256
|
|
|
23235
23257
|
def __init__(self):
|
|
23236
23258
|
r"""
|
|
23237
|
-
:param _Id: 仪表盘订阅id。
|
|
23259
|
+
:param _Id: 仪表盘订阅id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
23238
23260
|
:type Id: int
|
|
23239
|
-
:param _DashboardId: 仪表盘id。
|
|
23261
|
+
:param _DashboardId: 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
23240
23262
|
:type DashboardId: str
|
|
23241
|
-
:param _Name:
|
|
23263
|
+
:param _Name: 仪表盘订阅名称。最大支持128个字符,且不支持'|'字符。
|
|
23242
23264
|
:type Name: str
|
|
23243
23265
|
:param _Cron: 订阅时间cron表达式,格式为:{秒数} {分钟} {小时} {日期} {月份} {星期};(有效数据为:{分钟} {小时} {日期} {月份} {星期})。
|
|
23244
23266
|
:type Cron: str
|
|
@@ -23253,7 +23275,7 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
|
|
|
23253
23275
|
|
|
23254
23276
|
@property
|
|
23255
23277
|
def Id(self):
|
|
23256
|
-
"""仪表盘订阅id。
|
|
23278
|
+
"""仪表盘订阅id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
23257
23279
|
:rtype: int
|
|
23258
23280
|
"""
|
|
23259
23281
|
return self._Id
|
|
@@ -23264,7 +23286,7 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
|
|
|
23264
23286
|
|
|
23265
23287
|
@property
|
|
23266
23288
|
def DashboardId(self):
|
|
23267
|
-
"""仪表盘id。
|
|
23289
|
+
"""仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
23268
23290
|
:rtype: str
|
|
23269
23291
|
"""
|
|
23270
23292
|
return self._DashboardId
|
|
@@ -23275,7 +23297,7 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
|
|
|
23275
23297
|
|
|
23276
23298
|
@property
|
|
23277
23299
|
def Name(self):
|
|
23278
|
-
"""
|
|
23300
|
+
"""仪表盘订阅名称。最大支持128个字符,且不支持'|'字符。
|
|
23279
23301
|
:rtype: str
|
|
23280
23302
|
"""
|
|
23281
23303
|
return self._Name
|
|
@@ -23979,9 +24001,9 @@ class ModifyLogsetRequest(AbstractModel):
|
|
|
23979
24001
|
|
|
23980
24002
|
def __init__(self):
|
|
23981
24003
|
r"""
|
|
23982
|
-
:param _LogsetId: 日志集
|
|
24004
|
+
:param _LogsetId: 日志集Id。通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
|
|
23983
24005
|
:type LogsetId: str
|
|
23984
|
-
:param _LogsetName:
|
|
24006
|
+
:param _LogsetName: 日志集名字。- 最大支持255个字符。不支持`|`字符。
|
|
23985
24007
|
:type LogsetName: str
|
|
23986
24008
|
:param _Tags: 日志集的绑定的标签键值对。最大支持10个标签键值对,同一个资源只能同时绑定一个标签键。
|
|
23987
24009
|
:type Tags: list of Tag
|
|
@@ -23992,7 +24014,7 @@ class ModifyLogsetRequest(AbstractModel):
|
|
|
23992
24014
|
|
|
23993
24015
|
@property
|
|
23994
24016
|
def LogsetId(self):
|
|
23995
|
-
"""日志集
|
|
24017
|
+
"""日志集Id。通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
|
|
23996
24018
|
:rtype: str
|
|
23997
24019
|
"""
|
|
23998
24020
|
return self._LogsetId
|
|
@@ -24003,7 +24025,7 @@ class ModifyLogsetRequest(AbstractModel):
|
|
|
24003
24025
|
|
|
24004
24026
|
@property
|
|
24005
24027
|
def LogsetName(self):
|
|
24006
|
-
"""
|
|
24028
|
+
"""日志集名字。- 最大支持255个字符。不支持`|`字符。
|
|
24007
24029
|
:rtype: str
|
|
24008
24030
|
"""
|
|
24009
24031
|
return self._LogsetName
|
|
@@ -28236,13 +28258,13 @@ class SearchDashboardSubscribeRequest(AbstractModel):
|
|
|
28236
28258
|
|
|
28237
28259
|
def __init__(self):
|
|
28238
28260
|
r"""
|
|
28239
|
-
:param _DashboardId: 仪表盘id。
|
|
28261
|
+
:param _DashboardId: 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
28240
28262
|
:type DashboardId: str
|
|
28241
28263
|
:param _SubscribeData: 仪表盘订阅数据。
|
|
28242
28264
|
:type SubscribeData: :class:`tencentcloud.cls.v20201016.models.DashboardSubscribeData`
|
|
28243
|
-
:param _Id: 仪表盘订阅Id。
|
|
28265
|
+
:param _Id: 仪表盘订阅Id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
28244
28266
|
:type Id: int
|
|
28245
|
-
:param _Name:
|
|
28267
|
+
:param _Name: 仪表盘订阅名称。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Name。
|
|
28246
28268
|
:type Name: str
|
|
28247
28269
|
"""
|
|
28248
28270
|
self._DashboardId = None
|
|
@@ -28252,7 +28274,7 @@ class SearchDashboardSubscribeRequest(AbstractModel):
|
|
|
28252
28274
|
|
|
28253
28275
|
@property
|
|
28254
28276
|
def DashboardId(self):
|
|
28255
|
-
"""仪表盘id。
|
|
28277
|
+
"""仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
28256
28278
|
:rtype: str
|
|
28257
28279
|
"""
|
|
28258
28280
|
return self._DashboardId
|
|
@@ -28274,7 +28296,7 @@ class SearchDashboardSubscribeRequest(AbstractModel):
|
|
|
28274
28296
|
|
|
28275
28297
|
@property
|
|
28276
28298
|
def Id(self):
|
|
28277
|
-
"""仪表盘订阅Id。
|
|
28299
|
+
"""仪表盘订阅Id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
28278
28300
|
:rtype: int
|
|
28279
28301
|
"""
|
|
28280
28302
|
return self._Id
|
|
@@ -28285,7 +28307,7 @@ class SearchDashboardSubscribeRequest(AbstractModel):
|
|
|
28285
28307
|
|
|
28286
28308
|
@property
|
|
28287
28309
|
def Name(self):
|
|
28288
|
-
"""
|
|
28310
|
+
"""仪表盘订阅名称。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Name。
|
|
28289
28311
|
:rtype: str
|
|
28290
28312
|
"""
|
|
28291
28313
|
return self._Name
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1439
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1436
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|