tencentcloud-sdk-python 3.0.1346__py2.py3-none-any.whl → 3.0.1348__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/batch/v20170312/models.py +8 -8
- tencentcloud/bh/v20230418/models.py +61 -23
- tencentcloud/cam/v20190116/models.py +2 -2
- tencentcloud/cdwdoris/v20211228/models.py +300 -0
- tencentcloud/cdwpg/v20201230/models.py +180 -168
- 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 +9933 -0
- tencentcloud/ckafka/v20190819/models.py +8 -24
- tencentcloud/clb/v20180317/models.py +46 -16
- tencentcloud/cls/v20201016/models.py +0 -198
- tencentcloud/dbbrain/v20191016/models.py +0 -4
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +92 -0
- tencentcloud/dbbrain/v20210527/models.py +1027 -210
- tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
- tencentcloud/dcdb/v20180411/models.py +0 -64
- 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/models.py +15 -54
- 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 +4914 -477
- tencentcloud/hai/v20230812/models.py +0 -66
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +1 -1
- tencentcloud/iotvideoindustry/v20201201/models.py +0 -30
- tencentcloud/lcic/v20220817/lcic_client.py +1 -1
- tencentcloud/lcic/v20220817/models.py +56 -68
- tencentcloud/lke/v20231130/lke_client.py +2 -2
- tencentcloud/lke/v20231130/models.py +4 -8
- tencentcloud/lkeap/v20240522/lkeap_client.py +5 -0
- tencentcloud/mariadb/v20170312/models.py +2 -70
- tencentcloud/mmps/v20200710/models.py +0 -6
- tencentcloud/mqtt/v20240516/models.py +318 -208
- tencentcloud/organization/v20210331/models.py +30 -0
- tencentcloud/tbaas/v20180416/models.py +0 -46
- tencentcloud/tcb/v20180608/errorcodes.py +3 -0
- tencentcloud/tchd/v20230306/models.py +0 -2
- tencentcloud/tcr/v20190924/models.py +4 -148
- tencentcloud/tdmq/v20200217/models.py +0 -14
- tencentcloud/thpc/v20220401/models.py +0 -2
- tencentcloud/thpc/v20230321/models.py +49 -32
- tencentcloud/tione/v20211111/models.py +68 -0
- tencentcloud/tke/v20180525/models.py +0 -94
- tencentcloud/trocket/v20230308/models.py +0 -24
- tencentcloud/tsf/v20180326/models.py +196 -182
- tencentcloud/vcube/v20220410/models.py +51 -158
- tencentcloud/vcube/v20220410/vcube_client.py +2 -2
- tencentcloud/vod/v20180717/models.py +8 -46
- tencentcloud/wedata/v20210820/models.py +126 -0
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/RECORD +63 -58
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1346.dist-info → tencentcloud_sdk_python-3.0.1348.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
|
@@ -27277,13 +27091,10 @@ class SearchLogErrors(AbstractModel):
|
|
27277
27091
|
def __init__(self):
|
27278
27092
|
r"""
|
27279
27093
|
:param _TopicId: 日志主题ID
|
27280
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27281
27094
|
:type TopicId: str
|
27282
27095
|
:param _ErrorMsg: 错误信息
|
27283
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27284
27096
|
:type ErrorMsg: str
|
27285
27097
|
:param _ErrorCodeStr: 错误码
|
27286
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27287
27098
|
:type ErrorCodeStr: str
|
27288
27099
|
"""
|
27289
27100
|
self._TopicId = None
|
@@ -27293,7 +27104,6 @@ class SearchLogErrors(AbstractModel):
|
|
27293
27104
|
@property
|
27294
27105
|
def TopicId(self):
|
27295
27106
|
"""日志主题ID
|
27296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27297
27107
|
:rtype: str
|
27298
27108
|
"""
|
27299
27109
|
return self._TopicId
|
@@ -27305,7 +27115,6 @@ class SearchLogErrors(AbstractModel):
|
|
27305
27115
|
@property
|
27306
27116
|
def ErrorMsg(self):
|
27307
27117
|
"""错误信息
|
27308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27309
27118
|
:rtype: str
|
27310
27119
|
"""
|
27311
27120
|
return self._ErrorMsg
|
@@ -27317,7 +27126,6 @@ class SearchLogErrors(AbstractModel):
|
|
27317
27126
|
@property
|
27318
27127
|
def ErrorCodeStr(self):
|
27319
27128
|
"""错误码
|
27320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27321
27129
|
:rtype: str
|
27322
27130
|
"""
|
27323
27131
|
return self._ErrorCodeStr
|
@@ -27353,7 +27161,6 @@ class SearchLogInfos(AbstractModel):
|
|
27353
27161
|
:param _Period: 日志存储生命周期
|
27354
27162
|
:type Period: int
|
27355
27163
|
:param _Context: 透传本次接口返回的Context值,可获取后续更多日志,过期时间1小时
|
27356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27357
27164
|
:type Context: str
|
27358
27165
|
"""
|
27359
27166
|
self._TopicId = None
|
@@ -27385,7 +27192,6 @@ class SearchLogInfos(AbstractModel):
|
|
27385
27192
|
@property
|
27386
27193
|
def Context(self):
|
27387
27194
|
"""透传本次接口返回的Context值,可获取后续更多日志,过期时间1小时
|
27388
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27389
27195
|
:rtype: str
|
27390
27196
|
"""
|
27391
27197
|
return self._Context
|
@@ -27914,10 +27720,8 @@ class SearchLogTopics(AbstractModel):
|
|
27914
27720
|
def __init__(self):
|
27915
27721
|
r"""
|
27916
27722
|
:param _Errors: 多日志主题检索对应的错误信息
|
27917
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27918
27723
|
:type Errors: list of SearchLogErrors
|
27919
27724
|
:param _Infos: 多日志主题检索各日志主题信息
|
27920
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27921
27725
|
:type Infos: list of SearchLogInfos
|
27922
27726
|
"""
|
27923
27727
|
self._Errors = None
|
@@ -27926,7 +27730,6 @@ class SearchLogTopics(AbstractModel):
|
|
27926
27730
|
@property
|
27927
27731
|
def Errors(self):
|
27928
27732
|
"""多日志主题检索对应的错误信息
|
27929
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27930
27733
|
:rtype: list of SearchLogErrors
|
27931
27734
|
"""
|
27932
27735
|
return self._Errors
|
@@ -27938,7 +27741,6 @@ class SearchLogTopics(AbstractModel):
|
|
27938
27741
|
@property
|
27939
27742
|
def Infos(self):
|
27940
27743
|
"""多日志主题检索各日志主题信息
|
27941
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27942
27744
|
:rtype: list of SearchLogInfos
|
27943
27745
|
"""
|
27944
27746
|
return self._Infos
|