tencentcloud-sdk-nodejs-cls 4.1.266 → 4.1.269
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.
|
@@ -227,6 +227,45 @@ export interface CreateSearchViewRequest {
|
|
|
227
227
|
*/
|
|
228
228
|
Description?: string;
|
|
229
229
|
}
|
|
230
|
+
/**
|
|
231
|
+
* DescribeAgentConfigs返回参数结构体
|
|
232
|
+
*/
|
|
233
|
+
export interface DescribeAgentConfigsResponse {
|
|
234
|
+
/**
|
|
235
|
+
* 采集配置
|
|
236
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
237
|
+
*/
|
|
238
|
+
LogConfigs: Array<LogConfigInfo>;
|
|
239
|
+
/**
|
|
240
|
+
* 服务日志的配置信息
|
|
241
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
242
|
+
*/
|
|
243
|
+
ServiceLogConfigs: Array<ServiceLogConfigInfo>;
|
|
244
|
+
/**
|
|
245
|
+
* 弃用
|
|
246
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
247
|
+
*/
|
|
248
|
+
LastVersion: string;
|
|
249
|
+
/**
|
|
250
|
+
* 弃用
|
|
251
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
252
|
+
*/
|
|
253
|
+
NeedUpdate: boolean;
|
|
254
|
+
/**
|
|
255
|
+
* 弃用
|
|
256
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
257
|
+
*/
|
|
258
|
+
URL: string;
|
|
259
|
+
/**
|
|
260
|
+
* 弃用
|
|
261
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
262
|
+
*/
|
|
263
|
+
FileMd5: string;
|
|
264
|
+
/**
|
|
265
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
266
|
+
*/
|
|
267
|
+
RequestId?: string;
|
|
268
|
+
}
|
|
230
269
|
/**
|
|
231
270
|
* CheckFunction请求参数结构体
|
|
232
271
|
*/
|
|
@@ -818,87 +857,89 @@ export interface Tag {
|
|
|
818
857
|
*/
|
|
819
858
|
export interface ScheduledSqlTaskInfo {
|
|
820
859
|
/**
|
|
821
|
-
* ScheduledSql任务id
|
|
860
|
+
* <p>ScheduledSql任务id</p>
|
|
822
861
|
*/
|
|
823
862
|
TaskId?: string;
|
|
824
863
|
/**
|
|
825
|
-
* ScheduledSql
|
|
864
|
+
* <p>ScheduledSql任务名称</p>
|
|
826
865
|
*/
|
|
827
866
|
Name?: string;
|
|
828
867
|
/**
|
|
829
|
-
*
|
|
868
|
+
* <p>源日志主题id</p>
|
|
830
869
|
*/
|
|
831
870
|
SrcTopicId?: string;
|
|
832
871
|
/**
|
|
833
|
-
*
|
|
872
|
+
* <p>源日志主题名称</p>
|
|
834
873
|
*/
|
|
835
874
|
SrcTopicName?: string;
|
|
836
875
|
/**
|
|
837
|
-
*
|
|
876
|
+
* <p>定时SQL分析目标主题</p>
|
|
838
877
|
*/
|
|
839
878
|
DstResource?: ScheduledSqlResouceInfo;
|
|
840
879
|
/**
|
|
841
|
-
*
|
|
880
|
+
* <p>任务创建时间。格式:yyyy-MM-dd HH:mm:ss</p>
|
|
842
881
|
*/
|
|
843
882
|
CreateTime?: string;
|
|
844
883
|
/**
|
|
845
|
-
*
|
|
884
|
+
* <p>任务更新时间,格式:yyyy-MM-dd HH:mm:ss</p>
|
|
846
885
|
*/
|
|
847
886
|
UpdateTime?: string;
|
|
848
887
|
/**
|
|
849
|
-
*
|
|
850
|
-
|
|
851
|
-
5: 访问权限问题 6:内部故障 7:其他故障
|
|
888
|
+
* <p>任务状态,1:运行 2:停止 3:异常-找不到源日志主题 4:异常-找不到目标主题</p><p>5: 访问权限问题 6:内部故障 7:其他故障</p>
|
|
852
889
|
*/
|
|
853
890
|
Status?: number;
|
|
854
891
|
/**
|
|
855
|
-
*
|
|
892
|
+
* <p>任务启用状态,1开启, 2关闭</p>
|
|
856
893
|
*/
|
|
857
894
|
EnableFlag?: number;
|
|
858
895
|
/**
|
|
859
|
-
*
|
|
896
|
+
* <p>查询语句</p>
|
|
860
897
|
*/
|
|
861
898
|
ScheduledSqlContent?: string;
|
|
862
899
|
/**
|
|
863
|
-
*
|
|
900
|
+
* <p>调度开始时间,格式:yyyy-MM-dd HH:mm:ss</p>
|
|
864
901
|
*/
|
|
865
902
|
ProcessStartTime?: string;
|
|
866
903
|
/**
|
|
867
|
-
*
|
|
904
|
+
* <p>调度类型,1:持续运行 2:指定时间范围</p>
|
|
868
905
|
*/
|
|
869
906
|
ProcessType?: number;
|
|
870
907
|
/**
|
|
871
|
-
*
|
|
908
|
+
* <p>调度结束时间,格式:yyyy-MM-dd HH:mm:ss,当process_type=2时为必传字段</p>
|
|
872
909
|
*/
|
|
873
910
|
ProcessEndTime?: string;
|
|
874
911
|
/**
|
|
875
|
-
*
|
|
912
|
+
* <p>调度周期(分钟),1~1440分钟</p>
|
|
876
913
|
*/
|
|
877
914
|
ProcessPeriod?: number;
|
|
878
915
|
/**
|
|
879
|
-
*
|
|
916
|
+
* <p>查询的时间窗口. @m-15m, @m,意为近15分钟</p>
|
|
880
917
|
*/
|
|
881
918
|
ProcessTimeWindow?: string;
|
|
882
919
|
/**
|
|
883
|
-
*
|
|
920
|
+
* <p>执行延迟(秒),0~120秒,默认60秒</p>
|
|
884
921
|
*/
|
|
885
922
|
ProcessDelay?: number;
|
|
886
923
|
/**
|
|
887
|
-
*
|
|
924
|
+
* <p>源topicId的地域信息,支持地域见 <a href="https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8">地域列表</a> 文档。</p>
|
|
888
925
|
*/
|
|
889
926
|
SrcTopicRegion?: string;
|
|
890
927
|
/**
|
|
891
|
-
*
|
|
928
|
+
* <p>语法规则,0:Lucene语法,1:CQL语法</p>
|
|
892
929
|
*/
|
|
893
930
|
SyntaxRule?: number;
|
|
894
931
|
/**
|
|
895
|
-
*
|
|
932
|
+
* <p>是否开启投递服务日志。1:关闭,2:开启。</p>
|
|
896
933
|
*/
|
|
897
934
|
HasServicesLog?: number;
|
|
898
935
|
/**
|
|
899
|
-
*
|
|
936
|
+
* <p>全文检索标记。1:关闭,2:打开。</p>
|
|
900
937
|
*/
|
|
901
938
|
FullQuery?: number;
|
|
939
|
+
/**
|
|
940
|
+
* <p>调度周期时间单位</p><p>取值范围:[1, 2]</p><p>默认值:1</p><p>默认值1(分钟),其他值2(秒)</p>
|
|
941
|
+
*/
|
|
942
|
+
ProcessPeriodUnit?: number;
|
|
902
943
|
}
|
|
903
944
|
/**
|
|
904
945
|
* CreateDlcDeliver返回参数结构体
|
|
@@ -935,6 +976,19 @@ export interface CreateConsumerGroupRequest {
|
|
|
935
976
|
*/
|
|
936
977
|
LogsetId: string;
|
|
937
978
|
}
|
|
979
|
+
/**
|
|
980
|
+
* agent 应用主题信息
|
|
981
|
+
*/
|
|
982
|
+
export interface AgentTopicInfo {
|
|
983
|
+
/**
|
|
984
|
+
* <p>日志主题id</p>
|
|
985
|
+
*/
|
|
986
|
+
TopicId?: string;
|
|
987
|
+
/**
|
|
988
|
+
* <p>主题对应的标识</p><p>Langfuse类型对应一个trace标识的日志主题</p>
|
|
989
|
+
*/
|
|
990
|
+
Flag?: string;
|
|
991
|
+
}
|
|
938
992
|
/**
|
|
939
993
|
* 标签结构体
|
|
940
994
|
*/
|
|
@@ -1803,6 +1857,10 @@ export interface ModifyScheduledSqlRequest {
|
|
|
1803
1857
|
* <p>全文检索查询标记。1:关闭,2:打开。</p>
|
|
1804
1858
|
*/
|
|
1805
1859
|
FullQuery?: number;
|
|
1860
|
+
/**
|
|
1861
|
+
* <p>调度周期单位</p><p>取值范围:[1, 2]</p><p>默认值:1</p><p>默认值1(分钟),其他值2(秒)</p>
|
|
1862
|
+
*/
|
|
1863
|
+
ProcessPeriodUnit?: number;
|
|
1806
1864
|
}
|
|
1807
1865
|
/**
|
|
1808
1866
|
* DeleteConfig返回参数结构体
|
|
@@ -2123,6 +2181,23 @@ export interface DeleteDataTransformRequest {
|
|
|
2123
2181
|
*/
|
|
2124
2182
|
TaskId: string;
|
|
2125
2183
|
}
|
|
2184
|
+
/**
|
|
2185
|
+
* DescribeRemoteWriteTasks返回参数结构体
|
|
2186
|
+
*/
|
|
2187
|
+
export interface DescribeRemoteWriteTasksResponse {
|
|
2188
|
+
/**
|
|
2189
|
+
* RemoteWrite 信息列表
|
|
2190
|
+
*/
|
|
2191
|
+
Infos?: Array<RemoteWriteInfo>;
|
|
2192
|
+
/**
|
|
2193
|
+
* RemoteWrite信息总条数
|
|
2194
|
+
*/
|
|
2195
|
+
TotalCount?: number;
|
|
2196
|
+
/**
|
|
2197
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2198
|
+
*/
|
|
2199
|
+
RequestId?: string;
|
|
2200
|
+
}
|
|
2126
2201
|
/**
|
|
2127
2202
|
* AddMachineGroupInfo请求参数结构体
|
|
2128
2203
|
*/
|
|
@@ -2790,6 +2865,23 @@ export interface MonitorNoticeRule {
|
|
|
2790
2865
|
* DescribeKafkaConsumerPreview请求参数结构体
|
|
2791
2866
|
*/
|
|
2792
2867
|
export type DescribeKafkaConsumerPreviewRequest = null;
|
|
2868
|
+
/**
|
|
2869
|
+
* DescribeAgentApplications请求参数结构体
|
|
2870
|
+
*/
|
|
2871
|
+
export interface DescribeAgentApplicationsRequest {
|
|
2872
|
+
/**
|
|
2873
|
+
* <p>过滤项</p><ul><li><p>applicationName<br>按照【应用名称】进行过滤。模糊匹配方式查询。<br>类型:String<br>必选:否</p></li><li><p>applicationId<br>按照【应用id】进行过滤。<br>类型:String<br>必选:否</p></li><li><p>accessType<br>按照【接入类型】进行过滤。<br>类型:String<br>支持:<code>Langfuse</code><br>必选:否</p></li></ul><p>每次请求的Filters的上限为10,Filter.Values的上限为10。</p>
|
|
2874
|
+
*/
|
|
2875
|
+
Filters?: Array<Filter>;
|
|
2876
|
+
/**
|
|
2877
|
+
* <p>分页的偏移量,默认值为0。</p>
|
|
2878
|
+
*/
|
|
2879
|
+
Offset?: number;
|
|
2880
|
+
/**
|
|
2881
|
+
* <p>分页单页限制数目,默认值为20,最大值100。</p>
|
|
2882
|
+
*/
|
|
2883
|
+
Limit?: number;
|
|
2884
|
+
}
|
|
2793
2885
|
/**
|
|
2794
2886
|
* CreateDeliverCloudFunction返回参数结构体
|
|
2795
2887
|
*/
|
|
@@ -2825,6 +2917,15 @@ export interface CompressInfo {
|
|
|
2825
2917
|
*/
|
|
2826
2918
|
Format: string;
|
|
2827
2919
|
}
|
|
2920
|
+
/**
|
|
2921
|
+
* ModifyRemoteWriteTask返回参数结构体
|
|
2922
|
+
*/
|
|
2923
|
+
export interface ModifyRemoteWriteTaskResponse {
|
|
2924
|
+
/**
|
|
2925
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2926
|
+
*/
|
|
2927
|
+
RequestId?: string;
|
|
2928
|
+
}
|
|
2828
2929
|
/**
|
|
2829
2930
|
* CreateConfig返回参数结构体
|
|
2830
2931
|
*/
|
|
@@ -3853,6 +3954,15 @@ export interface CreateNetworkApplicationRequest {
|
|
|
3853
3954
|
*/
|
|
3854
3955
|
TopicName: string;
|
|
3855
3956
|
}
|
|
3957
|
+
/**
|
|
3958
|
+
* ModifyS3Recharge返回参数结构体
|
|
3959
|
+
*/
|
|
3960
|
+
export interface ModifyS3RechargeResponse {
|
|
3961
|
+
/**
|
|
3962
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3963
|
+
*/
|
|
3964
|
+
RequestId?: string;
|
|
3965
|
+
}
|
|
3856
3966
|
/**
|
|
3857
3967
|
* DeleteLogset返回参数结构体
|
|
3858
3968
|
*/
|
|
@@ -4264,13 +4374,52 @@ export interface OpenKafkaConsumerResponse {
|
|
|
4264
4374
|
RequestId?: string;
|
|
4265
4375
|
}
|
|
4266
4376
|
/**
|
|
4267
|
-
*
|
|
4377
|
+
* 告警对象
|
|
4268
4378
|
*/
|
|
4269
|
-
export interface
|
|
4379
|
+
export interface AlarmTargetInfo {
|
|
4270
4380
|
/**
|
|
4271
|
-
*
|
|
4381
|
+
* 日志集ID。
|
|
4272
4382
|
*/
|
|
4273
|
-
|
|
4383
|
+
LogsetId?: string;
|
|
4384
|
+
/**
|
|
4385
|
+
* 日志集名称。
|
|
4386
|
+
*/
|
|
4387
|
+
LogsetName?: string;
|
|
4388
|
+
/**
|
|
4389
|
+
* 日志主题ID。
|
|
4390
|
+
*/
|
|
4391
|
+
TopicId?: string;
|
|
4392
|
+
/**
|
|
4393
|
+
* 日志主题名称。
|
|
4394
|
+
*/
|
|
4395
|
+
TopicName?: string;
|
|
4396
|
+
/**
|
|
4397
|
+
* 查询语句。
|
|
4398
|
+
*/
|
|
4399
|
+
Query?: string;
|
|
4400
|
+
/**
|
|
4401
|
+
* 告警对象序号。
|
|
4402
|
+
*/
|
|
4403
|
+
Number?: number;
|
|
4404
|
+
/**
|
|
4405
|
+
* 查询范围起始时间相对于告警执行时间的偏移,单位为分钟,取值为非正,最大值为0,最小值为-1440。
|
|
4406
|
+
*/
|
|
4407
|
+
StartTimeOffset?: number;
|
|
4408
|
+
/**
|
|
4409
|
+
* 查询范围终止时间相对于告警执行时间的偏移,单位为分钟,取值为非正,须大于StartTimeOffset,最大值为0,最小值为-1440。
|
|
4410
|
+
*/
|
|
4411
|
+
EndTimeOffset?: number;
|
|
4412
|
+
/**
|
|
4413
|
+
* 检索语法规则,默认值为0。
|
|
4414
|
+
0:Lucene语法,1:CQL语法。
|
|
4415
|
+
详细说明参见<a href="https://cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules" target="_blank">检索条件语法规则</a>
|
|
4416
|
+
*/
|
|
4417
|
+
SyntaxRule?: number;
|
|
4418
|
+
/**
|
|
4419
|
+
* 主题类型。
|
|
4420
|
+
0: 日志主题,1: 指标主题
|
|
4421
|
+
*/
|
|
4422
|
+
BizType?: number;
|
|
4274
4423
|
}
|
|
4275
4424
|
/**
|
|
4276
4425
|
* CreateSplunkDeliver返回参数结构体
|
|
@@ -4856,13 +5005,29 @@ export interface ModifyHostMetricConfigResponse {
|
|
|
4856
5005
|
RequestId?: string;
|
|
4857
5006
|
}
|
|
4858
5007
|
/**
|
|
4859
|
-
*
|
|
5008
|
+
* DescribeConsumerOffsets请求参数结构体
|
|
4860
5009
|
*/
|
|
4861
|
-
export interface
|
|
5010
|
+
export interface DescribeConsumerOffsetsRequest {
|
|
4862
5011
|
/**
|
|
4863
|
-
*
|
|
5012
|
+
* 日志主题对应的消费组标识
|
|
4864
5013
|
*/
|
|
4865
|
-
|
|
5014
|
+
ConsumerGroup: string;
|
|
5015
|
+
/**
|
|
5016
|
+
* 时间戳(秒级时间戳)
|
|
5017
|
+
*/
|
|
5018
|
+
From: string;
|
|
5019
|
+
/**
|
|
5020
|
+
* 日志集id(日志主题对应的id)
|
|
5021
|
+
*/
|
|
5022
|
+
LogsetId: string;
|
|
5023
|
+
/**
|
|
5024
|
+
* 日志主题id
|
|
5025
|
+
*/
|
|
5026
|
+
TopicId?: string;
|
|
5027
|
+
/**
|
|
5028
|
+
* 分区id
|
|
5029
|
+
*/
|
|
5030
|
+
PartitionId?: string;
|
|
4866
5031
|
}
|
|
4867
5032
|
/**
|
|
4868
5033
|
* ModifyAlarmNotice请求参数结构体
|
|
@@ -5516,6 +5681,47 @@ export interface DeleteSearchViewRequest {
|
|
|
5516
5681
|
*/
|
|
5517
5682
|
ViewId: string;
|
|
5518
5683
|
}
|
|
5684
|
+
/**
|
|
5685
|
+
* SearchS3RechargeInfo请求参数结构体
|
|
5686
|
+
*/
|
|
5687
|
+
export interface SearchS3RechargeInfoRequest {
|
|
5688
|
+
/**
|
|
5689
|
+
* <p>日志主题Id。</p><ul><li>通过<a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a>获取日志主题Id。</li></ul>
|
|
5690
|
+
*/
|
|
5691
|
+
TopicId: string;
|
|
5692
|
+
/**
|
|
5693
|
+
* <p>s3导入任务名称,最大支持128个字节。</p>
|
|
5694
|
+
*/
|
|
5695
|
+
Name: string;
|
|
5696
|
+
/**
|
|
5697
|
+
* <p>s3存储桶</p>
|
|
5698
|
+
*/
|
|
5699
|
+
Bucket: string;
|
|
5700
|
+
/**
|
|
5701
|
+
* <p>地域</p>
|
|
5702
|
+
*/
|
|
5703
|
+
S3Region: string;
|
|
5704
|
+
/**
|
|
5705
|
+
* <p>访问密钥 ID(Access Key ID)</p>
|
|
5706
|
+
*/
|
|
5707
|
+
AccessKeyId: string;
|
|
5708
|
+
/**
|
|
5709
|
+
* <p>访问密钥Key(Secret Access Key)</p>
|
|
5710
|
+
*/
|
|
5711
|
+
SecretAccessKey: string;
|
|
5712
|
+
/**
|
|
5713
|
+
* <p>自定义端点</p>
|
|
5714
|
+
*/
|
|
5715
|
+
Endpoint?: string;
|
|
5716
|
+
/**
|
|
5717
|
+
* <p>s3文件所在文件夹的前缀。默认为空,投递存储桶下所有的文件。</p>
|
|
5718
|
+
*/
|
|
5719
|
+
Prefix?: string;
|
|
5720
|
+
/**
|
|
5721
|
+
* <p>压缩模式。支持: "", "gzip", "lzop", "snappy"。</p><p>默认值:不压缩</p>
|
|
5722
|
+
*/
|
|
5723
|
+
Compress?: string;
|
|
5724
|
+
}
|
|
5519
5725
|
/**
|
|
5520
5726
|
* DescribeConsumer返回参数结构体
|
|
5521
5727
|
*/
|
|
@@ -5672,6 +5878,27 @@ export interface ModifyKafkaRechargeRequest {
|
|
|
5672
5878
|
*/
|
|
5673
5879
|
UserKafkaMeta?: UserKafkaMeta;
|
|
5674
5880
|
}
|
|
5881
|
+
/**
|
|
5882
|
+
* DescribeS3Recharges请求参数结构体
|
|
5883
|
+
*/
|
|
5884
|
+
export interface DescribeS3RechargesRequest {
|
|
5885
|
+
/**
|
|
5886
|
+
* <p>日志主题Id。</p><ul><li>通过<a href="https://cloud.tencent.com/document/api/614/56454">获取日志主题列表</a>获取日志主题Id。</li></ul>
|
|
5887
|
+
*/
|
|
5888
|
+
TopicId: string;
|
|
5889
|
+
/**
|
|
5890
|
+
* <ul><li>name 按照【主题名称】进行过滤,默认为模糊匹配,可使用 PreciseSearch 参数设置为精确匹配。类型:String。必选:否</li><li>bucket 按照【S3 存储桶名称】进行过滤。类型:String。必选:否</li><li>status 按照【任务状态】进行过滤,支持0:已创建, 1:运行中, 2:已停止, 3:已完成, 4:运行失败。 类型:String。必选:否</li><li>enable 按照【启用状态】进行过滤,支持0:暂停,1:启用。类型:String。必选:否</li></ul><p>注意:每次请求的 Filters 的上限为10,Filter.Values 的上限为10。</p>
|
|
5891
|
+
*/
|
|
5892
|
+
Filters?: Array<Filter>;
|
|
5893
|
+
/**
|
|
5894
|
+
* <p>分页的偏移量,默认值为0。</p>
|
|
5895
|
+
*/
|
|
5896
|
+
Offset?: number;
|
|
5897
|
+
/**
|
|
5898
|
+
* <p>分页单页限制数目,默认值为20,最大值100。</p>
|
|
5899
|
+
*/
|
|
5900
|
+
Limit?: number;
|
|
5901
|
+
}
|
|
5675
5902
|
/**
|
|
5676
5903
|
* CreateIndex返回参数结构体
|
|
5677
5904
|
*/
|
|
@@ -5994,6 +6221,52 @@ export interface AlarmAnalysisConfig {
|
|
|
5994
6221
|
*/
|
|
5995
6222
|
Value: string;
|
|
5996
6223
|
}
|
|
6224
|
+
/**
|
|
6225
|
+
* CreateRemoteWriteTask请求参数结构体
|
|
6226
|
+
*/
|
|
6227
|
+
export interface CreateRemoteWriteTaskRequest {
|
|
6228
|
+
/**
|
|
6229
|
+
* 日志主题 ID
|
|
6230
|
+
*/
|
|
6231
|
+
TopicId: string;
|
|
6232
|
+
/**
|
|
6233
|
+
* 任务名称
|
|
6234
|
+
*/
|
|
6235
|
+
Name: string;
|
|
6236
|
+
/**
|
|
6237
|
+
* 目标服务名称
|
|
6238
|
+
*/
|
|
6239
|
+
Target: string;
|
|
6240
|
+
/**
|
|
6241
|
+
* 目标地址
|
|
6242
|
+
*/
|
|
6243
|
+
RemoteWriteURL: string;
|
|
6244
|
+
/**
|
|
6245
|
+
* 鉴权类型
|
|
6246
|
+
0: 无鉴权
|
|
6247
|
+
1: basic_auth
|
|
6248
|
+
2: token
|
|
6249
|
+
*/
|
|
6250
|
+
AuthType: number;
|
|
6251
|
+
/**
|
|
6252
|
+
* 网络类型: 1 内网 2外网
|
|
6253
|
+
*/
|
|
6254
|
+
NetType: number;
|
|
6255
|
+
/**
|
|
6256
|
+
* 私有网络id
|
|
6257
|
+
*/
|
|
6258
|
+
VpcId?: string;
|
|
6259
|
+
/**
|
|
6260
|
+
* 鉴权信息
|
|
6261
|
+
*/
|
|
6262
|
+
AuthInfo?: RemoteWriteAuthInfo;
|
|
6263
|
+
/**
|
|
6264
|
+
* 后端服务类型
|
|
6265
|
+
0 CVM
|
|
6266
|
+
1025 CLB
|
|
6267
|
+
*/
|
|
6268
|
+
VirtualGatewayType?: number;
|
|
6269
|
+
}
|
|
5997
6270
|
/**
|
|
5998
6271
|
* 多日志主题检索错误信息
|
|
5999
6272
|
*/
|
|
@@ -6070,6 +6343,23 @@ export interface ModifyKafkaConsumerRequest {
|
|
|
6070
6343
|
*/
|
|
6071
6344
|
ScopeType?: number;
|
|
6072
6345
|
}
|
|
6346
|
+
/**
|
|
6347
|
+
* DescribeS3Recharges返回参数结构体
|
|
6348
|
+
*/
|
|
6349
|
+
export interface DescribeS3RechargesResponse {
|
|
6350
|
+
/**
|
|
6351
|
+
* <p>S3导入任务配置列表</p>
|
|
6352
|
+
*/
|
|
6353
|
+
Infos?: Array<S3RechargeInfo>;
|
|
6354
|
+
/**
|
|
6355
|
+
* <p>任务总数</p>
|
|
6356
|
+
*/
|
|
6357
|
+
Total?: number;
|
|
6358
|
+
/**
|
|
6359
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6360
|
+
*/
|
|
6361
|
+
RequestId?: string;
|
|
6362
|
+
}
|
|
6073
6363
|
/**
|
|
6074
6364
|
* ModifyRecordingRuleYamlTask请求参数结构体
|
|
6075
6365
|
*/
|
|
@@ -6342,21 +6632,59 @@ export interface DeleteMetricConfigResponse {
|
|
|
6342
6632
|
RequestId?: string;
|
|
6343
6633
|
}
|
|
6344
6634
|
/**
|
|
6345
|
-
*
|
|
6635
|
+
* DescribeRemoteWriteTasks请求参数结构体
|
|
6346
6636
|
*/
|
|
6347
|
-
export interface
|
|
6348
|
-
/**
|
|
6349
|
-
*
|
|
6350
|
-
|
|
6351
|
-
|
|
6352
|
-
|
|
6353
|
-
|
|
6354
|
-
|
|
6355
|
-
|
|
6356
|
-
|
|
6357
|
-
|
|
6358
|
-
|
|
6359
|
-
|
|
6637
|
+
export interface DescribeRemoteWriteTasksRequest {
|
|
6638
|
+
/**
|
|
6639
|
+
* - taskId
|
|
6640
|
+
按照【任务ID】进行过滤。
|
|
6641
|
+
类型:String
|
|
6642
|
+
必选:否
|
|
6643
|
+
|
|
6644
|
+
- topicId
|
|
6645
|
+
按照【日志主题】进行过滤。
|
|
6646
|
+
类型:String
|
|
6647
|
+
必选:否
|
|
6648
|
+
|
|
6649
|
+
- taskStatus
|
|
6650
|
+
按照【任务运行状态】进行过滤。 支持`1`:运行中,`2`:停止,`3`:异常
|
|
6651
|
+
类型:String
|
|
6652
|
+
必选:否
|
|
6653
|
+
|
|
6654
|
+
- name
|
|
6655
|
+
按照【任务名称】进行模糊过滤。
|
|
6656
|
+
类型:String
|
|
6657
|
+
必选:否
|
|
6658
|
+
|
|
6659
|
+
|
|
6660
|
+
每次请求的Filters的上限为10,Filter.Values的上限为10。
|
|
6661
|
+
*/
|
|
6662
|
+
Filters?: Array<Filter>;
|
|
6663
|
+
/**
|
|
6664
|
+
* 分页的偏移量,默认值为0。
|
|
6665
|
+
*/
|
|
6666
|
+
Offset?: number;
|
|
6667
|
+
/**
|
|
6668
|
+
* 分页单页限制数目,默认值为20,最大值100。
|
|
6669
|
+
*/
|
|
6670
|
+
Limit?: number;
|
|
6671
|
+
}
|
|
6672
|
+
/**
|
|
6673
|
+
* 仪表盘信息
|
|
6674
|
+
*/
|
|
6675
|
+
export interface DashboardInfo {
|
|
6676
|
+
/**
|
|
6677
|
+
* 仪表盘id
|
|
6678
|
+
*/
|
|
6679
|
+
DashboardId?: string;
|
|
6680
|
+
/**
|
|
6681
|
+
* 仪表盘名字
|
|
6682
|
+
*/
|
|
6683
|
+
DashboardName?: string;
|
|
6684
|
+
/**
|
|
6685
|
+
* 仪表盘数据
|
|
6686
|
+
*/
|
|
6687
|
+
Data?: string;
|
|
6360
6688
|
/**
|
|
6361
6689
|
* 创建仪表盘的时间。格式:YYYY-MM-DD HH:MM:SS
|
|
6362
6690
|
*/
|
|
@@ -6692,6 +7020,56 @@ export interface EstimateRebuildIndexTaskResponse {
|
|
|
6692
7020
|
*/
|
|
6693
7021
|
RequestId?: string;
|
|
6694
7022
|
}
|
|
7023
|
+
/**
|
|
7024
|
+
* 采集日志配置信息
|
|
7025
|
+
*/
|
|
7026
|
+
export interface LogConfigInfo {
|
|
7027
|
+
/**
|
|
7028
|
+
* 日志主题ID
|
|
7029
|
+
*/
|
|
7030
|
+
TopicId?: string;
|
|
7031
|
+
/**
|
|
7032
|
+
* 日志集ID
|
|
7033
|
+
*/
|
|
7034
|
+
LogsetId?: string;
|
|
7035
|
+
/**
|
|
7036
|
+
* 采集日志路径列表
|
|
7037
|
+
*/
|
|
7038
|
+
Path?: string;
|
|
7039
|
+
/**
|
|
7040
|
+
* 日志类型
|
|
7041
|
+
*/
|
|
7042
|
+
LogType?: string;
|
|
7043
|
+
/**
|
|
7044
|
+
* 提取规则
|
|
7045
|
+
*/
|
|
7046
|
+
ExtractRule?: ExtractRuleInfo;
|
|
7047
|
+
/**
|
|
7048
|
+
* 日志格式化格式
|
|
7049
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7050
|
+
*/
|
|
7051
|
+
LogFormat?: string;
|
|
7052
|
+
/**
|
|
7053
|
+
* 黑名单path列表
|
|
7054
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7055
|
+
*/
|
|
7056
|
+
ExcludePaths?: Array<ExcludePathInfo>;
|
|
7057
|
+
/**
|
|
7058
|
+
* 用户自定义解析字符串
|
|
7059
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7060
|
+
*/
|
|
7061
|
+
UserDefineRule?: string;
|
|
7062
|
+
/**
|
|
7063
|
+
* 采集配置ID
|
|
7064
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7065
|
+
*/
|
|
7066
|
+
ConfigId?: string;
|
|
7067
|
+
/**
|
|
7068
|
+
* 使用了元数据的机器组ID列表
|
|
7069
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7070
|
+
*/
|
|
7071
|
+
GroupIds?: Array<string>;
|
|
7072
|
+
}
|
|
6695
7073
|
/**
|
|
6696
7074
|
* DeleteDashboard请求参数结构体
|
|
6697
7075
|
*/
|
|
@@ -6871,6 +7249,92 @@ export interface SearchViewInfo {
|
|
|
6871
7249
|
*/
|
|
6872
7250
|
UpdateTime?: number;
|
|
6873
7251
|
}
|
|
7252
|
+
/**
|
|
7253
|
+
* RemoteWrite配置信息
|
|
7254
|
+
*/
|
|
7255
|
+
export interface RemoteWriteInfo {
|
|
7256
|
+
/**
|
|
7257
|
+
* 任务id
|
|
7258
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7259
|
+
*/
|
|
7260
|
+
TaskId?: string;
|
|
7261
|
+
/**
|
|
7262
|
+
* 日志主题ID
|
|
7263
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7264
|
+
*/
|
|
7265
|
+
TopicId?: string;
|
|
7266
|
+
/**
|
|
7267
|
+
* Remote Write任务名称
|
|
7268
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7269
|
+
*/
|
|
7270
|
+
Name?: string;
|
|
7271
|
+
/**
|
|
7272
|
+
* 网络类型
|
|
7273
|
+
1: 内网
|
|
7274
|
+
2:外网
|
|
7275
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7276
|
+
*/
|
|
7277
|
+
NetType?: number;
|
|
7278
|
+
/**
|
|
7279
|
+
* 私有网络id
|
|
7280
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7281
|
+
*/
|
|
7282
|
+
VpcId?: string;
|
|
7283
|
+
/**
|
|
7284
|
+
* 任务运行状态
|
|
7285
|
+
1: 运行中
|
|
7286
|
+
2:暂停
|
|
7287
|
+
3: 失败
|
|
7288
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7289
|
+
*/
|
|
7290
|
+
Status?: number;
|
|
7291
|
+
/**
|
|
7292
|
+
* 创建时间
|
|
7293
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7294
|
+
*/
|
|
7295
|
+
CreateTime?: string;
|
|
7296
|
+
/**
|
|
7297
|
+
* 更新时间
|
|
7298
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7299
|
+
*/
|
|
7300
|
+
UpdateTime?: string;
|
|
7301
|
+
/**
|
|
7302
|
+
* 目标服务名称
|
|
7303
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7304
|
+
*/
|
|
7305
|
+
Target?: string;
|
|
7306
|
+
/**
|
|
7307
|
+
* 目标地址
|
|
7308
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7309
|
+
*/
|
|
7310
|
+
RemoteWriteURL?: string;
|
|
7311
|
+
/**
|
|
7312
|
+
* 鉴权类型
|
|
7313
|
+
0: 无鉴权 1: basic_auth 2: token
|
|
7314
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7315
|
+
*/
|
|
7316
|
+
AuthType?: number;
|
|
7317
|
+
/**
|
|
7318
|
+
* 鉴权信息
|
|
7319
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7320
|
+
*/
|
|
7321
|
+
AuthInfo?: RemoteWriteAuthInfo;
|
|
7322
|
+
/**
|
|
7323
|
+
* 日志集
|
|
7324
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7325
|
+
*/
|
|
7326
|
+
LogsetId?: string;
|
|
7327
|
+
/**
|
|
7328
|
+
* 任务状态
|
|
7329
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7330
|
+
*/
|
|
7331
|
+
Enable?: number;
|
|
7332
|
+
/**
|
|
7333
|
+
* 后端服务类型
|
|
7334
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7335
|
+
*/
|
|
7336
|
+
VirtualGatewayType?: number;
|
|
7337
|
+
}
|
|
6874
7338
|
/**
|
|
6875
7339
|
* ModifyLogset返回参数结构体
|
|
6876
7340
|
*/
|
|
@@ -7308,6 +7772,10 @@ export interface CreateScheduledSqlRequest {
|
|
|
7308
7772
|
* <p>源topicId的地域信息,支持地域见 <a href="https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8">地域列表</a> 文档</p>
|
|
7309
7773
|
*/
|
|
7310
7774
|
SrcTopicRegion: string;
|
|
7775
|
+
/**
|
|
7776
|
+
* <p>调度时间单位</p><p>取值范围:[1, 2]</p><p>默认值:1</p><p>默认值为1(分钟),其他值2(秒)</p>
|
|
7777
|
+
*/
|
|
7778
|
+
ProcessPeriodUnit?: number;
|
|
7311
7779
|
/**
|
|
7312
7780
|
* <p>调度结束时间,当ProcessType=2时为必传字段, Unix时间戳,单位ms</p>
|
|
7313
7781
|
*/
|
|
@@ -7401,6 +7869,77 @@ export interface DeleteHostMetricConfigResponse {
|
|
|
7401
7869
|
*/
|
|
7402
7870
|
RequestId?: string;
|
|
7403
7871
|
}
|
|
7872
|
+
/**
|
|
7873
|
+
* es导入配置信息
|
|
7874
|
+
*/
|
|
7875
|
+
export interface EsRechargeInfo {
|
|
7876
|
+
/**
|
|
7877
|
+
* 任务id。
|
|
7878
|
+
*/
|
|
7879
|
+
TaskId?: string;
|
|
7880
|
+
/**
|
|
7881
|
+
* 主账号id。
|
|
7882
|
+
*/
|
|
7883
|
+
Uin?: number;
|
|
7884
|
+
/**
|
|
7885
|
+
* 日志主题id。
|
|
7886
|
+
- 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。
|
|
7887
|
+
- 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456) 获取日志主题Id。
|
|
7888
|
+
*/
|
|
7889
|
+
TopicId?: string;
|
|
7890
|
+
/**
|
|
7891
|
+
* 配置名称。
|
|
7892
|
+
*/
|
|
7893
|
+
Name?: string;
|
|
7894
|
+
/**
|
|
7895
|
+
* es索引。
|
|
7896
|
+
*/
|
|
7897
|
+
Index?: string;
|
|
7898
|
+
/**
|
|
7899
|
+
* es查询语句。
|
|
7900
|
+
*/
|
|
7901
|
+
Query?: string;
|
|
7902
|
+
/**
|
|
7903
|
+
* es集群信息。
|
|
7904
|
+
*/
|
|
7905
|
+
EsInfo?: EsInfo;
|
|
7906
|
+
/**
|
|
7907
|
+
* es导入信息。
|
|
7908
|
+
*/
|
|
7909
|
+
ImportInfo?: EsImportInfo;
|
|
7910
|
+
/**
|
|
7911
|
+
* es导入时间配置信息。
|
|
7912
|
+
*/
|
|
7913
|
+
TimeInfo?: EsTimeInfo;
|
|
7914
|
+
/**
|
|
7915
|
+
* 任务状态。
|
|
7916
|
+
1. 运行中
|
|
7917
|
+
2. 暂停
|
|
7918
|
+
3. 完成
|
|
7919
|
+
4. 异常
|
|
7920
|
+
*/
|
|
7921
|
+
Status?: number;
|
|
7922
|
+
/**
|
|
7923
|
+
* 任务进度 0~100 百分比。100:表示完成。
|
|
7924
|
+
*/
|
|
7925
|
+
Progress?: number;
|
|
7926
|
+
/**
|
|
7927
|
+
* 子账号id。
|
|
7928
|
+
*/
|
|
7929
|
+
SubUin?: number;
|
|
7930
|
+
/**
|
|
7931
|
+
* 创建时间。
|
|
7932
|
+
*/
|
|
7933
|
+
CreateTime?: number;
|
|
7934
|
+
/**
|
|
7935
|
+
* 修改时间。
|
|
7936
|
+
*/
|
|
7937
|
+
UpdateTime?: number;
|
|
7938
|
+
/**
|
|
7939
|
+
* 是否开启投递服务日志。1:关闭,2:开启。
|
|
7940
|
+
*/
|
|
7941
|
+
HasServicesLog?: number;
|
|
7942
|
+
}
|
|
7404
7943
|
/**
|
|
7405
7944
|
* GetClsService返回参数结构体
|
|
7406
7945
|
*/
|
|
@@ -7414,6 +7953,23 @@ export interface GetClsServiceResponse {
|
|
|
7414
7953
|
*/
|
|
7415
7954
|
RequestId?: string;
|
|
7416
7955
|
}
|
|
7956
|
+
/**
|
|
7957
|
+
* DescribeAgentApplications返回参数结构体
|
|
7958
|
+
*/
|
|
7959
|
+
export interface DescribeAgentApplicationsResponse {
|
|
7960
|
+
/**
|
|
7961
|
+
* <p>符合查询条件的大模型性能剖析任务列表</p>
|
|
7962
|
+
*/
|
|
7963
|
+
Infos?: Array<AgentApplicationInfo>;
|
|
7964
|
+
/**
|
|
7965
|
+
* <p>符合查询条件的任务总数。</p>
|
|
7966
|
+
*/
|
|
7967
|
+
Total?: number;
|
|
7968
|
+
/**
|
|
7969
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7970
|
+
*/
|
|
7971
|
+
RequestId?: string;
|
|
7972
|
+
}
|
|
7417
7973
|
/**
|
|
7418
7974
|
* 返回的回复, 支持多个
|
|
7419
7975
|
*/
|
|
@@ -7685,6 +8241,27 @@ export interface DeleteNoticeContentResponse {
|
|
|
7685
8241
|
*/
|
|
7686
8242
|
RequestId?: string;
|
|
7687
8243
|
}
|
|
8244
|
+
/**
|
|
8245
|
+
* CreateAgentApplication返回参数结构体
|
|
8246
|
+
*/
|
|
8247
|
+
export interface CreateAgentApplicationResponse {
|
|
8248
|
+
/**
|
|
8249
|
+
* <p>应用id</p>
|
|
8250
|
+
*/
|
|
8251
|
+
ApplicationId?: string;
|
|
8252
|
+
/**
|
|
8253
|
+
* <p>日志主题列表</p>
|
|
8254
|
+
*/
|
|
8255
|
+
LogTopics?: Array<AgentTopicInfo>;
|
|
8256
|
+
/**
|
|
8257
|
+
* <p>指标主题列表</p>
|
|
8258
|
+
*/
|
|
8259
|
+
MetricsTopics?: Array<AgentTopicInfo>;
|
|
8260
|
+
/**
|
|
8261
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8262
|
+
*/
|
|
8263
|
+
RequestId?: string;
|
|
8264
|
+
}
|
|
7688
8265
|
/**
|
|
7689
8266
|
* 自建k8s-容器标准输出信息
|
|
7690
8267
|
*/
|
|
@@ -7726,6 +8303,67 @@ export interface ContainerStdoutInfo {
|
|
|
7726
8303
|
*/
|
|
7727
8304
|
CustomLabels?: Array<string>;
|
|
7728
8305
|
}
|
|
8306
|
+
/**
|
|
8307
|
+
* ModifyS3Recharge请求参数结构体
|
|
8308
|
+
*/
|
|
8309
|
+
export interface ModifyS3RechargeRequest {
|
|
8310
|
+
/**
|
|
8311
|
+
* <p>导入任务Id</p>
|
|
8312
|
+
*/
|
|
8313
|
+
TaskId: string;
|
|
8314
|
+
/**
|
|
8315
|
+
* <p>日志主题Id。</p><ul><li>通过<a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a>获取日志主题Id。</li></ul>
|
|
8316
|
+
*/
|
|
8317
|
+
TopicId: string;
|
|
8318
|
+
/**
|
|
8319
|
+
* <p>s3导入任务名称,最大支持128个字节。</p><p>同一个TopicId下的s3任务Name必须唯一</p>
|
|
8320
|
+
*/
|
|
8321
|
+
Name?: string;
|
|
8322
|
+
/**
|
|
8323
|
+
* <p>s3导入任务类型.</p><p>枚举值:</p><ul><li>1: 一次性导入任务</li><li>2: 持续性导入任务</li></ul>
|
|
8324
|
+
*/
|
|
8325
|
+
TaskType?: number;
|
|
8326
|
+
/**
|
|
8327
|
+
* <p>是否启用</p><p>枚举值:</p><ul><li>0: 暂停</li><li>1: 启用</li></ul>
|
|
8328
|
+
*/
|
|
8329
|
+
Enable?: number;
|
|
8330
|
+
/**
|
|
8331
|
+
* <p>s3存储桶</p>
|
|
8332
|
+
*/
|
|
8333
|
+
Bucket?: string;
|
|
8334
|
+
/**
|
|
8335
|
+
* <p>地域</p>
|
|
8336
|
+
*/
|
|
8337
|
+
S3Region?: string;
|
|
8338
|
+
/**
|
|
8339
|
+
* <p>访问密钥 ID(Access Key ID)</p>
|
|
8340
|
+
*/
|
|
8341
|
+
AccessKeyId?: string;
|
|
8342
|
+
/**
|
|
8343
|
+
* <p>访问密钥Key(Secret Access Key)</p>
|
|
8344
|
+
*/
|
|
8345
|
+
SecretAccessKey?: string;
|
|
8346
|
+
/**
|
|
8347
|
+
* <p>自定义端点</p>
|
|
8348
|
+
*/
|
|
8349
|
+
Endpoint?: string;
|
|
8350
|
+
/**
|
|
8351
|
+
* <p>采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表单行全文;<br>默认为minimalist_log</p>
|
|
8352
|
+
*/
|
|
8353
|
+
LogType?: string;
|
|
8354
|
+
/**
|
|
8355
|
+
* <p>s3文件所在文件夹的前缀。默认为空,投递存储桶下所有的文件。</p>
|
|
8356
|
+
*/
|
|
8357
|
+
Prefix?: string;
|
|
8358
|
+
/**
|
|
8359
|
+
* <p>压缩模式。支持: "", "gzip", "lzop", "snappy"。</p>
|
|
8360
|
+
*/
|
|
8361
|
+
Compress?: string;
|
|
8362
|
+
/**
|
|
8363
|
+
* <p>提取规则,如果设置了ExtractRule,则必须设置LogType</p>
|
|
8364
|
+
*/
|
|
8365
|
+
ExtractRuleInfo?: ExtractRuleInfo;
|
|
8366
|
+
}
|
|
7729
8367
|
/**
|
|
7730
8368
|
* 指标采集yaml格式配置
|
|
7731
8369
|
*/
|
|
@@ -8666,75 +9304,13 @@ export interface HighLightItem {
|
|
|
8666
9304
|
Values?: Array<string>;
|
|
8667
9305
|
}
|
|
8668
9306
|
/**
|
|
8669
|
-
*
|
|
9307
|
+
* DeleteAgentApplication返回参数结构体
|
|
8670
9308
|
*/
|
|
8671
|
-
export interface
|
|
8672
|
-
/**
|
|
8673
|
-
* 任务id。
|
|
8674
|
-
*/
|
|
8675
|
-
TaskId?: string;
|
|
8676
|
-
/**
|
|
8677
|
-
* 主账号id。
|
|
8678
|
-
*/
|
|
8679
|
-
Uin?: number;
|
|
8680
|
-
/**
|
|
8681
|
-
* 日志主题id。
|
|
8682
|
-
- 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。
|
|
8683
|
-
- 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456) 获取日志主题Id。
|
|
8684
|
-
*/
|
|
8685
|
-
TopicId?: string;
|
|
8686
|
-
/**
|
|
8687
|
-
* 配置名称。
|
|
8688
|
-
*/
|
|
8689
|
-
Name?: string;
|
|
8690
|
-
/**
|
|
8691
|
-
* es索引。
|
|
8692
|
-
*/
|
|
8693
|
-
Index?: string;
|
|
8694
|
-
/**
|
|
8695
|
-
* es查询语句。
|
|
8696
|
-
*/
|
|
8697
|
-
Query?: string;
|
|
8698
|
-
/**
|
|
8699
|
-
* es集群信息。
|
|
8700
|
-
*/
|
|
8701
|
-
EsInfo?: EsInfo;
|
|
8702
|
-
/**
|
|
8703
|
-
* es导入信息。
|
|
8704
|
-
*/
|
|
8705
|
-
ImportInfo?: EsImportInfo;
|
|
8706
|
-
/**
|
|
8707
|
-
* es导入时间配置信息。
|
|
8708
|
-
*/
|
|
8709
|
-
TimeInfo?: EsTimeInfo;
|
|
8710
|
-
/**
|
|
8711
|
-
* 任务状态。
|
|
8712
|
-
1. 运行中
|
|
8713
|
-
2. 暂停
|
|
8714
|
-
3. 完成
|
|
8715
|
-
4. 异常
|
|
8716
|
-
*/
|
|
8717
|
-
Status?: number;
|
|
8718
|
-
/**
|
|
8719
|
-
* 任务进度 0~100 百分比。100:表示完成。
|
|
8720
|
-
*/
|
|
8721
|
-
Progress?: number;
|
|
8722
|
-
/**
|
|
8723
|
-
* 子账号id。
|
|
8724
|
-
*/
|
|
8725
|
-
SubUin?: number;
|
|
8726
|
-
/**
|
|
8727
|
-
* 创建时间。
|
|
8728
|
-
*/
|
|
8729
|
-
CreateTime?: number;
|
|
8730
|
-
/**
|
|
8731
|
-
* 修改时间。
|
|
8732
|
-
*/
|
|
8733
|
-
UpdateTime?: number;
|
|
9309
|
+
export interface DeleteAgentApplicationResponse {
|
|
8734
9310
|
/**
|
|
8735
|
-
*
|
|
9311
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8736
9312
|
*/
|
|
8737
|
-
|
|
9313
|
+
RequestId?: string;
|
|
8738
9314
|
}
|
|
8739
9315
|
/**
|
|
8740
9316
|
* CreateMetricSubscribe请求参数结构体
|
|
@@ -9099,25 +9675,17 @@ export interface DeleteIndexRequest {
|
|
|
9099
9675
|
TopicId: string;
|
|
9100
9676
|
}
|
|
9101
9677
|
/**
|
|
9102
|
-
*
|
|
9678
|
+
* DeleteAgentApplication请求参数结构体
|
|
9103
9679
|
*/
|
|
9104
|
-
export interface
|
|
9105
|
-
/**
|
|
9106
|
-
* <p>源指标主题id</p>
|
|
9107
|
-
*/
|
|
9108
|
-
TopicId: string;
|
|
9109
|
-
/**
|
|
9110
|
-
* <p>分页的偏移量,默认值为0。</p>
|
|
9111
|
-
*/
|
|
9112
|
-
Offset: number;
|
|
9680
|
+
export interface DeleteAgentApplicationRequest {
|
|
9113
9681
|
/**
|
|
9114
|
-
* <p
|
|
9682
|
+
* <p>应用id</p>
|
|
9115
9683
|
*/
|
|
9116
|
-
|
|
9684
|
+
ApplicationId: string;
|
|
9117
9685
|
/**
|
|
9118
|
-
* <li>
|
|
9686
|
+
* <p>是否删除agent应用关联的主题</p><p>枚举值:</p><ul><li>false: 不删除agent应用关联的主题</li><li>true: 删除agent应用关联的主题</li></ul><p>默认值:false</p>
|
|
9119
9687
|
*/
|
|
9120
|
-
|
|
9688
|
+
DeleteTopics?: boolean;
|
|
9121
9689
|
}
|
|
9122
9690
|
/**
|
|
9123
9691
|
* DescribeAlertRecordHistory请求参数结构体
|
|
@@ -9179,6 +9747,19 @@ export interface DeleteNetworkApplicationRequest {
|
|
|
9179
9747
|
*/
|
|
9180
9748
|
NetworkAppId: string;
|
|
9181
9749
|
}
|
|
9750
|
+
/**
|
|
9751
|
+
* CreateS3Recharge返回参数结构体
|
|
9752
|
+
*/
|
|
9753
|
+
export interface CreateS3RechargeResponse {
|
|
9754
|
+
/**
|
|
9755
|
+
* <p>导入任务Id</p>
|
|
9756
|
+
*/
|
|
9757
|
+
TaskId?: string;
|
|
9758
|
+
/**
|
|
9759
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9760
|
+
*/
|
|
9761
|
+
RequestId?: string;
|
|
9762
|
+
}
|
|
9182
9763
|
/**
|
|
9183
9764
|
* 日志集相关信息
|
|
9184
9765
|
*/
|
|
@@ -9232,67 +9813,142 @@ export interface CreateExportRequest {
|
|
|
9232
9813
|
/**
|
|
9233
9814
|
* 日志导出数量, 最大值5000万
|
|
9234
9815
|
*/
|
|
9235
|
-
Count: number;
|
|
9816
|
+
Count: number;
|
|
9817
|
+
/**
|
|
9818
|
+
* 日志导出检索语句,不支持<a href="https://cloud.tencent.com/document/product/614/44061" target="_blank">[SQL语句]</a>
|
|
9819
|
+
*/
|
|
9820
|
+
Query: string;
|
|
9821
|
+
/**
|
|
9822
|
+
* 日志导出起始时间,毫秒时间戳
|
|
9823
|
+
*/
|
|
9824
|
+
From: number;
|
|
9825
|
+
/**
|
|
9826
|
+
* 日志导出结束时间,毫秒时间戳
|
|
9827
|
+
*/
|
|
9828
|
+
To: number;
|
|
9829
|
+
/**
|
|
9830
|
+
* 日志导出时间排序。desc,asc,默认为desc
|
|
9831
|
+
*/
|
|
9832
|
+
Order?: string;
|
|
9833
|
+
/**
|
|
9834
|
+
* 日志导出数据格式。json,csv,默认为json
|
|
9835
|
+
*/
|
|
9836
|
+
Format?: string;
|
|
9837
|
+
/**
|
|
9838
|
+
* 语法规则, 默认值为0。
|
|
9839
|
+
0:Lucene语法,1:CQL语法。
|
|
9840
|
+
*/
|
|
9841
|
+
SyntaxRule?: number;
|
|
9842
|
+
/**
|
|
9843
|
+
* 导出字段
|
|
9844
|
+
*/
|
|
9845
|
+
DerivedFields?: Array<string>;
|
|
9846
|
+
}
|
|
9847
|
+
/**
|
|
9848
|
+
* 仪表盘订阅模板变量
|
|
9849
|
+
*/
|
|
9850
|
+
export interface DashboardTemplateVariable {
|
|
9851
|
+
/**
|
|
9852
|
+
* key的值
|
|
9853
|
+
*/
|
|
9854
|
+
Key: string;
|
|
9855
|
+
/**
|
|
9856
|
+
* key对应的values取值values
|
|
9857
|
+
*/
|
|
9858
|
+
Values: Array<string>;
|
|
9859
|
+
}
|
|
9860
|
+
/**
|
|
9861
|
+
* CancelRebuildIndexTask请求参数结构体
|
|
9862
|
+
*/
|
|
9863
|
+
export interface CancelRebuildIndexTaskRequest {
|
|
9864
|
+
/**
|
|
9865
|
+
* 日志主题ID
|
|
9866
|
+
*/
|
|
9867
|
+
TopicId: string;
|
|
9868
|
+
/**
|
|
9869
|
+
* 索引重建任务ID
|
|
9870
|
+
*/
|
|
9871
|
+
TaskId: string;
|
|
9872
|
+
}
|
|
9873
|
+
/**
|
|
9874
|
+
* DescribeConsoleSharingList请求参数结构体
|
|
9875
|
+
*/
|
|
9876
|
+
export type DescribeConsoleSharingListRequest = null;
|
|
9877
|
+
/**
|
|
9878
|
+
* 预聚合任务详情
|
|
9879
|
+
*/
|
|
9880
|
+
export interface RecordingRuleTaskInfo {
|
|
9881
|
+
/**
|
|
9882
|
+
* 预聚合任务id
|
|
9883
|
+
*/
|
|
9884
|
+
TaskId?: string;
|
|
9885
|
+
/**
|
|
9886
|
+
* 源日志主题id
|
|
9887
|
+
*/
|
|
9888
|
+
TopicId?: string;
|
|
9889
|
+
/**
|
|
9890
|
+
* 预聚合任务名称
|
|
9891
|
+
*/
|
|
9892
|
+
Name?: string;
|
|
9893
|
+
/**
|
|
9894
|
+
* 任务创建时间
|
|
9895
|
+
*/
|
|
9896
|
+
CreateTime?: string;
|
|
9897
|
+
/**
|
|
9898
|
+
* 任务更新时间
|
|
9899
|
+
*/
|
|
9900
|
+
UpdateTime?: string;
|
|
9901
|
+
/**
|
|
9902
|
+
* 任务状态,1:运行 2:停止 3:异常-找不到源日志主题 4:异常-找不到目标主题
|
|
9903
|
+
|
|
9904
|
+
5: 访问权限问题 6:内部故障 7:其他故障
|
|
9905
|
+
*/
|
|
9906
|
+
Status?: number;
|
|
9236
9907
|
/**
|
|
9237
|
-
*
|
|
9908
|
+
* 任务启用状态,1开启, 2关闭
|
|
9238
9909
|
*/
|
|
9239
|
-
|
|
9910
|
+
EnableFlag?: number;
|
|
9240
9911
|
/**
|
|
9241
|
-
*
|
|
9912
|
+
* 调度开始时间
|
|
9242
9913
|
*/
|
|
9243
|
-
|
|
9914
|
+
ProcessStartTime?: number;
|
|
9244
9915
|
/**
|
|
9245
|
-
*
|
|
9916
|
+
* 调度周期(分钟)
|
|
9246
9917
|
*/
|
|
9247
|
-
|
|
9918
|
+
ProcessPeriod?: number;
|
|
9248
9919
|
/**
|
|
9249
|
-
*
|
|
9920
|
+
* 执行延迟(秒)
|
|
9250
9921
|
*/
|
|
9251
|
-
|
|
9922
|
+
ProcessDelay?: number;
|
|
9252
9923
|
/**
|
|
9253
|
-
*
|
|
9924
|
+
* 是否开启投递服务日志。1:关闭,2:开启。
|
|
9254
9925
|
*/
|
|
9255
|
-
|
|
9926
|
+
HasServicesLog?: number;
|
|
9256
9927
|
/**
|
|
9257
|
-
*
|
|
9258
|
-
0:Lucene语法,1:CQL语法。
|
|
9928
|
+
* 预聚合检索语句
|
|
9259
9929
|
*/
|
|
9260
|
-
|
|
9930
|
+
RecordingRuleContent?: string;
|
|
9261
9931
|
/**
|
|
9262
|
-
*
|
|
9932
|
+
* 指标名称
|
|
9263
9933
|
*/
|
|
9264
|
-
|
|
9265
|
-
}
|
|
9266
|
-
/**
|
|
9267
|
-
* 仪表盘订阅模板变量
|
|
9268
|
-
*/
|
|
9269
|
-
export interface DashboardTemplateVariable {
|
|
9934
|
+
MetricName?: string;
|
|
9270
9935
|
/**
|
|
9271
|
-
*
|
|
9936
|
+
* 自定义指标名称
|
|
9272
9937
|
*/
|
|
9273
|
-
|
|
9938
|
+
CustomMetricLabels?: Array<MetricLabel>;
|
|
9274
9939
|
/**
|
|
9275
|
-
*
|
|
9940
|
+
* yaml配置文件id
|
|
9276
9941
|
*/
|
|
9277
|
-
|
|
9278
|
-
}
|
|
9279
|
-
/**
|
|
9280
|
-
* CancelRebuildIndexTask请求参数结构体
|
|
9281
|
-
*/
|
|
9282
|
-
export interface CancelRebuildIndexTaskRequest {
|
|
9942
|
+
YamlId?: string;
|
|
9283
9943
|
/**
|
|
9284
|
-
*
|
|
9944
|
+
* yaml配置文件名称
|
|
9285
9945
|
*/
|
|
9286
|
-
|
|
9946
|
+
YamlConfigName?: string;
|
|
9287
9947
|
/**
|
|
9288
|
-
*
|
|
9948
|
+
* 目标日志主题id
|
|
9289
9949
|
*/
|
|
9290
|
-
|
|
9950
|
+
DstTopicId?: string;
|
|
9291
9951
|
}
|
|
9292
|
-
/**
|
|
9293
|
-
* DescribeConsoleSharingList请求参数结构体
|
|
9294
|
-
*/
|
|
9295
|
-
export type DescribeConsoleSharingListRequest = null;
|
|
9296
9952
|
/**
|
|
9297
9953
|
* DescribeLogsets返回参数结构体
|
|
9298
9954
|
*/
|
|
@@ -9319,6 +9975,26 @@ export interface DescribeKafkaConsumerPreviewResponse {
|
|
|
9319
9975
|
*/
|
|
9320
9976
|
RequestId?: string;
|
|
9321
9977
|
}
|
|
9978
|
+
/**
|
|
9979
|
+
* Remote Write鉴权信息
|
|
9980
|
+
*/
|
|
9981
|
+
export interface RemoteWriteAuthInfo {
|
|
9982
|
+
/**
|
|
9983
|
+
* basic auth username
|
|
9984
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9985
|
+
*/
|
|
9986
|
+
Username?: string;
|
|
9987
|
+
/**
|
|
9988
|
+
* basic auth password
|
|
9989
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9990
|
+
*/
|
|
9991
|
+
Password?: string;
|
|
9992
|
+
/**
|
|
9993
|
+
* basic auth token
|
|
9994
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9995
|
+
*/
|
|
9996
|
+
Token?: string;
|
|
9997
|
+
}
|
|
9322
9998
|
/**
|
|
9323
9999
|
* 网络应用任务信息
|
|
9324
10000
|
*/
|
|
@@ -9866,6 +10542,19 @@ export interface MetricConfigLabel {
|
|
|
9866
10542
|
*/
|
|
9867
10543
|
CustomLabels?: Array<CustomLabel>;
|
|
9868
10544
|
}
|
|
10545
|
+
/**
|
|
10546
|
+
* DeleteS3Recharge请求参数结构体
|
|
10547
|
+
*/
|
|
10548
|
+
export interface DeleteS3RechargeRequest {
|
|
10549
|
+
/**
|
|
10550
|
+
* <p>导入任务Id</p>
|
|
10551
|
+
*/
|
|
10552
|
+
TaskId: string;
|
|
10553
|
+
/**
|
|
10554
|
+
* <p>日志主题Id。</p><ul><li>通过<a href="https://cloud.tencent.com/document/api/614/56454">获取日志主题列表</a>获取日志主题Id。</li></ul>
|
|
10555
|
+
*/
|
|
10556
|
+
TopicId: string;
|
|
10557
|
+
}
|
|
9869
10558
|
/**
|
|
9870
10559
|
* 仪表盘订阅信息
|
|
9871
10560
|
*/
|
|
@@ -9947,6 +10636,59 @@ export interface DeleteExportRequest {
|
|
|
9947
10636
|
* ModifyKafkaConsumerGroupOffset请求参数结构体
|
|
9948
10637
|
*/
|
|
9949
10638
|
export type ModifyKafkaConsumerGroupOffsetRequest = null;
|
|
10639
|
+
/**
|
|
10640
|
+
* ModifyRemoteWriteTask请求参数结构体
|
|
10641
|
+
*/
|
|
10642
|
+
export interface ModifyRemoteWriteTaskRequest {
|
|
10643
|
+
/**
|
|
10644
|
+
* 任务id
|
|
10645
|
+
*/
|
|
10646
|
+
TaskId: string;
|
|
10647
|
+
/**
|
|
10648
|
+
* 日志主题id
|
|
10649
|
+
*/
|
|
10650
|
+
TopicId: string;
|
|
10651
|
+
/**
|
|
10652
|
+
* 任务状态
|
|
10653
|
+
0 关闭 1 开启
|
|
10654
|
+
*/
|
|
10655
|
+
Enable?: number;
|
|
10656
|
+
/**
|
|
10657
|
+
* RemoteWrite任务名称
|
|
10658
|
+
*/
|
|
10659
|
+
Name?: string;
|
|
10660
|
+
/**
|
|
10661
|
+
* 1 内网 2外网
|
|
10662
|
+
*/
|
|
10663
|
+
NetType?: number;
|
|
10664
|
+
/**
|
|
10665
|
+
* 私有网络id
|
|
10666
|
+
*/
|
|
10667
|
+
VpcId?: string;
|
|
10668
|
+
/**
|
|
10669
|
+
* 目标服务名称
|
|
10670
|
+
*/
|
|
10671
|
+
Target?: string;
|
|
10672
|
+
/**
|
|
10673
|
+
* 目标地址
|
|
10674
|
+
*/
|
|
10675
|
+
RemoteWriteURL?: string;
|
|
10676
|
+
/**
|
|
10677
|
+
* 0: 无鉴权 1: basic_auth 2: token
|
|
10678
|
+
*/
|
|
10679
|
+
AuthType?: number;
|
|
10680
|
+
/**
|
|
10681
|
+
* 鉴权信息
|
|
10682
|
+
*/
|
|
10683
|
+
AuthInfo?: RemoteWriteAuthInfo;
|
|
10684
|
+
/**
|
|
10685
|
+
* 后端服务类型
|
|
10686
|
+
-1 没有
|
|
10687
|
+
0 CVM
|
|
10688
|
+
1025 CLB
|
|
10689
|
+
*/
|
|
10690
|
+
VirtualGatewayType?: number;
|
|
10691
|
+
}
|
|
9950
10692
|
/**
|
|
9951
10693
|
* DescribeConsoles请求参数结构体
|
|
9952
10694
|
*/
|
|
@@ -10444,6 +11186,15 @@ export interface DescribeEsRechargePreviewResponse {
|
|
|
10444
11186
|
*/
|
|
10445
11187
|
RequestId?: string;
|
|
10446
11188
|
}
|
|
11189
|
+
/**
|
|
11190
|
+
* DeleteS3Recharge返回参数结构体
|
|
11191
|
+
*/
|
|
11192
|
+
export interface DeleteS3RechargeResponse {
|
|
11193
|
+
/**
|
|
11194
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
11195
|
+
*/
|
|
11196
|
+
RequestId?: string;
|
|
11197
|
+
}
|
|
10447
11198
|
/**
|
|
10448
11199
|
* MergePartition请求参数结构体
|
|
10449
11200
|
*/
|
|
@@ -10462,6 +11213,27 @@ export interface MergePartitionRequest {
|
|
|
10462
11213
|
*/
|
|
10463
11214
|
PartitionId: number;
|
|
10464
11215
|
}
|
|
11216
|
+
/**
|
|
11217
|
+
* DescribeRecordingRuleTask请求参数结构体
|
|
11218
|
+
*/
|
|
11219
|
+
export interface DescribeRecordingRuleTaskRequest {
|
|
11220
|
+
/**
|
|
11221
|
+
* <p>源指标主题id</p>
|
|
11222
|
+
*/
|
|
11223
|
+
TopicId: string;
|
|
11224
|
+
/**
|
|
11225
|
+
* <p>分页的偏移量,默认值为0。</p>
|
|
11226
|
+
*/
|
|
11227
|
+
Offset: number;
|
|
11228
|
+
/**
|
|
11229
|
+
* <p>分页单页限制数目,默认值为20,最大值100。</p>
|
|
11230
|
+
*/
|
|
11231
|
+
Limit: number;
|
|
11232
|
+
/**
|
|
11233
|
+
* <li>yamlId【关联yaml配置ID】进行过滤,模糊匹配。类型:String。必选:否</li> <li>taskName按照【任务名称】进行过滤,模糊匹配。类型:String。必选:否</li> <li>taskId按照【任务ID】进行过滤,模糊匹配。类型:String。必选:否</li>
|
|
11234
|
+
*/
|
|
11235
|
+
Filters?: Array<Filter>;
|
|
11236
|
+
}
|
|
10465
11237
|
/**
|
|
10466
11238
|
* 告警策略中监控任务的执行时间点
|
|
10467
11239
|
*/
|
|
@@ -10479,6 +11251,15 @@ export interface MonitorTime {
|
|
|
10479
11251
|
*/
|
|
10480
11252
|
CronExpression?: string;
|
|
10481
11253
|
}
|
|
11254
|
+
/**
|
|
11255
|
+
* ModifyAgentApplication返回参数结构体
|
|
11256
|
+
*/
|
|
11257
|
+
export interface ModifyAgentApplicationResponse {
|
|
11258
|
+
/**
|
|
11259
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
11260
|
+
*/
|
|
11261
|
+
RequestId?: string;
|
|
11262
|
+
}
|
|
10482
11263
|
/**
|
|
10483
11264
|
* ApplyConfigToMachineGroup请求参数结构体
|
|
10484
11265
|
*/
|
|
@@ -11048,52 +11829,21 @@ export interface OpenClawServiceRequest {
|
|
|
11048
11829
|
EnableTrace?: boolean;
|
|
11049
11830
|
}
|
|
11050
11831
|
/**
|
|
11051
|
-
*
|
|
11832
|
+
* CreateAgentApplication请求参数结构体
|
|
11052
11833
|
*/
|
|
11053
|
-
export interface
|
|
11054
|
-
/**
|
|
11055
|
-
* 日志集ID。
|
|
11056
|
-
*/
|
|
11057
|
-
LogsetId?: string;
|
|
11058
|
-
/**
|
|
11059
|
-
* 日志集名称。
|
|
11060
|
-
*/
|
|
11061
|
-
LogsetName?: string;
|
|
11062
|
-
/**
|
|
11063
|
-
* 日志主题ID。
|
|
11064
|
-
*/
|
|
11065
|
-
TopicId?: string;
|
|
11066
|
-
/**
|
|
11067
|
-
* 日志主题名称。
|
|
11068
|
-
*/
|
|
11069
|
-
TopicName?: string;
|
|
11070
|
-
/**
|
|
11071
|
-
* 查询语句。
|
|
11072
|
-
*/
|
|
11073
|
-
Query?: string;
|
|
11074
|
-
/**
|
|
11075
|
-
* 告警对象序号。
|
|
11076
|
-
*/
|
|
11077
|
-
Number?: number;
|
|
11078
|
-
/**
|
|
11079
|
-
* 查询范围起始时间相对于告警执行时间的偏移,单位为分钟,取值为非正,最大值为0,最小值为-1440。
|
|
11080
|
-
*/
|
|
11081
|
-
StartTimeOffset?: number;
|
|
11834
|
+
export interface CreateAgentApplicationRequest {
|
|
11082
11835
|
/**
|
|
11083
|
-
*
|
|
11836
|
+
* <p>应用名称</p><p>入参限制:</p><ul><li>不能为空字符串</li><li>不能包含字符<code>|</code></li><li>不能超过64字符</li></ul>
|
|
11084
11837
|
*/
|
|
11085
|
-
|
|
11838
|
+
ApplicationName: string;
|
|
11086
11839
|
/**
|
|
11087
|
-
*
|
|
11088
|
-
0:Lucene语法,1:CQL语法。
|
|
11089
|
-
详细说明参见<a href="https://cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules" target="_blank">检索条件语法规则</a>
|
|
11840
|
+
* <p>接入类型</p><p>枚举值:</p><ul><li>Langfuse: Langfuse 是一款开源的 LLM(大语言模型)工程与可观测性平台(LLMOps Tool)</li></ul>
|
|
11090
11841
|
*/
|
|
11091
|
-
|
|
11842
|
+
AccessType: string;
|
|
11092
11843
|
/**
|
|
11093
|
-
*
|
|
11094
|
-
0: 日志主题,1: 指标主题
|
|
11844
|
+
* <p>日志集Id。通过 <a href="https://cloud.tencent.com/document/product/614/58624">获取日志集列表</a>获取日志集Id。</p>
|
|
11095
11845
|
*/
|
|
11096
|
-
|
|
11846
|
+
LogsetId: string;
|
|
11097
11847
|
}
|
|
11098
11848
|
/**
|
|
11099
11849
|
* SearchCosRechargeInfo请求参数结构体
|
|
@@ -11245,49 +11995,130 @@ export interface DescribeShipperTasksRequest {
|
|
|
11245
11995
|
*/
|
|
11246
11996
|
export interface CreateCloudProductLogCollectionRequest {
|
|
11247
11997
|
/**
|
|
11248
|
-
* <p>实例ID</p><ul><li>通过各个接入云产品官方文档获取</li></ul>
|
|
11998
|
+
* <p>实例ID</p><ul><li>通过各个接入云产品官方文档获取</li></ul>
|
|
11999
|
+
*/
|
|
12000
|
+
InstanceId: string;
|
|
12001
|
+
/**
|
|
12002
|
+
* <p>云产品标识。支持以下产品</p><ul><li>APIS</li><li>BH</li><li>CDB</li><li>CDS</li><li>CFS</li><li>CLB</li><li>CSIP</li><li>CWP</li><li>DCDB</li><li>DNSPod</li><li>EMR</li><li>HTTPDNS</li><li>KHL</li><li>llmsgw</li><li>MariaDB</li><li>MDP</li><li>MongoDB</li><li>PostgreSQL</li><li>TCSS</li><li>TDSQL-C</li><li>TDStore</li><li>TencentDB-Redis</li><li>TEO</li><li>TokenHub</li><li>TSE</li></ul>
|
|
12003
|
+
*/
|
|
12004
|
+
AssumerName: string;
|
|
12005
|
+
/**
|
|
12006
|
+
* <p>各云产品支持的日志类型如下:</p><table><thead><tr><th>assumer_name</th><th>支持的 log_type</th></tr></thead><tbody><tr><td>APIS</td><td>APIS-ACCESS</td></tr><tr><td>BH</td><td>BH-COMMANDLOG, BH-FILELOG</td></tr><tr><td>CDB</td><td>CDB-AUDIT</td></tr><tr><td>CDS</td><td>CDS-AUDIT, CDS-RISK</td></tr><tr><td>CFS</td><td>CFS-AUDIT</td></tr><tr><td>CLB</td><td>CMR-SPEND</td></tr><tr><td>CSIP</td><td>CSIP</td></tr><tr><td>CWP</td><td>CWP</td></tr><tr><td>DCDB</td><td>DCDB-AUDIT, DCDB-ERROR, DCDB-SLOW</td></tr><tr><td>DNSPod</td><td>DNSPod-RESOLVELOG</td></tr><tr><td>EMR</td><td>EMR-OPERATION</td></tr><tr><td>HTTPDNS</td><td>HTTPDNS-RESOLVELOG</td></tr><tr><td>MariaDB</td><td>MariaDB-AUDIT, MariaDB-ERROR, MariaDB-SLOW</td></tr><tr><td>MDP</td><td>MDP-SSAI</td></tr><tr><td>MongoDB</td><td>MongoDB-AUDIT, MongoDB-ErrorLog, MongoDB-OperationLog, MongoDB-SlowLog</td></tr><tr><td>PostgreSQL</td><td>PostgreSQL-AUDIT, PostgreSQL-ERROR, PostgreSQL-SLOW</td></tr><tr><td>TCSS</td><td>TCSS</td></tr><tr><td>TDSQL-C</td><td>TDSQL-C-AUDIT</td></tr><tr><td>TDStore</td><td>TDMYSQL-SLOW</td></tr><tr><td>TencentDB-Redis</td><td>Redis-AUDIT, Redis-ERROR, Redis-SLOW</td></tr><tr><td>TEO</td><td>TEO-INEFERENCE</td></tr><tr><td>llmsgw</td><td>llmsgw-mcp-security-alarm</td></tr></tbody></table>
|
|
12007
|
+
*/
|
|
12008
|
+
LogType: string;
|
|
12009
|
+
/**
|
|
12010
|
+
* <p>云产品地域。不同 LogType 入参格式存在差异:</p><p><strong>格式 A:短 region 码</strong>(gz / sh / bj …)</p><ul><li>APIS 全部日志类型:如 <code>gz</code></li><li>CDB-AUDIT</li><li>TDSQL-C-AUDIT</li><li>TDMYSQL-SLOW</li><li>DCDB 全部日志类型</li><li>MariaDB 全部日志类型</li><li>PostgreSQL 全部日志类型</li><li>MongoDB-AUDIT(<strong>注意与 SlowLog/ErrorLog/OperationLog 不同</strong>)</li><li>TencentDB-Redis 全部日志类型</li><li>EMR-OPERATION</li></ul><p><strong>格式 B:长 region 码</strong>(ap-guangzhou / ap-shanghai / ap-singapore …)</p><ul><li>CDS 全部日志类型:如 <code>ap-guangzhou</code></li><li>MongoDB-SlowLog / MongoDB-ErrorLog / MongoDB-OperationLog</li><li>DNSPod-RESOLVELOG</li><li>HTTPDNS-RESOLVELOG</li><li>MDP-SSAI</li><li>CFS-AUDIT</li><li>TEO-INEFERENCE</li><li>TokenHub-ActivityLog / TokenHub-AuditLog</li><li>llmsgw-mcp-security-alarm</li><li>CSIP / TCSS / TSE / CWP / KHL 等</li></ul><p><strong>格式 C:BH 专用 Polaris 名</strong></p><ul><li>BH 全部日志类型:<code>overseas-polaris</code>(中国香港及其他海外)/ <code>fsi-polaris</code>(金融区)/ <code>general-polaris</code>(普通区)/ <code>intl-sg-prod</code>(国际站)</li></ul>
|
|
12011
|
+
*/
|
|
12012
|
+
CloudProductRegion: string;
|
|
12013
|
+
/**
|
|
12014
|
+
* <p>CLS目标地域</p><ul><li>支持地域参考 <a href="https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8">地域列表</a> 文档</li></ul>
|
|
12015
|
+
*/
|
|
12016
|
+
ClsRegion: string;
|
|
12017
|
+
/**
|
|
12018
|
+
* <p>日志集名称,未填LogsetId时必填。若日志集不存在, 将自动创建</p>
|
|
12019
|
+
*/
|
|
12020
|
+
LogsetName?: string;
|
|
12021
|
+
/**
|
|
12022
|
+
* <p>日志主题名称,在未填TopicId时必填。 若日志主题不存在,将自动创建</p>
|
|
12023
|
+
*/
|
|
12024
|
+
TopicName?: string;
|
|
12025
|
+
/**
|
|
12026
|
+
* <p>日志配置扩展信息, 一般用于存储额外的日志投递配置</p>
|
|
12027
|
+
*/
|
|
12028
|
+
Extend?: string;
|
|
12029
|
+
/**
|
|
12030
|
+
* <p>日志集id</p><ul><li>通过<a href="https://cloud.tencent.com/document/api/614/58624">获取日志集列表</a>获取日志集Id。</li></ul>
|
|
12031
|
+
*/
|
|
12032
|
+
LogsetId?: string;
|
|
12033
|
+
/**
|
|
12034
|
+
* <p>日志主题id</p><ul><li>通过<a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a>获取日志主题Id。</li></ul>
|
|
12035
|
+
*/
|
|
12036
|
+
TopicId?: string;
|
|
12037
|
+
/**
|
|
12038
|
+
* <p>标签描述列表,通过指定该参数可以同时绑定标签到相应的主题。最大支持10个标签键值对,同一个资源只能绑定到同一个标签键下。</p>
|
|
12039
|
+
*/
|
|
12040
|
+
Tags?: Array<Tag>;
|
|
12041
|
+
}
|
|
12042
|
+
/**
|
|
12043
|
+
* aws 导入信息
|
|
12044
|
+
*/
|
|
12045
|
+
export interface S3RechargeInfo {
|
|
12046
|
+
/**
|
|
12047
|
+
* <p>导入任务Id</p>
|
|
12048
|
+
*/
|
|
12049
|
+
TaskId?: string;
|
|
12050
|
+
/**
|
|
12051
|
+
* <p>日志主题Id。- 通过<a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a>获取日志主题Id。</p>
|
|
12052
|
+
*/
|
|
12053
|
+
TopicId?: string;
|
|
12054
|
+
/**
|
|
12055
|
+
* <p>日志集Id。通过 <a href="https://cloud.tencent.com/document/product/614/58624">获取日志集列表</a>获取日志集Id。</p>
|
|
12056
|
+
*/
|
|
12057
|
+
LogsetId?: string;
|
|
12058
|
+
/**
|
|
12059
|
+
* <p>任务名称</p>
|
|
12060
|
+
*/
|
|
12061
|
+
Name?: string;
|
|
12062
|
+
/**
|
|
12063
|
+
* <p>s3存储桶</p>
|
|
12064
|
+
*/
|
|
12065
|
+
Bucket?: string;
|
|
12066
|
+
/**
|
|
12067
|
+
* <p>地域</p>
|
|
12068
|
+
*/
|
|
12069
|
+
S3Region?: string;
|
|
12070
|
+
/**
|
|
12071
|
+
* <p>访问密钥 ID(Access Key ID)</p>
|
|
11249
12072
|
*/
|
|
11250
|
-
|
|
12073
|
+
AccessKeyId?: string;
|
|
11251
12074
|
/**
|
|
11252
|
-
* <p
|
|
12075
|
+
* <p>自定义端点</p>
|
|
11253
12076
|
*/
|
|
11254
|
-
|
|
12077
|
+
Endpoint?: string;
|
|
11255
12078
|
/**
|
|
11256
|
-
* <p
|
|
12079
|
+
* <p>采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表单行全文;默认为minimalist_log</p>
|
|
11257
12080
|
*/
|
|
11258
|
-
LogType
|
|
12081
|
+
LogType?: string;
|
|
11259
12082
|
/**
|
|
11260
|
-
* <p
|
|
12083
|
+
* <p>s3文件所在文件夹的前缀。默认为空,投递存储桶下所有的文件。</p>
|
|
11261
12084
|
*/
|
|
11262
|
-
|
|
12085
|
+
Prefix?: string;
|
|
11263
12086
|
/**
|
|
11264
|
-
* <p
|
|
12087
|
+
* <p>压缩模式。支持: "", "gzip", "lzop", "snappy"。</p><p>默认值:不压缩</p>
|
|
11265
12088
|
*/
|
|
11266
|
-
|
|
12089
|
+
Compress?: string;
|
|
11267
12090
|
/**
|
|
11268
|
-
* <p
|
|
12091
|
+
* <p>提取规则,如果设置了ExtractRule,则必须设置LogType</p>
|
|
11269
12092
|
*/
|
|
11270
|
-
|
|
12093
|
+
ExtractRule?: ExtractRuleInfo;
|
|
11271
12094
|
/**
|
|
11272
|
-
* <p
|
|
12095
|
+
* <p>s3导入任务类型.</p><p>枚举值:</p><ul><li>1: 一次性导入任务</li><li>2: 持续性导入任务</li></ul>
|
|
11273
12096
|
*/
|
|
11274
|
-
|
|
12097
|
+
TaskType?: number;
|
|
11275
12098
|
/**
|
|
11276
|
-
* <p
|
|
12099
|
+
* <p>元数据。</p><p>枚举值:</p><ul><li>bucket: 桶</li><li>object: 对象</li></ul><p>选中元数据将以 <strong>TAG</strong>.{元数据}:xxx 的形式与日志一起导入。如:<strong>TAG</strong>.object: csv/object.gz</p>
|
|
11277
12100
|
*/
|
|
11278
|
-
|
|
12101
|
+
Metadata?: Array<string>;
|
|
11279
12102
|
/**
|
|
11280
|
-
* <p
|
|
12103
|
+
* <p>任务状态</p><p>枚举值:</p><ul><li>0: 已创建</li><li>1: 运行中</li><li>2: 已停止</li><li>3: 已完成</li><li>4: 运行失败</li></ul>
|
|
11281
12104
|
*/
|
|
11282
|
-
|
|
12105
|
+
Status?: number;
|
|
11283
12106
|
/**
|
|
11284
|
-
* <p
|
|
12107
|
+
* <p>是否启用</p><p>枚举值:</p><ul><li>0: 暂停</li><li>1: 启用</li></ul>
|
|
11285
12108
|
*/
|
|
11286
|
-
|
|
12109
|
+
Enable?: number;
|
|
11287
12110
|
/**
|
|
11288
|
-
* <p
|
|
12111
|
+
* <p>进度条百分值</p>
|
|
11289
12112
|
*/
|
|
11290
|
-
|
|
12113
|
+
Progress?: number;
|
|
12114
|
+
/**
|
|
12115
|
+
* <p>创建时间</p><p>单位:秒</p><p>秒级时间戳</p>
|
|
12116
|
+
*/
|
|
12117
|
+
CreateTime?: number;
|
|
12118
|
+
/**
|
|
12119
|
+
* <p>更新时间</p><p>单位:秒</p><p>秒级时间戳</p>
|
|
12120
|
+
*/
|
|
12121
|
+
UpdateTime?: number;
|
|
11291
12122
|
}
|
|
11292
12123
|
/**
|
|
11293
12124
|
* DescribeIndex请求参数结构体
|
|
@@ -11415,6 +12246,10 @@ export interface ModifyNoticeContentResponse {
|
|
|
11415
12246
|
*/
|
|
11416
12247
|
RequestId?: string;
|
|
11417
12248
|
}
|
|
12249
|
+
/**
|
|
12250
|
+
* 服务日志topic信息
|
|
12251
|
+
*/
|
|
12252
|
+
export type ServiceLogConfigInfo = null;
|
|
11418
12253
|
/**
|
|
11419
12254
|
* DeleteWebCallback返回参数结构体
|
|
11420
12255
|
*/
|
|
@@ -11441,6 +12276,59 @@ export interface DescribeSearchViewsResponse {
|
|
|
11441
12276
|
*/
|
|
11442
12277
|
RequestId?: string;
|
|
11443
12278
|
}
|
|
12279
|
+
/**
|
|
12280
|
+
* CreateS3Recharge请求参数结构体
|
|
12281
|
+
*/
|
|
12282
|
+
export interface CreateS3RechargeRequest {
|
|
12283
|
+
/**
|
|
12284
|
+
* <p>日志主题Id。</p><ul><li>通过<a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a>获取日志主题Id。</li></ul>
|
|
12285
|
+
*/
|
|
12286
|
+
TopicId: string;
|
|
12287
|
+
/**
|
|
12288
|
+
* <p>s3导入任务名称,最大支持128个字节。</p><p>同一个TopicId下的s3任务Name必须唯一</p>
|
|
12289
|
+
*/
|
|
12290
|
+
Name: string;
|
|
12291
|
+
/**
|
|
12292
|
+
* <p>s3存储桶</p>
|
|
12293
|
+
*/
|
|
12294
|
+
Bucket: string;
|
|
12295
|
+
/**
|
|
12296
|
+
* <p>地域</p>
|
|
12297
|
+
*/
|
|
12298
|
+
S3Region: string;
|
|
12299
|
+
/**
|
|
12300
|
+
* <p>访问密钥 ID(Access Key ID)</p>
|
|
12301
|
+
*/
|
|
12302
|
+
AccessKeyId: string;
|
|
12303
|
+
/**
|
|
12304
|
+
* <p>访问密钥Key(Secret Access Key)</p>
|
|
12305
|
+
*/
|
|
12306
|
+
SecretAccessKey: string;
|
|
12307
|
+
/**
|
|
12308
|
+
* <p>采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表单行全文;<br>默认为minimalist_log</p>
|
|
12309
|
+
*/
|
|
12310
|
+
LogType: string;
|
|
12311
|
+
/**
|
|
12312
|
+
* <p>自定义端点</p>
|
|
12313
|
+
*/
|
|
12314
|
+
Endpoint?: string;
|
|
12315
|
+
/**
|
|
12316
|
+
* <p>s3文件所在文件夹的前缀。默认为空,投递存储桶下所有的文件。</p>
|
|
12317
|
+
*/
|
|
12318
|
+
Prefix?: string;
|
|
12319
|
+
/**
|
|
12320
|
+
* <p>压缩模式。支持: "", "gzip", "lzop", "snappy"。</p><p>默认值:不压缩</p>
|
|
12321
|
+
*/
|
|
12322
|
+
Compress?: string;
|
|
12323
|
+
/**
|
|
12324
|
+
* <p>提取规则,如果设置了ExtractRule,则必须设置LogType</p>
|
|
12325
|
+
*/
|
|
12326
|
+
ExtractRuleInfo?: ExtractRuleInfo;
|
|
12327
|
+
/**
|
|
12328
|
+
* <p>s3导入任务类型.</p><p>枚举值:</p><ul><li>1: 一次性导入任务</li><li>2: 持续性导入任务</li></ul><p>默认值:1</p>
|
|
12329
|
+
*/
|
|
12330
|
+
TaskType?: number;
|
|
12331
|
+
}
|
|
11444
12332
|
/**
|
|
11445
12333
|
* DescribeAlarmShields请求参数结构体
|
|
11446
12334
|
*/
|
|
@@ -11545,6 +12433,20 @@ export interface ConsumerGroupInfo {
|
|
|
11545
12433
|
*/
|
|
11546
12434
|
Topics?: Array<string>;
|
|
11547
12435
|
}
|
|
12436
|
+
/**
|
|
12437
|
+
* CreateRemoteWriteTask返回参数结构体
|
|
12438
|
+
*/
|
|
12439
|
+
export interface CreateRemoteWriteTaskResponse {
|
|
12440
|
+
/**
|
|
12441
|
+
* remoteWrite任务id
|
|
12442
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12443
|
+
*/
|
|
12444
|
+
TaskId?: string;
|
|
12445
|
+
/**
|
|
12446
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12447
|
+
*/
|
|
12448
|
+
RequestId?: string;
|
|
12449
|
+
}
|
|
11548
12450
|
/**
|
|
11549
12451
|
* DescribeRebuildIndexTasks请求参数结构体
|
|
11550
12452
|
*/
|
|
@@ -12289,6 +13191,15 @@ export interface KafkaConsumerContent {
|
|
|
12289
13191
|
*/
|
|
12290
13192
|
JsonType?: number;
|
|
12291
13193
|
}
|
|
13194
|
+
/**
|
|
13195
|
+
* DeleteSearchView返回参数结构体
|
|
13196
|
+
*/
|
|
13197
|
+
export interface DeleteSearchViewResponse {
|
|
13198
|
+
/**
|
|
13199
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13200
|
+
*/
|
|
13201
|
+
RequestId?: string;
|
|
13202
|
+
}
|
|
12292
13203
|
/**
|
|
12293
13204
|
* DeleteConfig请求参数结构体
|
|
12294
13205
|
*/
|
|
@@ -12532,6 +13443,19 @@ export interface DlcTableInfo {
|
|
|
12532
13443
|
*/
|
|
12533
13444
|
TableName: string;
|
|
12534
13445
|
}
|
|
13446
|
+
/**
|
|
13447
|
+
* DeleteRemoteWriteTask请求参数结构体
|
|
13448
|
+
*/
|
|
13449
|
+
export interface DeleteRemoteWriteTaskRequest {
|
|
13450
|
+
/**
|
|
13451
|
+
* RemoteWrite导入任务ID
|
|
13452
|
+
*/
|
|
13453
|
+
TaskId: string;
|
|
13454
|
+
/**
|
|
13455
|
+
* 日志主题ID
|
|
13456
|
+
*/
|
|
13457
|
+
TopicId: string;
|
|
13458
|
+
}
|
|
12535
13459
|
/**
|
|
12536
13460
|
* ModifyKafkaConsumerGroupOffset返回参数结构体
|
|
12537
13461
|
*/
|
|
@@ -12737,6 +13661,15 @@ export interface ModifyCloudProductLogCollectionRequest {
|
|
|
12737
13661
|
*/
|
|
12738
13662
|
Tags?: Array<Tag>;
|
|
12739
13663
|
}
|
|
13664
|
+
/**
|
|
13665
|
+
* DeleteRemoteWriteTask返回参数结构体
|
|
13666
|
+
*/
|
|
13667
|
+
export interface DeleteRemoteWriteTaskResponse {
|
|
13668
|
+
/**
|
|
13669
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13670
|
+
*/
|
|
13671
|
+
RequestId?: string;
|
|
13672
|
+
}
|
|
12740
13673
|
/**
|
|
12741
13674
|
* OpenClawService返回参数结构体
|
|
12742
13675
|
*/
|
|
@@ -13050,6 +13983,35 @@ export interface ModifyConsumerGroupResponse {
|
|
|
13050
13983
|
*/
|
|
13051
13984
|
RequestId?: string;
|
|
13052
13985
|
}
|
|
13986
|
+
/**
|
|
13987
|
+
* SearchS3RechargeInfo返回参数结构体
|
|
13988
|
+
*/
|
|
13989
|
+
export interface SearchS3RechargeInfoResponse {
|
|
13990
|
+
/**
|
|
13991
|
+
* <p>匹配到的存储桶下的某个文件的前几行数据</p>
|
|
13992
|
+
*/
|
|
13993
|
+
Data?: Array<string>;
|
|
13994
|
+
/**
|
|
13995
|
+
* <p>匹配到的存储桶下的文件个数</p>
|
|
13996
|
+
*/
|
|
13997
|
+
Sum?: number;
|
|
13998
|
+
/**
|
|
13999
|
+
* <p>当前预览文件路径</p>
|
|
14000
|
+
*/
|
|
14001
|
+
Path?: string;
|
|
14002
|
+
/**
|
|
14003
|
+
* <p>预览获取数据失败原因</p>
|
|
14004
|
+
*/
|
|
14005
|
+
Msg?: string;
|
|
14006
|
+
/**
|
|
14007
|
+
* <p>状态。</p><ul><li>0:成功</li><li>10000:参数错误,请确认参数</li><li>10001:授权失败,请确认授权</li><li>10002:获取文件列表失败,请稍后再试。若无法解决,请咨询 <a href="https://cloud.tencent.com/online-service">在线支持</a> 或 <a href="https://console.cloud.tencent.com/workorder/category?level1_id=83&level2_id=469&source=14&data_title=%E6%97%A5%E5%BF%97%E6%9C%8D%E5%8A%A1&step=1">提交工单</a> 处理。</li><li>10003:桶内无相应前缀文件,请使用正确的桶、文件前缀和压缩方式</li><li>10004:文件下载失败,请稍后再试。若无法解决,请咨询 <a href="https://cloud.tencent.com/online-service">在线支持</a> 或 <a href="https://console.cloud.tencent.com/workorder/category?level1_id=83&level2_id=469&source=14&data_title=%E6%97%A5%E5%BF%97%E6%9C%8D%E5%8A%A1&step=1">提交工单</a> 处理。</li><li>10005:文件解压缩失败,请选择正确的压缩方式然后再试</li><li>10006:读取文件内容失败,请确认文件可读</li><li>10007:文件预览失败,请稍后再试。若无法解决,请咨询 <a href="https://cloud.tencent.com/online-service">在线支持</a> 或 <a href="https://console.cloud.tencent.com/workorder/category?level1_id=83&level2_id=469&source=14&data_title=%E6%97%A5%E5%BF%97%E6%9C%8D%E5%8A%A1&step=1">提交工单</a> 处理。</li></ul>
|
|
14008
|
+
*/
|
|
14009
|
+
Status?: number;
|
|
14010
|
+
/**
|
|
14011
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14012
|
+
*/
|
|
14013
|
+
RequestId?: string;
|
|
14014
|
+
}
|
|
13053
14015
|
/**
|
|
13054
14016
|
* CreateKafkaRecharge请求参数结构体
|
|
13055
14017
|
*/
|
|
@@ -13367,79 +14329,38 @@ export interface ModifyKafkaRechargeResponse {
|
|
|
13367
14329
|
RequestId?: string;
|
|
13368
14330
|
}
|
|
13369
14331
|
/**
|
|
13370
|
-
*
|
|
14332
|
+
* 过滤器
|
|
13371
14333
|
*/
|
|
13372
|
-
export interface
|
|
13373
|
-
/**
|
|
13374
|
-
* 预聚合任务id
|
|
13375
|
-
*/
|
|
13376
|
-
TaskId?: string;
|
|
13377
|
-
/**
|
|
13378
|
-
* 源日志主题id
|
|
13379
|
-
*/
|
|
13380
|
-
TopicId?: string;
|
|
13381
|
-
/**
|
|
13382
|
-
* 预聚合任务名称
|
|
13383
|
-
*/
|
|
13384
|
-
Name?: string;
|
|
13385
|
-
/**
|
|
13386
|
-
* 任务创建时间
|
|
13387
|
-
*/
|
|
13388
|
-
CreateTime?: string;
|
|
13389
|
-
/**
|
|
13390
|
-
* 任务更新时间
|
|
13391
|
-
*/
|
|
13392
|
-
UpdateTime?: string;
|
|
13393
|
-
/**
|
|
13394
|
-
* 任务状态,1:运行 2:停止 3:异常-找不到源日志主题 4:异常-找不到目标主题
|
|
13395
|
-
|
|
13396
|
-
5: 访问权限问题 6:内部故障 7:其他故障
|
|
13397
|
-
*/
|
|
13398
|
-
Status?: number;
|
|
13399
|
-
/**
|
|
13400
|
-
* 任务启用状态,1开启, 2关闭
|
|
13401
|
-
*/
|
|
13402
|
-
EnableFlag?: number;
|
|
13403
|
-
/**
|
|
13404
|
-
* 调度开始时间
|
|
13405
|
-
*/
|
|
13406
|
-
ProcessStartTime?: number;
|
|
13407
|
-
/**
|
|
13408
|
-
* 调度周期(分钟)
|
|
13409
|
-
*/
|
|
13410
|
-
ProcessPeriod?: number;
|
|
13411
|
-
/**
|
|
13412
|
-
* 执行延迟(秒)
|
|
13413
|
-
*/
|
|
13414
|
-
ProcessDelay?: number;
|
|
13415
|
-
/**
|
|
13416
|
-
* 是否开启投递服务日志。1:关闭,2:开启。
|
|
13417
|
-
*/
|
|
13418
|
-
HasServicesLog?: number;
|
|
14334
|
+
export interface MetricLabel {
|
|
13419
14335
|
/**
|
|
13420
|
-
*
|
|
14336
|
+
* 指标名称
|
|
13421
14337
|
*/
|
|
13422
|
-
|
|
14338
|
+
Key: string;
|
|
13423
14339
|
/**
|
|
13424
|
-
*
|
|
14340
|
+
* 指标内容
|
|
13425
14341
|
*/
|
|
13426
|
-
|
|
14342
|
+
Value: string;
|
|
14343
|
+
}
|
|
14344
|
+
/**
|
|
14345
|
+
* DescribeAgentConfigs请求参数结构体
|
|
14346
|
+
*/
|
|
14347
|
+
export interface DescribeAgentConfigsRequest {
|
|
13427
14348
|
/**
|
|
13428
|
-
*
|
|
14349
|
+
* agent的版本号
|
|
13429
14350
|
*/
|
|
13430
|
-
|
|
14351
|
+
AgentVersion: string;
|
|
13431
14352
|
/**
|
|
13432
|
-
*
|
|
14353
|
+
* agent的IP地址
|
|
13433
14354
|
*/
|
|
13434
|
-
|
|
14355
|
+
AgentIp: string;
|
|
13435
14356
|
/**
|
|
13436
|
-
*
|
|
14357
|
+
* 机器组标签列表
|
|
13437
14358
|
*/
|
|
13438
|
-
|
|
14359
|
+
Labels?: Array<string>;
|
|
13439
14360
|
/**
|
|
13440
|
-
*
|
|
14361
|
+
* agent的instance id
|
|
13441
14362
|
*/
|
|
13442
|
-
|
|
14363
|
+
InstanceId?: string;
|
|
13443
14364
|
}
|
|
13444
14365
|
/**
|
|
13445
14366
|
* 采集对象
|
|
@@ -13678,17 +14599,41 @@ export interface UserKafkaMeta {
|
|
|
13678
14599
|
KafkaVersion: string;
|
|
13679
14600
|
}
|
|
13680
14601
|
/**
|
|
13681
|
-
*
|
|
14602
|
+
* agent 应用信息
|
|
13682
14603
|
*/
|
|
13683
|
-
export interface
|
|
14604
|
+
export interface AgentApplicationInfo {
|
|
13684
14605
|
/**
|
|
13685
|
-
*
|
|
14606
|
+
* <p>应用id</p>
|
|
13686
14607
|
*/
|
|
13687
|
-
|
|
14608
|
+
ApplicationId?: string;
|
|
13688
14609
|
/**
|
|
13689
|
-
*
|
|
14610
|
+
* <p>应用名称</p>
|
|
13690
14611
|
*/
|
|
13691
|
-
|
|
14612
|
+
ApplicationName?: string;
|
|
14613
|
+
/**
|
|
14614
|
+
* <p>接入类型</p><p>枚举值:</p><ul><li>Langfuse: Langfuse 是一款开源的 LLM(大语言模型)工程与可观测性平台(LLMOps Tool)</li></ul>
|
|
14615
|
+
*/
|
|
14616
|
+
AccessType?: string;
|
|
14617
|
+
/**
|
|
14618
|
+
* <p>应用下资源所属地域</p><p>例如:ap-guangzhou</p>
|
|
14619
|
+
*/
|
|
14620
|
+
Region?: string;
|
|
14621
|
+
/**
|
|
14622
|
+
* <p>日志主题列表</p>
|
|
14623
|
+
*/
|
|
14624
|
+
LogTopics?: Array<AgentTopicInfo>;
|
|
14625
|
+
/**
|
|
14626
|
+
* <p>指标主题列表</p>
|
|
14627
|
+
*/
|
|
14628
|
+
MetricsTopics?: Array<AgentTopicInfo>;
|
|
14629
|
+
/**
|
|
14630
|
+
* <p>创建时间</p><p>单位:秒</p><p>秒级时间戳</p>
|
|
14631
|
+
*/
|
|
14632
|
+
CreateTime?: number;
|
|
14633
|
+
/**
|
|
14634
|
+
* <p>更新时间</p><p>单位:秒</p><p>秒级时间戳</p>
|
|
14635
|
+
*/
|
|
14636
|
+
UpdateTime?: number;
|
|
13692
14637
|
}
|
|
13693
14638
|
/**
|
|
13694
14639
|
* ModifyRecordingRuleTask请求参数结构体
|
|
@@ -13895,29 +14840,13 @@ export interface DescribeKafkaConsumerGroupDetailRequest {
|
|
|
13895
14840
|
Group: string;
|
|
13896
14841
|
}
|
|
13897
14842
|
/**
|
|
13898
|
-
*
|
|
14843
|
+
* DescribeMetricCorrectDimension返回参数结构体
|
|
13899
14844
|
*/
|
|
13900
|
-
export interface
|
|
13901
|
-
/**
|
|
13902
|
-
* 日志主题对应的消费组标识
|
|
13903
|
-
*/
|
|
13904
|
-
ConsumerGroup: string;
|
|
13905
|
-
/**
|
|
13906
|
-
* 时间戳(秒级时间戳)
|
|
13907
|
-
*/
|
|
13908
|
-
From: string;
|
|
13909
|
-
/**
|
|
13910
|
-
* 日志集id(日志主题对应的id)
|
|
13911
|
-
*/
|
|
13912
|
-
LogsetId: string;
|
|
13913
|
-
/**
|
|
13914
|
-
* 日志主题id
|
|
13915
|
-
*/
|
|
13916
|
-
TopicId?: string;
|
|
14845
|
+
export interface DescribeMetricCorrectDimensionResponse {
|
|
13917
14846
|
/**
|
|
13918
|
-
*
|
|
14847
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13919
14848
|
*/
|
|
13920
|
-
|
|
14849
|
+
RequestId?: string;
|
|
13921
14850
|
}
|
|
13922
14851
|
/**
|
|
13923
14852
|
* DeleteConsole请求参数结构体
|
|
@@ -14227,6 +15156,19 @@ export interface ModifyRecordingRuleTaskResponse {
|
|
|
14227
15156
|
*/
|
|
14228
15157
|
RequestId?: string;
|
|
14229
15158
|
}
|
|
15159
|
+
/**
|
|
15160
|
+
* ModifyAgentApplication请求参数结构体
|
|
15161
|
+
*/
|
|
15162
|
+
export interface ModifyAgentApplicationRequest {
|
|
15163
|
+
/**
|
|
15164
|
+
* <p>应用id</p>
|
|
15165
|
+
*/
|
|
15166
|
+
ApplicationId: string;
|
|
15167
|
+
/**
|
|
15168
|
+
* <p>应用名称</p><p>参数格式:- 不能为空字符串- 不能包含字符<code>|</code>- 不能超过64字符</p>
|
|
15169
|
+
*/
|
|
15170
|
+
ApplicationName: string;
|
|
15171
|
+
}
|
|
14230
15172
|
/**
|
|
14231
15173
|
* DescribeConsoles返回参数结构体
|
|
14232
15174
|
*/
|