tencentcloud-sdk-nodejs-cls 4.1.268 → 4.1.270

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
  */
@@ -937,6 +976,19 @@ export interface CreateConsumerGroupRequest {
937
976
  */
938
977
  LogsetId: string;
939
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
+ }
940
992
  /**
941
993
  * 标签结构体
942
994
  */
@@ -2129,6 +2181,23 @@ export interface DeleteDataTransformRequest {
2129
2181
  */
2130
2182
  TaskId: string;
2131
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
+ }
2132
2201
  /**
2133
2202
  * AddMachineGroupInfo请求参数结构体
2134
2203
  */
@@ -2796,6 +2865,23 @@ export interface MonitorNoticeRule {
2796
2865
  * DescribeKafkaConsumerPreview请求参数结构体
2797
2866
  */
2798
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
+ }
2799
2885
  /**
2800
2886
  * CreateDeliverCloudFunction返回参数结构体
2801
2887
  */
@@ -2831,6 +2917,15 @@ export interface CompressInfo {
2831
2917
  */
2832
2918
  Format: string;
2833
2919
  }
2920
+ /**
2921
+ * ModifyRemoteWriteTask返回参数结构体
2922
+ */
2923
+ export interface ModifyRemoteWriteTaskResponse {
2924
+ /**
2925
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2926
+ */
2927
+ RequestId?: string;
2928
+ }
2834
2929
  /**
2835
2930
  * CreateConfig返回参数结构体
2836
2931
  */
@@ -3859,6 +3954,15 @@ export interface CreateNetworkApplicationRequest {
3859
3954
  */
3860
3955
  TopicName: string;
3861
3956
  }
3957
+ /**
3958
+ * ModifyS3Recharge返回参数结构体
3959
+ */
3960
+ export interface ModifyS3RechargeResponse {
3961
+ /**
3962
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3963
+ */
3964
+ RequestId?: string;
3965
+ }
3862
3966
  /**
3863
3967
  * DeleteLogset返回参数结构体
3864
3968
  */
@@ -4270,13 +4374,52 @@ export interface OpenKafkaConsumerResponse {
4270
4374
  RequestId?: string;
4271
4375
  }
4272
4376
  /**
4273
- * DeleteSearchView返回参数结构体
4377
+ * 告警对象
4274
4378
  */
4275
- export interface DeleteSearchViewResponse {
4379
+ export interface AlarmTargetInfo {
4276
4380
  /**
4277
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
4381
+ * 日志集ID。
4278
4382
  */
4279
- RequestId?: string;
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;
4280
4423
  }
4281
4424
  /**
4282
4425
  * CreateSplunkDeliver返回参数结构体
@@ -4862,13 +5005,29 @@ export interface ModifyHostMetricConfigResponse {
4862
5005
  RequestId?: string;
4863
5006
  }
4864
5007
  /**
4865
- * DescribeMetricCorrectDimension返回参数结构体
5008
+ * DescribeConsumerOffsets请求参数结构体
4866
5009
  */
4867
- export interface DescribeMetricCorrectDimensionResponse {
5010
+ export interface DescribeConsumerOffsetsRequest {
4868
5011
  /**
4869
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5012
+ * 日志主题对应的消费组标识
4870
5013
  */
4871
- RequestId?: string;
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;
4872
5031
  }
4873
5032
  /**
4874
5033
  * ModifyAlarmNotice请求参数结构体
@@ -5522,6 +5681,47 @@ export interface DeleteSearchViewRequest {
5522
5681
  */
5523
5682
  ViewId: string;
5524
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>压缩模式。支持: &quot;&quot;, &quot;gzip&quot;, &quot;lzop&quot;, &quot;snappy&quot;。</p><p>默认值:不压缩</p>
5722
+ */
5723
+ Compress?: string;
5724
+ }
5525
5725
  /**
5526
5726
  * DescribeConsumer返回参数结构体
5527
5727
  */
@@ -5678,6 +5878,27 @@ export interface ModifyKafkaRechargeRequest {
5678
5878
  */
5679
5879
  UserKafkaMeta?: UserKafkaMeta;
5680
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
+ }
5681
5902
  /**
5682
5903
  * CreateIndex返回参数结构体
5683
5904
  */
@@ -6000,6 +6221,52 @@ export interface AlarmAnalysisConfig {
6000
6221
  */
6001
6222
  Value: string;
6002
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
+ }
6003
6270
  /**
6004
6271
  * 多日志主题检索错误信息
6005
6272
  */
@@ -6076,6 +6343,23 @@ export interface ModifyKafkaConsumerRequest {
6076
6343
  */
6077
6344
  ScopeType?: number;
6078
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
+ }
6079
6363
  /**
6080
6364
  * ModifyRecordingRuleYamlTask请求参数结构体
6081
6365
  */
@@ -6348,19 +6632,57 @@ export interface DeleteMetricConfigResponse {
6348
6632
  RequestId?: string;
6349
6633
  }
6350
6634
  /**
6351
- * 仪表盘信息
6635
+ * DescribeRemoteWriteTasks请求参数结构体
6352
6636
  */
6353
- export interface DashboardInfo {
6637
+ export interface DescribeRemoteWriteTasksRequest {
6354
6638
  /**
6355
- * 仪表盘id
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。
6356
6661
  */
6357
- DashboardId?: string;
6662
+ Filters?: Array<Filter>;
6358
6663
  /**
6359
- * 仪表盘名字
6664
+ * 分页的偏移量,默认值为0。
6360
6665
  */
6361
- DashboardName?: string;
6666
+ Offset?: number;
6362
6667
  /**
6363
- * 仪表盘数据
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
+ * 仪表盘数据
6364
6686
  */
6365
6687
  Data?: string;
6366
6688
  /**
@@ -6698,6 +7020,56 @@ export interface EstimateRebuildIndexTaskResponse {
6698
7020
  */
6699
7021
  RequestId?: string;
6700
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
+ }
6701
7073
  /**
6702
7074
  * DeleteDashboard请求参数结构体
6703
7075
  */
@@ -6877,6 +7249,92 @@ export interface SearchViewInfo {
6877
7249
  */
6878
7250
  UpdateTime?: number;
6879
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
+ }
6880
7338
  /**
6881
7339
  * ModifyLogset返回参数结构体
6882
7340
  */
@@ -7411,6 +7869,77 @@ export interface DeleteHostMetricConfigResponse {
7411
7869
  */
7412
7870
  RequestId?: string;
7413
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
+ }
7414
7943
  /**
7415
7944
  * GetClsService返回参数结构体
7416
7945
  */
@@ -7424,6 +7953,23 @@ export interface GetClsServiceResponse {
7424
7953
  */
7425
7954
  RequestId?: string;
7426
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
+ }
7427
7973
  /**
7428
7974
  * 返回的回复, 支持多个
7429
7975
  */
@@ -7695,6 +8241,27 @@ export interface DeleteNoticeContentResponse {
7695
8241
  */
7696
8242
  RequestId?: string;
7697
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
+ }
7698
8265
  /**
7699
8266
  * 自建k8s-容器标准输出信息
7700
8267
  */
@@ -7736,6 +8303,67 @@ export interface ContainerStdoutInfo {
7736
8303
  */
7737
8304
  CustomLabels?: Array<string>;
7738
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>压缩模式。支持: &quot;&quot;, &quot;gzip&quot;, &quot;lzop&quot;, &quot;snappy&quot;。</p>
8360
+ */
8361
+ Compress?: string;
8362
+ /**
8363
+ * <p>提取规则,如果设置了ExtractRule,则必须设置LogType</p>
8364
+ */
8365
+ ExtractRuleInfo?: ExtractRuleInfo;
8366
+ }
7739
8367
  /**
7740
8368
  * 指标采集yaml格式配置
7741
8369
  */
@@ -8676,75 +9304,13 @@ export interface HighLightItem {
8676
9304
  Values?: Array<string>;
8677
9305
  }
8678
9306
  /**
8679
- * es导入配置信息
9307
+ * DeleteAgentApplication返回参数结构体
8680
9308
  */
8681
- export interface EsRechargeInfo {
8682
- /**
8683
- * 任务id。
8684
- */
8685
- TaskId?: string;
8686
- /**
8687
- * 主账号id。
8688
- */
8689
- Uin?: number;
8690
- /**
8691
- * 日志主题id。
8692
- - 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。
8693
- - 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456) 获取日志主题Id。
8694
- */
8695
- TopicId?: string;
8696
- /**
8697
- * 配置名称。
8698
- */
8699
- Name?: string;
8700
- /**
8701
- * es索引。
8702
- */
8703
- Index?: string;
8704
- /**
8705
- * es查询语句。
8706
- */
8707
- Query?: string;
9309
+ export interface DeleteAgentApplicationResponse {
8708
9310
  /**
8709
- * es集群信息。
8710
- */
8711
- EsInfo?: EsInfo;
8712
- /**
8713
- * es导入信息。
8714
- */
8715
- ImportInfo?: EsImportInfo;
8716
- /**
8717
- * es导入时间配置信息。
8718
- */
8719
- TimeInfo?: EsTimeInfo;
8720
- /**
8721
- * 任务状态。
8722
- 1. 运行中
8723
- 2. 暂停
8724
- 3. 完成
8725
- 4. 异常
8726
- */
8727
- Status?: number;
8728
- /**
8729
- * 任务进度 0~100 百分比。100:表示完成。
8730
- */
8731
- Progress?: number;
8732
- /**
8733
- * 子账号id。
8734
- */
8735
- SubUin?: number;
8736
- /**
8737
- * 创建时间。
8738
- */
8739
- CreateTime?: number;
8740
- /**
8741
- * 修改时间。
8742
- */
8743
- UpdateTime?: number;
8744
- /**
8745
- * 是否开启投递服务日志。1:关闭,2:开启。
9311
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8746
9312
  */
8747
- HasServicesLog?: number;
9313
+ RequestId?: string;
8748
9314
  }
8749
9315
  /**
8750
9316
  * CreateMetricSubscribe请求参数结构体
@@ -9109,25 +9675,17 @@ export interface DeleteIndexRequest {
9109
9675
  TopicId: string;
9110
9676
  }
9111
9677
  /**
9112
- * DescribeRecordingRuleTask请求参数结构体
9678
+ * DeleteAgentApplication请求参数结构体
9113
9679
  */
9114
- export interface DescribeRecordingRuleTaskRequest {
9115
- /**
9116
- * <p>源指标主题id</p>
9117
- */
9118
- TopicId: string;
9119
- /**
9120
- * <p>分页的偏移量,默认值为0。</p>
9121
- */
9122
- Offset: number;
9680
+ export interface DeleteAgentApplicationRequest {
9123
9681
  /**
9124
- * <p>分页单页限制数目,默认值为20,最大值100。</p>
9682
+ * <p>应用id</p>
9125
9683
  */
9126
- Limit: number;
9684
+ ApplicationId: string;
9127
9685
  /**
9128
- * <li>yamlId【关联yaml配置ID】进行过滤,模糊匹配。类型:String。必选:否</li> <li>taskName按照【任务名称】进行过滤,模糊匹配。类型:String。必选:否</li> <li>taskId按照【任务ID】进行过滤,模糊匹配。类型:String。必选:否</li>
9686
+ * <p>是否删除agent应用关联的主题</p><p>枚举值:</p><ul><li>false: 不删除agent应用关联的主题</li><li>true: 删除agent应用关联的主题</li></ul><p>默认值:false</p>
9129
9687
  */
9130
- Filters?: Array<Filter>;
9688
+ DeleteTopics?: boolean;
9131
9689
  }
9132
9690
  /**
9133
9691
  * DescribeAlertRecordHistory请求参数结构体
@@ -9189,6 +9747,19 @@ export interface DeleteNetworkApplicationRequest {
9189
9747
  */
9190
9748
  NetworkAppId: string;
9191
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
+ }
9192
9763
  /**
9193
9764
  * 日志集相关信息
9194
9765
  */
@@ -9242,67 +9813,142 @@ export interface CreateExportRequest {
9242
9813
  /**
9243
9814
  * 日志导出数量, 最大值5000万
9244
9815
  */
9245
- 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;
9246
9907
  /**
9247
- * 日志导出检索语句,不支持<a href="https://cloud.tencent.com/document/product/614/44061" target="_blank">[SQL语句]</a>
9908
+ * 任务启用状态,1开启, 2关闭
9248
9909
  */
9249
- Query: string;
9910
+ EnableFlag?: number;
9250
9911
  /**
9251
- * 日志导出起始时间,毫秒时间戳
9912
+ * 调度开始时间
9252
9913
  */
9253
- From: number;
9914
+ ProcessStartTime?: number;
9254
9915
  /**
9255
- * 日志导出结束时间,毫秒时间戳
9916
+ * 调度周期(分钟)
9256
9917
  */
9257
- To: number;
9918
+ ProcessPeriod?: number;
9258
9919
  /**
9259
- * 日志导出时间排序。desc,asc,默认为desc
9920
+ * 执行延迟(秒)
9260
9921
  */
9261
- Order?: string;
9922
+ ProcessDelay?: number;
9262
9923
  /**
9263
- * 日志导出数据格式。json,csv,默认为json
9924
+ * 是否开启投递服务日志。1:关闭,2:开启。
9264
9925
  */
9265
- Format?: string;
9926
+ HasServicesLog?: number;
9266
9927
  /**
9267
- * 语法规则, 默认值为0。
9268
- 0:Lucene语法,1:CQL语法。
9928
+ * 预聚合检索语句
9269
9929
  */
9270
- SyntaxRule?: number;
9930
+ RecordingRuleContent?: string;
9271
9931
  /**
9272
- * 导出字段
9932
+ * 指标名称
9273
9933
  */
9274
- DerivedFields?: Array<string>;
9275
- }
9276
- /**
9277
- * 仪表盘订阅模板变量
9278
- */
9279
- export interface DashboardTemplateVariable {
9934
+ MetricName?: string;
9280
9935
  /**
9281
- * key的值
9936
+ * 自定义指标名称
9282
9937
  */
9283
- Key: string;
9938
+ CustomMetricLabels?: Array<MetricLabel>;
9284
9939
  /**
9285
- * key对应的values取值values
9940
+ * yaml配置文件id
9286
9941
  */
9287
- Values: Array<string>;
9288
- }
9289
- /**
9290
- * CancelRebuildIndexTask请求参数结构体
9291
- */
9292
- export interface CancelRebuildIndexTaskRequest {
9942
+ YamlId?: string;
9293
9943
  /**
9294
- * 日志主题ID
9944
+ * yaml配置文件名称
9295
9945
  */
9296
- TopicId: string;
9946
+ YamlConfigName?: string;
9297
9947
  /**
9298
- * 索引重建任务ID
9948
+ * 目标日志主题id
9299
9949
  */
9300
- TaskId: string;
9950
+ DstTopicId?: string;
9301
9951
  }
9302
- /**
9303
- * DescribeConsoleSharingList请求参数结构体
9304
- */
9305
- export type DescribeConsoleSharingListRequest = null;
9306
9952
  /**
9307
9953
  * DescribeLogsets返回参数结构体
9308
9954
  */
@@ -9329,6 +9975,26 @@ export interface DescribeKafkaConsumerPreviewResponse {
9329
9975
  */
9330
9976
  RequestId?: string;
9331
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
+ }
9332
9998
  /**
9333
9999
  * 网络应用任务信息
9334
10000
  */
@@ -9876,6 +10542,19 @@ export interface MetricConfigLabel {
9876
10542
  */
9877
10543
  CustomLabels?: Array<CustomLabel>;
9878
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
+ }
9879
10558
  /**
9880
10559
  * 仪表盘订阅信息
9881
10560
  */
@@ -9957,6 +10636,59 @@ export interface DeleteExportRequest {
9957
10636
  * ModifyKafkaConsumerGroupOffset请求参数结构体
9958
10637
  */
9959
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
+ }
9960
10692
  /**
9961
10693
  * DescribeConsoles请求参数结构体
9962
10694
  */
@@ -10454,6 +11186,15 @@ export interface DescribeEsRechargePreviewResponse {
10454
11186
  */
10455
11187
  RequestId?: string;
10456
11188
  }
11189
+ /**
11190
+ * DeleteS3Recharge返回参数结构体
11191
+ */
11192
+ export interface DeleteS3RechargeResponse {
11193
+ /**
11194
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11195
+ */
11196
+ RequestId?: string;
11197
+ }
10457
11198
  /**
10458
11199
  * MergePartition请求参数结构体
10459
11200
  */
@@ -10472,6 +11213,27 @@ export interface MergePartitionRequest {
10472
11213
  */
10473
11214
  PartitionId: number;
10474
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
+ }
10475
11237
  /**
10476
11238
  * 告警策略中监控任务的执行时间点
10477
11239
  */
@@ -10489,6 +11251,15 @@ export interface MonitorTime {
10489
11251
  */
10490
11252
  CronExpression?: string;
10491
11253
  }
11254
+ /**
11255
+ * ModifyAgentApplication返回参数结构体
11256
+ */
11257
+ export interface ModifyAgentApplicationResponse {
11258
+ /**
11259
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11260
+ */
11261
+ RequestId?: string;
11262
+ }
10492
11263
  /**
10493
11264
  * ApplyConfigToMachineGroup请求参数结构体
10494
11265
  */
@@ -11058,52 +11829,21 @@ export interface OpenClawServiceRequest {
11058
11829
  EnableTrace?: boolean;
11059
11830
  }
11060
11831
  /**
11061
- * 告警对象
11832
+ * CreateAgentApplication请求参数结构体
11062
11833
  */
11063
- export interface AlarmTargetInfo {
11064
- /**
11065
- * 日志集ID。
11066
- */
11067
- LogsetId?: string;
11068
- /**
11069
- * 日志集名称。
11070
- */
11071
- LogsetName?: string;
11072
- /**
11073
- * 日志主题ID。
11074
- */
11075
- TopicId?: string;
11076
- /**
11077
- * 日志主题名称。
11078
- */
11079
- TopicName?: string;
11080
- /**
11081
- * 查询语句。
11082
- */
11083
- Query?: string;
11084
- /**
11085
- * 告警对象序号。
11086
- */
11087
- Number?: number;
11088
- /**
11089
- * 查询范围起始时间相对于告警执行时间的偏移,单位为分钟,取值为非正,最大值为0,最小值为-1440。
11090
- */
11091
- StartTimeOffset?: number;
11834
+ export interface CreateAgentApplicationRequest {
11092
11835
  /**
11093
- * 查询范围终止时间相对于告警执行时间的偏移,单位为分钟,取值为非正,须大于StartTimeOffset,最大值为0,最小值为-1440。
11836
+ * <p>应用名称</p><p>入参限制:</p><ul><li>不能为空字符串</li><li>不能包含字符<code>|</code></li><li>不能超过64字符</li></ul>
11094
11837
  */
11095
- EndTimeOffset?: number;
11838
+ ApplicationName: string;
11096
11839
  /**
11097
- * 检索语法规则,默认值为0。
11098
- 0:Lucene语法,1:CQL语法。
11099
- 详细说明参见<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>
11100
11841
  */
11101
- SyntaxRule?: number;
11842
+ AccessType: string;
11102
11843
  /**
11103
- * 主题类型。
11104
- 0: 日志主题,1: 指标主题
11844
+ * <p>日志集Id。通过 <a href="https://cloud.tencent.com/document/product/614/58624">获取日志集列表</a>获取日志集Id。</p>
11105
11845
  */
11106
- BizType?: number;
11846
+ LogsetId: string;
11107
11847
  }
11108
11848
  /**
11109
11849
  * SearchCosRechargeInfo请求参数结构体
@@ -11255,49 +11995,130 @@ export interface DescribeShipperTasksRequest {
11255
11995
  */
11256
11996
  export interface CreateCloudProductLogCollectionRequest {
11257
11997
  /**
11258
- * <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>
11259
12072
  */
11260
- InstanceId: string;
12073
+ AccessKeyId?: string;
11261
12074
  /**
11262
- * <p>云产品标识,支持枚举:CDS、CWP、CDB、TDSQL-C、MongoDB、TDStore、DCDB、MariaDB、PostgreSQL、BH、APIS</p>
12075
+ * <p>自定义端点</p>
11263
12076
  */
11264
- AssumerName: string;
12077
+ Endpoint?: string;
11265
12078
  /**
11266
- * <p>日志类型,支持枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS</p>
12079
+ * <p>采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表单行全文;默认为minimalist_log</p>
11267
12080
  */
11268
- LogType: string;
12081
+ LogType?: string;
11269
12082
  /**
11270
- * <p>云产品地域。 不同日志类型(LogType)地域入参格式存在差异, 请参考如下示例:</p><ul><li>CDS所有日志类型:ap-guangzhou</li><li>CDB-AUDIT: gz</li><li>TDSQL-C-AUDIT: gz</li><li>MongoDB-AUDIT: gz</li><li>MongoDB-SlowLog:ap-guangzhou</li><li>MongoDB-ErrorLog:ap-guangzhou</li><li>TDMYSQL-SLOW:gz</li><li>DCDB所有日志类型:gz</li><li>MariaDB所有日志类型:gz</li><li>PostgreSQL所有日志类型:gz</li><li>BH所有日志类型:overseas-polaris(中国香港地区和其他)/fsi-polaris(金融区)/general-polaris(普通区)/intl-sg-prod(国际站)</li><li>APIS所有日志类型:gz</li></ul>
12083
+ * <p>s3文件所在文件夹的前缀。默认为空,投递存储桶下所有的文件。</p>
11271
12084
  */
11272
- CloudProductRegion: string;
12085
+ Prefix?: string;
11273
12086
  /**
11274
- * <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>
12087
+ * <p>压缩模式。支持: &quot;&quot;, &quot;gzip&quot;, &quot;lzop&quot;, &quot;snappy&quot;。</p><p>默认值:不压缩</p>
11275
12088
  */
11276
- ClsRegion: string;
12089
+ Compress?: string;
11277
12090
  /**
11278
- * <p>日志集名称,未填LogsetId时必填。若日志集不存在, 将自动创建</p>
12091
+ * <p>提取规则,如果设置了ExtractRule,则必须设置LogType</p>
11279
12092
  */
11280
- LogsetName?: string;
12093
+ ExtractRule?: ExtractRuleInfo;
11281
12094
  /**
11282
- * <p>日志主题名称,在未填TopicId时必填。 若日志主题不存在,将自动创建</p>
12095
+ * <p>s3导入任务类型.</p><p>枚举值:</p><ul><li>1: 一次性导入任务</li><li>2: 持续性导入任务</li></ul>
11283
12096
  */
11284
- TopicName?: string;
12097
+ TaskType?: number;
11285
12098
  /**
11286
- * <p>日志配置扩展信息, 一般用于存储额外的日志投递配置</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>
11287
12100
  */
11288
- Extend?: string;
12101
+ Metadata?: Array<string>;
11289
12102
  /**
11290
- * <p>日志集id</p><ul><li>通过<a href="https://cloud.tencent.com/document/api/614/58624">获取日志集列表</a>获取日志集Id。</li></ul>
12103
+ * <p>任务状态</p><p>枚举值:</p><ul><li>0: 已创建</li><li>1: 运行中</li><li>2: 已停止</li><li>3: 已完成</li><li>4: 运行失败</li></ul>
11291
12104
  */
11292
- LogsetId?: string;
12105
+ Status?: number;
11293
12106
  /**
11294
- * <p>日志主题id</p><ul><li>通过<a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a>获取日志主题Id。</li></ul>
12107
+ * <p>是否启用</p><p>枚举值:</p><ul><li>0: 暂停</li><li>1: 启用</li></ul>
11295
12108
  */
11296
- TopicId?: string;
12109
+ Enable?: number;
11297
12110
  /**
11298
- * <p>标签描述列表,通过指定该参数可以同时绑定标签到相应的主题。最大支持10个标签键值对,同一个资源只能绑定到同一个标签键下。</p>
12111
+ * <p>进度条百分值</p>
11299
12112
  */
11300
- Tags?: Array<Tag>;
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;
11301
12122
  }
11302
12123
  /**
11303
12124
  * DescribeIndex请求参数结构体
@@ -11425,6 +12246,10 @@ export interface ModifyNoticeContentResponse {
11425
12246
  */
11426
12247
  RequestId?: string;
11427
12248
  }
12249
+ /**
12250
+ * 服务日志topic信息
12251
+ */
12252
+ export type ServiceLogConfigInfo = null;
11428
12253
  /**
11429
12254
  * DeleteWebCallback返回参数结构体
11430
12255
  */
@@ -11451,6 +12276,59 @@ export interface DescribeSearchViewsResponse {
11451
12276
  */
11452
12277
  RequestId?: string;
11453
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>压缩模式。支持: &quot;&quot;, &quot;gzip&quot;, &quot;lzop&quot;, &quot;snappy&quot;。</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
+ }
11454
12332
  /**
11455
12333
  * DescribeAlarmShields请求参数结构体
11456
12334
  */
@@ -11555,6 +12433,20 @@ export interface ConsumerGroupInfo {
11555
12433
  */
11556
12434
  Topics?: Array<string>;
11557
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
+ }
11558
12450
  /**
11559
12451
  * DescribeRebuildIndexTasks请求参数结构体
11560
12452
  */
@@ -12299,6 +13191,15 @@ export interface KafkaConsumerContent {
12299
13191
  */
12300
13192
  JsonType?: number;
12301
13193
  }
13194
+ /**
13195
+ * DeleteSearchView返回参数结构体
13196
+ */
13197
+ export interface DeleteSearchViewResponse {
13198
+ /**
13199
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13200
+ */
13201
+ RequestId?: string;
13202
+ }
12302
13203
  /**
12303
13204
  * DeleteConfig请求参数结构体
12304
13205
  */
@@ -12542,6 +13443,19 @@ export interface DlcTableInfo {
12542
13443
  */
12543
13444
  TableName: string;
12544
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
+ }
12545
13459
  /**
12546
13460
  * ModifyKafkaConsumerGroupOffset返回参数结构体
12547
13461
  */
@@ -12747,6 +13661,15 @@ export interface ModifyCloudProductLogCollectionRequest {
12747
13661
  */
12748
13662
  Tags?: Array<Tag>;
12749
13663
  }
13664
+ /**
13665
+ * DeleteRemoteWriteTask返回参数结构体
13666
+ */
13667
+ export interface DeleteRemoteWriteTaskResponse {
13668
+ /**
13669
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13670
+ */
13671
+ RequestId?: string;
13672
+ }
12750
13673
  /**
12751
13674
  * OpenClawService返回参数结构体
12752
13675
  */
@@ -13060,6 +13983,35 @@ export interface ModifyConsumerGroupResponse {
13060
13983
  */
13061
13984
  RequestId?: string;
13062
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&amp;level2_id=469&amp;source=14&amp;data_title=%E6%97%A5%E5%BF%97%E6%9C%8D%E5%8A%A1&amp;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&amp;level2_id=469&amp;source=14&amp;data_title=%E6%97%A5%E5%BF%97%E6%9C%8D%E5%8A%A1&amp;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&amp;level2_id=469&amp;source=14&amp;data_title=%E6%97%A5%E5%BF%97%E6%9C%8D%E5%8A%A1&amp;step=1">提交工单</a> 处理。</li></ul>
14008
+ */
14009
+ Status?: number;
14010
+ /**
14011
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14012
+ */
14013
+ RequestId?: string;
14014
+ }
13063
14015
  /**
13064
14016
  * CreateKafkaRecharge请求参数结构体
13065
14017
  */
@@ -13377,79 +14329,38 @@ export interface ModifyKafkaRechargeResponse {
13377
14329
  RequestId?: string;
13378
14330
  }
13379
14331
  /**
13380
- * 预聚合任务详情
14332
+ * 过滤器
13381
14333
  */
13382
- export interface RecordingRuleTaskInfo {
13383
- /**
13384
- * 预聚合任务id
13385
- */
13386
- TaskId?: string;
13387
- /**
13388
- * 源日志主题id
13389
- */
13390
- TopicId?: string;
13391
- /**
13392
- * 预聚合任务名称
13393
- */
13394
- Name?: string;
13395
- /**
13396
- * 任务创建时间
13397
- */
13398
- CreateTime?: string;
13399
- /**
13400
- * 任务更新时间
13401
- */
13402
- UpdateTime?: string;
13403
- /**
13404
- * 任务状态,1:运行 2:停止 3:异常-找不到源日志主题 4:异常-找不到目标主题
13405
-
13406
- 5: 访问权限问题 6:内部故障 7:其他故障
13407
- */
13408
- Status?: number;
13409
- /**
13410
- * 任务启用状态,1开启, 2关闭
13411
- */
13412
- EnableFlag?: number;
13413
- /**
13414
- * 调度开始时间
13415
- */
13416
- ProcessStartTime?: number;
13417
- /**
13418
- * 调度周期(分钟)
13419
- */
13420
- ProcessPeriod?: number;
13421
- /**
13422
- * 执行延迟(秒)
13423
- */
13424
- ProcessDelay?: number;
13425
- /**
13426
- * 是否开启投递服务日志。1:关闭,2:开启。
13427
- */
13428
- HasServicesLog?: number;
14334
+ export interface MetricLabel {
13429
14335
  /**
13430
- * 预聚合检索语句
14336
+ * 指标名称
13431
14337
  */
13432
- RecordingRuleContent?: string;
14338
+ Key: string;
13433
14339
  /**
13434
- * 指标名称
14340
+ * 指标内容
13435
14341
  */
13436
- MetricName?: string;
14342
+ Value: string;
14343
+ }
14344
+ /**
14345
+ * DescribeAgentConfigs请求参数结构体
14346
+ */
14347
+ export interface DescribeAgentConfigsRequest {
13437
14348
  /**
13438
- * 自定义指标名称
14349
+ * agent的版本号
13439
14350
  */
13440
- CustomMetricLabels?: Array<MetricLabel>;
14351
+ AgentVersion: string;
13441
14352
  /**
13442
- * yaml配置文件id
14353
+ * agent的IP地址
13443
14354
  */
13444
- YamlId?: string;
14355
+ AgentIp: string;
13445
14356
  /**
13446
- * yaml配置文件名称
14357
+ * 机器组标签列表
13447
14358
  */
13448
- YamlConfigName?: string;
14359
+ Labels?: Array<string>;
13449
14360
  /**
13450
- * 目标日志主题id
14361
+ * agent的instance id
13451
14362
  */
13452
- DstTopicId?: string;
14363
+ InstanceId?: string;
13453
14364
  }
13454
14365
  /**
13455
14366
  * 采集对象
@@ -13688,17 +14599,41 @@ export interface UserKafkaMeta {
13688
14599
  KafkaVersion: string;
13689
14600
  }
13690
14601
  /**
13691
- * 过滤器
14602
+ * agent 应用信息
13692
14603
  */
13693
- export interface MetricLabel {
14604
+ export interface AgentApplicationInfo {
13694
14605
  /**
13695
- * 指标名称
14606
+ * <p>应用id</p>
13696
14607
  */
13697
- Key: string;
14608
+ ApplicationId?: string;
13698
14609
  /**
13699
- * 指标内容
14610
+ * <p>应用名称</p>
13700
14611
  */
13701
- Value: string;
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;
13702
14637
  }
13703
14638
  /**
13704
14639
  * ModifyRecordingRuleTask请求参数结构体
@@ -13905,29 +14840,13 @@ export interface DescribeKafkaConsumerGroupDetailRequest {
13905
14840
  Group: string;
13906
14841
  }
13907
14842
  /**
13908
- * DescribeConsumerOffsets请求参数结构体
14843
+ * DescribeMetricCorrectDimension返回参数结构体
13909
14844
  */
13910
- export interface DescribeConsumerOffsetsRequest {
13911
- /**
13912
- * 日志主题对应的消费组标识
13913
- */
13914
- ConsumerGroup: string;
13915
- /**
13916
- * 时间戳(秒级时间戳)
13917
- */
13918
- From: string;
13919
- /**
13920
- * 日志集id(日志主题对应的id)
13921
- */
13922
- LogsetId: string;
13923
- /**
13924
- * 日志主题id
13925
- */
13926
- TopicId?: string;
14845
+ export interface DescribeMetricCorrectDimensionResponse {
13927
14846
  /**
13928
- * 分区id
14847
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13929
14848
  */
13930
- PartitionId?: string;
14849
+ RequestId?: string;
13931
14850
  }
13932
14851
  /**
13933
14852
  * DeleteConsole请求参数结构体
@@ -14237,6 +15156,19 @@ export interface ModifyRecordingRuleTaskResponse {
14237
15156
  */
14238
15157
  RequestId?: string;
14239
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
+ }
14240
15172
  /**
14241
15173
  * DescribeConsoles返回参数结构体
14242
15174
  */