tencentcloud-sdk-python 3.0.1345__py2.py3-none-any.whl → 3.0.1347__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/advisor/v20200721/models.py +0 -26
- tencentcloud/antiddos/v20200309/antiddos_client.py +0 -50
- tencentcloud/antiddos/v20200309/models.py +12 -687
- tencentcloud/apm/v20210622/models.py +60 -60
- tencentcloud/batch/v20170312/models.py +8 -158
- tencentcloud/cdwch/v20200915/models.py +111 -146
- tencentcloud/cdwpg/v20201230/models.py +84 -84
- tencentcloud/chc/__init__.py +0 -0
- tencentcloud/chc/v20230418/__init__.py +0 -0
- tencentcloud/chc/v20230418/chc_client.py +854 -0
- tencentcloud/chc/v20230418/errorcodes.py +15 -0
- tencentcloud/chc/v20230418/models.py +9963 -0
- tencentcloud/ckafka/v20190819/models.py +26 -984
- tencentcloud/cls/v20201016/models.py +0 -310
- tencentcloud/dbbrain/v20191016/models.py +2 -6
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +92 -0
- tencentcloud/dbbrain/v20210527/models.py +1036 -198
- tencentcloud/domain/v20180808/models.py +0 -2
- tencentcloud/ecdn/v20191012/ecdn_client.py +0 -217
- tencentcloud/ecdn/v20191012/errorcodes.py +0 -63
- tencentcloud/ecdn/v20191012/models.py +4 -1047
- tencentcloud/emr/v20190103/emr_client.py +1 -1
- tencentcloud/emr/v20190103/models.py +422 -15
- tencentcloud/ess/v20201111/models.py +27 -6
- tencentcloud/essbasic/v20210526/models.py +21 -0
- tencentcloud/gs/v20191118/errorcodes.py +9 -0
- tencentcloud/gs/v20191118/gs_client.py +775 -12
- tencentcloud/gs/v20191118/models.py +4968 -477
- tencentcloud/hai/v20230812/models.py +0 -22
- tencentcloud/hunyuan/v20230901/models.py +17 -2
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +131 -0
- tencentcloud/iotvideoindustry/v20201201/models.py +0 -52
- tencentcloud/lke/v20231130/lke_client.py +2 -25
- tencentcloud/lke/v20231130/models.py +4 -87
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/memcached/v20190318/models.py +2 -2
- tencentcloud/mmps/v20200710/models.py +0 -6
- tencentcloud/monitor/v20180724/models.py +446 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/mqtt/v20240516/models.py +24 -22
- tencentcloud/redis/v20180412/models.py +2 -4
- tencentcloud/svp/v20240125/models.py +0 -2
- tencentcloud/tchd/v20230306/models.py +0 -2
- tencentcloud/tcr/v20190924/models.py +4 -14
- tencentcloud/tdmq/v20200217/models.py +266 -0
- tencentcloud/teo/v20220901/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +81 -2
- tencentcloud/teo/v20220901/teo_client.py +23 -0
- tencentcloud/thpc/v20220401/models.py +0 -8
- tencentcloud/thpc/v20230321/models.py +15 -44
- tencentcloud/tione/v20211111/models.py +68 -0
- tencentcloud/tke/v20180525/models.py +0 -28
- tencentcloud/wedata/v20210820/models.py +331 -0
- {tencentcloud_sdk_python-3.0.1345.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1345.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/RECORD +60 -55
- {tencentcloud_sdk_python-3.0.1345.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1345.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1345.dist-info → tencentcloud_sdk_python-3.0.1347.dist-info}/top_level.txt +0 -0
@@ -4236,10 +4236,8 @@ class ContainerWorkLoadInfo(AbstractModel):
|
|
4236
4236
|
:param _Name: 工作负载的名称
|
4237
4237
|
:type Name: str
|
4238
4238
|
:param _Container: 容器名
|
4239
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4240
4239
|
:type Container: str
|
4241
4240
|
:param _Namespace: 命名空间
|
4242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4243
4241
|
:type Namespace: str
|
4244
4242
|
"""
|
4245
4243
|
self._Kind = None
|
@@ -4272,7 +4270,6 @@ class ContainerWorkLoadInfo(AbstractModel):
|
|
4272
4270
|
@property
|
4273
4271
|
def Container(self):
|
4274
4272
|
"""容器名
|
4275
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4276
4273
|
:rtype: str
|
4277
4274
|
"""
|
4278
4275
|
return self._Container
|
@@ -4284,7 +4281,6 @@ class ContainerWorkLoadInfo(AbstractModel):
|
|
4284
4281
|
@property
|
4285
4282
|
def Namespace(self):
|
4286
4283
|
"""命名空间
|
4287
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4288
4284
|
:rtype: str
|
4289
4285
|
"""
|
4290
4286
|
return self._Namespace
|
@@ -4410,56 +4406,39 @@ class CosRechargeInfo(AbstractModel):
|
|
4410
4406
|
def __init__(self):
|
4411
4407
|
r"""
|
4412
4408
|
:param _Id: COS导入配置ID
|
4413
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4414
4409
|
:type Id: str
|
4415
4410
|
:param _TopicId: 日志主题ID
|
4416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4417
4411
|
:type TopicId: str
|
4418
4412
|
:param _LogsetId: 日志集ID
|
4419
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4420
4413
|
:type LogsetId: str
|
4421
4414
|
:param _Name: COS导入任务名称
|
4422
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4423
4415
|
:type Name: str
|
4424
4416
|
:param _Bucket: COS存储桶
|
4425
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4426
4417
|
:type Bucket: str
|
4427
4418
|
:param _BucketRegion: COS存储桶所在地域
|
4428
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4429
4419
|
:type BucketRegion: str
|
4430
4420
|
:param _Prefix: COS文件所在文件夹的前缀
|
4431
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4432
4421
|
:type Prefix: str
|
4433
4422
|
:param _LogType: 采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表单行全文;
|
4434
4423
|
默认为minimalist_log
|
4435
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4436
4424
|
:type LogType: str
|
4437
4425
|
:param _Status: 状态 status 0: 已创建, 1: 运行中, 2: 已停止, 3: 已完成, 4: 运行失败。
|
4438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4439
4426
|
:type Status: int
|
4440
4427
|
:param _Enable: 是否启用: 0: 未启用 , 1:启用
|
4441
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4442
4428
|
:type Enable: int
|
4443
4429
|
:param _CreateTime: 创建时间
|
4444
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4445
4430
|
:type CreateTime: str
|
4446
4431
|
:param _UpdateTime: 更新时间
|
4447
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4448
4432
|
:type UpdateTime: str
|
4449
4433
|
:param _Progress: 进度条百分值
|
4450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4451
4434
|
:type Progress: int
|
4452
4435
|
:param _Compress: supported: "", "gzip", "lzop", "snappy”; 默认空
|
4453
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4454
4436
|
:type Compress: str
|
4455
4437
|
:param _ExtractRuleInfo: 见: ExtractRuleInfo 结构描述
|
4456
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4457
4438
|
:type ExtractRuleInfo: :class:`tencentcloud.cls.v20201016.models.ExtractRuleInfo`
|
4458
4439
|
:param _TaskType: COS导入任务类型。1:一次性导入任务;2:持续性导入任务。
|
4459
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4460
4440
|
:type TaskType: int
|
4461
4441
|
:param _Metadata: 元数据。支持 bucket,object。
|
4462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4463
4442
|
:type Metadata: list of str
|
4464
4443
|
"""
|
4465
4444
|
self._Id = None
|
@@ -4483,7 +4462,6 @@ class CosRechargeInfo(AbstractModel):
|
|
4483
4462
|
@property
|
4484
4463
|
def Id(self):
|
4485
4464
|
"""COS导入配置ID
|
4486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4487
4465
|
:rtype: str
|
4488
4466
|
"""
|
4489
4467
|
return self._Id
|
@@ -4495,7 +4473,6 @@ class CosRechargeInfo(AbstractModel):
|
|
4495
4473
|
@property
|
4496
4474
|
def TopicId(self):
|
4497
4475
|
"""日志主题ID
|
4498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4499
4476
|
:rtype: str
|
4500
4477
|
"""
|
4501
4478
|
return self._TopicId
|
@@ -4507,7 +4484,6 @@ class CosRechargeInfo(AbstractModel):
|
|
4507
4484
|
@property
|
4508
4485
|
def LogsetId(self):
|
4509
4486
|
"""日志集ID
|
4510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4511
4487
|
:rtype: str
|
4512
4488
|
"""
|
4513
4489
|
return self._LogsetId
|
@@ -4519,7 +4495,6 @@ class CosRechargeInfo(AbstractModel):
|
|
4519
4495
|
@property
|
4520
4496
|
def Name(self):
|
4521
4497
|
"""COS导入任务名称
|
4522
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4523
4498
|
:rtype: str
|
4524
4499
|
"""
|
4525
4500
|
return self._Name
|
@@ -4531,7 +4506,6 @@ class CosRechargeInfo(AbstractModel):
|
|
4531
4506
|
@property
|
4532
4507
|
def Bucket(self):
|
4533
4508
|
"""COS存储桶
|
4534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4535
4509
|
:rtype: str
|
4536
4510
|
"""
|
4537
4511
|
return self._Bucket
|
@@ -4543,7 +4517,6 @@ class CosRechargeInfo(AbstractModel):
|
|
4543
4517
|
@property
|
4544
4518
|
def BucketRegion(self):
|
4545
4519
|
"""COS存储桶所在地域
|
4546
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4547
4520
|
:rtype: str
|
4548
4521
|
"""
|
4549
4522
|
return self._BucketRegion
|
@@ -4555,7 +4528,6 @@ class CosRechargeInfo(AbstractModel):
|
|
4555
4528
|
@property
|
4556
4529
|
def Prefix(self):
|
4557
4530
|
"""COS文件所在文件夹的前缀
|
4558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4559
4531
|
:rtype: str
|
4560
4532
|
"""
|
4561
4533
|
return self._Prefix
|
@@ -4568,7 +4540,6 @@ class CosRechargeInfo(AbstractModel):
|
|
4568
4540
|
def LogType(self):
|
4569
4541
|
"""采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表单行全文;
|
4570
4542
|
默认为minimalist_log
|
4571
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4572
4543
|
:rtype: str
|
4573
4544
|
"""
|
4574
4545
|
return self._LogType
|
@@ -4580,7 +4551,6 @@ class CosRechargeInfo(AbstractModel):
|
|
4580
4551
|
@property
|
4581
4552
|
def Status(self):
|
4582
4553
|
"""状态 status 0: 已创建, 1: 运行中, 2: 已停止, 3: 已完成, 4: 运行失败。
|
4583
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4584
4554
|
:rtype: int
|
4585
4555
|
"""
|
4586
4556
|
return self._Status
|
@@ -4592,7 +4562,6 @@ class CosRechargeInfo(AbstractModel):
|
|
4592
4562
|
@property
|
4593
4563
|
def Enable(self):
|
4594
4564
|
"""是否启用: 0: 未启用 , 1:启用
|
4595
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4596
4565
|
:rtype: int
|
4597
4566
|
"""
|
4598
4567
|
return self._Enable
|
@@ -4604,7 +4573,6 @@ class CosRechargeInfo(AbstractModel):
|
|
4604
4573
|
@property
|
4605
4574
|
def CreateTime(self):
|
4606
4575
|
"""创建时间
|
4607
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4608
4576
|
:rtype: str
|
4609
4577
|
"""
|
4610
4578
|
return self._CreateTime
|
@@ -4616,7 +4584,6 @@ class CosRechargeInfo(AbstractModel):
|
|
4616
4584
|
@property
|
4617
4585
|
def UpdateTime(self):
|
4618
4586
|
"""更新时间
|
4619
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4620
4587
|
:rtype: str
|
4621
4588
|
"""
|
4622
4589
|
return self._UpdateTime
|
@@ -4628,7 +4595,6 @@ class CosRechargeInfo(AbstractModel):
|
|
4628
4595
|
@property
|
4629
4596
|
def Progress(self):
|
4630
4597
|
"""进度条百分值
|
4631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4632
4598
|
:rtype: int
|
4633
4599
|
"""
|
4634
4600
|
return self._Progress
|
@@ -4640,7 +4606,6 @@ class CosRechargeInfo(AbstractModel):
|
|
4640
4606
|
@property
|
4641
4607
|
def Compress(self):
|
4642
4608
|
"""supported: "", "gzip", "lzop", "snappy”; 默认空
|
4643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4644
4609
|
:rtype: str
|
4645
4610
|
"""
|
4646
4611
|
return self._Compress
|
@@ -4652,7 +4617,6 @@ class CosRechargeInfo(AbstractModel):
|
|
4652
4617
|
@property
|
4653
4618
|
def ExtractRuleInfo(self):
|
4654
4619
|
"""见: ExtractRuleInfo 结构描述
|
4655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4656
4620
|
:rtype: :class:`tencentcloud.cls.v20201016.models.ExtractRuleInfo`
|
4657
4621
|
"""
|
4658
4622
|
return self._ExtractRuleInfo
|
@@ -4664,7 +4628,6 @@ class CosRechargeInfo(AbstractModel):
|
|
4664
4628
|
@property
|
4665
4629
|
def TaskType(self):
|
4666
4630
|
"""COS导入任务类型。1:一次性导入任务;2:持续性导入任务。
|
4667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4668
4631
|
:rtype: int
|
4669
4632
|
"""
|
4670
4633
|
return self._TaskType
|
@@ -4676,7 +4639,6 @@ class CosRechargeInfo(AbstractModel):
|
|
4676
4639
|
@property
|
4677
4640
|
def Metadata(self):
|
4678
4641
|
"""元数据。支持 bucket,object。
|
4679
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4680
4642
|
:rtype: list of str
|
4681
4643
|
"""
|
4682
4644
|
return self._Metadata
|
@@ -9234,30 +9196,22 @@ class DashboardInfo(AbstractModel):
|
|
9234
9196
|
:param _DashboardName: 仪表盘名字
|
9235
9197
|
:type DashboardName: str
|
9236
9198
|
:param _Data: 仪表盘数据
|
9237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9238
9199
|
:type Data: str
|
9239
9200
|
:param _CreateTime: 创建仪表盘的时间
|
9240
9201
|
:type CreateTime: str
|
9241
9202
|
:param _AssumerUin: AssumerUin非空则表示创建该日志主题的服务方Uin
|
9242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9243
9203
|
:type AssumerUin: int
|
9244
9204
|
:param _RoleName: RoleName非空则表示创建该日志主题的服务方使用的角色
|
9245
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9246
9205
|
:type RoleName: str
|
9247
9206
|
:param _AssumerName: AssumerName非空则表示创建该日志主题的服务方名称
|
9248
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9249
9207
|
:type AssumerName: str
|
9250
9208
|
:param _Tags: 日志主题绑定的标签信息
|
9251
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9252
9209
|
:type Tags: list of Tag
|
9253
9210
|
:param _DashboardRegion: 仪表盘所在地域: 为了兼容老的地域。
|
9254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9255
9211
|
:type DashboardRegion: str
|
9256
9212
|
:param _UpdateTime: 修改仪表盘的时间
|
9257
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9258
9213
|
:type UpdateTime: str
|
9259
9214
|
:param _DashboardTopicInfos: 仪表盘对应的topic相关信息
|
9260
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9261
9215
|
:type DashboardTopicInfos: list of DashboardTopicInfo
|
9262
9216
|
"""
|
9263
9217
|
self._DashboardId = None
|
@@ -9297,7 +9251,6 @@ class DashboardInfo(AbstractModel):
|
|
9297
9251
|
@property
|
9298
9252
|
def Data(self):
|
9299
9253
|
"""仪表盘数据
|
9300
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9301
9254
|
:rtype: str
|
9302
9255
|
"""
|
9303
9256
|
return self._Data
|
@@ -9320,7 +9273,6 @@ class DashboardInfo(AbstractModel):
|
|
9320
9273
|
@property
|
9321
9274
|
def AssumerUin(self):
|
9322
9275
|
"""AssumerUin非空则表示创建该日志主题的服务方Uin
|
9323
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9324
9276
|
:rtype: int
|
9325
9277
|
"""
|
9326
9278
|
return self._AssumerUin
|
@@ -9332,7 +9284,6 @@ class DashboardInfo(AbstractModel):
|
|
9332
9284
|
@property
|
9333
9285
|
def RoleName(self):
|
9334
9286
|
"""RoleName非空则表示创建该日志主题的服务方使用的角色
|
9335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9336
9287
|
:rtype: str
|
9337
9288
|
"""
|
9338
9289
|
return self._RoleName
|
@@ -9344,7 +9295,6 @@ class DashboardInfo(AbstractModel):
|
|
9344
9295
|
@property
|
9345
9296
|
def AssumerName(self):
|
9346
9297
|
"""AssumerName非空则表示创建该日志主题的服务方名称
|
9347
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9348
9298
|
:rtype: str
|
9349
9299
|
"""
|
9350
9300
|
return self._AssumerName
|
@@ -9356,7 +9306,6 @@ class DashboardInfo(AbstractModel):
|
|
9356
9306
|
@property
|
9357
9307
|
def Tags(self):
|
9358
9308
|
"""日志主题绑定的标签信息
|
9359
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9360
9309
|
:rtype: list of Tag
|
9361
9310
|
"""
|
9362
9311
|
return self._Tags
|
@@ -9368,7 +9317,6 @@ class DashboardInfo(AbstractModel):
|
|
9368
9317
|
@property
|
9369
9318
|
def DashboardRegion(self):
|
9370
9319
|
"""仪表盘所在地域: 为了兼容老的地域。
|
9371
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9372
9320
|
:rtype: str
|
9373
9321
|
"""
|
9374
9322
|
return self._DashboardRegion
|
@@ -9380,7 +9328,6 @@ class DashboardInfo(AbstractModel):
|
|
9380
9328
|
@property
|
9381
9329
|
def UpdateTime(self):
|
9382
9330
|
"""修改仪表盘的时间
|
9383
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9384
9331
|
:rtype: str
|
9385
9332
|
"""
|
9386
9333
|
return self._UpdateTime
|
@@ -9392,7 +9339,6 @@ class DashboardInfo(AbstractModel):
|
|
9392
9339
|
@property
|
9393
9340
|
def DashboardTopicInfos(self):
|
9394
9341
|
"""仪表盘对应的topic相关信息
|
9395
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9396
9342
|
:rtype: list of DashboardTopicInfo
|
9397
9343
|
"""
|
9398
9344
|
return self._DashboardTopicInfos
|
@@ -9458,7 +9404,6 @@ class DashboardNoticeMode(AbstractModel):
|
|
9458
9404
|
:param _Url: 回调Url。
|
9459
9405
|
<br><li/> 当ReceiverType是 Wecom 时,Url必填。
|
9460
9406
|
<br><li/> 当ReceiverType不是 Wecom 时,Url不能填写。
|
9461
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9462
9407
|
:type Url: str
|
9463
9408
|
"""
|
9464
9409
|
self._ReceiverType = None
|
@@ -9512,7 +9457,6 @@ class DashboardNoticeMode(AbstractModel):
|
|
9512
9457
|
"""回调Url。
|
9513
9458
|
<br><li/> 当ReceiverType是 Wecom 时,Url必填。
|
9514
9459
|
<br><li/> 当ReceiverType不是 Wecom 时,Url不能填写。
|
9515
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9516
9460
|
:rtype: str
|
9517
9461
|
"""
|
9518
9462
|
return self._Url
|
@@ -9553,16 +9497,12 @@ class DashboardSubscribeData(AbstractModel):
|
|
9553
9497
|
注意:此字段可能返回 null,表示取不到有效值。
|
9554
9498
|
:type TemplateVariables: list of DashboardTemplateVariable
|
9555
9499
|
:param _Timezone: 时区。参考:https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#SHANGHAI
|
9556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9557
9500
|
:type Timezone: str
|
9558
9501
|
:param _SubscribeLanguage: 语言。 zh 中文、en`英文。
|
9559
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9560
9502
|
:type SubscribeLanguage: str
|
9561
9503
|
:param _JumpDomain: 调用链接域名。http:// 或者 https:// 开头,不能/结尾
|
9562
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9563
9504
|
:type JumpDomain: str
|
9564
9505
|
:param _JumpUrl: 自定义跳转链接。
|
9565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9566
9506
|
:type JumpUrl: str
|
9567
9507
|
"""
|
9568
9508
|
self._NoticeModes = None
|
@@ -9611,7 +9551,6 @@ class DashboardSubscribeData(AbstractModel):
|
|
9611
9551
|
@property
|
9612
9552
|
def Timezone(self):
|
9613
9553
|
"""时区。参考:https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#SHANGHAI
|
9614
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9615
9554
|
:rtype: str
|
9616
9555
|
"""
|
9617
9556
|
return self._Timezone
|
@@ -9623,7 +9562,6 @@ class DashboardSubscribeData(AbstractModel):
|
|
9623
9562
|
@property
|
9624
9563
|
def SubscribeLanguage(self):
|
9625
9564
|
"""语言。 zh 中文、en`英文。
|
9626
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9627
9565
|
:rtype: str
|
9628
9566
|
"""
|
9629
9567
|
return self._SubscribeLanguage
|
@@ -9635,7 +9573,6 @@ class DashboardSubscribeData(AbstractModel):
|
|
9635
9573
|
@property
|
9636
9574
|
def JumpDomain(self):
|
9637
9575
|
"""调用链接域名。http:// 或者 https:// 开头,不能/结尾
|
9638
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9639
9576
|
:rtype: str
|
9640
9577
|
"""
|
9641
9578
|
return self._JumpDomain
|
@@ -9647,7 +9584,6 @@ class DashboardSubscribeData(AbstractModel):
|
|
9647
9584
|
@property
|
9648
9585
|
def JumpUrl(self):
|
9649
9586
|
"""自定义跳转链接。
|
9650
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9651
9587
|
:rtype: str
|
9652
9588
|
"""
|
9653
9589
|
return self._JumpUrl
|
@@ -9872,13 +9808,10 @@ class DataTransformTaskInfo(AbstractModel):
|
|
9872
9808
|
:param _EtlContent: 加工逻辑函数。
|
9873
9809
|
:type EtlContent: str
|
9874
9810
|
:param _DataTransformType: 数据加工类型。0:标准加工任务;1:前置加工任务。
|
9875
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9876
9811
|
:type DataTransformType: int
|
9877
9812
|
:param _KeepFailureLog: 保留失败日志状态。 1:不保留,2:保留
|
9878
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9879
9813
|
:type KeepFailureLog: int
|
9880
9814
|
:param _FailureLogKey: 失败日志的字段名称
|
9881
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9882
9815
|
:type FailureLogKey: str
|
9883
9816
|
"""
|
9884
9817
|
self._Name = None
|
@@ -10044,7 +9977,6 @@ class DataTransformTaskInfo(AbstractModel):
|
|
10044
9977
|
@property
|
10045
9978
|
def DataTransformType(self):
|
10046
9979
|
"""数据加工类型。0:标准加工任务;1:前置加工任务。
|
10047
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10048
9980
|
:rtype: int
|
10049
9981
|
"""
|
10050
9982
|
return self._DataTransformType
|
@@ -10056,7 +9988,6 @@ class DataTransformTaskInfo(AbstractModel):
|
|
10056
9988
|
@property
|
10057
9989
|
def KeepFailureLog(self):
|
10058
9990
|
"""保留失败日志状态。 1:不保留,2:保留
|
10059
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10060
9991
|
:rtype: int
|
10061
9992
|
"""
|
10062
9993
|
return self._KeepFailureLog
|
@@ -10068,7 +9999,6 @@ class DataTransformTaskInfo(AbstractModel):
|
|
10068
9999
|
@property
|
10069
10000
|
def FailureLogKey(self):
|
10070
10001
|
"""失败日志的字段名称
|
10071
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10072
10002
|
:rtype: str
|
10073
10003
|
"""
|
10074
10004
|
return self._FailureLogKey
|
@@ -16315,7 +16245,6 @@ class DynamicIndex(AbstractModel):
|
|
16315
16245
|
def __init__(self):
|
16316
16246
|
r"""
|
16317
16247
|
:param _Status: 键值索引自动配置开关
|
16318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16319
16248
|
:type Status: bool
|
16320
16249
|
"""
|
16321
16250
|
self._Status = None
|
@@ -16323,7 +16252,6 @@ class DynamicIndex(AbstractModel):
|
|
16323
16252
|
@property
|
16324
16253
|
def Status(self):
|
16325
16254
|
"""键值索引自动配置开关
|
16326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16327
16255
|
:rtype: bool
|
16328
16256
|
"""
|
16329
16257
|
return self._Status
|
@@ -16357,19 +16285,15 @@ class EscalateNoticeInfo(AbstractModel):
|
|
16357
16285
|
:param _WebCallbacks: 告警通知模板回调信息。
|
16358
16286
|
:type WebCallbacks: list of WebCallback
|
16359
16287
|
:param _Escalate: 告警升级开关。`true`:开启告警升级、`false`:关闭告警升级,默认:false
|
16360
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16361
16288
|
:type Escalate: bool
|
16362
16289
|
:param _Interval: 告警升级间隔。单位:分钟,范围`[1,14400]`
|
16363
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16364
16290
|
:type Interval: int
|
16365
16291
|
:param _Type: 升级条件。`1`:无人认领且未恢复、`2`:未恢复,默认为1
|
16366
16292
|
- 无人认领且未恢复:告警没有恢复并且没有人认领则升级
|
16367
16293
|
- 未恢复:当前告警持续未恢复则升级
|
16368
16294
|
|
16369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16370
16295
|
:type Type: int
|
16371
16296
|
:param _EscalateNotice: 告警升级后下一个环节的通知渠道配置,最多可配置5个环节。
|
16372
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16373
16297
|
:type EscalateNotice: :class:`tencentcloud.cls.v20201016.models.EscalateNoticeInfo`
|
16374
16298
|
"""
|
16375
16299
|
self._NoticeReceivers = None
|
@@ -16404,7 +16328,6 @@ class EscalateNoticeInfo(AbstractModel):
|
|
16404
16328
|
@property
|
16405
16329
|
def Escalate(self):
|
16406
16330
|
"""告警升级开关。`true`:开启告警升级、`false`:关闭告警升级,默认:false
|
16407
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16408
16331
|
:rtype: bool
|
16409
16332
|
"""
|
16410
16333
|
return self._Escalate
|
@@ -16416,7 +16339,6 @@ class EscalateNoticeInfo(AbstractModel):
|
|
16416
16339
|
@property
|
16417
16340
|
def Interval(self):
|
16418
16341
|
"""告警升级间隔。单位:分钟,范围`[1,14400]`
|
16419
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16420
16342
|
:rtype: int
|
16421
16343
|
"""
|
16422
16344
|
return self._Interval
|
@@ -16431,7 +16353,6 @@ class EscalateNoticeInfo(AbstractModel):
|
|
16431
16353
|
- 无人认领且未恢复:告警没有恢复并且没有人认领则升级
|
16432
16354
|
- 未恢复:当前告警持续未恢复则升级
|
16433
16355
|
|
16434
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16435
16356
|
:rtype: int
|
16436
16357
|
"""
|
16437
16358
|
return self._Type
|
@@ -16443,7 +16364,6 @@ class EscalateNoticeInfo(AbstractModel):
|
|
16443
16364
|
@property
|
16444
16365
|
def EscalateNotice(self):
|
16445
16366
|
"""告警升级后下一个环节的通知渠道配置,最多可配置5个环节。
|
16446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16447
16367
|
:rtype: :class:`tencentcloud.cls.v20201016.models.EscalateNoticeInfo`
|
16448
16368
|
"""
|
16449
16369
|
return self._EscalateNotice
|
@@ -16661,7 +16581,6 @@ class ExportInfo(AbstractModel):
|
|
16661
16581
|
0:Lucene语法,1:CQL语法。
|
16662
16582
|
:type SyntaxRule: int
|
16663
16583
|
:param _DerivedFields: 导出字段
|
16664
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16665
16584
|
:type DerivedFields: list of str
|
16666
16585
|
"""
|
16667
16586
|
self._TopicId = None
|
@@ -16838,7 +16757,6 @@ class ExportInfo(AbstractModel):
|
|
16838
16757
|
@property
|
16839
16758
|
def DerivedFields(self):
|
16840
16759
|
"""导出字段
|
16841
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16842
16760
|
:rtype: list of str
|
16843
16761
|
"""
|
16844
16762
|
return self._DerivedFields
|
@@ -16882,19 +16800,14 @@ class ExtractRuleInfo(AbstractModel):
|
|
16882
16800
|
def __init__(self):
|
16883
16801
|
r"""
|
16884
16802
|
:param _TimeKey: 时间字段的key名字,TikeKey和TimeFormat必须成对出现
|
16885
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16886
16803
|
:type TimeKey: str
|
16887
16804
|
:param _TimeFormat: 时间字段的格式,参考c语言的strftime函数对于时间的格式说明输出参数
|
16888
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16889
16805
|
:type TimeFormat: str
|
16890
16806
|
:param _Delimiter: 分隔符类型日志的分隔符,只有LogType为delimiter_log时有效
|
16891
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16892
16807
|
:type Delimiter: str
|
16893
16808
|
:param _LogRegex: 整条日志匹配规则,只有LogType为fullregex_log时有效
|
16894
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16895
16809
|
:type LogRegex: str
|
16896
16810
|
:param _BeginRegex: 行首匹配规则,只有LogType为multiline_log或fullregex_log时有效
|
16897
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16898
16811
|
:type BeginRegex: str
|
16899
16812
|
:param _Keys: 取的每个字段的key名字,为空的key代表丢弃这个字段,只有LogType为delimiter_log时有效,json_log的日志使用json本身的key。限制100个。
|
16900
16813
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -16902,7 +16815,6 @@ class ExtractRuleInfo(AbstractModel):
|
|
16902
16815
|
:param _FilterKeyRegex: 日志过滤规则列表(旧版),需要过滤日志的key,及其对应的regex。
|
16903
16816
|
注意:2.9.3及以上版本LogListener ,建议使用AdvanceFilterRules配置日志过滤规则。
|
16904
16817
|
|
16905
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16906
16818
|
:type FilterKeyRegex: list of KeyRegexInfo
|
16907
16819
|
:param _UnMatchUpLoadSwitch: 解析失败日志是否上传,true表示上传,false表示不上传
|
16908
16820
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -16919,7 +16831,6 @@ class ExtractRuleInfo(AbstractModel):
|
|
16919
16831
|
注意
|
16920
16832
|
- 目前取0值时,表示UTF-8编码
|
16921
16833
|
- COS导入不支持此字段。
|
16922
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16923
16834
|
:type IsGBK: int
|
16924
16835
|
:param _JsonStandard: 是否为标准json。 0:否; 1:是。
|
16925
16836
|
- 标准json指采集器使用业界标准开源解析器进行json解析,非标json指采集器使用CLS自研json解析器进行解析,两种解析器没有本质区别,建议客户使用标准json进行解析。
|
@@ -16929,13 +16840,11 @@ class ExtractRuleInfo(AbstractModel):
|
|
16929
16840
|
注意:
|
16930
16841
|
- 该字段适用于:创建采集规则配置、修改采集规则配置。
|
16931
16842
|
- COS导入不支持此字段。
|
16932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16933
16843
|
:type Protocol: str
|
16934
16844
|
:param _Address: syslog系统日志采集指定采集器监听的地址和端口 ,形式:[ip]:[port],只有在LogType为service_syslog时生效,其余类型无需填写。
|
16935
16845
|
注意:
|
16936
16846
|
- 该字段适用于:创建采集规则配置、修改采集规则配置。
|
16937
16847
|
- COS导入不支持此字段。
|
16938
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16939
16848
|
:type Address: str
|
16940
16849
|
:param _ParseProtocol: rfc3164:指定系统日志采集使用RFC3164协议解析日志。
|
16941
16850
|
rfc5424:指定系统日志采集使用RFC5424协议解析日志。
|
@@ -16944,7 +16853,6 @@ auto:自动匹配rfc3164或者rfc5424其中一种协议。
|
|
16944
16853
|
注意:
|
16945
16854
|
- 该字段适用于:创建采集规则配置、修改采集规则配置
|
16946
16855
|
- COS导入不支持此字段。
|
16947
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16948
16856
|
:type ParseProtocol: str
|
16949
16857
|
:param _MetadataType: 元数据类型。0: 不使用元数据信息;1:使用机器组元数据;2:使用用户自定义元数据;3:使用采集配置路径。
|
16950
16858
|
注意:
|
@@ -16960,7 +16868,6 @@ auto:自动匹配rfc3164或者rfc5424其中一种协议。
|
|
16960
16868
|
注意:
|
16961
16869
|
- MetadataType为3时必填。
|
16962
16870
|
- COS导入不支持此字段。
|
16963
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16964
16871
|
:type PathRegex: str
|
16965
16872
|
:param _MetaTags: 用户自定义元数据信息。
|
16966
16873
|
注意:
|
@@ -17000,7 +16907,6 @@ auto:自动匹配rfc3164或者rfc5424其中一种协议。
|
|
17000
16907
|
@property
|
17001
16908
|
def TimeKey(self):
|
17002
16909
|
"""时间字段的key名字,TikeKey和TimeFormat必须成对出现
|
17003
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17004
16910
|
:rtype: str
|
17005
16911
|
"""
|
17006
16912
|
return self._TimeKey
|
@@ -17012,7 +16918,6 @@ auto:自动匹配rfc3164或者rfc5424其中一种协议。
|
|
17012
16918
|
@property
|
17013
16919
|
def TimeFormat(self):
|
17014
16920
|
"""时间字段的格式,参考c语言的strftime函数对于时间的格式说明输出参数
|
17015
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17016
16921
|
:rtype: str
|
17017
16922
|
"""
|
17018
16923
|
return self._TimeFormat
|
@@ -17024,7 +16929,6 @@ auto:自动匹配rfc3164或者rfc5424其中一种协议。
|
|
17024
16929
|
@property
|
17025
16930
|
def Delimiter(self):
|
17026
16931
|
"""分隔符类型日志的分隔符,只有LogType为delimiter_log时有效
|
17027
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17028
16932
|
:rtype: str
|
17029
16933
|
"""
|
17030
16934
|
return self._Delimiter
|
@@ -17036,7 +16940,6 @@ auto:自动匹配rfc3164或者rfc5424其中一种协议。
|
|
17036
16940
|
@property
|
17037
16941
|
def LogRegex(self):
|
17038
16942
|
"""整条日志匹配规则,只有LogType为fullregex_log时有效
|
17039
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17040
16943
|
:rtype: str
|
17041
16944
|
"""
|
17042
16945
|
return self._LogRegex
|
@@ -17048,7 +16951,6 @@ auto:自动匹配rfc3164或者rfc5424其中一种协议。
|
|
17048
16951
|
@property
|
17049
16952
|
def BeginRegex(self):
|
17050
16953
|
"""行首匹配规则,只有LogType为multiline_log或fullregex_log时有效
|
17051
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17052
16954
|
:rtype: str
|
17053
16955
|
"""
|
17054
16956
|
return self._BeginRegex
|
@@ -17074,7 +16976,6 @@ auto:自动匹配rfc3164或者rfc5424其中一种协议。
|
|
17074
16976
|
"""日志过滤规则列表(旧版),需要过滤日志的key,及其对应的regex。
|
17075
16977
|
注意:2.9.3及以上版本LogListener ,建议使用AdvanceFilterRules配置日志过滤规则。
|
17076
16978
|
|
17077
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17078
16979
|
:rtype: list of KeyRegexInfo
|
17079
16980
|
"""
|
17080
16981
|
return self._FilterKeyRegex
|
@@ -17127,7 +17028,6 @@ auto:自动匹配rfc3164或者rfc5424其中一种协议。
|
|
17127
17028
|
注意
|
17128
17029
|
- 目前取0值时,表示UTF-8编码
|
17129
17030
|
- COS导入不支持此字段。
|
17130
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17131
17031
|
:rtype: int
|
17132
17032
|
"""
|
17133
17033
|
return self._IsGBK
|
@@ -17155,7 +17055,6 @@ auto:自动匹配rfc3164或者rfc5424其中一种协议。
|
|
17155
17055
|
注意:
|
17156
17056
|
- 该字段适用于:创建采集规则配置、修改采集规则配置。
|
17157
17057
|
- COS导入不支持此字段。
|
17158
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17159
17058
|
:rtype: str
|
17160
17059
|
"""
|
17161
17060
|
return self._Protocol
|
@@ -17170,7 +17069,6 @@ auto:自动匹配rfc3164或者rfc5424其中一种协议。
|
|
17170
17069
|
注意:
|
17171
17070
|
- 该字段适用于:创建采集规则配置、修改采集规则配置。
|
17172
17071
|
- COS导入不支持此字段。
|
17173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17174
17072
|
:rtype: str
|
17175
17073
|
"""
|
17176
17074
|
return self._Address
|
@@ -17188,7 +17086,6 @@ auto:自动匹配rfc3164或者rfc5424其中一种协议。
|
|
17188
17086
|
注意:
|
17189
17087
|
- 该字段适用于:创建采集规则配置、修改采集规则配置
|
17190
17088
|
- COS导入不支持此字段。
|
17191
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17192
17089
|
:rtype: str
|
17193
17090
|
"""
|
17194
17091
|
return self._ParseProtocol
|
@@ -17222,7 +17119,6 @@ auto:自动匹配rfc3164或者rfc5424其中一种协议。
|
|
17222
17119
|
注意:
|
17223
17120
|
- MetadataType为3时必填。
|
17224
17121
|
- COS导入不支持此字段。
|
17225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17226
17122
|
:rtype: str
|
17227
17123
|
"""
|
17228
17124
|
return self._PathRegex
|
@@ -17505,7 +17401,6 @@ class FullTextInfo(AbstractModel):
|
|
17505
17401
|
注意:\n\t\r本身已被转义,直接使用双引号包裹即可作为入参,无需再次转义。使用API Explorer进行调试时请使用JSON参数输入方式,以避免\n\t\r被重复转义
|
17506
17402
|
:type Tokenizer: str
|
17507
17403
|
:param _ContainZH: 是否包含中文
|
17508
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17509
17404
|
:type ContainZH: bool
|
17510
17405
|
"""
|
17511
17406
|
self._CaseSensitive = None
|
@@ -17539,7 +17434,6 @@ class FullTextInfo(AbstractModel):
|
|
17539
17434
|
@property
|
17540
17435
|
def ContainZH(self):
|
17541
17436
|
"""是否包含中文
|
17542
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17543
17437
|
:rtype: bool
|
17544
17438
|
"""
|
17545
17439
|
return self._ContainZH
|
@@ -18128,7 +18022,6 @@ class JsonInfo(AbstractModel):
|
|
18128
18022
|
注意:此字段可能返回 null,表示取不到有效值。
|
18129
18023
|
:type MetaFields: list of str
|
18130
18024
|
:param _JsonType: 投递Json格式,0:字符串方式投递;1:以结构化方式投递
|
18131
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18132
18025
|
:type JsonType: int
|
18133
18026
|
"""
|
18134
18027
|
self._EnableTag = None
|
@@ -18161,7 +18054,6 @@ class JsonInfo(AbstractModel):
|
|
18161
18054
|
@property
|
18162
18055
|
def JsonType(self):
|
18163
18056
|
"""投递Json格式,0:字符串方式投递;1:以结构化方式投递
|
18164
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18165
18057
|
:rtype: int
|
18166
18058
|
"""
|
18167
18059
|
return self._JsonType
|
@@ -18210,7 +18102,6 @@ TAG信息:`{"__TAG__":{"fieldA":200,"fieldB":"text"}}`
|
|
18210
18102
|
平铺示例:
|
18211
18103
|
TAG信息:`{"__TAG__":{"fieldA":200,"fieldB":"text"}}`
|
18212
18104
|
平铺:`{"__TAG__.fieldA":200,"__TAG__.fieldB":"text"}`
|
18213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18214
18105
|
:type TagTransaction: int
|
18215
18106
|
:param _JsonType: 消费数据Json格式:
|
18216
18107
|
1:不转义(默认格式)
|
@@ -18279,7 +18170,6 @@ TAG信息:`{"__TAG__":{"fieldA":200,"fieldB":"text"}}`
|
|
18279
18170
|
平铺示例:
|
18280
18171
|
TAG信息:`{"__TAG__":{"fieldA":200,"fieldB":"text"}}`
|
18281
18172
|
平铺:`{"__TAG__.fieldA":200,"__TAG__.fieldB":"text"}`
|
18282
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18283
18173
|
:rtype: int
|
18284
18174
|
"""
|
18285
18175
|
return self._TagTransaction
|
@@ -18336,19 +18226,15 @@ class KafkaProtocolInfo(AbstractModel):
|
|
18336
18226
|
r"""
|
18337
18227
|
:param _Protocol: 协议类型,支持的协议类型包括 plaintext、sasl_plaintext 或 sasl_ssl。建议使用 sasl_ssl,此协议会进行连接加密同时需要用户认证。
|
18338
18228
|
入参必填
|
18339
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18340
18229
|
:type Protocol: str
|
18341
18230
|
:param _Mechanism: 加密类型,支持 PLAIN、SCRAM-SHA-256 或 SCRAM-SHA-512。
|
18342
18231
|
当Protocol为sasl_plaintext或sasl_ssl时必填
|
18343
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18344
18232
|
:type Mechanism: str
|
18345
18233
|
:param _UserName: 用户名。
|
18346
18234
|
当Protocol为sasl_plaintext或sasl_ssl时必填
|
18347
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18348
18235
|
:type UserName: str
|
18349
18236
|
:param _Password: 用户密码。
|
18350
18237
|
当Protocol为sasl_plaintext或sasl_ssl时必填
|
18351
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18352
18238
|
:type Password: str
|
18353
18239
|
"""
|
18354
18240
|
self._Protocol = None
|
@@ -18360,7 +18246,6 @@ class KafkaProtocolInfo(AbstractModel):
|
|
18360
18246
|
def Protocol(self):
|
18361
18247
|
"""协议类型,支持的协议类型包括 plaintext、sasl_plaintext 或 sasl_ssl。建议使用 sasl_ssl,此协议会进行连接加密同时需要用户认证。
|
18362
18248
|
入参必填
|
18363
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18364
18249
|
:rtype: str
|
18365
18250
|
"""
|
18366
18251
|
return self._Protocol
|
@@ -18373,7 +18258,6 @@ class KafkaProtocolInfo(AbstractModel):
|
|
18373
18258
|
def Mechanism(self):
|
18374
18259
|
"""加密类型,支持 PLAIN、SCRAM-SHA-256 或 SCRAM-SHA-512。
|
18375
18260
|
当Protocol为sasl_plaintext或sasl_ssl时必填
|
18376
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18377
18261
|
:rtype: str
|
18378
18262
|
"""
|
18379
18263
|
return self._Mechanism
|
@@ -18386,7 +18270,6 @@ class KafkaProtocolInfo(AbstractModel):
|
|
18386
18270
|
def UserName(self):
|
18387
18271
|
"""用户名。
|
18388
18272
|
当Protocol为sasl_plaintext或sasl_ssl时必填
|
18389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18390
18273
|
:rtype: str
|
18391
18274
|
"""
|
18392
18275
|
return self._UserName
|
@@ -18399,7 +18282,6 @@ class KafkaProtocolInfo(AbstractModel):
|
|
18399
18282
|
def Password(self):
|
18400
18283
|
"""用户密码。
|
18401
18284
|
当Protocol为sasl_plaintext或sasl_ssl时必填
|
18402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18403
18285
|
:rtype: str
|
18404
18286
|
"""
|
18405
18287
|
return self._Password
|
@@ -18432,48 +18314,34 @@ class KafkaRechargeInfo(AbstractModel):
|
|
18432
18314
|
def __init__(self):
|
18433
18315
|
r"""
|
18434
18316
|
:param _Id: Kafka数据订阅配置的ID。
|
18435
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18436
18317
|
:type Id: str
|
18437
18318
|
:param _TopicId: 日志主题ID
|
18438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18439
18319
|
:type TopicId: str
|
18440
18320
|
:param _Name: Kafka导入任务名称
|
18441
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18442
18321
|
:type Name: str
|
18443
18322
|
:param _KafkaType: 导入Kafka类型,0: 腾讯云CKafka,1: 用户自建Kafka
|
18444
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18445
18323
|
:type KafkaType: int
|
18446
18324
|
:param _KafkaInstance: 腾讯云CKafka实例ID,KafkaType为0时必填
|
18447
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18448
18325
|
:type KafkaInstance: str
|
18449
18326
|
:param _ServerAddr: 服务地址
|
18450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18451
18327
|
:type ServerAddr: str
|
18452
18328
|
:param _IsEncryptionAddr: ServerAddr是否为加密连接
|
18453
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18454
18329
|
:type IsEncryptionAddr: bool
|
18455
18330
|
:param _Protocol: 加密访问协议,IsEncryptionAddr参数为true时必填
|
18456
18331
|
:type Protocol: :class:`tencentcloud.cls.v20201016.models.KafkaProtocolInfo`
|
18457
18332
|
:param _UserKafkaTopics: 用户需要导入的Kafka相关topic列表,多个topic之间使用半角逗号隔开
|
18458
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18459
18333
|
:type UserKafkaTopics: str
|
18460
18334
|
:param _ConsumerGroupName: 用户Kafka消费组名称
|
18461
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18462
18335
|
:type ConsumerGroupName: str
|
18463
18336
|
:param _Status: 状态 ,1:运行中;2:暂停。
|
18464
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18465
18337
|
:type Status: int
|
18466
18338
|
:param _Offset: 导入数据位置,-2:最早(默认),-1:最晚
|
18467
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18468
18339
|
:type Offset: int
|
18469
18340
|
:param _CreateTime: 创建时间
|
18470
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18471
18341
|
:type CreateTime: str
|
18472
18342
|
:param _UpdateTime: 更新时间
|
18473
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18474
18343
|
:type UpdateTime: str
|
18475
18344
|
:param _LogRechargeRule: 日志导入规则
|
18476
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18477
18345
|
:type LogRechargeRule: :class:`tencentcloud.cls.v20201016.models.LogRechargeRuleInfo`
|
18478
18346
|
"""
|
18479
18347
|
self._Id = None
|
@@ -18495,7 +18363,6 @@ class KafkaRechargeInfo(AbstractModel):
|
|
18495
18363
|
@property
|
18496
18364
|
def Id(self):
|
18497
18365
|
"""Kafka数据订阅配置的ID。
|
18498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18499
18366
|
:rtype: str
|
18500
18367
|
"""
|
18501
18368
|
return self._Id
|
@@ -18507,7 +18374,6 @@ class KafkaRechargeInfo(AbstractModel):
|
|
18507
18374
|
@property
|
18508
18375
|
def TopicId(self):
|
18509
18376
|
"""日志主题ID
|
18510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18511
18377
|
:rtype: str
|
18512
18378
|
"""
|
18513
18379
|
return self._TopicId
|
@@ -18519,7 +18385,6 @@ class KafkaRechargeInfo(AbstractModel):
|
|
18519
18385
|
@property
|
18520
18386
|
def Name(self):
|
18521
18387
|
"""Kafka导入任务名称
|
18522
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18523
18388
|
:rtype: str
|
18524
18389
|
"""
|
18525
18390
|
return self._Name
|
@@ -18531,7 +18396,6 @@ class KafkaRechargeInfo(AbstractModel):
|
|
18531
18396
|
@property
|
18532
18397
|
def KafkaType(self):
|
18533
18398
|
"""导入Kafka类型,0: 腾讯云CKafka,1: 用户自建Kafka
|
18534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18535
18399
|
:rtype: int
|
18536
18400
|
"""
|
18537
18401
|
return self._KafkaType
|
@@ -18543,7 +18407,6 @@ class KafkaRechargeInfo(AbstractModel):
|
|
18543
18407
|
@property
|
18544
18408
|
def KafkaInstance(self):
|
18545
18409
|
"""腾讯云CKafka实例ID,KafkaType为0时必填
|
18546
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18547
18410
|
:rtype: str
|
18548
18411
|
"""
|
18549
18412
|
return self._KafkaInstance
|
@@ -18555,7 +18418,6 @@ class KafkaRechargeInfo(AbstractModel):
|
|
18555
18418
|
@property
|
18556
18419
|
def ServerAddr(self):
|
18557
18420
|
"""服务地址
|
18558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18559
18421
|
:rtype: str
|
18560
18422
|
"""
|
18561
18423
|
return self._ServerAddr
|
@@ -18567,7 +18429,6 @@ class KafkaRechargeInfo(AbstractModel):
|
|
18567
18429
|
@property
|
18568
18430
|
def IsEncryptionAddr(self):
|
18569
18431
|
"""ServerAddr是否为加密连接
|
18570
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18571
18432
|
:rtype: bool
|
18572
18433
|
"""
|
18573
18434
|
return self._IsEncryptionAddr
|
@@ -18590,7 +18451,6 @@ class KafkaRechargeInfo(AbstractModel):
|
|
18590
18451
|
@property
|
18591
18452
|
def UserKafkaTopics(self):
|
18592
18453
|
"""用户需要导入的Kafka相关topic列表,多个topic之间使用半角逗号隔开
|
18593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18594
18454
|
:rtype: str
|
18595
18455
|
"""
|
18596
18456
|
return self._UserKafkaTopics
|
@@ -18602,7 +18462,6 @@ class KafkaRechargeInfo(AbstractModel):
|
|
18602
18462
|
@property
|
18603
18463
|
def ConsumerGroupName(self):
|
18604
18464
|
"""用户Kafka消费组名称
|
18605
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18606
18465
|
:rtype: str
|
18607
18466
|
"""
|
18608
18467
|
return self._ConsumerGroupName
|
@@ -18614,7 +18473,6 @@ class KafkaRechargeInfo(AbstractModel):
|
|
18614
18473
|
@property
|
18615
18474
|
def Status(self):
|
18616
18475
|
"""状态 ,1:运行中;2:暂停。
|
18617
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18618
18476
|
:rtype: int
|
18619
18477
|
"""
|
18620
18478
|
return self._Status
|
@@ -18626,7 +18484,6 @@ class KafkaRechargeInfo(AbstractModel):
|
|
18626
18484
|
@property
|
18627
18485
|
def Offset(self):
|
18628
18486
|
"""导入数据位置,-2:最早(默认),-1:最晚
|
18629
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18630
18487
|
:rtype: int
|
18631
18488
|
"""
|
18632
18489
|
return self._Offset
|
@@ -18638,7 +18495,6 @@ class KafkaRechargeInfo(AbstractModel):
|
|
18638
18495
|
@property
|
18639
18496
|
def CreateTime(self):
|
18640
18497
|
"""创建时间
|
18641
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18642
18498
|
:rtype: str
|
18643
18499
|
"""
|
18644
18500
|
return self._CreateTime
|
@@ -18650,7 +18506,6 @@ class KafkaRechargeInfo(AbstractModel):
|
|
18650
18506
|
@property
|
18651
18507
|
def UpdateTime(self):
|
18652
18508
|
"""更新时间
|
18653
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18654
18509
|
:rtype: str
|
18655
18510
|
"""
|
18656
18511
|
return self._UpdateTime
|
@@ -18662,7 +18517,6 @@ class KafkaRechargeInfo(AbstractModel):
|
|
18662
18517
|
@property
|
18663
18518
|
def LogRechargeRule(self):
|
18664
18519
|
"""日志导入规则
|
18665
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18666
18520
|
:rtype: :class:`tencentcloud.cls.v20201016.models.LogRechargeRuleInfo`
|
18667
18521
|
"""
|
18668
18522
|
return self._LogRechargeRule
|
@@ -18838,16 +18692,12 @@ class LogContextInfo(AbstractModel):
|
|
18838
18692
|
:param _BTime: 日志时间戳
|
18839
18693
|
:type BTime: int
|
18840
18694
|
:param _HostName: 日志来源主机名称
|
18841
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18842
18695
|
:type HostName: str
|
18843
18696
|
:param _RawLog: 原始日志(仅在日志创建索引异常时有值)
|
18844
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18845
18697
|
:type RawLog: str
|
18846
18698
|
:param _IndexStatus: 日志创建索引异常原因(仅在日志创建索引异常时有值)
|
18847
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18848
18699
|
:type IndexStatus: str
|
18849
18700
|
:param _HighLights: 日志内容的高亮描述信息
|
18850
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18851
18701
|
:type HighLights: list of HighLightItem
|
18852
18702
|
"""
|
18853
18703
|
self._Source = None
|
@@ -18930,7 +18780,6 @@ class LogContextInfo(AbstractModel):
|
|
18930
18780
|
@property
|
18931
18781
|
def HostName(self):
|
18932
18782
|
"""日志来源主机名称
|
18933
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18934
18783
|
:rtype: str
|
18935
18784
|
"""
|
18936
18785
|
return self._HostName
|
@@ -18942,7 +18791,6 @@ class LogContextInfo(AbstractModel):
|
|
18942
18791
|
@property
|
18943
18792
|
def RawLog(self):
|
18944
18793
|
"""原始日志(仅在日志创建索引异常时有值)
|
18945
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18946
18794
|
:rtype: str
|
18947
18795
|
"""
|
18948
18796
|
return self._RawLog
|
@@ -18954,7 +18802,6 @@ class LogContextInfo(AbstractModel):
|
|
18954
18802
|
@property
|
18955
18803
|
def IndexStatus(self):
|
18956
18804
|
"""日志创建索引异常原因(仅在日志创建索引异常时有值)
|
18957
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18958
18805
|
:rtype: str
|
18959
18806
|
"""
|
18960
18807
|
return self._IndexStatus
|
@@ -18966,7 +18813,6 @@ class LogContextInfo(AbstractModel):
|
|
18966
18813
|
@property
|
18967
18814
|
def HighLights(self):
|
18968
18815
|
"""日志内容的高亮描述信息
|
18969
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18970
18816
|
:rtype: list of HighLightItem
|
18971
18817
|
"""
|
18972
18818
|
return self._HighLights
|
@@ -19024,16 +18870,12 @@ class LogInfo(AbstractModel):
|
|
19024
18870
|
:param _PkgLogId: 请求包内日志的ID
|
19025
18871
|
:type PkgLogId: str
|
19026
18872
|
:param _LogJson: 日志内容的Json序列化字符串
|
19027
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19028
18873
|
:type LogJson: str
|
19029
18874
|
:param _HostName: 日志来源主机名称
|
19030
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19031
18875
|
:type HostName: str
|
19032
18876
|
:param _RawLog: 原始日志(仅在日志创建索引异常时有值)
|
19033
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19034
18877
|
:type RawLog: str
|
19035
18878
|
:param _IndexStatus: 日志创建索引异常原因(仅在日志创建索引异常时有值)
|
19036
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19037
18879
|
:type IndexStatus: str
|
19038
18880
|
"""
|
19039
18881
|
self._Time = None
|
@@ -19128,7 +18970,6 @@ class LogInfo(AbstractModel):
|
|
19128
18970
|
@property
|
19129
18971
|
def LogJson(self):
|
19130
18972
|
"""日志内容的Json序列化字符串
|
19131
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19132
18973
|
:rtype: str
|
19133
18974
|
"""
|
19134
18975
|
return self._LogJson
|
@@ -19140,7 +18981,6 @@ class LogInfo(AbstractModel):
|
|
19140
18981
|
@property
|
19141
18982
|
def HostName(self):
|
19142
18983
|
"""日志来源主机名称
|
19143
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19144
18984
|
:rtype: str
|
19145
18985
|
"""
|
19146
18986
|
return self._HostName
|
@@ -19152,7 +18992,6 @@ class LogInfo(AbstractModel):
|
|
19152
18992
|
@property
|
19153
18993
|
def RawLog(self):
|
19154
18994
|
"""原始日志(仅在日志创建索引异常时有值)
|
19155
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19156
18995
|
:rtype: str
|
19157
18996
|
"""
|
19158
18997
|
return self._RawLog
|
@@ -19164,7 +19003,6 @@ class LogInfo(AbstractModel):
|
|
19164
19003
|
@property
|
19165
19004
|
def IndexStatus(self):
|
19166
19005
|
"""日志创建索引异常原因(仅在日志创建索引异常时有值)
|
19167
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19168
19006
|
:rtype: str
|
19169
19007
|
"""
|
19170
19008
|
return self._IndexStatus
|
@@ -19302,36 +19140,26 @@ class LogRechargeRuleInfo(AbstractModel):
|
|
19302
19140
|
:param _DefaultTimeSwitch: 使用默认时间,true:开启(默认值), flase:关闭
|
19303
19141
|
:type DefaultTimeSwitch: bool
|
19304
19142
|
:param _LogRegex: 整条日志匹配规则,只有RechargeType为fullregex_log时有效
|
19305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19306
19143
|
:type LogRegex: str
|
19307
19144
|
:param _UnMatchLogSwitch: 解析失败日志是否上传,true表示上传,false表示不上传
|
19308
19145
|
:type UnMatchLogSwitch: bool
|
19309
19146
|
:param _UnMatchLogKey: 解析失败日志的键名称
|
19310
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19311
19147
|
:type UnMatchLogKey: str
|
19312
19148
|
:param _UnMatchLogTimeSrc: 解析失败日志时间来源,0: 系统当前时间,1: Kafka消息时间戳
|
19313
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19314
19149
|
:type UnMatchLogTimeSrc: int
|
19315
19150
|
:param _DefaultTimeSrc: 默认时间来源,0: 系统当前时间,1: Kafka消息时间戳
|
19316
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19317
19151
|
:type DefaultTimeSrc: int
|
19318
19152
|
:param _TimeKey: 时间字段
|
19319
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19320
19153
|
:type TimeKey: str
|
19321
19154
|
:param _TimeRegex: 时间提取正则表达式
|
19322
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19323
19155
|
:type TimeRegex: str
|
19324
19156
|
:param _TimeFormat: 时间字段格式
|
19325
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19326
19157
|
:type TimeFormat: str
|
19327
19158
|
:param _TimeZone: 时间字段时区
|
19328
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19329
19159
|
:type TimeZone: str
|
19330
19160
|
:param _Metadata: 元数据信息,Kafka导入支持kafka_topic,kafka_partition,kafka_offset,kafka_timestamp
|
19331
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19332
19161
|
:type Metadata: list of str
|
19333
19162
|
:param _Keys: 日志Key列表,RechargeType为full_regex_log时必填
|
19334
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19335
19163
|
:type Keys: list of str
|
19336
19164
|
:param _ParseArray: json解析模式,开启首层数据解析
|
19337
19165
|
:type ParseArray: bool
|
@@ -19388,7 +19216,6 @@ class LogRechargeRuleInfo(AbstractModel):
|
|
19388
19216
|
@property
|
19389
19217
|
def LogRegex(self):
|
19390
19218
|
"""整条日志匹配规则,只有RechargeType为fullregex_log时有效
|
19391
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19392
19219
|
:rtype: str
|
19393
19220
|
"""
|
19394
19221
|
return self._LogRegex
|
@@ -19411,7 +19238,6 @@ class LogRechargeRuleInfo(AbstractModel):
|
|
19411
19238
|
@property
|
19412
19239
|
def UnMatchLogKey(self):
|
19413
19240
|
"""解析失败日志的键名称
|
19414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19415
19241
|
:rtype: str
|
19416
19242
|
"""
|
19417
19243
|
return self._UnMatchLogKey
|
@@ -19423,7 +19249,6 @@ class LogRechargeRuleInfo(AbstractModel):
|
|
19423
19249
|
@property
|
19424
19250
|
def UnMatchLogTimeSrc(self):
|
19425
19251
|
"""解析失败日志时间来源,0: 系统当前时间,1: Kafka消息时间戳
|
19426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19427
19252
|
:rtype: int
|
19428
19253
|
"""
|
19429
19254
|
return self._UnMatchLogTimeSrc
|
@@ -19435,7 +19260,6 @@ class LogRechargeRuleInfo(AbstractModel):
|
|
19435
19260
|
@property
|
19436
19261
|
def DefaultTimeSrc(self):
|
19437
19262
|
"""默认时间来源,0: 系统当前时间,1: Kafka消息时间戳
|
19438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19439
19263
|
:rtype: int
|
19440
19264
|
"""
|
19441
19265
|
return self._DefaultTimeSrc
|
@@ -19447,7 +19271,6 @@ class LogRechargeRuleInfo(AbstractModel):
|
|
19447
19271
|
@property
|
19448
19272
|
def TimeKey(self):
|
19449
19273
|
"""时间字段
|
19450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19451
19274
|
:rtype: str
|
19452
19275
|
"""
|
19453
19276
|
return self._TimeKey
|
@@ -19459,7 +19282,6 @@ class LogRechargeRuleInfo(AbstractModel):
|
|
19459
19282
|
@property
|
19460
19283
|
def TimeRegex(self):
|
19461
19284
|
"""时间提取正则表达式
|
19462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19463
19285
|
:rtype: str
|
19464
19286
|
"""
|
19465
19287
|
return self._TimeRegex
|
@@ -19471,7 +19293,6 @@ class LogRechargeRuleInfo(AbstractModel):
|
|
19471
19293
|
@property
|
19472
19294
|
def TimeFormat(self):
|
19473
19295
|
"""时间字段格式
|
19474
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19475
19296
|
:rtype: str
|
19476
19297
|
"""
|
19477
19298
|
return self._TimeFormat
|
@@ -19483,7 +19304,6 @@ class LogRechargeRuleInfo(AbstractModel):
|
|
19483
19304
|
@property
|
19484
19305
|
def TimeZone(self):
|
19485
19306
|
"""时间字段时区
|
19486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19487
19307
|
:rtype: str
|
19488
19308
|
"""
|
19489
19309
|
return self._TimeZone
|
@@ -19495,7 +19315,6 @@ class LogRechargeRuleInfo(AbstractModel):
|
|
19495
19315
|
@property
|
19496
19316
|
def Metadata(self):
|
19497
19317
|
"""元数据信息,Kafka导入支持kafka_topic,kafka_partition,kafka_offset,kafka_timestamp
|
19498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19499
19318
|
:rtype: list of str
|
19500
19319
|
"""
|
19501
19320
|
return self._Metadata
|
@@ -19507,7 +19326,6 @@ class LogRechargeRuleInfo(AbstractModel):
|
|
19507
19326
|
@property
|
19508
19327
|
def Keys(self):
|
19509
19328
|
"""日志Key列表,RechargeType为full_regex_log时必填
|
19510
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19511
19329
|
:rtype: list of str
|
19512
19330
|
"""
|
19513
19331
|
return self._Keys
|
@@ -19568,10 +19386,8 @@ class LogsetInfo(AbstractModel):
|
|
19568
19386
|
:param _CreateTime: 创建时间
|
19569
19387
|
:type CreateTime: str
|
19570
19388
|
:param _AssumerName: 云产品标识,日志集由其它云产品创建时,该字段会显示云产品名称,例如CDN、TKE
|
19571
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19572
19389
|
:type AssumerName: str
|
19573
19390
|
:param _Tags: 日志集绑定的标签
|
19574
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19575
19391
|
:type Tags: list of Tag
|
19576
19392
|
:param _TopicCount: 日志集下日志主题的数目
|
19577
19393
|
:type TopicCount: int
|
@@ -19622,7 +19438,6 @@ class LogsetInfo(AbstractModel):
|
|
19622
19438
|
@property
|
19623
19439
|
def AssumerName(self):
|
19624
19440
|
"""云产品标识,日志集由其它云产品创建时,该字段会显示云产品名称,例如CDN、TKE
|
19625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19626
19441
|
:rtype: str
|
19627
19442
|
"""
|
19628
19443
|
return self._AssumerName
|
@@ -19634,7 +19449,6 @@ class LogsetInfo(AbstractModel):
|
|
19634
19449
|
@property
|
19635
19450
|
def Tags(self):
|
19636
19451
|
"""日志集绑定的标签
|
19637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19638
19452
|
:rtype: list of Tag
|
19639
19453
|
"""
|
19640
19454
|
return self._Tags
|
@@ -19705,22 +19519,16 @@ class MachineGroupInfo(AbstractModel):
|
|
19705
19519
|
:param _CreateTime: 创建时间
|
19706
19520
|
:type CreateTime: str
|
19707
19521
|
:param _Tags: 机器组绑定的标签列表
|
19708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19709
19522
|
:type Tags: list of Tag
|
19710
19523
|
:param _AutoUpdate: 是否开启机器组自动更新
|
19711
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19712
19524
|
:type AutoUpdate: str
|
19713
19525
|
:param _UpdateStartTime: 升级开始时间,建议业务低峰期升级LogListener
|
19714
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19715
19526
|
:type UpdateStartTime: str
|
19716
19527
|
:param _UpdateEndTime: 升级结束时间,建议业务低峰期升级LogListener
|
19717
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19718
19528
|
:type UpdateEndTime: str
|
19719
19529
|
:param _ServiceLogging: 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费
|
19720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19721
19530
|
:type ServiceLogging: bool
|
19722
19531
|
:param _DelayCleanupTime: 机器组中机器离线定期清理时间
|
19723
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19724
19532
|
:type DelayCleanupTime: int
|
19725
19533
|
:param _MetaTags: 机器组元数据信息列表
|
19726
19534
|
:type MetaTags: list of MetaTagInfo
|
@@ -19787,7 +19595,6 @@ class MachineGroupInfo(AbstractModel):
|
|
19787
19595
|
@property
|
19788
19596
|
def Tags(self):
|
19789
19597
|
"""机器组绑定的标签列表
|
19790
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19791
19598
|
:rtype: list of Tag
|
19792
19599
|
"""
|
19793
19600
|
return self._Tags
|
@@ -19799,7 +19606,6 @@ class MachineGroupInfo(AbstractModel):
|
|
19799
19606
|
@property
|
19800
19607
|
def AutoUpdate(self):
|
19801
19608
|
"""是否开启机器组自动更新
|
19802
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19803
19609
|
:rtype: str
|
19804
19610
|
"""
|
19805
19611
|
return self._AutoUpdate
|
@@ -19811,7 +19617,6 @@ class MachineGroupInfo(AbstractModel):
|
|
19811
19617
|
@property
|
19812
19618
|
def UpdateStartTime(self):
|
19813
19619
|
"""升级开始时间,建议业务低峰期升级LogListener
|
19814
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19815
19620
|
:rtype: str
|
19816
19621
|
"""
|
19817
19622
|
return self._UpdateStartTime
|
@@ -19823,7 +19628,6 @@ class MachineGroupInfo(AbstractModel):
|
|
19823
19628
|
@property
|
19824
19629
|
def UpdateEndTime(self):
|
19825
19630
|
"""升级结束时间,建议业务低峰期升级LogListener
|
19826
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19827
19631
|
:rtype: str
|
19828
19632
|
"""
|
19829
19633
|
return self._UpdateEndTime
|
@@ -19835,7 +19639,6 @@ class MachineGroupInfo(AbstractModel):
|
|
19835
19639
|
@property
|
19836
19640
|
def ServiceLogging(self):
|
19837
19641
|
"""是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费
|
19838
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19839
19642
|
:rtype: bool
|
19840
19643
|
"""
|
19841
19644
|
return self._ServiceLogging
|
@@ -19847,7 +19650,6 @@ class MachineGroupInfo(AbstractModel):
|
|
19847
19650
|
@property
|
19848
19651
|
def DelayCleanupTime(self):
|
19849
19652
|
"""机器组中机器离线定期清理时间
|
19850
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19851
19653
|
:rtype: int
|
19852
19654
|
"""
|
19853
19655
|
return self._DelayCleanupTime
|
@@ -19979,7 +19781,6 @@ class MachineInfo(AbstractModel):
|
|
19979
19781
|
:param _Ip: 机器的IP
|
19980
19782
|
:type Ip: str
|
19981
19783
|
:param _InstanceID: 机器实例ID
|
19982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19983
19784
|
:type InstanceID: str
|
19984
19785
|
:param _Status: 机器状态,0:异常,1:正常
|
19985
19786
|
:type Status: int
|
@@ -20022,7 +19823,6 @@ class MachineInfo(AbstractModel):
|
|
20022
19823
|
@property
|
20023
19824
|
def InstanceID(self):
|
20024
19825
|
"""机器实例ID
|
20025
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20026
19826
|
:rtype: str
|
20027
19827
|
"""
|
20028
19828
|
return self._InstanceID
|
@@ -20297,10 +20097,8 @@ class MetricLabel(AbstractModel):
|
|
20297
20097
|
def __init__(self):
|
20298
20098
|
r"""
|
20299
20099
|
:param _Key: 指标名称
|
20300
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20301
20100
|
:type Key: str
|
20302
20101
|
:param _Value: 指标内容
|
20303
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20304
20102
|
:type Value: str
|
20305
20103
|
"""
|
20306
20104
|
self._Key = None
|
@@ -20309,7 +20107,6 @@ class MetricLabel(AbstractModel):
|
|
20309
20107
|
@property
|
20310
20108
|
def Key(self):
|
20311
20109
|
"""指标名称
|
20312
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20313
20110
|
:rtype: str
|
20314
20111
|
"""
|
20315
20112
|
return self._Key
|
@@ -20321,7 +20118,6 @@ class MetricLabel(AbstractModel):
|
|
20321
20118
|
@property
|
20322
20119
|
def Value(self):
|
20323
20120
|
"""指标内容
|
20324
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20325
20121
|
:rtype: str
|
20326
20122
|
"""
|
20327
20123
|
return self._Value
|
@@ -24329,7 +24125,6 @@ class MonitorTime(AbstractModel):
|
|
24329
24125
|
:type Time: int
|
24330
24126
|
:param _CronExpression: 执行的周期cron表达式。示例:`"*/1 * * * *"` 从左到右每个field的含义 Minutes field, Hours field,Day of month field,Month field,Day of week field, 不支持秒级别。
|
24331
24127
|
当type为`Cron`时,CronExpression字段生效。
|
24332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24333
24128
|
:type CronExpression: str
|
24334
24129
|
"""
|
24335
24130
|
self._Type = None
|
@@ -24367,7 +24162,6 @@ class MonitorTime(AbstractModel):
|
|
24367
24162
|
def CronExpression(self):
|
24368
24163
|
"""执行的周期cron表达式。示例:`"*/1 * * * *"` 从左到右每个field的含义 Minutes field, Hours field,Day of month field,Month field,Day of week field, 不支持秒级别。
|
24369
24164
|
当type为`Cron`时,CronExpression字段生效。
|
24370
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24371
24165
|
:rtype: str
|
24372
24166
|
"""
|
24373
24167
|
return self._CronExpression
|
@@ -24399,12 +24193,10 @@ class MultiCondition(AbstractModel):
|
|
24399
24193
|
def __init__(self):
|
24400
24194
|
r"""
|
24401
24195
|
:param _Condition: 触发条件。
|
24402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24403
24196
|
:type Condition: str
|
24404
24197
|
:param _AlarmLevel: 告警级别。0:警告(Warn); 1:提醒(Info); 2:紧急 (Critical)。
|
24405
24198
|
|
24406
24199
|
- 不填则默认为0。
|
24407
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24408
24200
|
:type AlarmLevel: int
|
24409
24201
|
"""
|
24410
24202
|
self._Condition = None
|
@@ -24413,7 +24205,6 @@ class MultiCondition(AbstractModel):
|
|
24413
24205
|
@property
|
24414
24206
|
def Condition(self):
|
24415
24207
|
"""触发条件。
|
24416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24417
24208
|
:rtype: str
|
24418
24209
|
"""
|
24419
24210
|
return self._Condition
|
@@ -24427,7 +24218,6 @@ class MultiCondition(AbstractModel):
|
|
24427
24218
|
"""告警级别。0:警告(Warn); 1:提醒(Info); 2:紧急 (Critical)。
|
24428
24219
|
|
24429
24220
|
- 不填则默认为0。
|
24430
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24431
24221
|
:rtype: int
|
24432
24222
|
"""
|
24433
24223
|
return self._AlarmLevel
|
@@ -24513,10 +24303,8 @@ class NoticeContent(AbstractModel):
|
|
24513
24303
|
Email:邮件;Sms:短信;WeChat:微信;Phone:电话;WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
|
24514
24304
|
:type Type: str
|
24515
24305
|
:param _TriggerContent: 告警触发通知内容模板。
|
24516
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24517
24306
|
:type TriggerContent: :class:`tencentcloud.cls.v20201016.models.NoticeContentInfo`
|
24518
24307
|
:param _RecoveryContent: 告警恢复通知内容模板。
|
24519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24520
24308
|
:type RecoveryContent: :class:`tencentcloud.cls.v20201016.models.NoticeContentInfo`
|
24521
24309
|
"""
|
24522
24310
|
self._Type = None
|
@@ -24539,7 +24327,6 @@ Email:邮件;Sms:短信;WeChat:微信;Phone:电话;WeCom:企业微信;DingTalk:
|
|
24539
24327
|
@property
|
24540
24328
|
def TriggerContent(self):
|
24541
24329
|
"""告警触发通知内容模板。
|
24542
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24543
24330
|
:rtype: :class:`tencentcloud.cls.v20201016.models.NoticeContentInfo`
|
24544
24331
|
"""
|
24545
24332
|
return self._TriggerContent
|
@@ -24551,7 +24338,6 @@ Email:邮件;Sms:短信;WeChat:微信;Phone:电话;WeCom:企业微信;DingTalk:
|
|
24551
24338
|
@property
|
24552
24339
|
def RecoveryContent(self):
|
24553
24340
|
"""告警恢复通知内容模板。
|
24554
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24555
24341
|
:rtype: :class:`tencentcloud.cls.v20201016.models.NoticeContentInfo`
|
24556
24342
|
"""
|
24557
24343
|
return self._RecoveryContent
|
@@ -24588,14 +24374,11 @@ class NoticeContentInfo(AbstractModel):
|
|
24588
24374
|
r"""
|
24589
24375
|
:param _Title: 通知内容模板标题信息。
|
24590
24376
|
部分通知渠道类型不支持“标题”,请参照腾讯云控制台页面。
|
24591
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24592
24377
|
:type Title: str
|
24593
24378
|
:param _Content: 通知内容模板正文信息。
|
24594
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24595
24379
|
:type Content: str
|
24596
24380
|
:param _Headers: 请求头(Request Headers):在HTTP请求中,请求头包含了客户端向服务器发送的附加信息,如用户代理、授权凭证、期望的响应格式等。
|
24597
24381
|
仅“自定义回调”支持该配置。
|
24598
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24599
24382
|
:type Headers: list of str
|
24600
24383
|
"""
|
24601
24384
|
self._Title = None
|
@@ -24606,7 +24389,6 @@ class NoticeContentInfo(AbstractModel):
|
|
24606
24389
|
def Title(self):
|
24607
24390
|
"""通知内容模板标题信息。
|
24608
24391
|
部分通知渠道类型不支持“标题”,请参照腾讯云控制台页面。
|
24609
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24610
24392
|
:rtype: str
|
24611
24393
|
"""
|
24612
24394
|
return self._Title
|
@@ -24618,7 +24400,6 @@ class NoticeContentInfo(AbstractModel):
|
|
24618
24400
|
@property
|
24619
24401
|
def Content(self):
|
24620
24402
|
"""通知内容模板正文信息。
|
24621
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24622
24403
|
:rtype: str
|
24623
24404
|
"""
|
24624
24405
|
return self._Content
|
@@ -24631,7 +24412,6 @@ class NoticeContentInfo(AbstractModel):
|
|
24631
24412
|
def Headers(self):
|
24632
24413
|
"""请求头(Request Headers):在HTTP请求中,请求头包含了客户端向服务器发送的附加信息,如用户代理、授权凭证、期望的响应格式等。
|
24633
24414
|
仅“自定义回调”支持该配置。
|
24634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24635
24415
|
:rtype: list of str
|
24636
24416
|
"""
|
24637
24417
|
return self._Headers
|
@@ -24663,37 +24443,28 @@ class NoticeContentTemplate(AbstractModel):
|
|
24663
24443
|
def __init__(self):
|
24664
24444
|
r"""
|
24665
24445
|
:param _NoticeContentId: 通知内容模板ID。
|
24666
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24667
24446
|
:type NoticeContentId: str
|
24668
24447
|
:param _Name: 通知内容模板名称
|
24669
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24670
24448
|
:type Name: str
|
24671
24449
|
:param _Type: 语言类型。
|
24672
24450
|
|
24673
24451
|
0: 中文
|
24674
24452
|
1: 英文
|
24675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24676
24453
|
:type Type: int
|
24677
24454
|
:param _NoticeContents: 通知内容模板信息。
|
24678
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24679
24455
|
:type NoticeContents: list of NoticeContent
|
24680
24456
|
:param _Flag: 通知内容模板标记。
|
24681
24457
|
|
24682
24458
|
0: 用户自定义
|
24683
24459
|
1: 系统内置
|
24684
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24685
24460
|
:type Flag: int
|
24686
24461
|
:param _Uin: 创建者主账号。
|
24687
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24688
24462
|
:type Uin: int
|
24689
24463
|
:param _SubUin: 创建/修改者子账号。
|
24690
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24691
24464
|
:type SubUin: int
|
24692
24465
|
:param _CreateTime: 创建时间 秒级时间戳。
|
24693
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24694
24466
|
:type CreateTime: int
|
24695
24467
|
:param _UpdateTime: 更新时间 秒级时间戳。
|
24696
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24697
24468
|
:type UpdateTime: int
|
24698
24469
|
"""
|
24699
24470
|
self._NoticeContentId = None
|
@@ -24709,7 +24480,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
24709
24480
|
@property
|
24710
24481
|
def NoticeContentId(self):
|
24711
24482
|
"""通知内容模板ID。
|
24712
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24713
24483
|
:rtype: str
|
24714
24484
|
"""
|
24715
24485
|
return self._NoticeContentId
|
@@ -24721,7 +24491,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
24721
24491
|
@property
|
24722
24492
|
def Name(self):
|
24723
24493
|
"""通知内容模板名称
|
24724
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24725
24494
|
:rtype: str
|
24726
24495
|
"""
|
24727
24496
|
return self._Name
|
@@ -24736,7 +24505,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
24736
24505
|
|
24737
24506
|
0: 中文
|
24738
24507
|
1: 英文
|
24739
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24740
24508
|
:rtype: int
|
24741
24509
|
"""
|
24742
24510
|
return self._Type
|
@@ -24748,7 +24516,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
24748
24516
|
@property
|
24749
24517
|
def NoticeContents(self):
|
24750
24518
|
"""通知内容模板信息。
|
24751
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24752
24519
|
:rtype: list of NoticeContent
|
24753
24520
|
"""
|
24754
24521
|
return self._NoticeContents
|
@@ -24763,7 +24530,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
24763
24530
|
|
24764
24531
|
0: 用户自定义
|
24765
24532
|
1: 系统内置
|
24766
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24767
24533
|
:rtype: int
|
24768
24534
|
"""
|
24769
24535
|
return self._Flag
|
@@ -24775,7 +24541,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
24775
24541
|
@property
|
24776
24542
|
def Uin(self):
|
24777
24543
|
"""创建者主账号。
|
24778
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24779
24544
|
:rtype: int
|
24780
24545
|
"""
|
24781
24546
|
return self._Uin
|
@@ -24787,7 +24552,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
24787
24552
|
@property
|
24788
24553
|
def SubUin(self):
|
24789
24554
|
"""创建/修改者子账号。
|
24790
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24791
24555
|
:rtype: int
|
24792
24556
|
"""
|
24793
24557
|
return self._SubUin
|
@@ -24799,7 +24563,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
24799
24563
|
@property
|
24800
24564
|
def CreateTime(self):
|
24801
24565
|
"""创建时间 秒级时间戳。
|
24802
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24803
24566
|
:rtype: int
|
24804
24567
|
"""
|
24805
24568
|
return self._CreateTime
|
@@ -24811,7 +24574,6 @@ class NoticeContentTemplate(AbstractModel):
|
|
24811
24574
|
@property
|
24812
24575
|
def UpdateTime(self):
|
24813
24576
|
"""更新时间 秒级时间戳。
|
24814
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24815
24577
|
:rtype: int
|
24816
24578
|
"""
|
24817
24579
|
return self._UpdateTime
|
@@ -24869,7 +24631,6 @@ class NoticeReceiver(AbstractModel):
|
|
24869
24631
|
- Phone - 电话
|
24870
24632
|
:type ReceiverChannels: list of str
|
24871
24633
|
:param _NoticeContentId: 通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)。
|
24872
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24873
24634
|
:type NoticeContentId: str
|
24874
24635
|
:param _StartTime: 允许接收信息的开始时间。格式:`15:04:05`。必填
|
24875
24636
|
:type StartTime: str
|
@@ -24934,7 +24695,6 @@ class NoticeReceiver(AbstractModel):
|
|
24934
24695
|
@property
|
24935
24696
|
def NoticeContentId(self):
|
24936
24697
|
"""通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)。
|
24937
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24938
24698
|
:rtype: str
|
24939
24699
|
"""
|
24940
24700
|
return self._NoticeContentId
|
@@ -25063,28 +24823,21 @@ class NoticeRule(AbstractModel):
|
|
25063
24823
|
- 下一个子节点value支持的值:整型值单位分钟
|
25064
24824
|
以下示例表示:告警持续时间大于1分钟或告警持续时间大于等于2分钟或告警持续时间小于3分钟或告警持续时间小于等于4分钟
|
25065
24825
|
`{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">\",\"Type\":\"Compare\"},{\"Value\":1,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">=\",\"Type\":\"Compare\"},{\"Value\":2,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<\",\"Type\":\"Compare\"},{\"Value\":3,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<=\",\"Type\":\"Compare\"},{\"Value\":4,\"Type\":\"Value\"}]}]}]}`
|
25066
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25067
24826
|
:type Rule: str
|
25068
24827
|
:param _NoticeReceivers: 告警通知接收者信息。
|
25069
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25070
24828
|
:type NoticeReceivers: list of NoticeReceiver
|
25071
24829
|
:param _WebCallbacks: 告警通知模板回调信息,包括企业微信、钉钉、飞书。
|
25072
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25073
24830
|
:type WebCallbacks: list of WebCallback
|
25074
24831
|
:param _Escalate: 告警升级开关。`true`:开启告警升级、`false`:关闭告警升级,默认:false
|
25075
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25076
24832
|
:type Escalate: bool
|
25077
24833
|
:param _Type: 告警升级条件。`1`:无人认领且未恢复、`2`:未恢复,默认为1
|
25078
24834
|
- 无人认领且未恢复:告警没有恢复并且没有人认领则升级
|
25079
24835
|
- 未恢复:当前告警持续未恢复则升级
|
25080
24836
|
|
25081
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25082
24837
|
:type Type: int
|
25083
24838
|
:param _Interval: 告警升级间隔。单位:分钟,范围`[1,14400]`
|
25084
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25085
24839
|
:type Interval: int
|
25086
24840
|
:param _EscalateNotice: 告警升级后下一个环节的通知渠道配置
|
25087
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25088
24841
|
:type EscalateNotice: :class:`tencentcloud.cls.v20201016.models.EscalateNoticeInfo`
|
25089
24842
|
"""
|
25090
24843
|
self._Rule = None
|
@@ -25155,7 +24908,6 @@ class NoticeRule(AbstractModel):
|
|
25155
24908
|
- 下一个子节点value支持的值:整型值单位分钟
|
25156
24909
|
以下示例表示:告警持续时间大于1分钟或告警持续时间大于等于2分钟或告警持续时间小于3分钟或告警持续时间小于等于4分钟
|
25157
24910
|
`{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">\",\"Type\":\"Compare\"},{\"Value\":1,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">=\",\"Type\":\"Compare\"},{\"Value\":2,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<\",\"Type\":\"Compare\"},{\"Value\":3,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<=\",\"Type\":\"Compare\"},{\"Value\":4,\"Type\":\"Value\"}]}]}]}`
|
25158
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25159
24911
|
:rtype: str
|
25160
24912
|
"""
|
25161
24913
|
return self._Rule
|
@@ -25167,7 +24919,6 @@ class NoticeRule(AbstractModel):
|
|
25167
24919
|
@property
|
25168
24920
|
def NoticeReceivers(self):
|
25169
24921
|
"""告警通知接收者信息。
|
25170
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25171
24922
|
:rtype: list of NoticeReceiver
|
25172
24923
|
"""
|
25173
24924
|
return self._NoticeReceivers
|
@@ -25179,7 +24930,6 @@ class NoticeRule(AbstractModel):
|
|
25179
24930
|
@property
|
25180
24931
|
def WebCallbacks(self):
|
25181
24932
|
"""告警通知模板回调信息,包括企业微信、钉钉、飞书。
|
25182
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25183
24933
|
:rtype: list of WebCallback
|
25184
24934
|
"""
|
25185
24935
|
return self._WebCallbacks
|
@@ -25191,7 +24941,6 @@ class NoticeRule(AbstractModel):
|
|
25191
24941
|
@property
|
25192
24942
|
def Escalate(self):
|
25193
24943
|
"""告警升级开关。`true`:开启告警升级、`false`:关闭告警升级,默认:false
|
25194
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25195
24944
|
:rtype: bool
|
25196
24945
|
"""
|
25197
24946
|
return self._Escalate
|
@@ -25206,7 +24955,6 @@ class NoticeRule(AbstractModel):
|
|
25206
24955
|
- 无人认领且未恢复:告警没有恢复并且没有人认领则升级
|
25207
24956
|
- 未恢复:当前告警持续未恢复则升级
|
25208
24957
|
|
25209
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25210
24958
|
:rtype: int
|
25211
24959
|
"""
|
25212
24960
|
return self._Type
|
@@ -25218,7 +24966,6 @@ class NoticeRule(AbstractModel):
|
|
25218
24966
|
@property
|
25219
24967
|
def Interval(self):
|
25220
24968
|
"""告警升级间隔。单位:分钟,范围`[1,14400]`
|
25221
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25222
24969
|
:rtype: int
|
25223
24970
|
"""
|
25224
24971
|
return self._Interval
|
@@ -25230,7 +24977,6 @@ class NoticeRule(AbstractModel):
|
|
25230
24977
|
@property
|
25231
24978
|
def EscalateNotice(self):
|
25232
24979
|
"""告警升级后下一个环节的通知渠道配置
|
25233
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25234
24980
|
:rtype: :class:`tencentcloud.cls.v20201016.models.EscalateNoticeInfo`
|
25235
24981
|
"""
|
25236
24982
|
return self._EscalateNotice
|
@@ -25434,7 +25180,6 @@ class ParquetKeyInfo(AbstractModel):
|
|
25434
25180
|
:param _KeyType: 数据类型,目前支持6种类型:string、boolean、int32、int64、float、double
|
25435
25181
|
:type KeyType: str
|
25436
25182
|
:param _KeyNonExistingField: 解析失败赋值信息
|
25437
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25438
25183
|
:type KeyNonExistingField: str
|
25439
25184
|
"""
|
25440
25185
|
self._KeyName = None
|
@@ -25466,7 +25211,6 @@ class ParquetKeyInfo(AbstractModel):
|
|
25466
25211
|
@property
|
25467
25212
|
def KeyNonExistingField(self):
|
25468
25213
|
"""解析失败赋值信息
|
25469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
25470
25214
|
:rtype: str
|
25471
25215
|
"""
|
25472
25216
|
return self._KeyNonExistingField
|
@@ -26731,10 +26475,8 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
26731
26475
|
:param _SrcTopicRegion: 源topicId的地域信息
|
26732
26476
|
:type SrcTopicRegion: str
|
26733
26477
|
:param _SyntaxRule: 语法规则,0:Lucene语法,1:CQL语法
|
26734
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26735
26478
|
:type SyntaxRule: int
|
26736
26479
|
:param _HasServicesLog: 是否开启投递服务日志。1:关闭,2:开启。
|
26737
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26738
26480
|
:type HasServicesLog: int
|
26739
26481
|
"""
|
26740
26482
|
self._TaskId = None
|
@@ -26949,7 +26691,6 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
26949
26691
|
@property
|
26950
26692
|
def SyntaxRule(self):
|
26951
26693
|
"""语法规则,0:Lucene语法,1:CQL语法
|
26952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26953
26694
|
:rtype: int
|
26954
26695
|
"""
|
26955
26696
|
return self._SyntaxRule
|
@@ -26961,7 +26702,6 @@ class ScheduledSqlTaskInfo(AbstractModel):
|
|
26961
26702
|
@property
|
26962
26703
|
def HasServicesLog(self):
|
26963
26704
|
"""是否开启投递服务日志。1:关闭,2:开启。
|
26964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26965
26705
|
:rtype: int
|
26966
26706
|
"""
|
26967
26707
|
return self._HasServicesLog
|
@@ -27351,13 +27091,10 @@ class SearchLogErrors(AbstractModel):
|
|
27351
27091
|
def __init__(self):
|
27352
27092
|
r"""
|
27353
27093
|
:param _TopicId: 日志主题ID
|
27354
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27355
27094
|
:type TopicId: str
|
27356
27095
|
:param _ErrorMsg: 错误信息
|
27357
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27358
27096
|
:type ErrorMsg: str
|
27359
27097
|
:param _ErrorCodeStr: 错误码
|
27360
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27361
27098
|
:type ErrorCodeStr: str
|
27362
27099
|
"""
|
27363
27100
|
self._TopicId = None
|
@@ -27367,7 +27104,6 @@ class SearchLogErrors(AbstractModel):
|
|
27367
27104
|
@property
|
27368
27105
|
def TopicId(self):
|
27369
27106
|
"""日志主题ID
|
27370
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27371
27107
|
:rtype: str
|
27372
27108
|
"""
|
27373
27109
|
return self._TopicId
|
@@ -27379,7 +27115,6 @@ class SearchLogErrors(AbstractModel):
|
|
27379
27115
|
@property
|
27380
27116
|
def ErrorMsg(self):
|
27381
27117
|
"""错误信息
|
27382
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27383
27118
|
:rtype: str
|
27384
27119
|
"""
|
27385
27120
|
return self._ErrorMsg
|
@@ -27391,7 +27126,6 @@ class SearchLogErrors(AbstractModel):
|
|
27391
27126
|
@property
|
27392
27127
|
def ErrorCodeStr(self):
|
27393
27128
|
"""错误码
|
27394
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27395
27129
|
:rtype: str
|
27396
27130
|
"""
|
27397
27131
|
return self._ErrorCodeStr
|
@@ -27427,7 +27161,6 @@ class SearchLogInfos(AbstractModel):
|
|
27427
27161
|
:param _Period: 日志存储生命周期
|
27428
27162
|
:type Period: int
|
27429
27163
|
:param _Context: 透传本次接口返回的Context值,可获取后续更多日志,过期时间1小时
|
27430
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27431
27164
|
:type Context: str
|
27432
27165
|
"""
|
27433
27166
|
self._TopicId = None
|
@@ -27459,7 +27192,6 @@ class SearchLogInfos(AbstractModel):
|
|
27459
27192
|
@property
|
27460
27193
|
def Context(self):
|
27461
27194
|
"""透传本次接口返回的Context值,可获取后续更多日志,过期时间1小时
|
27462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27463
27195
|
:rtype: str
|
27464
27196
|
"""
|
27465
27197
|
return self._Context
|
@@ -27988,10 +27720,8 @@ class SearchLogTopics(AbstractModel):
|
|
27988
27720
|
def __init__(self):
|
27989
27721
|
r"""
|
27990
27722
|
:param _Errors: 多日志主题检索对应的错误信息
|
27991
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27992
27723
|
:type Errors: list of SearchLogErrors
|
27993
27724
|
:param _Infos: 多日志主题检索各日志主题信息
|
27994
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27995
27725
|
:type Infos: list of SearchLogInfos
|
27996
27726
|
"""
|
27997
27727
|
self._Errors = None
|
@@ -28000,7 +27730,6 @@ class SearchLogTopics(AbstractModel):
|
|
28000
27730
|
@property
|
28001
27731
|
def Errors(self):
|
28002
27732
|
"""多日志主题检索对应的错误信息
|
28003
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28004
27733
|
:rtype: list of SearchLogErrors
|
28005
27734
|
"""
|
28006
27735
|
return self._Errors
|
@@ -28012,7 +27741,6 @@ class SearchLogTopics(AbstractModel):
|
|
28012
27741
|
@property
|
28013
27742
|
def Infos(self):
|
28014
27743
|
"""多日志主题检索各日志主题信息
|
28015
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28016
27744
|
:rtype: list of SearchLogInfos
|
28017
27745
|
"""
|
28018
27746
|
return self._Infos
|
@@ -28069,32 +27797,24 @@ class ShipperInfo(AbstractModel):
|
|
28069
27797
|
:param _Status: 是否生效
|
28070
27798
|
:type Status: bool
|
28071
27799
|
:param _FilterRules: 投递日志的过滤规则
|
28072
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28073
27800
|
:type FilterRules: list of FilterRuleInfo
|
28074
27801
|
:param _Partition: 投递日志的分区规则,支持strftime的时间格式表示
|
28075
27802
|
:type Partition: str
|
28076
27803
|
:param _Compress: 投递日志的压缩配置
|
28077
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28078
27804
|
:type Compress: :class:`tencentcloud.cls.v20201016.models.CompressInfo`
|
28079
27805
|
:param _Content: 投递日志的内容格式配置
|
28080
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28081
27806
|
:type Content: :class:`tencentcloud.cls.v20201016.models.ContentInfo`
|
28082
27807
|
:param _CreateTime: 投递日志的创建时间
|
28083
27808
|
:type CreateTime: str
|
28084
27809
|
:param _FilenameMode: 投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
|
28085
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28086
27810
|
:type FilenameMode: int
|
28087
27811
|
:param _StartTime: 投递数据范围的开始时间点
|
28088
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28089
27812
|
:type StartTime: int
|
28090
27813
|
:param _EndTime: 投递数据范围的结束时间点
|
28091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28092
27814
|
:type EndTime: int
|
28093
27815
|
:param _Progress: 历史数据投递的进度(仅当用户选择的数据内中历史数据时才有效)
|
28094
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28095
27816
|
:type Progress: float
|
28096
27817
|
:param _RemainTime: 历史数据全部投递完成剩余的时间(仅当用户选择的数据中有历史数据时才有效)
|
28097
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28098
27818
|
:type RemainTime: int
|
28099
27819
|
:param _HistoryStatus: 历史任务状态:
|
28100
27820
|
0:实时任务
|
@@ -28102,10 +27822,8 @@ class ShipperInfo(AbstractModel):
|
|
28102
27822
|
2:任务运行中
|
28103
27823
|
3:任务运行异常
|
28104
27824
|
4:任务运行结束
|
28105
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28106
27825
|
:type HistoryStatus: int
|
28107
27826
|
:param _StorageType: cos桶类型
|
28108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28109
27827
|
:type StorageType: str
|
28110
27828
|
"""
|
28111
27829
|
self._ShipperId = None
|
@@ -28220,7 +27938,6 @@ class ShipperInfo(AbstractModel):
|
|
28220
27938
|
@property
|
28221
27939
|
def FilterRules(self):
|
28222
27940
|
"""投递日志的过滤规则
|
28223
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28224
27941
|
:rtype: list of FilterRuleInfo
|
28225
27942
|
"""
|
28226
27943
|
return self._FilterRules
|
@@ -28243,7 +27960,6 @@ class ShipperInfo(AbstractModel):
|
|
28243
27960
|
@property
|
28244
27961
|
def Compress(self):
|
28245
27962
|
"""投递日志的压缩配置
|
28246
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28247
27963
|
:rtype: :class:`tencentcloud.cls.v20201016.models.CompressInfo`
|
28248
27964
|
"""
|
28249
27965
|
return self._Compress
|
@@ -28255,7 +27971,6 @@ class ShipperInfo(AbstractModel):
|
|
28255
27971
|
@property
|
28256
27972
|
def Content(self):
|
28257
27973
|
"""投递日志的内容格式配置
|
28258
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28259
27974
|
:rtype: :class:`tencentcloud.cls.v20201016.models.ContentInfo`
|
28260
27975
|
"""
|
28261
27976
|
return self._Content
|
@@ -28278,7 +27993,6 @@ class ShipperInfo(AbstractModel):
|
|
28278
27993
|
@property
|
28279
27994
|
def FilenameMode(self):
|
28280
27995
|
"""投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
|
28281
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28282
27996
|
:rtype: int
|
28283
27997
|
"""
|
28284
27998
|
return self._FilenameMode
|
@@ -28290,7 +28004,6 @@ class ShipperInfo(AbstractModel):
|
|
28290
28004
|
@property
|
28291
28005
|
def StartTime(self):
|
28292
28006
|
"""投递数据范围的开始时间点
|
28293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28294
28007
|
:rtype: int
|
28295
28008
|
"""
|
28296
28009
|
return self._StartTime
|
@@ -28302,7 +28015,6 @@ class ShipperInfo(AbstractModel):
|
|
28302
28015
|
@property
|
28303
28016
|
def EndTime(self):
|
28304
28017
|
"""投递数据范围的结束时间点
|
28305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28306
28018
|
:rtype: int
|
28307
28019
|
"""
|
28308
28020
|
return self._EndTime
|
@@ -28314,7 +28026,6 @@ class ShipperInfo(AbstractModel):
|
|
28314
28026
|
@property
|
28315
28027
|
def Progress(self):
|
28316
28028
|
"""历史数据投递的进度(仅当用户选择的数据内中历史数据时才有效)
|
28317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28318
28029
|
:rtype: float
|
28319
28030
|
"""
|
28320
28031
|
return self._Progress
|
@@ -28326,7 +28037,6 @@ class ShipperInfo(AbstractModel):
|
|
28326
28037
|
@property
|
28327
28038
|
def RemainTime(self):
|
28328
28039
|
"""历史数据全部投递完成剩余的时间(仅当用户选择的数据中有历史数据时才有效)
|
28329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28330
28040
|
:rtype: int
|
28331
28041
|
"""
|
28332
28042
|
return self._RemainTime
|
@@ -28343,7 +28053,6 @@ class ShipperInfo(AbstractModel):
|
|
28343
28053
|
2:任务运行中
|
28344
28054
|
3:任务运行异常
|
28345
28055
|
4:任务运行结束
|
28346
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28347
28056
|
:rtype: int
|
28348
28057
|
"""
|
28349
28058
|
return self._HistoryStatus
|
@@ -28355,7 +28064,6 @@ class ShipperInfo(AbstractModel):
|
|
28355
28064
|
@property
|
28356
28065
|
def StorageType(self):
|
28357
28066
|
"""cos桶类型
|
28358
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28359
28067
|
:rtype: str
|
28360
28068
|
"""
|
28361
28069
|
return self._StorageType
|
@@ -28915,7 +28623,6 @@ class TopicInfo(AbstractModel):
|
|
28915
28623
|
:param _SubAssumerName: 云产品二级标识,日志主题由其它云产品创建时,该字段会显示云产品名称及其日志类型的二级分类,例如TKE-Audit、TKE-Event。部分云产品仅有云产品标识(AssumerName),无该字段。
|
28916
28624
|
:type SubAssumerName: str
|
28917
28625
|
:param _Describes: 主题描述
|
28918
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28919
28626
|
:type Describes: str
|
28920
28627
|
:param _HotPeriod: 开启日志沉降,标准存储的生命周期, hotPeriod < Period。
|
28921
28628
|
标准存储为 hotPeriod, 低频存储则为 Period-hotPeriod。(主题类型需为日志主题)
|
@@ -28929,7 +28636,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
28929
28636
|
开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)。
|
28930
28637
|
:type IsWebTracking: bool
|
28931
28638
|
:param _Extends: 日志主题扩展信息
|
28932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28933
28639
|
:type Extends: :class:`tencentcloud.cls.v20201016.models.TopicExtendInfo`
|
28934
28640
|
:param _TopicAsyncTaskID: 异步迁移任务ID
|
28935
28641
|
:type TopicAsyncTaskID: str
|
@@ -29123,7 +28829,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
29123
28829
|
@property
|
29124
28830
|
def Describes(self):
|
29125
28831
|
"""主题描述
|
29126
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29127
28832
|
:rtype: str
|
29128
28833
|
"""
|
29129
28834
|
return self._Describes
|
@@ -29173,7 +28878,6 @@ HotPeriod=0为没有开启日志沉降。
|
|
29173
28878
|
@property
|
29174
28879
|
def Extends(self):
|
29175
28880
|
"""日志主题扩展信息
|
29176
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29177
28881
|
:rtype: :class:`tencentcloud.cls.v20201016.models.TopicExtendInfo`
|
29178
28882
|
"""
|
29179
28883
|
return self._Extends
|
@@ -29458,7 +29162,6 @@ class WebCallback(AbstractModel):
|
|
29458
29162
|
也可使用WebCallbackId引用集成配置中的URL,此时该字段请填写为空字符串。
|
29459
29163
|
:type Url: str
|
29460
29164
|
:param _WebCallbackId: 集成配置ID。
|
29461
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29462
29165
|
:type WebCallbackId: str
|
29463
29166
|
:param _Method: 回调方法。可选值:
|
29464
29167
|
- POST(默认值)
|
@@ -29466,24 +29169,18 @@ class WebCallback(AbstractModel):
|
|
29466
29169
|
|
29467
29170
|
注意:
|
29468
29171
|
- 参数CallbackType为Http时为必选,其它回调方式无需填写。
|
29469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29470
29172
|
:type Method: str
|
29471
29173
|
:param _NoticeContentId: 通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)。
|
29472
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29473
29174
|
:type NoticeContentId: str
|
29474
29175
|
:param _RemindType: 提醒类型。
|
29475
29176
|
|
29476
29177
|
0:不提醒;1:指定人;2:所有人
|
29477
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29478
29178
|
:type RemindType: int
|
29479
29179
|
:param _Mobiles: 电话列表。
|
29480
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29481
29180
|
:type Mobiles: list of str
|
29482
29181
|
:param _UserIds: 用户ID列表。
|
29483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29484
29182
|
:type UserIds: list of str
|
29485
29183
|
:param _Headers: 该参数已废弃,请使用NoticeContentId。
|
29486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29487
29184
|
:type Headers: list of str
|
29488
29185
|
:param _Body: 该参数已废弃,请使用NoticeContentId。
|
29489
29186
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -29535,7 +29232,6 @@ class WebCallback(AbstractModel):
|
|
29535
29232
|
@property
|
29536
29233
|
def WebCallbackId(self):
|
29537
29234
|
"""集成配置ID。
|
29538
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29539
29235
|
:rtype: str
|
29540
29236
|
"""
|
29541
29237
|
return self._WebCallbackId
|
@@ -29552,7 +29248,6 @@ class WebCallback(AbstractModel):
|
|
29552
29248
|
|
29553
29249
|
注意:
|
29554
29250
|
- 参数CallbackType为Http时为必选,其它回调方式无需填写。
|
29555
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29556
29251
|
:rtype: str
|
29557
29252
|
"""
|
29558
29253
|
return self._Method
|
@@ -29564,7 +29259,6 @@ class WebCallback(AbstractModel):
|
|
29564
29259
|
@property
|
29565
29260
|
def NoticeContentId(self):
|
29566
29261
|
"""通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)。
|
29567
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29568
29262
|
:rtype: str
|
29569
29263
|
"""
|
29570
29264
|
return self._NoticeContentId
|
@@ -29578,7 +29272,6 @@ class WebCallback(AbstractModel):
|
|
29578
29272
|
"""提醒类型。
|
29579
29273
|
|
29580
29274
|
0:不提醒;1:指定人;2:所有人
|
29581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29582
29275
|
:rtype: int
|
29583
29276
|
"""
|
29584
29277
|
return self._RemindType
|
@@ -29590,7 +29283,6 @@ class WebCallback(AbstractModel):
|
|
29590
29283
|
@property
|
29591
29284
|
def Mobiles(self):
|
29592
29285
|
"""电话列表。
|
29593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29594
29286
|
:rtype: list of str
|
29595
29287
|
"""
|
29596
29288
|
return self._Mobiles
|
@@ -29602,7 +29294,6 @@ class WebCallback(AbstractModel):
|
|
29602
29294
|
@property
|
29603
29295
|
def UserIds(self):
|
29604
29296
|
"""用户ID列表。
|
29605
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29606
29297
|
:rtype: list of str
|
29607
29298
|
"""
|
29608
29299
|
return self._UserIds
|
@@ -29614,7 +29305,6 @@ class WebCallback(AbstractModel):
|
|
29614
29305
|
@property
|
29615
29306
|
def Headers(self):
|
29616
29307
|
"""该参数已废弃,请使用NoticeContentId。
|
29617
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29618
29308
|
:rtype: list of str
|
29619
29309
|
"""
|
29620
29310
|
return self._Headers
|