tencentcloud-sdk-nodejs 4.1.96 → 4.1.98
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.
- package/es/common/sdk_version.js +1 -1
- package/es/services/lighthouse/v20200324/lighthouse_client.js +6 -0
- package/es/services/lke/v20231130/lke_client.js +0 -3
- package/es/services/trtc/v20190722/trtc_client.js +9 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +23 -33
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +12 -12
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +3 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +495 -127
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +3 -3
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +5 -1
- package/tencentcloud/services/es/v20180416/es_models.d.ts +8 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +3 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +19 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +18 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +34 -2
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +6 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +16 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +19 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +197 -42
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -5
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -5
- package/tencentcloud/services/lke/v20231130/lke_client.js +0 -6
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +8 -38
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +10 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +19 -20
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +7 -7
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +13 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +18 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +128 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +18 -18
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +18 -18
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +488 -389
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -1
- package/tencentcloud/services/wsa/v20250508/wsa_models.d.ts +14 -3
@@ -217,11 +217,14 @@ export interface DescribeLogHistogramRequest {
|
|
217
217
|
*/
|
218
218
|
To: number;
|
219
219
|
/**
|
220
|
-
*
|
220
|
+
* 检索分析语句。
|
221
|
+
语句由 [检索条件] | [SQL语句]构成,无需对日志进行统计分析时,可省略其中的管道符 | 及SQL语句。
|
222
|
+
使用*或空字符串可查询所有日志。
|
221
223
|
*/
|
222
224
|
Query: string;
|
223
225
|
/**
|
224
226
|
* 要查询的日志主题ID
|
227
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
225
228
|
*/
|
226
229
|
TopicId?: string;
|
227
230
|
/**
|
@@ -240,11 +243,11 @@ export interface DescribeLogHistogramRequest {
|
|
240
243
|
*/
|
241
244
|
export interface DeleteAlarmShieldRequest {
|
242
245
|
/**
|
243
|
-
* 屏蔽规则id
|
246
|
+
* 屏蔽规则id。通过[获取告警屏蔽配置规则](https://cloud.tencent.com/document/api/614/103650)获取屏蔽规则ID
|
244
247
|
*/
|
245
248
|
TaskId: string;
|
246
249
|
/**
|
247
|
-
* 通知渠道组id
|
250
|
+
* 通知渠道组id。通过[获取告警屏蔽配置规则](https://cloud.tencent.com/document/api/614/103650)获取通知渠道组id
|
248
251
|
*/
|
249
252
|
AlarmNoticeId: string;
|
250
253
|
}
|
@@ -313,11 +316,11 @@ export interface DeleteShipperRequest {
|
|
313
316
|
*/
|
314
317
|
export interface DeleteScheduledSqlRequest {
|
315
318
|
/**
|
316
|
-
* 任务ID
|
319
|
+
* 任务ID,通过[获取定时SQL分析任务列表](https://cloud.tencent.com/document/product/614/95519)获取
|
317
320
|
*/
|
318
321
|
TaskId: string;
|
319
322
|
/**
|
320
|
-
* 源日志主题ID
|
323
|
+
* 源日志主题ID,通过[获取定时SQL分析任务列表](https://cloud.tencent.com/document/product/614/95519)获取
|
321
324
|
*/
|
322
325
|
SrcTopicId: string;
|
323
326
|
}
|
@@ -397,11 +400,17 @@ export interface DescribeShipperTasksResponse {
|
|
397
400
|
*/
|
398
401
|
export interface CheckFunctionRequest {
|
399
402
|
/**
|
400
|
-
*
|
403
|
+
* 加工语句。 当FuncType为2时,EtlContent必须使用[log_auto_output](https://cloud.tencent.com/document/product/614/70733#b3c58797-4825-4807-bef4-68106e25024f)
|
404
|
+
|
405
|
+
其他参考文档:
|
406
|
+
|
407
|
+
- [创建加工任务](https://cloud.tencent.com/document/product/614/63940)
|
408
|
+
- [函数总览](https://cloud.tencent.com/document/product/614/70395)
|
401
409
|
*/
|
402
410
|
EtlContent: string;
|
403
411
|
/**
|
404
|
-
*
|
412
|
+
* 加工任务目标topic_id以及别名,当 FuncType 为 1 时,必填。
|
413
|
+
目标日志主题ID通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
405
414
|
*/
|
406
415
|
DstResources?: Array<DataTransformResouceInfo>;
|
407
416
|
/**
|
@@ -591,7 +600,9 @@ export interface ConsoleSharingConfig {
|
|
591
600
|
*/
|
592
601
|
export interface DeleteConsoleSharingRequest {
|
593
602
|
/**
|
594
|
-
* 免密分享Id
|
603
|
+
* 免密分享Id。
|
604
|
+
- 通过 [获取免密分享列表](https://cloud.tencent.com/document/product/614/109798) 获取免密分享Id。
|
605
|
+
- 通过 [创建免密分享](https://cloud.tencent.com/document/product/614/109800) 获取免密分享Id。
|
595
606
|
*/
|
596
607
|
SharingId: string;
|
597
608
|
}
|
@@ -600,7 +611,8 @@ export interface DeleteConsoleSharingRequest {
|
|
600
611
|
*/
|
601
612
|
export interface UploadLogRequest {
|
602
613
|
/**
|
603
|
-
*
|
614
|
+
* 日志主题id
|
615
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
604
616
|
*/
|
605
617
|
TopicId: string;
|
606
618
|
/**
|
@@ -609,7 +621,9 @@ export interface UploadLogRequest {
|
|
609
621
|
*/
|
610
622
|
HashKey?: string;
|
611
623
|
/**
|
612
|
-
*
|
624
|
+
* 压缩方法,目前支持
|
625
|
+
- lz4
|
626
|
+
- zstd
|
613
627
|
*/
|
614
628
|
CompressType?: string;
|
615
629
|
}
|
@@ -787,6 +801,7 @@ export interface DeleteNoticeContentResponse {
|
|
787
801
|
export interface DeleteTopicRequest {
|
788
802
|
/**
|
789
803
|
* 日志主题ID
|
804
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
790
805
|
*/
|
791
806
|
TopicId: string;
|
792
807
|
}
|
@@ -795,7 +810,8 @@ export interface DeleteTopicRequest {
|
|
795
810
|
*/
|
796
811
|
export interface DescribePartitionsRequest {
|
797
812
|
/**
|
798
|
-
* 日志主题
|
813
|
+
* 日志主题Id
|
814
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
799
815
|
*/
|
800
816
|
TopicId: string;
|
801
817
|
}
|
@@ -888,10 +904,12 @@ export interface ConfigInfo {
|
|
888
904
|
Output?: string;
|
889
905
|
/**
|
890
906
|
* 更新时间
|
907
|
+
- 时间格式:yyyy-MM-dd HH:mm:ss
|
891
908
|
*/
|
892
909
|
UpdateTime?: string;
|
893
910
|
/**
|
894
911
|
* 创建时间
|
912
|
+
- 时间格式:yyyy-MM-dd HH:mm:ss
|
895
913
|
*/
|
896
914
|
CreateTime?: string;
|
897
915
|
/**
|
@@ -916,10 +934,12 @@ export interface ConfigInfo {
|
|
916
934
|
export interface QueryRangeMetricRequest {
|
917
935
|
/**
|
918
936
|
* 指标主题ID
|
937
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
919
938
|
*/
|
920
939
|
TopicId: string;
|
921
940
|
/**
|
922
941
|
* 查询语句,使用PromQL语法
|
942
|
+
- 参考 [语法规则](https://cloud.tencent.com/document/product/614/90334) 文档
|
923
943
|
*/
|
924
944
|
Query: string;
|
925
945
|
/**
|
@@ -999,7 +1019,7 @@ export interface DeleteCloudProductLogCollectionRequest {
|
|
999
1019
|
*/
|
1000
1020
|
LogType: string;
|
1001
1021
|
/**
|
1002
|
-
* 云产品地域。 不同日志类型(LogType)
|
1022
|
+
* 云产品地域。 不同日志类型(LogType)地域入参格式存在差异, 请参考如下示例:
|
1003
1023
|
- CDS所有日志类型:ap-guangzhou
|
1004
1024
|
- CDB-AUDIT: gz
|
1005
1025
|
- TDSQL-C-AUDIT: gz
|
@@ -1021,6 +1041,7 @@ export interface DeleteCloudProductLogCollectionRequest {
|
|
1021
1041
|
export interface CreateCloudProductLogCollectionRequest {
|
1022
1042
|
/**
|
1023
1043
|
* 实例ID
|
1044
|
+
- 通过各个接入云产品官方文档获取
|
1024
1045
|
*/
|
1025
1046
|
InstanceId: string;
|
1026
1047
|
/**
|
@@ -1032,7 +1053,7 @@ export interface CreateCloudProductLogCollectionRequest {
|
|
1032
1053
|
*/
|
1033
1054
|
LogType: string;
|
1034
1055
|
/**
|
1035
|
-
* 云产品地域。 不同日志类型(LogType)
|
1056
|
+
* 云产品地域。 不同日志类型(LogType)地域入参格式存在差异, 请参考如下示例:
|
1036
1057
|
- CDS所有日志类型:ap-guangzhou
|
1037
1058
|
- CDB-AUDIT: gz
|
1038
1059
|
- TDSQL-C-AUDIT: gz
|
@@ -1049,6 +1070,7 @@ export interface CreateCloudProductLogCollectionRequest {
|
|
1049
1070
|
CloudProductRegion: string;
|
1050
1071
|
/**
|
1051
1072
|
* CLS目标地域
|
1073
|
+
- 支持地域参考 [地域列表](https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8) 文档
|
1052
1074
|
*/
|
1053
1075
|
ClsRegion: string;
|
1054
1076
|
/**
|
@@ -1060,15 +1082,17 @@ export interface CreateCloudProductLogCollectionRequest {
|
|
1060
1082
|
*/
|
1061
1083
|
TopicName?: string;
|
1062
1084
|
/**
|
1063
|
-
*
|
1085
|
+
* 日志配置扩展信息, 一般用于存储额外的日志投递配置
|
1064
1086
|
*/
|
1065
1087
|
Extend?: string;
|
1066
1088
|
/**
|
1067
1089
|
* 日志集id
|
1090
|
+
- 通过[获取日志集列表](https://cloud.tencent.com/document/api/614/58624)获取日志集Id。
|
1068
1091
|
*/
|
1069
1092
|
LogsetId?: string;
|
1070
1093
|
/**
|
1071
1094
|
* 日志主题id
|
1095
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
1072
1096
|
*/
|
1073
1097
|
TopicId?: string;
|
1074
1098
|
}
|
@@ -1214,11 +1238,11 @@ export interface KafkaRechargeInfo {
|
|
1214
1238
|
*/
|
1215
1239
|
Offset?: number;
|
1216
1240
|
/**
|
1217
|
-
*
|
1241
|
+
* 创建时间。格式`YYYY-MM-DD HH:MM:SS`
|
1218
1242
|
*/
|
1219
1243
|
CreateTime?: string;
|
1220
1244
|
/**
|
1221
|
-
*
|
1245
|
+
* 更新时间。格式`YYYY-MM-DD HH:MM:SS`
|
1222
1246
|
*/
|
1223
1247
|
UpdateTime?: string;
|
1224
1248
|
/**
|
@@ -1240,7 +1264,12 @@ export interface DeleteKafkaRechargeResponse {
|
|
1240
1264
|
*/
|
1241
1265
|
export interface ContainerWorkLoadInfo {
|
1242
1266
|
/**
|
1243
|
-
*
|
1267
|
+
* 工作负载的类型,支持
|
1268
|
+
- deployment
|
1269
|
+
- statefulset
|
1270
|
+
- daemonset
|
1271
|
+
- job
|
1272
|
+
- cronjob
|
1244
1273
|
*/
|
1245
1274
|
Kind: string;
|
1246
1275
|
/**
|
@@ -1461,11 +1490,11 @@ export interface AlarmClassification {
|
|
1461
1490
|
*/
|
1462
1491
|
export interface ScheduledSqlResouceInfo {
|
1463
1492
|
/**
|
1464
|
-
*
|
1493
|
+
* 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。
|
1465
1494
|
*/
|
1466
1495
|
TopicId: string;
|
1467
1496
|
/**
|
1468
|
-
*
|
1497
|
+
* 主题的地域信息,当前不支持跨地域,支持地域参考 [地域列表](https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8) 文档。
|
1469
1498
|
*/
|
1470
1499
|
Region?: string;
|
1471
1500
|
/**
|
@@ -1579,6 +1608,7 @@ export interface MachineGroupInfo {
|
|
1579
1608
|
MachineGroupType?: MachineGroupTypeInfo;
|
1580
1609
|
/**
|
1581
1610
|
* 创建时间
|
1611
|
+
时间格式:yyyy-MM-dd HH:mm:ss
|
1582
1612
|
*/
|
1583
1613
|
CreateTime?: string;
|
1584
1614
|
/**
|
@@ -1591,10 +1621,12 @@ export interface MachineGroupInfo {
|
|
1591
1621
|
AutoUpdate?: string;
|
1592
1622
|
/**
|
1593
1623
|
* 升级开始时间,建议业务低峰期升级LogListener
|
1624
|
+
时间格式:HH:mm:ss
|
1594
1625
|
*/
|
1595
1626
|
UpdateStartTime?: string;
|
1596
1627
|
/**
|
1597
1628
|
* 升级结束时间,建议业务低峰期升级LogListener
|
1629
|
+
时间格式:HH:mm:ss
|
1598
1630
|
*/
|
1599
1631
|
UpdateEndTime?: string;
|
1600
1632
|
/**
|
@@ -1602,7 +1634,7 @@ export interface MachineGroupInfo {
|
|
1602
1634
|
*/
|
1603
1635
|
ServiceLogging?: boolean;
|
1604
1636
|
/**
|
1605
|
-
*
|
1637
|
+
* 机器组中机器离线定期清理时间,单位天,默认设置30天。
|
1606
1638
|
*/
|
1607
1639
|
DelayCleanupTime?: number;
|
1608
1640
|
/**
|
@@ -1619,7 +1651,8 @@ export interface MachineGroupInfo {
|
|
1619
1651
|
*/
|
1620
1652
|
export interface DeleteMachineGroupInfoRequest {
|
1621
1653
|
/**
|
1622
|
-
* 机器组
|
1654
|
+
* 机器组Id
|
1655
|
+
- 通过[获取机器组列表](https://cloud.tencent.com/document/product/614/56438)获取机器组Id。
|
1623
1656
|
*/
|
1624
1657
|
GroupId: string;
|
1625
1658
|
/**
|
@@ -1743,7 +1776,9 @@ export interface DashboardNoticeMode {
|
|
1743
1776
|
<li/>Uin:腾讯云用户<br>
|
1744
1777
|
<li/>Group:腾讯云用户组<br>
|
1745
1778
|
<li/>Email:自定义Email<br>
|
1746
|
-
<li/>WeCom:
|
1779
|
+
<li/>WeCom: 企业微信回调<br>
|
1780
|
+
<li/>DingTalk:钉钉<br>
|
1781
|
+
<li/>Lark:飞书
|
1747
1782
|
*/
|
1748
1783
|
ReceiverType: string;
|
1749
1784
|
/**
|
@@ -1771,12 +1806,24 @@ export interface DashboardNoticeMode {
|
|
1771
1806
|
export interface KafkaProtocolInfo {
|
1772
1807
|
/**
|
1773
1808
|
* 协议类型,支持的协议类型包括 plaintext、sasl_plaintext 或 sasl_ssl。建议使用 sasl_ssl,此协议会进行连接加密同时需要用户认证。
|
1774
|
-
|
1809
|
+
|
1810
|
+
- 当IsEncryptionAddr为true时,Protocol必填。
|
1811
|
+
- 支持的协议类型如下:
|
1812
|
+
- plaintext:纯文本无加密协议
|
1813
|
+
- sasl_ssl:SASL 认证 + SSL 加密
|
1814
|
+
- ssl:纯 SSL/TLS 加密协议
|
1815
|
+
- sasl_plaintext:SASL 认证 + 非加密通道
|
1816
|
+
|
1775
1817
|
*/
|
1776
1818
|
Protocol?: string;
|
1777
1819
|
/**
|
1778
1820
|
* 加密类型,支持 PLAIN、SCRAM-SHA-256 或 SCRAM-SHA-512。
|
1779
|
-
|
1821
|
+
|
1822
|
+
- 当Protocol为 `sasl_plaintext` 或 `sasl_ssl` 时 Mechanism 必填。
|
1823
|
+
- 支持加密类型如下
|
1824
|
+
- PLAIN:明文认证
|
1825
|
+
- SCRAM-SHA-256:基于挑战-响应机制,使用PBKDF2-HMAC-SHA256算法
|
1826
|
+
- SCRAM-SHA-512:增强版SCRAM,使用PBKDF2-HMAC-SHA512算法
|
1780
1827
|
*/
|
1781
1828
|
Mechanism?: string;
|
1782
1829
|
/**
|
@@ -1815,11 +1862,11 @@ export interface ScheduledSqlTaskInfo {
|
|
1815
1862
|
*/
|
1816
1863
|
DstResource?: ScheduledSqlResouceInfo;
|
1817
1864
|
/**
|
1818
|
-
*
|
1865
|
+
* 任务创建时间。格式:yyyy-MM-dd HH:mm:ss
|
1819
1866
|
*/
|
1820
1867
|
CreateTime?: string;
|
1821
1868
|
/**
|
1822
|
-
*
|
1869
|
+
* 任务更新时间,格式:yyyy-MM-dd HH:mm:ss
|
1823
1870
|
*/
|
1824
1871
|
UpdateTime?: string;
|
1825
1872
|
/**
|
@@ -1837,7 +1884,7 @@ export interface ScheduledSqlTaskInfo {
|
|
1837
1884
|
*/
|
1838
1885
|
ScheduledSqlContent?: string;
|
1839
1886
|
/**
|
1840
|
-
*
|
1887
|
+
* 调度开始时间,格式:yyyy-MM-dd HH:mm:ss
|
1841
1888
|
*/
|
1842
1889
|
ProcessStartTime?: string;
|
1843
1890
|
/**
|
@@ -1845,11 +1892,11 @@ export interface ScheduledSqlTaskInfo {
|
|
1845
1892
|
*/
|
1846
1893
|
ProcessType?: number;
|
1847
1894
|
/**
|
1848
|
-
*
|
1895
|
+
* 调度结束时间,格式:yyyy-MM-dd HH:mm:ss,当process_type=2时为必传字段
|
1849
1896
|
*/
|
1850
1897
|
ProcessEndTime?: string;
|
1851
1898
|
/**
|
1852
|
-
* 调度周期(分钟)
|
1899
|
+
* 调度周期(分钟),1~1440分钟
|
1853
1900
|
*/
|
1854
1901
|
ProcessPeriod?: number;
|
1855
1902
|
/**
|
@@ -1857,11 +1904,11 @@ export interface ScheduledSqlTaskInfo {
|
|
1857
1904
|
*/
|
1858
1905
|
ProcessTimeWindow?: string;
|
1859
1906
|
/**
|
1860
|
-
* 执行延迟(秒)
|
1907
|
+
* 执行延迟(秒),0~120秒,默认60秒
|
1861
1908
|
*/
|
1862
1909
|
ProcessDelay?: number;
|
1863
1910
|
/**
|
1864
|
-
* 源topicId
|
1911
|
+
* 源topicId的地域信息,支持地域见 [地域列表](https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8) 文档。
|
1865
1912
|
*/
|
1866
1913
|
SrcTopicRegion?: string;
|
1867
1914
|
/**
|
@@ -1883,6 +1930,7 @@ export interface ScheduledSqlTaskInfo {
|
|
1883
1930
|
export interface DescribeConfigMachineGroupsRequest {
|
1884
1931
|
/**
|
1885
1932
|
* 采集配置ID
|
1933
|
+
- 通过[获取采集规则配置](https://cloud.tencent.com/document/product/614/58616)获取采集配置Id。
|
1886
1934
|
*/
|
1887
1935
|
ConfigId: string;
|
1888
1936
|
}
|
@@ -1905,10 +1953,15 @@ export interface MetaTagInfo {
|
|
1905
1953
|
export interface ModifyTopicRequest {
|
1906
1954
|
/**
|
1907
1955
|
* 日志主题ID
|
1956
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
1908
1957
|
*/
|
1909
1958
|
TopicId: string;
|
1910
1959
|
/**
|
1911
1960
|
* 日志主题名称
|
1961
|
+
输入限制:
|
1962
|
+
- 不能为空字符串
|
1963
|
+
- 不能包含字符'|'
|
1964
|
+
- 不能使用以下名称["cls_service_log","loglistener_status","loglistener_alarm","loglistener_business","cls_service_metric"]
|
1912
1965
|
*/
|
1913
1966
|
TopicName?: string;
|
1914
1967
|
/**
|
@@ -1925,7 +1978,8 @@ export interface ModifyTopicRequest {
|
|
1925
1978
|
*/
|
1926
1979
|
AutoSplit?: boolean;
|
1927
1980
|
/**
|
1928
|
-
*
|
1981
|
+
* 若开启最大分裂,该主题能够能够允许的最大分区数;
|
1982
|
+
默认为50;必须为正数
|
1929
1983
|
*/
|
1930
1984
|
MaxSplitPartitions?: number;
|
1931
1985
|
/**
|
@@ -1951,11 +2005,17 @@ export interface ModifyTopicRequest {
|
|
1951
2005
|
*/
|
1952
2006
|
Extends?: TopicExtendInfo;
|
1953
2007
|
/**
|
1954
|
-
*
|
2008
|
+
* 日志主题分区数量。
|
2009
|
+
默认为1;
|
2010
|
+
取值范围及约束:
|
2011
|
+
- 当输入值<=0,系统自动调整为1。
|
2012
|
+
- 如果未传MaxSplitPartitions,需要PartitionCount<=50;
|
2013
|
+
- 如果传递了MaxSplitPartitions,需要PartitionCount<=MaxSplitPartitions;
|
1955
2014
|
*/
|
1956
2015
|
PartitionCount?: number;
|
1957
2016
|
/**
|
1958
2017
|
* 取消切换存储任务的id
|
2018
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取取消切换存储任务的id。
|
1959
2019
|
*/
|
1960
2020
|
CancelTopicAsyncTaskID?: string;
|
1961
2021
|
}
|
@@ -2086,7 +2146,9 @@ export interface DeleteConfigExtraResponse {
|
|
2086
2146
|
*/
|
2087
2147
|
export interface ModifyConsumerRequest {
|
2088
2148
|
/**
|
2089
|
-
* 投递任务绑定的日志主题
|
2149
|
+
* 投递任务绑定的日志主题Id。
|
2150
|
+
- 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。
|
2151
|
+
- 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456) 获取日志主题Id。
|
2090
2152
|
*/
|
2091
2153
|
TopicId: string;
|
2092
2154
|
/**
|
@@ -2181,6 +2243,10 @@ export interface DescribeConsoleSharingListResponse {
|
|
2181
2243
|
* 分页的总数目
|
2182
2244
|
*/
|
2183
2245
|
TotalCount?: number;
|
2246
|
+
/**
|
2247
|
+
* 控制台免密分享列表
|
2248
|
+
*/
|
2249
|
+
ConsoleSharingInfos?: Array<ConsoleSharingInfo>;
|
2184
2250
|
/**
|
2185
2251
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2186
2252
|
*/
|
@@ -2223,14 +2289,25 @@ export interface DataTransformResouceInfo {
|
|
2223
2289
|
export interface CreateDashboardSubscribeRequest {
|
2224
2290
|
/**
|
2225
2291
|
* 仪表盘订阅名称。
|
2292
|
+
输入限制:
|
2293
|
+
- 不能为空
|
2294
|
+
- 长度不能超过128字节
|
2295
|
+
- 不能包含字符'|'
|
2226
2296
|
*/
|
2227
2297
|
Name: string;
|
2228
2298
|
/**
|
2229
|
-
* 仪表盘
|
2299
|
+
* 仪表盘Id。
|
2300
|
+
- 通过[获取仪表盘](https://cloud.tencent.com/document/product/614/95636)获取仪表盘Id。
|
2230
2301
|
*/
|
2231
2302
|
DashboardId: string;
|
2232
2303
|
/**
|
2233
|
-
* 订阅时间cron表达式,格式为:{秒数} {分钟} {小时} {日期} {月份} {星期};(有效数据为:{分钟} {小时} {日期} {月份} {星期}
|
2304
|
+
* 订阅时间cron表达式,格式为:{秒数} {分钟} {小时} {日期} {月份} {星期};(有效数据为:{分钟} {小时} {日期} {月份} {星期})。
|
2305
|
+
- {秒数} 取值范围: 0 ~ 59
|
2306
|
+
- {分钟} 取值范围: 0 ~ 59
|
2307
|
+
- {小时} 取值范围: 0 ~ 23
|
2308
|
+
- {日期} 取值范围: 1 ~ 31 AND (dayOfMonth最后一天: L)
|
2309
|
+
- {月份} 取值范围: 1 ~ 12
|
2310
|
+
- {星期} 取值范围: 0 ~ 6 【0:星期日, 6星期六】
|
2234
2311
|
*/
|
2235
2312
|
Cron: string;
|
2236
2313
|
/**
|
@@ -2243,7 +2320,8 @@ export interface CreateDashboardSubscribeRequest {
|
|
2243
2320
|
*/
|
2244
2321
|
export interface DeleteMachineGroupRequest {
|
2245
2322
|
/**
|
2246
|
-
* 机器组
|
2323
|
+
* 机器组Id
|
2324
|
+
- 通过[获取机器组列表](https://cloud.tencent.com/document/product/614/56438)获取机器组Id。
|
2247
2325
|
*/
|
2248
2326
|
GroupId: string;
|
2249
2327
|
}
|
@@ -2271,7 +2349,11 @@ export interface FullTextInfo {
|
|
2271
2349
|
*/
|
2272
2350
|
export interface QueryMetricResponse {
|
2273
2351
|
/**
|
2274
|
-
*
|
2352
|
+
* 指标查询结果类型,支持
|
2353
|
+
- scalar 标量值
|
2354
|
+
- string 字符串值
|
2355
|
+
- vector 瞬时向量
|
2356
|
+
- matrix 区间向量
|
2275
2357
|
*/
|
2276
2358
|
ResultType?: string;
|
2277
2359
|
/**
|
@@ -2637,16 +2719,24 @@ export interface TopicExtendInfo {
|
|
2637
2719
|
*/
|
2638
2720
|
export interface EventLog {
|
2639
2721
|
/**
|
2640
|
-
* 事件通道,支持
|
2722
|
+
* 事件通道,支持
|
2723
|
+
- Application 应用日志
|
2724
|
+
- Security 安全日志
|
2725
|
+
- Setup 启动日志
|
2726
|
+
- System 系统日志
|
2727
|
+
- ALL 所有日志
|
2641
2728
|
|
2642
2729
|
*/
|
2643
2730
|
EventChannel: string;
|
2644
2731
|
/**
|
2645
|
-
*
|
2732
|
+
* 时间字段(Timestamp)支持的类型
|
2733
|
+
- 1(用户自定义时间)
|
2734
|
+
- 2(当前时间)
|
2646
2735
|
*/
|
2647
2736
|
TimeType: number;
|
2648
2737
|
/**
|
2649
|
-
*
|
2738
|
+
* 时间,用户选择自定义时间类型时,需要指定时间,单位秒
|
2739
|
+
格式:时间戳,1754897446
|
2650
2740
|
*/
|
2651
2741
|
Timestamp?: number;
|
2652
2742
|
/**
|
@@ -2767,7 +2857,7 @@ export interface CreateAlarmRequest {
|
|
2767
2857
|
*/
|
2768
2858
|
export interface DeleteDataTransformRequest {
|
2769
2859
|
/**
|
2770
|
-
* 数据加工任务
|
2860
|
+
* 数据加工任务ID- 通过[获取数据加工任务列表基本信息](https://cloud.tencent.com/document/product/614/72182)获取数据加工任务Id。
|
2771
2861
|
*/
|
2772
2862
|
TaskId: string;
|
2773
2863
|
}
|
@@ -2849,10 +2939,12 @@ export interface PartitionInfo {
|
|
2849
2939
|
ExclusiveEndKey?: string;
|
2850
2940
|
/**
|
2851
2941
|
* 分区创建时间
|
2942
|
+
时间格式:yyyy-MM-dd HH:mm:ss
|
2852
2943
|
*/
|
2853
2944
|
CreateTime?: string;
|
2854
2945
|
/**
|
2855
2946
|
* 只读分区数据停止写入时间
|
2947
|
+
时间格式:yyyy-MM-dd HH:mm:ss
|
2856
2948
|
注意:此字段可能返回 null,表示取不到有效值。
|
2857
2949
|
*/
|
2858
2950
|
LastWriteTime?: string;
|
@@ -3096,7 +3188,10 @@ export interface ConfigExtraInfo {
|
|
3096
3188
|
*/
|
3097
3189
|
TopicId?: string;
|
3098
3190
|
/**
|
3099
|
-
*
|
3191
|
+
* 自建k8s集群日志采集类型,支持
|
3192
|
+
- container_stdout 标准输出
|
3193
|
+
- container_file 标准文件
|
3194
|
+
- host_file 节点文件
|
3100
3195
|
*/
|
3101
3196
|
Type?: string;
|
3102
3197
|
/**
|
@@ -3130,10 +3225,12 @@ export interface ConfigExtraInfo {
|
|
3130
3225
|
ExcludePaths?: Array<ExcludePathInfo>;
|
3131
3226
|
/**
|
3132
3227
|
* 更新时间
|
3228
|
+
- 时间格式:yyyy-MM-dd HH:mm:ss
|
3133
3229
|
*/
|
3134
3230
|
UpdateTime?: string;
|
3135
3231
|
/**
|
3136
3232
|
* 创建时间
|
3233
|
+
- 时间格式:yyyy-MM-dd HH:mm:ss
|
3137
3234
|
*/
|
3138
3235
|
CreateTime?: string;
|
3139
3236
|
/**
|
@@ -3142,6 +3239,7 @@ export interface ConfigExtraInfo {
|
|
3142
3239
|
UserDefineRule?: string;
|
3143
3240
|
/**
|
3144
3241
|
* 机器组ID
|
3242
|
+
- 通过[获取机器组列表](https://cloud.tencent.com/document/api/614/56438)获取机器组Id。
|
3145
3243
|
*/
|
3146
3244
|
GroupId?: string;
|
3147
3245
|
/**
|
@@ -3150,6 +3248,7 @@ export interface ConfigExtraInfo {
|
|
3150
3248
|
ConfigFlag?: string;
|
3151
3249
|
/**
|
3152
3250
|
* 日志集ID
|
3251
|
+
- 通过[获取日志集列表](https://cloud.tencent.com/document/api/614/58624)获取日志集Id。
|
3153
3252
|
*/
|
3154
3253
|
LogsetId?: string;
|
3155
3254
|
/**
|
@@ -3236,6 +3335,8 @@ export interface CheckRechargeKafkaServerRequest {
|
|
3236
3335
|
/**
|
3237
3336
|
* 腾讯云CKafka实例ID。
|
3238
3337
|
KafkaType为0时,KafkaInstance必填
|
3338
|
+
|
3339
|
+
- 通过 [获取实例列表信息](https://cloud.tencent.com/document/product/597/40835) 获取实例id。
|
3239
3340
|
*/
|
3240
3341
|
KafkaInstance?: string;
|
3241
3342
|
/**
|
@@ -3334,7 +3435,9 @@ export interface DeleteAlarmShieldResponse {
|
|
3334
3435
|
*/
|
3335
3436
|
export interface DescribeConsumerRequest {
|
3336
3437
|
/**
|
3337
|
-
* 投递任务绑定的日志主题
|
3438
|
+
* 投递任务绑定的日志主题Id。
|
3439
|
+
- 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。
|
3440
|
+
- 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456) 获取日志主题Id。
|
3338
3441
|
*/
|
3339
3442
|
TopicId: string;
|
3340
3443
|
}
|
@@ -3392,10 +3495,16 @@ export interface DescribeLogsetsResponse {
|
|
3392
3495
|
export interface CreateTopicRequest {
|
3393
3496
|
/**
|
3394
3497
|
* 日志集ID
|
3498
|
+
- 通过[获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
|
3395
3499
|
*/
|
3396
3500
|
LogsetId: string;
|
3397
3501
|
/**
|
3398
3502
|
* 日志主题名称
|
3503
|
+
名称限制
|
3504
|
+
- 不能为空字符串
|
3505
|
+
- 不能包含字符'|'
|
3506
|
+
- 不能使用以下名称["cls_service_log","loglistener_status","loglistener_alarm","loglistener_business","cls_service_metric"]
|
3507
|
+
|
3399
3508
|
*/
|
3400
3509
|
TopicName: string;
|
3401
3510
|
/**
|
@@ -3458,7 +3567,7 @@ export interface DescribeTopicsRequest {
|
|
3458
3567
|
* <ul><li>topicName 按照【日志主题名称】进行过滤,默认为模糊匹配,可使用 PreciseSearch 参数设置为精确匹配。类型:String。必选:否</li>
|
3459
3568
|
<li>logsetName 按照【日志集名称】进行过滤,默认为模糊匹配,可使用 PreciseSearch 参数设置为精确匹配。类型:String。必选:否</li>
|
3460
3569
|
<li>topicId 按照【日志主题ID】进行过滤。类型:String。必选:否</li>
|
3461
|
-
<li>logsetId 按照【日志集ID】进行过滤,可通过调用 DescribeLogsets
|
3570
|
+
<li>logsetId 按照【日志集ID】进行过滤,可通过调用 <a href="https://cloud.tencent.com/document/product/614/58624">DescribeLogsets</a> 查询已创建的日志集列表或登录控制台进行查看;也可以调用<a href="https://cloud.tencent.com/document/product/614/58626">CreateLogset</a> 创建新的日志集。类型:String。必选:否</li>
|
3462
3571
|
<li>tagKey 按照【标签键】进行过滤。类型:String。必选:否</li>
|
3463
3572
|
<li>tag:tagKey 按照【标签键值对】进行过滤。tagKey 使用具体的标签键进行替换,例如 tag:exampleKey。类型:String。必选:否</li>
|
3464
3573
|
<li>storageType 按照【日志主题的存储类型】进行过滤。可选值 hot(标准存储),cold(低频存储)类型:String。必选:否</li></ul>
|
@@ -3574,7 +3683,8 @@ export interface CreateDashboardSubscribeResponse {
|
|
3574
3683
|
*/
|
3575
3684
|
export interface DescribeExportsRequest {
|
3576
3685
|
/**
|
3577
|
-
* 日志主题
|
3686
|
+
* 日志主题Id
|
3687
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
3578
3688
|
*/
|
3579
3689
|
TopicId: string;
|
3580
3690
|
/**
|
@@ -3679,11 +3789,11 @@ export interface CreateKafkaRechargeResponse {
|
|
3679
3789
|
*/
|
3680
3790
|
export interface ModifyScheduledSqlRequest {
|
3681
3791
|
/**
|
3682
|
-
* 任务ID
|
3792
|
+
* 任务ID,通过[获取定时SQL分析任务列表](https://cloud.tencent.com/document/product/614/95519)获取
|
3683
3793
|
*/
|
3684
3794
|
TaskId: string;
|
3685
3795
|
/**
|
3686
|
-
*
|
3796
|
+
* 源日志主题,通过[获取定时SQL分析任务列表](https://cloud.tencent.com/document/product/614/95519)获取
|
3687
3797
|
*/
|
3688
3798
|
SrcTopicId?: string;
|
3689
3799
|
/**
|
@@ -3699,7 +3809,7 @@ export interface ModifyScheduledSqlRequest {
|
|
3699
3809
|
*/
|
3700
3810
|
ScheduledSqlContent?: string;
|
3701
3811
|
/**
|
3702
|
-
* 调度周期(分钟)
|
3812
|
+
* 调度周期(分钟),1~1440分钟
|
3703
3813
|
*/
|
3704
3814
|
ProcessPeriod?: number;
|
3705
3815
|
/**
|
@@ -3707,15 +3817,15 @@ export interface ModifyScheduledSqlRequest {
|
|
3707
3817
|
*/
|
3708
3818
|
ProcessTimeWindow?: string;
|
3709
3819
|
/**
|
3710
|
-
* 执行延迟(秒)
|
3820
|
+
* 执行延迟(秒),0~120秒,默认60秒
|
3711
3821
|
*/
|
3712
3822
|
ProcessDelay?: number;
|
3713
3823
|
/**
|
3714
|
-
* 源topicId
|
3824
|
+
* 源topicId的地域信息,支持地域见(https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8)
|
3715
3825
|
*/
|
3716
3826
|
SrcTopicRegion?: string;
|
3717
3827
|
/**
|
3718
|
-
*
|
3828
|
+
* 任务名称,0~255字符
|
3719
3829
|
*/
|
3720
3830
|
Name?: string;
|
3721
3831
|
/**
|
@@ -3772,27 +3882,32 @@ export interface ModifyAlarmShieldResponse {
|
|
3772
3882
|
*/
|
3773
3883
|
export interface CreateDeliverCloudFunctionRequest {
|
3774
3884
|
/**
|
3775
|
-
* 投递规则属于的
|
3885
|
+
* 投递规则属于的TopicId。
|
3886
|
+
- 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。
|
3887
|
+
- 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456) 获取日志主题Id。
|
3776
3888
|
*/
|
3777
3889
|
TopicId: string;
|
3778
3890
|
/**
|
3779
3891
|
* 投递的云函数名字。仅支持[事件函数](https://cloud.tencent.com/document/product/583/9694#scf-.E4.BA.8B.E4.BB.B6.E5.87.BD.E6.95.B0) ([函数类型选型](https://cloud.tencent.com/document/product/583/73483))
|
3892
|
+
通过 [获取函数列表](https://cloud.tencent.com/document/product/583/18582) 获取函数信息。
|
3780
3893
|
*/
|
3781
3894
|
FunctionName: string;
|
3782
3895
|
/**
|
3783
|
-
*
|
3896
|
+
* 命名空间。参考 [命名空间管理](https://cloud.tencent.com/document/product/583/35913)
|
3897
|
+
- 通过 [列出命名空间列表](https://cloud.tencent.com/document/product/583/37158) 获取Name。
|
3784
3898
|
*/
|
3785
3899
|
Namespace: string;
|
3786
3900
|
/**
|
3787
|
-
*
|
3901
|
+
* 函数版本。
|
3902
|
+
- 通过 [查询函数版本 ](https://cloud.tencent.com/document/product/583/37162) 获取函数版本。
|
3788
3903
|
*/
|
3789
3904
|
Qualifier: string;
|
3790
3905
|
/**
|
3791
|
-
*
|
3906
|
+
* 投递最长等待时间,单位:秒。 默认:60
|
3792
3907
|
*/
|
3793
3908
|
Timeout?: number;
|
3794
3909
|
/**
|
3795
|
-
*
|
3910
|
+
* 投递最大消息数。默认为100。支持范围[1,10000]
|
3796
3911
|
*/
|
3797
3912
|
MaxMsgNum?: number;
|
3798
3913
|
}
|
@@ -3810,7 +3925,9 @@ export interface ModifyCloudProductLogCollectionResponse {
|
|
3810
3925
|
*/
|
3811
3926
|
export interface DeleteConsumerRequest {
|
3812
3927
|
/**
|
3813
|
-
* 投递任务绑定的日志主题
|
3928
|
+
* 投递任务绑定的日志主题Id。
|
3929
|
+
- 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。
|
3930
|
+
- 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456) 获取日志主题Id。
|
3814
3931
|
*/
|
3815
3932
|
TopicId: string;
|
3816
3933
|
}
|
@@ -3820,7 +3937,7 @@ export interface DeleteConsumerRequest {
|
|
3820
3937
|
export interface NoticeContentInfo {
|
3821
3938
|
/**
|
3822
3939
|
* 通知内容模板标题信息。
|
3823
|
-
|
3940
|
+
部分通知渠道类型不支持“标题”,请参照[腾讯云控制台页面](https://console.cloud.tencent.com/cls/alarm/notice-template)。
|
3824
3941
|
*/
|
3825
3942
|
Title?: string;
|
3826
3943
|
/**
|
@@ -3867,7 +3984,8 @@ export interface CreateWebCallbackRequest {
|
|
3867
3984
|
*/
|
3868
3985
|
export interface DescribeMachineGroupsRequest {
|
3869
3986
|
/**
|
3870
|
-
*
|
3987
|
+
* 过滤条件
|
3988
|
+
machineGroupName
|
3871
3989
|
- 按照【机器组名称】进行过滤。
|
3872
3990
|
- 类型:String
|
3873
3991
|
- 必选:否
|
@@ -3878,7 +3996,7 @@ export interface DescribeMachineGroupsRequest {
|
|
3878
3996
|
- 必选:否
|
3879
3997
|
|
3880
3998
|
osType
|
3881
|
-
- 按照【操作系统类型】进行过滤。
|
3999
|
+
- 按照【操作系统类型】进行过滤。0: Linux;1: Windows
|
3882
4000
|
- 类型:Int
|
3883
4001
|
- 必选:否
|
3884
4002
|
|
@@ -3932,11 +4050,12 @@ export interface AnonymousInfo {
|
|
3932
4050
|
*/
|
3933
4051
|
export interface ExtractRuleInfo {
|
3934
4052
|
/**
|
3935
|
-
* 时间字段的key名字,
|
4053
|
+
* 时间字段的key名字,TimeKey和TimeFormat必须成对出现
|
3936
4054
|
*/
|
3937
4055
|
TimeKey?: string;
|
3938
4056
|
/**
|
3939
4057
|
* 时间字段的格式,参考c语言的strftime函数对于时间的格式说明输出参数
|
4058
|
+
- 参考 [配置时间格式](https://cloud.tencent.com/document/product/614/38614) 文档
|
3940
4059
|
*/
|
3941
4060
|
TimeFormat?: string;
|
3942
4061
|
/**
|
@@ -4103,16 +4222,20 @@ export interface DescribeConfigsRequest {
|
|
4103
4222
|
- 按照【采集配置名称】进行模糊匹配过滤。
|
4104
4223
|
- 类型:String
|
4105
4224
|
- 必选:否
|
4225
|
+
- 示例:test-config
|
4106
4226
|
|
4107
4227
|
configId
|
4108
4228
|
- 按照【采集配置ID】进行过滤。
|
4109
4229
|
- 类型:String
|
4110
4230
|
- 必选:否
|
4231
|
+
- 示例:3581a3be-aa41-423b-995a-54ec84da6264
|
4111
4232
|
|
4112
4233
|
topicId
|
4113
4234
|
- 按照【日志主题】进行过滤。
|
4114
4235
|
- 类型:String
|
4115
4236
|
- 必选:否
|
4237
|
+
- 示例:3b83f9d6-3a4d-47f9-9b7f-285c868b2f9a
|
4238
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
4116
4239
|
|
4117
4240
|
每次请求的Filters的上限为10,Filter.Values的上限为5。
|
4118
4241
|
*/
|
@@ -4246,7 +4369,8 @@ export interface DashboardTopicInfo {
|
|
4246
4369
|
*/
|
4247
4370
|
export interface DeleteConfigRequest {
|
4248
4371
|
/**
|
4249
|
-
*
|
4372
|
+
* 采集配置ID
|
4373
|
+
- 通过[获取采集规则配置](https://cloud.tencent.com/document/product/614/58616)获取采集配置Id。
|
4250
4374
|
*/
|
4251
4375
|
ConfigId: string;
|
4252
4376
|
}
|
@@ -4333,7 +4457,7 @@ export interface LogRechargeRuleInfo {
|
|
4333
4457
|
*/
|
4334
4458
|
EncodingFormat: number;
|
4335
4459
|
/**
|
4336
|
-
*
|
4460
|
+
* 使用默认时间状态。true:开启后将使用系统当前时间或 Kafka 消息时间戳作为日志时间戳;false:关闭将使用日志中的时间字段作为日志时间戳。 默认:true
|
4337
4461
|
*/
|
4338
4462
|
DefaultTimeSwitch: boolean;
|
4339
4463
|
/**
|
@@ -4357,19 +4481,107 @@ export interface LogRechargeRuleInfo {
|
|
4357
4481
|
*/
|
4358
4482
|
DefaultTimeSrc?: number;
|
4359
4483
|
/**
|
4360
|
-
*
|
4484
|
+
* 时间字段,日志中代表时间的字段名。
|
4485
|
+
|
4486
|
+
- 当DefaultTimeSwitch为false,且RechargeType数据提取模式为 `json_log` JSON-文件日志 或 `fullregex_log` 单行完全正则-文件日志时, TimeKey不能为空。
|
4361
4487
|
*/
|
4362
4488
|
TimeKey?: string;
|
4363
4489
|
/**
|
4364
|
-
*
|
4490
|
+
* 时间提取正则表达式。
|
4491
|
+
- 当DefaultTimeSwitch为false,且RechargeType数据提取模式为 `minimalist_log` 单行全文-文件日志时, TimeRegex不能为空。
|
4492
|
+
- 仅需输入日志中代表时间的字段的正则表达式即可;若匹配到多个字段,将使用第一个。
|
4493
|
+
例:日志原文为:message with time 2022-08-08 14:20:20,则您可以设置提取时间正则为\d\d\d\d-\d\d-\d\d \d\d:\d\d:\d\d
|
4494
|
+
|
4365
4495
|
*/
|
4366
4496
|
TimeRegex?: string;
|
4367
4497
|
/**
|
4368
|
-
*
|
4498
|
+
* 时间字段格式。
|
4499
|
+
- 当DefaultTimeSwitch为false时, TimeFormat不能为空。
|
4369
4500
|
*/
|
4370
4501
|
TimeFormat?: string;
|
4371
4502
|
/**
|
4372
|
-
*
|
4503
|
+
* 时间字段时区。
|
4504
|
+
- 当DefaultTimeSwitch为false时, TimeZone不能为空。
|
4505
|
+
- 时区格式规则
|
4506
|
+
前缀:使用 GMT 或 UTC 作为时区基准
|
4507
|
+
偏移量:
|
4508
|
+
- `-` 表示西时区(比基准时间晚)
|
4509
|
+
- `+` 表示东时区(比基准时间早)
|
4510
|
+
- 格式为 ±HH:MM(小时:分钟)
|
4511
|
+
|
4512
|
+
- 当前支持:
|
4513
|
+
```
|
4514
|
+
"GMT-12:00"
|
4515
|
+
"GMT-11:00"
|
4516
|
+
"GMT-10:00"
|
4517
|
+
"GMT-09:30"
|
4518
|
+
"GMT-09:00"
|
4519
|
+
"GMT-08:00"
|
4520
|
+
"GMT-07:00"
|
4521
|
+
"GMT-06:00"
|
4522
|
+
"GMT-05:00"
|
4523
|
+
"GMT-04:00"
|
4524
|
+
"GMT-03:30"
|
4525
|
+
"GMT-03:00"
|
4526
|
+
"GMT-02:00"
|
4527
|
+
"GMT-01:00"
|
4528
|
+
"GMT+00:00"
|
4529
|
+
"GMT+01:00"
|
4530
|
+
"GMT+02:00"
|
4531
|
+
"GMT+03:30"
|
4532
|
+
"GMT+04:00"
|
4533
|
+
"GMT+04:30"
|
4534
|
+
"GMT+05:00"
|
4535
|
+
"GMT+05:30"
|
4536
|
+
"GMT+05:45"
|
4537
|
+
"GMT+06:00"
|
4538
|
+
"GMT+06:30"
|
4539
|
+
"GMT+07:00"
|
4540
|
+
"GMT+08:00"
|
4541
|
+
"GMT+09:00"
|
4542
|
+
"GMT+09:30"
|
4543
|
+
"GMT+10:00"
|
4544
|
+
"GMT+10:30"
|
4545
|
+
"GMT+11:00"
|
4546
|
+
"GMT+11:30"
|
4547
|
+
"GMT+12:00"
|
4548
|
+
"GMT+12:45"
|
4549
|
+
"GMT+13:00"
|
4550
|
+
"GMT+14:00"
|
4551
|
+
"UTC-11:00"
|
4552
|
+
"UTC-10:00"
|
4553
|
+
"UTC-09:00"
|
4554
|
+
"UTC-08:00"
|
4555
|
+
"UTC-12:00"
|
4556
|
+
"UTC-07:00"
|
4557
|
+
"UTC-06:00"
|
4558
|
+
"UTC-05:00"
|
4559
|
+
"UTC-04:30"
|
4560
|
+
"UTC-04:00"
|
4561
|
+
"UTC-03:30"
|
4562
|
+
"UTC-03:00"
|
4563
|
+
"UTC-02:00"
|
4564
|
+
"UTC-01:00"
|
4565
|
+
"UTC+00:00"
|
4566
|
+
"UTC+01:00"
|
4567
|
+
"UTC+02:00"
|
4568
|
+
"UTC+03:00"
|
4569
|
+
"UTC+03:30"
|
4570
|
+
"UTC+04:00"
|
4571
|
+
"UTC+04:30"
|
4572
|
+
"UTC+05:00"
|
4573
|
+
"UTC+05:45"
|
4574
|
+
"UTC+06:00"
|
4575
|
+
"UTC+06:30"
|
4576
|
+
"UTC+07:00"
|
4577
|
+
"UTC+08:00"
|
4578
|
+
"UTC+09:00"
|
4579
|
+
"UTC+09:30"
|
4580
|
+
"UTC+10:00"
|
4581
|
+
"UTC+11:00"
|
4582
|
+
"UTC+12:00"
|
4583
|
+
"UTC+13:00"
|
4584
|
+
```
|
4373
4585
|
*/
|
4374
4586
|
TimeZone?: string;
|
4375
4587
|
/**
|
@@ -4450,7 +4662,9 @@ export interface ShipperTaskInfo {
|
|
4450
4662
|
*/
|
4451
4663
|
export interface CloseKafkaConsumerRequest {
|
4452
4664
|
/**
|
4453
|
-
* 日志主题
|
4665
|
+
* 日志主题Id。
|
4666
|
+
- 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。
|
4667
|
+
- 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456) 获取日志主题Id。
|
4454
4668
|
*/
|
4455
4669
|
FromTopicId: string;
|
4456
4670
|
}
|
@@ -4472,7 +4686,8 @@ export interface RuleTagInfo {
|
|
4472
4686
|
*/
|
4473
4687
|
export interface CreateExportRequest {
|
4474
4688
|
/**
|
4475
|
-
* 日志主题
|
4689
|
+
* 日志主题Id
|
4690
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
4476
4691
|
*/
|
4477
4692
|
TopicId: string;
|
4478
4693
|
/**
|
@@ -4612,6 +4827,7 @@ export interface DescribeMachineGroupsResponse {
|
|
4612
4827
|
export interface DeleteConfigExtraRequest {
|
4613
4828
|
/**
|
4614
4829
|
* 特殊采集规则扩展配置ID
|
4830
|
+
- 通过[获取特殊采集配置](https://cloud.tencent.com/document/api/614/71164)特殊采集规则扩展配置ID。
|
4615
4831
|
*/
|
4616
4832
|
ConfigExtraId: string;
|
4617
4833
|
}
|
@@ -4674,6 +4890,8 @@ export interface ModifyConfigRequest {
|
|
4674
4890
|
ConfigId: string;
|
4675
4891
|
/**
|
4676
4892
|
* 采集规则配置名称
|
4893
|
+
- 不能包含特殊字符|
|
4894
|
+
- 长度不能超过255字符,超过会被截断
|
4677
4895
|
*/
|
4678
4896
|
Name?: string;
|
4679
4897
|
/**
|
@@ -4705,6 +4923,7 @@ export interface ModifyConfigRequest {
|
|
4705
4923
|
ExcludePaths?: Array<ExcludePathInfo>;
|
4706
4924
|
/**
|
4707
4925
|
* 采集配置关联的日志主题(TopicId)
|
4926
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
4708
4927
|
*/
|
4709
4928
|
Output?: string;
|
4710
4929
|
/**
|
@@ -4740,15 +4959,18 @@ export interface AddMachineGroupInfoRequest {
|
|
4740
4959
|
*/
|
4741
4960
|
export interface DescribeKafkaRechargesRequest {
|
4742
4961
|
/**
|
4743
|
-
* 日志主题
|
4962
|
+
* 日志主题Id。
|
4963
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
4744
4964
|
*/
|
4745
4965
|
TopicId: string;
|
4746
4966
|
/**
|
4747
|
-
* 导入配置
|
4967
|
+
* 导入配置Id。
|
4968
|
+
- 通过 [创建Kafka数据订阅任务](https://cloud.tencent.com/document/product/614/94448)获取Kafka导入配置Id。
|
4969
|
+
- 通过 [获取Kafka数据订阅任务列表](https://cloud.tencent.com/document/product/614/94446)获取Kafka导入配置Id。
|
4748
4970
|
*/
|
4749
4971
|
Id?: string;
|
4750
4972
|
/**
|
4751
|
-
*
|
4973
|
+
* 状态。1: 运行中,2: 暂停,3:错误
|
4752
4974
|
*/
|
4753
4975
|
Status?: number;
|
4754
4976
|
}
|
@@ -4780,7 +5002,9 @@ export interface JsonInfo {
|
|
4780
5002
|
*/
|
4781
5003
|
export interface ModifyConsoleSharingRequest {
|
4782
5004
|
/**
|
4783
|
-
*
|
5005
|
+
* 免密分享Id。
|
5006
|
+
- 通过 [获取免密分享列表](https://cloud.tencent.com/document/product/614/109798) 获取免密分享Id。
|
5007
|
+
- 通过 [创建免密分享](https://cloud.tencent.com/document/product/614/109800) 获取免密分享Id。
|
4784
5008
|
*/
|
4785
5009
|
SharingId: string;
|
4786
5010
|
/**
|
@@ -5051,10 +5275,13 @@ export interface DeleteConsoleSharingResponse {
|
|
5051
5275
|
export interface CreateConfigRequest {
|
5052
5276
|
/**
|
5053
5277
|
* 采集配置名称
|
5278
|
+
- 名称种不得包含特殊字符|
|
5279
|
+
- 名称最长255字符,超过截断
|
5054
5280
|
*/
|
5055
5281
|
Name: string;
|
5056
5282
|
/**
|
5057
5283
|
* 采集配置所属日志主题ID即TopicId
|
5284
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
5058
5285
|
*/
|
5059
5286
|
Output: string;
|
5060
5287
|
/**
|
@@ -5425,6 +5652,53 @@ export interface ValueInfo {
|
|
5425
5652
|
*/
|
5426
5653
|
Alias?: string;
|
5427
5654
|
}
|
5655
|
+
/**
|
5656
|
+
* 控制台分享信息
|
5657
|
+
*/
|
5658
|
+
export interface ConsoleSharingInfo {
|
5659
|
+
/**
|
5660
|
+
* 分享ID
|
5661
|
+
*/
|
5662
|
+
SharingId: string;
|
5663
|
+
/**
|
5664
|
+
* 分享链接
|
5665
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5666
|
+
*/
|
5667
|
+
SharingUrl?: string;
|
5668
|
+
/**
|
5669
|
+
* 匿名分享配置信息
|
5670
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5671
|
+
*/
|
5672
|
+
SharingConfig?: ConsoleSharingConfig;
|
5673
|
+
/**
|
5674
|
+
* 过期时间
|
5675
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5676
|
+
*/
|
5677
|
+
ExpiredTime?: number;
|
5678
|
+
/**
|
5679
|
+
* 创建时间
|
5680
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5681
|
+
*/
|
5682
|
+
CreateTime?: number;
|
5683
|
+
/**
|
5684
|
+
* 修改时间
|
5685
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5686
|
+
*/
|
5687
|
+
UpdateTime?: number;
|
5688
|
+
/**
|
5689
|
+
* 分享链接状态
|
5690
|
+
1: 正常
|
5691
|
+
-1: 因内容安全审查异常导致被封禁(存在于使用公网域名分享时)
|
5692
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5693
|
+
*/
|
5694
|
+
Status?: number;
|
5695
|
+
/**
|
5696
|
+
* 10001-广告 20001-政治 20002-色情 20004-社会事件 20011-暴力 20012-低俗 20006-违法犯罪 20007-谩骂 20008-欺诈 20013-版权 20104-谣言 21000-其他, 10086-聚合, 24001-暴恐(天御独有恶意类型),20472-违法,
|
5697
|
+
24005-社会
|
5698
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5699
|
+
*/
|
5700
|
+
ContentSafetyCode?: number;
|
5701
|
+
}
|
5428
5702
|
/**
|
5429
5703
|
* DescribeDataTransformInfo请求参数结构体
|
5430
5704
|
*/
|
@@ -5500,11 +5774,13 @@ export interface DeleteShipperResponse {
|
|
5500
5774
|
*/
|
5501
5775
|
export interface ModifyKafkaConsumerRequest {
|
5502
5776
|
/**
|
5503
|
-
* 日志主题
|
5777
|
+
* 日志主题Id。
|
5778
|
+
- 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。
|
5779
|
+
- 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456) 获取日志主题Id。
|
5504
5780
|
*/
|
5505
5781
|
FromTopicId: string;
|
5506
5782
|
/**
|
5507
|
-
*
|
5783
|
+
* 压缩方式。0:不压缩;2:使用Snappy压缩;3:使用LZ4压缩
|
5508
5784
|
*/
|
5509
5785
|
Compression?: number;
|
5510
5786
|
/**
|
@@ -5566,11 +5842,11 @@ export interface ExportInfo {
|
|
5566
5842
|
*/
|
5567
5843
|
Status?: string;
|
5568
5844
|
/**
|
5569
|
-
*
|
5845
|
+
* 日志导出起始时间,毫秒时间戳
|
5570
5846
|
*/
|
5571
5847
|
From?: number;
|
5572
5848
|
/**
|
5573
|
-
*
|
5849
|
+
* 日志导出结束时间,毫秒时间戳
|
5574
5850
|
*/
|
5575
5851
|
To?: number;
|
5576
5852
|
/**
|
@@ -5579,6 +5855,7 @@ export interface ExportInfo {
|
|
5579
5855
|
CosPath?: string;
|
5580
5856
|
/**
|
5581
5857
|
* 日志导出创建时间
|
5858
|
+
时间格式:yyyy-MM-dd HH:mm:ss
|
5582
5859
|
*/
|
5583
5860
|
CreateTime?: string;
|
5584
5861
|
/**
|
@@ -5630,6 +5907,7 @@ export interface TopicInfo {
|
|
5630
5907
|
AssumerName?: string;
|
5631
5908
|
/**
|
5632
5909
|
* 创建时间
|
5910
|
+
时间格式:yyyy-MM-dd HH:mm:ss
|
5633
5911
|
*/
|
5634
5912
|
CreateTime?: string;
|
5635
5913
|
/**
|
@@ -5696,10 +5974,15 @@ export interface TopicInfo {
|
|
5696
5974
|
TopicAsyncTaskID?: string;
|
5697
5975
|
/**
|
5698
5976
|
* 异步迁移状态
|
5977
|
+
- 1:进行中
|
5978
|
+
- 2:已完成
|
5979
|
+
- 3:失败
|
5980
|
+
- 4:已取消
|
5699
5981
|
*/
|
5700
5982
|
MigrationStatus?: number;
|
5701
5983
|
/**
|
5702
5984
|
* 异步迁移完成后,预计生效日期
|
5985
|
+
时间格式:yyyy-MM-dd HH:mm:ss
|
5703
5986
|
*/
|
5704
5987
|
EffectiveDate?: string;
|
5705
5988
|
}
|
@@ -5840,7 +6123,9 @@ export interface CheckFunctionResponse {
|
|
5840
6123
|
*/
|
5841
6124
|
export interface DeleteExportRequest {
|
5842
6125
|
/**
|
5843
|
-
*
|
6126
|
+
* 日志导出任务Id
|
6127
|
+
- 通过[获取日志下载任务列表](https://cloud.tencent.com/document/product/614/56449)获取日志导出任务Id。
|
6128
|
+
|
5844
6129
|
*/
|
5845
6130
|
ExportId: string;
|
5846
6131
|
}
|
@@ -5867,6 +6152,7 @@ export interface PreviewKafkaRechargeRequest {
|
|
5867
6152
|
Offset: number;
|
5868
6153
|
/**
|
5869
6154
|
* 腾讯云CKafka实例ID,当KafkaType为0时参数KafkaInstance有效且必填。
|
6155
|
+
- 通过 [获取实例列表信息](https://cloud.tencent.com/document/product/597/40835) 获取实例id。
|
5870
6156
|
*/
|
5871
6157
|
KafkaInstance?: string;
|
5872
6158
|
/**
|
@@ -5885,7 +6171,9 @@ export interface PreviewKafkaRechargeRequest {
|
|
5885
6171
|
*/
|
5886
6172
|
Protocol?: KafkaProtocolInfo;
|
5887
6173
|
/**
|
5888
|
-
* 用户Kafka
|
6174
|
+
* 用户Kafka消费组。
|
6175
|
+
|
6176
|
+
- 消费组是 Kafka 提供的可扩展且具有容错性的消费者机制,一个消费组中存在多个消费者,组内的所有消费者共同消费订阅 Topic 中的消息。一个消费者可同时消费多个 Partition,但一个 Partition 只能被消费组内的一个消费者消费。
|
5889
6177
|
*/
|
5890
6178
|
ConsumerGroupName?: string;
|
5891
6179
|
/**
|
@@ -6087,7 +6375,9 @@ export interface NoticeReceiver {
|
|
6087
6375
|
*/
|
6088
6376
|
export interface CreateKafkaRechargeRequest {
|
6089
6377
|
/**
|
6090
|
-
* 导入CLS目标
|
6378
|
+
* 导入CLS目标TopicId。
|
6379
|
+
- 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。
|
6380
|
+
- 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456) 获取日志主题Id。
|
6091
6381
|
*/
|
6092
6382
|
TopicId: string;
|
6093
6383
|
/**
|
@@ -6112,6 +6402,7 @@ export interface CreateKafkaRechargeRequest {
|
|
6112
6402
|
LogRechargeRule: LogRechargeRuleInfo;
|
6113
6403
|
/**
|
6114
6404
|
* 腾讯云CKafka实例ID,KafkaType为0时必填。
|
6405
|
+
- 通过 [获取实例列表信息](https://cloud.tencent.com/document/product/597/40835) 获取实例id。
|
6115
6406
|
*/
|
6116
6407
|
KafkaInstance?: string;
|
6117
6408
|
/**
|
@@ -6128,7 +6419,8 @@ export interface CreateKafkaRechargeRequest {
|
|
6128
6419
|
*/
|
6129
6420
|
Protocol?: KafkaProtocolInfo;
|
6130
6421
|
/**
|
6131
|
-
* 用户Kafka
|
6422
|
+
* 用户Kafka消费组名称。
|
6423
|
+
- 消费组是 Kafka 提供的可扩展且具有容错性的消费者机制,一个消费组中存在多个消费者,组内的所有消费者共同消费订阅 Topic 中的消息。一个消费者可同时消费多个 Partition,但一个 Partition 只能被消费组内的一个消费者消费。
|
6132
6424
|
*/
|
6133
6425
|
ConsumerGroupName?: string;
|
6134
6426
|
}
|
@@ -6137,11 +6429,15 @@ export interface CreateKafkaRechargeRequest {
|
|
6137
6429
|
*/
|
6138
6430
|
export interface DeleteKafkaRechargeRequest {
|
6139
6431
|
/**
|
6140
|
-
* Kafka导入配置
|
6432
|
+
* Kafka导入配置Id。
|
6433
|
+
|
6434
|
+
- 通过 [创建Kafka数据订阅任务](https://cloud.tencent.com/document/product/614/94448)获取Kafka导入配置Id。
|
6435
|
+
- 通过 [获取Kafka数据订阅任务列表](https://cloud.tencent.com/document/product/614/94446)获取Kafka导入配置Id。
|
6141
6436
|
*/
|
6142
6437
|
Id: string;
|
6143
6438
|
/**
|
6144
|
-
* 导入CLS
|
6439
|
+
* 导入CLS目标日志主题Id。
|
6440
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
6145
6441
|
*/
|
6146
6442
|
TopicId: string;
|
6147
6443
|
}
|
@@ -6189,7 +6485,9 @@ export interface CreateConfigResponse {
|
|
6189
6485
|
*/
|
6190
6486
|
export interface CreateConsumerRequest {
|
6191
6487
|
/**
|
6192
|
-
* 投递任务绑定的日志主题
|
6488
|
+
* 投递任务绑定的日志主题Id。
|
6489
|
+
- 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。
|
6490
|
+
- 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456) 获取日志主题Id。
|
6193
6491
|
*/
|
6194
6492
|
TopicId: string;
|
6195
6493
|
/**
|
@@ -6315,7 +6613,9 @@ export interface ModifyNoticeContentRequest {
|
|
6315
6613
|
*/
|
6316
6614
|
export interface OpenKafkaConsumerRequest {
|
6317
6615
|
/**
|
6318
|
-
* 日志主题
|
6616
|
+
* 日志主题Id。
|
6617
|
+
- 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。
|
6618
|
+
- 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456) 获取日志主题Id。
|
6319
6619
|
*/
|
6320
6620
|
FromTopicId: string;
|
6321
6621
|
/**
|
@@ -6332,7 +6632,11 @@ export interface OpenKafkaConsumerRequest {
|
|
6332
6632
|
*/
|
6333
6633
|
export interface QueryRangeMetricResponse {
|
6334
6634
|
/**
|
6335
|
-
*
|
6635
|
+
* 指标查询结果类型,支持
|
6636
|
+
- scalar 标量值
|
6637
|
+
- string 字符串值
|
6638
|
+
- vector 瞬时向量
|
6639
|
+
- matrix 区间向量
|
6336
6640
|
*/
|
6337
6641
|
ResultType?: string;
|
6338
6642
|
/**
|
@@ -6590,11 +6894,11 @@ export interface AlarmShieldInfo {
|
|
6590
6894
|
*/
|
6591
6895
|
Status?: number;
|
6592
6896
|
/**
|
6593
|
-
*
|
6897
|
+
* 规则创建时间。秒级时间戳(s)
|
6594
6898
|
*/
|
6595
6899
|
CreateTime?: number;
|
6596
6900
|
/**
|
6597
|
-
*
|
6901
|
+
* 规则更新时间。秒级时间戳(s)
|
6598
6902
|
*/
|
6599
6903
|
UpdateTime?: number;
|
6600
6904
|
}
|
@@ -6668,10 +6972,12 @@ export interface CreateCloudProductLogCollectionResponse {
|
|
6668
6972
|
export interface DeleteConfigFromMachineGroupRequest {
|
6669
6973
|
/**
|
6670
6974
|
* 机器组ID
|
6975
|
+
- 通过[获取机器组列表](https://cloud.tencent.com/document/api/614/56438)获取机器组Id。
|
6671
6976
|
*/
|
6672
6977
|
GroupId: string;
|
6673
6978
|
/**
|
6674
6979
|
* 采集配置ID
|
6980
|
+
- 通过[获取采集规则配置](https://cloud.tencent.com/document/product/614/58616)获取采集配置Id。
|
6675
6981
|
*/
|
6676
6982
|
ConfigId: string;
|
6677
6983
|
}
|
@@ -6757,10 +7063,12 @@ export interface DescribeAlarmsRequest {
|
|
6757
7063
|
export interface QueryMetricRequest {
|
6758
7064
|
/**
|
6759
7065
|
* 查询语句,使用PromQL语法
|
7066
|
+
- 参考 [语法规则](https://cloud.tencent.com/document/product/614/90334) 文档
|
6760
7067
|
*/
|
6761
7068
|
Query: string;
|
6762
7069
|
/**
|
6763
7070
|
* 指标主题ID
|
7071
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
6764
7072
|
*/
|
6765
7073
|
TopicId: string;
|
6766
7074
|
/**
|
@@ -6949,11 +7257,15 @@ export interface AddMachineGroupInfoResponse {
|
|
6949
7257
|
*/
|
6950
7258
|
export interface ModifyMachineGroupRequest {
|
6951
7259
|
/**
|
6952
|
-
* 机器组
|
7260
|
+
* 机器组Id
|
7261
|
+
- 通过[获取机器组列表](https://cloud.tencent.com/document/product/614/56438)获取机器组Id。
|
6953
7262
|
*/
|
6954
7263
|
GroupId: string;
|
6955
7264
|
/**
|
6956
7265
|
* 机器组名称
|
7266
|
+
输入限制:
|
7267
|
+
- 不能为空字符串
|
7268
|
+
- 不能包含字符'|'
|
6957
7269
|
*/
|
6958
7270
|
GroupName?: string;
|
6959
7271
|
/**
|
@@ -6972,10 +7284,12 @@ export interface ModifyMachineGroupRequest {
|
|
6972
7284
|
AutoUpdate?: boolean;
|
6973
7285
|
/**
|
6974
7286
|
* 升级开始时间,建议业务低峰期升级LogListener
|
7287
|
+
时间格式:HH:mm:ss
|
6975
7288
|
*/
|
6976
7289
|
UpdateStartTime?: string;
|
6977
7290
|
/**
|
6978
7291
|
* 升级结束时间,建议业务低峰期升级LogListener
|
7292
|
+
时间格式:HH:mm:ss
|
6979
7293
|
*/
|
6980
7294
|
UpdateEndTime?: string;
|
6981
7295
|
/**
|
@@ -7011,11 +7325,12 @@ export interface MachineGroupTypeInfo {
|
|
7011
7325
|
*/
|
7012
7326
|
export interface MergePartitionRequest {
|
7013
7327
|
/**
|
7014
|
-
* 日志主题
|
7328
|
+
* 日志主题Id
|
7329
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
7015
7330
|
*/
|
7016
7331
|
TopicId: string;
|
7017
7332
|
/**
|
7018
|
-
* 合并的PartitionId(找到下一个分区InclusiveBeginKey与入参PartitionId对应的ExclusiveEndKey相等,且找到的分区必须是读写分区(
|
7333
|
+
* 合并的PartitionId(找到下一个分区InclusiveBeginKey与入参PartitionId对应的ExclusiveEndKey相等,且找到的分区必须是读写分区(Status:readwrite),入参PartitionId与找到的PartitionId设置为只读分区(Status:readonly),再新建一个新的读写分区) 。[获取分区列表](https://cloud.tencent.com/document/product/614/56470)
|
7019
7334
|
|
7020
7335
|
1. 入参PartitionId只能是读写分区(Status的值有readonly,readwrite),且能找到入参PartitionId的下一个可读写分区(找到下一个分区InclusiveBeginKey与入参PartitionId对应的ExclusiveEndKey相等);
|
7021
7336
|
2. 入参PartitionId不能是最后一个分区(PartitionId的ExclusiveEndKey不能是ffffffffffffffffffffffffffffffff);
|
@@ -7097,27 +7412,41 @@ export interface CreateNoticeContentRequest {
|
|
7097
7412
|
*/
|
7098
7413
|
export interface Ckafka {
|
7099
7414
|
/**
|
7100
|
-
* Ckafka 的 InstanceId
|
7415
|
+
* Ckafka 的 InstanceId。
|
7416
|
+
- 通过 [获取实例列表信息](https://cloud.tencent.com/document/product/597/40835) 获取实例id。
|
7417
|
+
- 通过 [创建实例](https://cloud.tencent.com/document/product/597/53207) 获取实例id。
|
7101
7418
|
*/
|
7102
7419
|
InstanceId: string;
|
7103
7420
|
/**
|
7104
|
-
* Ckafka 的 TopicName
|
7421
|
+
* Ckafka 的 TopicName。
|
7422
|
+
- 通过 [创建 Topic](https://cloud.tencent.com/document/product/597/73566) 获得TopicName。
|
7423
|
+
- 通过 [获取主题列表](https://cloud.tencent.com/document/product/597/40847) 获得TopicName。
|
7105
7424
|
*/
|
7106
7425
|
TopicName: string;
|
7107
7426
|
/**
|
7108
|
-
* Ckafka 的 Vip
|
7427
|
+
* Ckafka 的 Vip。
|
7428
|
+
- 通过 [获取实例属性 ](https://cloud.tencent.com/document/product/597/40836) 获取vip信息。
|
7429
|
+
- 如果是通过 角色ARN 方式创建投递任务,则Vip字段可为空。
|
7109
7430
|
*/
|
7110
7431
|
Vip?: string;
|
7111
7432
|
/**
|
7112
|
-
* Ckafka 的 Vport
|
7433
|
+
* Ckafka 的 Vport。
|
7434
|
+
- 通过 [获取实例属性 ](https://cloud.tencent.com/document/product/597/40836) 获取vip port信息。
|
7435
|
+
- 如果是通过 角色ARN 方式创建投递任务,则Vport字段可为空。
|
7113
7436
|
*/
|
7114
7437
|
Vport?: string;
|
7115
7438
|
/**
|
7116
|
-
* Ckafka 的 InstanceName
|
7439
|
+
* Ckafka 的 InstanceName。
|
7440
|
+
- 通过 [获取实例列表信息](https://cloud.tencent.com/document/product/597/40835) 获取InstanceName。
|
7441
|
+
- 通过 [创建实例](https://cloud.tencent.com/document/product/597/53207) 获取InstanceName。
|
7442
|
+
- 如果是通过 角色ARN 方式创建投递任务,则InstanceName字段可为空。
|
7117
7443
|
*/
|
7118
7444
|
InstanceName?: string;
|
7119
7445
|
/**
|
7120
|
-
* Ckafka 的 TopicId
|
7446
|
+
* Ckafka 的 TopicId。
|
7447
|
+
- 通过 [创建 Topic](https://cloud.tencent.com/document/product/597/73566) 获得TopicId。
|
7448
|
+
- 通过 [获取主题列表](https://cloud.tencent.com/document/product/597/40847) 获得TopicId。
|
7449
|
+
- 如果是通过 角色ARN 方式创建投递任务,则TopicId字段可为空。
|
7121
7450
|
*/
|
7122
7451
|
TopicId?: string;
|
7123
7452
|
}
|
@@ -7216,15 +7545,14 @@ export interface DescribeScheduledSqlInfoRequest {
|
|
7216
7545
|
*/
|
7217
7546
|
TaskId?: string;
|
7218
7547
|
/**
|
7219
|
-
*
|
7220
|
-
|
7221
|
-
|
7222
|
-
|
7223
|
-
|
7224
|
-
|
7225
|
-
|
7226
|
-
|
7227
|
-
|
7548
|
+
* - srcTopicName按照【源日志主题名称】进行过滤,模糊匹配。类型:String。必选:否。示例:业务日志主题1 ,通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题名称。
|
7549
|
+
- dstTopicName按照【目标日志主题名称】进行过滤,模糊匹配。类型:String。必选:否。示例:业务日志主题 2,通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题名称。
|
7550
|
+
- srcTopicId按照【源日志主题ID】进行过滤。类型:String。必选:否。示例:a4478687-2382-4486-9692-de7986350f6b ,通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题id。
|
7551
|
+
- dstTopicId按照【目标日志主题ID】进行过滤。类型:String。必选:否。示例:bd4d3375-d72a-4cd2-988d-d8eda2bd62b0,通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题id。
|
7552
|
+
- bizType按照【主题类型】进行过滤,0:日志主题;1:指标主题。类型:String。必选:否
|
7553
|
+
- status按照【任务状态】进行过滤,1:运行;2:停止;3:异常。类型:String。必选:否
|
7554
|
+
- taskName按照【任务名称】进行过滤,模糊匹配。类型:String。必选:否。示例:metricTask ,通过 [获取定时SQL分析任务列表](https://cloud.tencent.com/document/product/614/95519) 获取任务名称。
|
7555
|
+
- taskId按照【任务ID】进行过滤,模糊匹配。类型:String。必选:否。示例:9c64f9c1-a14e-4b59-b074-5b73cac3dd66 ,通过 [获取定时SQL分析任务列表](https://cloud.tencent.com/document/product/614/95519) 获取任务id。
|
7228
7556
|
*/
|
7229
7557
|
Filters?: Array<Filter>;
|
7230
7558
|
}
|
@@ -7420,11 +7748,11 @@ export interface DescribeExportsResponse {
|
|
7420
7748
|
/**
|
7421
7749
|
* 日志导出列表
|
7422
7750
|
*/
|
7423
|
-
Exports
|
7751
|
+
Exports?: Array<ExportInfo>;
|
7424
7752
|
/**
|
7425
7753
|
* 总数目
|
7426
7754
|
*/
|
7427
|
-
TotalCount
|
7755
|
+
TotalCount?: number;
|
7428
7756
|
/**
|
7429
7757
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7430
7758
|
*/
|
@@ -7436,10 +7764,12 @@ export interface DescribeExportsResponse {
|
|
7436
7764
|
export interface ApplyConfigToMachineGroupRequest {
|
7437
7765
|
/**
|
7438
7766
|
* 采集配置ID
|
7767
|
+
- 通过[获取采集规则配置](https://cloud.tencent.com/document/product/614/58616)获取采集配置Id。
|
7439
7768
|
*/
|
7440
7769
|
ConfigId: string;
|
7441
7770
|
/**
|
7442
7771
|
* 机器组ID
|
7772
|
+
- 通过[获取机器组列表](https://cloud.tencent.com/document/api/614/56438)获取机器组Id。
|
7443
7773
|
*/
|
7444
7774
|
GroupId: string;
|
7445
7775
|
}
|
@@ -7539,18 +7869,22 @@ export interface DescribeConfigExtrasRequest {
|
|
7539
7869
|
name
|
7540
7870
|
- 按照【特殊采集配置名称】进行模糊匹配过滤。
|
7541
7871
|
- 类型:String
|
7872
|
+
- 示例:test-config
|
7542
7873
|
|
7543
7874
|
configExtraId
|
7544
7875
|
- 按照【特殊采集配置ID】进行过滤。
|
7545
7876
|
- 类型:String
|
7877
|
+
- 示例:3b83f9d6-3a4d-47f9-9b7f-285c868b2f9a
|
7546
7878
|
|
7547
7879
|
topicId
|
7548
7880
|
- 按照【日志主题】进行过滤。
|
7549
7881
|
- 类型:String
|
7882
|
+
- 示例:3581a3be-aa41-423b-995a-54ec84da6264
|
7550
7883
|
|
7551
7884
|
machineGroupId
|
7552
7885
|
- 按照【机器组ID】进行过滤。
|
7553
7886
|
- 类型:String
|
7887
|
+
- 示例:f948972f-a063-408c-a59f-8c3230bddaf6
|
7554
7888
|
|
7555
7889
|
每次请求的Filters的上限为10,Filter.Values的上限为5。
|
7556
7890
|
*/
|
@@ -7707,11 +8041,11 @@ export interface HistogramInfo {
|
|
7707
8041
|
/**
|
7708
8042
|
* 统计周期内的日志条数
|
7709
8043
|
*/
|
7710
|
-
Count
|
8044
|
+
Count?: number;
|
7711
8045
|
/**
|
7712
8046
|
* 按 period 取整后的 unix timestamp: 单位毫秒
|
7713
8047
|
*/
|
7714
|
-
BTime
|
8048
|
+
BTime?: number;
|
7715
8049
|
}
|
7716
8050
|
/**
|
7717
8051
|
* DescribeMachineGroupConfigs请求参数结构体
|
@@ -7719,6 +8053,7 @@ export interface HistogramInfo {
|
|
7719
8053
|
export interface DescribeMachineGroupConfigsRequest {
|
7720
8054
|
/**
|
7721
8055
|
* 机器组ID
|
8056
|
+
- 通过[获取机器组列表](https://cloud.tencent.com/document/api/614/56438)获取机器组Id。
|
7722
8057
|
*/
|
7723
8058
|
GroupId: string;
|
7724
8059
|
}
|
@@ -7728,6 +8063,7 @@ export interface DescribeMachineGroupConfigsRequest {
|
|
7728
8063
|
export interface ModifyConfigExtraRequest {
|
7729
8064
|
/**
|
7730
8065
|
* 采集配置扩展信息id
|
8066
|
+
- 通过[获取特殊采集配置](https://cloud.tencent.com/document/api/614/71164)获取采集配置扩展信息id。
|
7731
8067
|
*/
|
7732
8068
|
ConfigExtraId: string;
|
7733
8069
|
/**
|
@@ -7736,10 +8072,11 @@ export interface ModifyConfigExtraRequest {
|
|
7736
8072
|
Name?: string;
|
7737
8073
|
/**
|
7738
8074
|
* 日志主题id
|
8075
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
7739
8076
|
*/
|
7740
8077
|
TopicId?: string;
|
7741
8078
|
/**
|
7742
|
-
*
|
8079
|
+
* 自建k8s-节点文件配置信息,包括文件路径、名称及元数据相关信息,详细参考https://cloud.tencent.com/document/api/614/56471#HostFileInfo
|
7743
8080
|
*/
|
7744
8081
|
HostFile?: HostFileInfo;
|
7745
8082
|
/**
|
@@ -7748,7 +8085,7 @@ export interface ModifyConfigExtraRequest {
|
|
7748
8085
|
*/
|
7749
8086
|
ContainerFile?: ContainerFileInfo;
|
7750
8087
|
/**
|
7751
|
-
*
|
8088
|
+
* 自建k8s-容器标准输出信息,包括容器、命名空间等,详细参考https://cloud.tencent.com/document/api/614/56471#ContainerStdoutInfo
|
7752
8089
|
*/
|
7753
8090
|
ContainerStdout?: ContainerStdoutInfo;
|
7754
8091
|
/**
|
@@ -7784,11 +8121,15 @@ export interface ModifyConfigExtraRequest {
|
|
7784
8121
|
*/
|
7785
8122
|
UserDefineRule?: string;
|
7786
8123
|
/**
|
7787
|
-
*
|
8124
|
+
* 容器场景,日志采集输入类型,支持以下三种类型
|
8125
|
+
- container_stdout 标准输出
|
8126
|
+
- container_file 容器文件
|
8127
|
+
- host_file 主机节点文件
|
7788
8128
|
*/
|
7789
8129
|
Type?: string;
|
7790
8130
|
/**
|
7791
8131
|
* 机器组ID
|
8132
|
+
- 通过[获取机器组列表](https://cloud.tencent.com/document/api/614/56438)获取机器组Id。
|
7792
8133
|
*/
|
7793
8134
|
GroupId?: string;
|
7794
8135
|
/**
|
@@ -7797,14 +8138,17 @@ export interface ModifyConfigExtraRequest {
|
|
7797
8138
|
ConfigFlag?: string;
|
7798
8139
|
/**
|
7799
8140
|
* 日志集ID
|
8141
|
+
- 通过[获取日志集列表](https://cloud.tencent.com/document/api/614/58624)获取日志集Id。
|
7800
8142
|
*/
|
7801
8143
|
LogsetId?: string;
|
7802
8144
|
/**
|
7803
|
-
*
|
8145
|
+
* 日志集名称
|
8146
|
+
- 通过[获取日志集列表](https://cloud.tencent.com/document/api/614/58624)获取日志集名称。
|
7804
8147
|
*/
|
7805
8148
|
LogsetName?: string;
|
7806
8149
|
/**
|
7807
|
-
*
|
8150
|
+
* 日志主题名称
|
8151
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题名称。
|
7808
8152
|
*/
|
7809
8153
|
TopicName?: string;
|
7810
8154
|
/**
|
@@ -7822,11 +8166,15 @@ export interface ModifyConfigExtraRequest {
|
|
7822
8166
|
*/
|
7823
8167
|
export interface ModifyKafkaRechargeRequest {
|
7824
8168
|
/**
|
7825
|
-
*
|
8169
|
+
* 导入配置Id。
|
8170
|
+
- 通过 [创建Kafka数据订阅任务](https://cloud.tencent.com/document/product/614/94448)获取Kafka导入配置Id。
|
8171
|
+
- 通过 [获取Kafka数据订阅任务列表](https://cloud.tencent.com/document/product/614/94446)获取Kafka导入配置Id。
|
7826
8172
|
*/
|
7827
8173
|
Id: string;
|
7828
8174
|
/**
|
7829
|
-
* 导入CLS目标
|
8175
|
+
* 导入CLS目标TopicId。
|
8176
|
+
- 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
8177
|
+
- 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456)获取日志主题Id。
|
7830
8178
|
*/
|
7831
8179
|
TopicId: string;
|
7832
8180
|
/**
|
@@ -7839,6 +8187,7 @@ export interface ModifyKafkaRechargeRequest {
|
|
7839
8187
|
KafkaType?: number;
|
7840
8188
|
/**
|
7841
8189
|
* 腾讯云CKafka实例ID,KafkaType为0时必填。
|
8190
|
+
- 通过 [获取实例列表信息](https://cloud.tencent.com/document/product/597/40835) 获取实例id。
|
7842
8191
|
*/
|
7843
8192
|
KafkaInstance?: string;
|
7844
8193
|
/**
|
@@ -7854,7 +8203,9 @@ export interface ModifyKafkaRechargeRequest {
|
|
7854
8203
|
*/
|
7855
8204
|
Protocol?: KafkaProtocolInfo;
|
7856
8205
|
/**
|
7857
|
-
* 用户需要导入的Kafka相关topic列表,多个topic
|
8206
|
+
* 用户需要导入的Kafka相关topic列表,多个topic之间使用半角逗号隔开。
|
8207
|
+
|
8208
|
+
- Kafka类型为腾讯云CKafka时:通过 [获取主题列表](https://cloud.tencent.com/document/product/597/40847) 获取TopicName。
|
7858
8209
|
*/
|
7859
8210
|
UserKafkaTopics?: string;
|
7860
8211
|
/**
|
@@ -7866,7 +8217,7 @@ export interface ModifyKafkaRechargeRequest {
|
|
7866
8217
|
*/
|
7867
8218
|
LogRechargeRule?: LogRechargeRuleInfo;
|
7868
8219
|
/**
|
7869
|
-
* 导入控制,1:暂停;2
|
8220
|
+
* 导入控制,1:暂停;2:启动。
|
7870
8221
|
*/
|
7871
8222
|
StatusControl?: number;
|
7872
8223
|
}
|
@@ -7931,7 +8282,20 @@ export interface DeleteMachineGroupInfoResponse {
|
|
7931
8282
|
*/
|
7932
8283
|
export interface CheckRechargeKafkaServerResponse {
|
7933
8284
|
/**
|
7934
|
-
* Kafka
|
8285
|
+
* Kafka集群可访问状态。
|
8286
|
+
|
8287
|
+
- 0:可正常访问
|
8288
|
+
- -1:broker 连接失败
|
8289
|
+
- -2:sasl 鉴权失败
|
8290
|
+
- -3:ckafka 角色未授权
|
8291
|
+
- -4:topic 列表不存在
|
8292
|
+
- -5:topic 内暂无数据
|
8293
|
+
- -6:用户没有 ckafka 权限
|
8294
|
+
- -7:消费组已经存在
|
8295
|
+
- -8:kafka 实例不存在或已销毁
|
8296
|
+
- -9:Broker 列表为空
|
8297
|
+
- -10:Broker 地址格式不正确
|
8298
|
+
- -11:Broker 端口非整型
|
7935
8299
|
*/
|
7936
8300
|
Status?: number;
|
7937
8301
|
/**
|
@@ -8269,7 +8633,9 @@ export interface DeleteNoticeContentRequest {
|
|
8269
8633
|
*/
|
8270
8634
|
export interface DescribeKafkaConsumerRequest {
|
8271
8635
|
/**
|
8272
|
-
* 日志主题
|
8636
|
+
* 日志主题Id。
|
8637
|
+
- 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。
|
8638
|
+
- 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456) 获取日志主题Id。
|
8273
8639
|
*/
|
8274
8640
|
FromTopicId: string;
|
8275
8641
|
}
|
@@ -8465,7 +8831,9 @@ export interface GetAlarmLogRequest {
|
|
8465
8831
|
/**
|
8466
8832
|
* 查询过滤条件,例如:
|
8467
8833
|
- 按告警策略ID查询:`alert_id:"alarm-0745ec00-e605-xxxx-b50b-54afe61fc971"`
|
8834
|
+
- 通过[获取告警策略列表](https://cloud.tencent.com/document/api/614/56461)获取告警策略ID
|
8468
8835
|
- 按监控对象ID查询:`monitored_object:"823d8bfa-76a7-xxxx-8399-8cda74d4009b" `
|
8836
|
+
- 通过[获取告警策略列表](https://cloud.tencent.com/document/api/614/56461)获取监控对象ID
|
8469
8837
|
- 按告警策略ID及监控对象ID查询:`alert_id:"alarm-0745ec00-e605-xxxx-b50b-54afe61fc971" AND monitored_object:"823d8bfa-76a7-xxxx-8399-8cda74d4009b"`
|
8470
8838
|
- 按告警策略ID及监控对象ID查询支持SQL语句:`(alert_id:"alarm-5ce45495-09e8-4d58-xxxx-768134bf330c") AND (monitored_object:"3c514e84-6f1f-46ec-xxxx-05de6163f7fe") AND NOT condition_evaluate_result: "Skip" AND condition_evaluate_result:[* TO *] | SELECT count(*) as top50StatisticsTotalCount, count_if(condition_evaluate_result='ProcessError') as top50StatisticsFailureCount, count_if(notification_send_result!='NotSend') as top50NoticeTotalCount, count_if(notification_send_result='SendPartFail' or notification_send_result='SendFail') as top50NoticeFailureCount, alert_id, alert_name, monitored_object, topic_type, happen_threshold, alert_threshold, notify_template group by alert_id, alert_name, monitored_object,topic_type, happen_threshold, alert_threshold, notify_template order by top50StatisticsTotalCount desc limit 1`
|
8471
8839
|
*/
|
@@ -8513,11 +8881,11 @@ export interface MergePartitionResponse {
|
|
8513
8881
|
*/
|
8514
8882
|
export interface CreateScheduledSqlRequest {
|
8515
8883
|
/**
|
8516
|
-
* 源日志主题
|
8884
|
+
* 源日志主题ID- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
8517
8885
|
*/
|
8518
8886
|
SrcTopicId: string;
|
8519
8887
|
/**
|
8520
|
-
*
|
8888
|
+
* 任务名称,0~255字符
|
8521
8889
|
*/
|
8522
8890
|
Name: string;
|
8523
8891
|
/**
|
@@ -8541,7 +8909,7 @@ export interface CreateScheduledSqlRequest {
|
|
8541
8909
|
*/
|
8542
8910
|
ProcessType: number;
|
8543
8911
|
/**
|
8544
|
-
* 调度周期(分钟)
|
8912
|
+
* 调度周期(分钟),1~1440分钟
|
8545
8913
|
*/
|
8546
8914
|
ProcessPeriod: number;
|
8547
8915
|
/**
|
@@ -8549,11 +8917,11 @@ export interface CreateScheduledSqlRequest {
|
|
8549
8917
|
*/
|
8550
8918
|
ProcessTimeWindow: string;
|
8551
8919
|
/**
|
8552
|
-
* 执行延迟(秒)
|
8920
|
+
* 执行延迟(秒),0~120秒,默认60秒
|
8553
8921
|
*/
|
8554
8922
|
ProcessDelay: number;
|
8555
8923
|
/**
|
8556
|
-
* 源topicId
|
8924
|
+
* 源topicId的地域信息,支持地域见 [地域列表](https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8) 文档
|
8557
8925
|
*/
|
8558
8926
|
SrcTopicRegion: string;
|
8559
8927
|
/**
|