tencentcloud-sdk-nodejs 4.0.363 → 4.0.366

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.
Files changed (77) hide show
  1. package/CHANGELOG.md +395 -0
  2. package/SERVICE_CHANGELOG.md +414 -145
  3. package/package.json +1 -1
  4. package/products.md +21 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +19 -2
  7. package/src/services/asr/v20190614/asr_models.ts +0 -1
  8. package/src/services/ccc/v20200210/ccc_client.ts +13 -1
  9. package/src/services/ccc/v20200210/ccc_models.ts +48 -7
  10. package/src/services/ciam/v20220331/ciam_client.ts +1 -0
  11. package/src/services/ciam/v20220331/ciam_models.ts +21 -1
  12. package/src/services/cloudhsm/v20191112/cloudhsm_client.ts +1 -1
  13. package/src/services/cloudhsm/v20191112/cloudhsm_models.ts +22 -6
  14. package/src/services/cpdp/v20190820/cpdp_models.ts +40 -0
  15. package/src/services/cwp/v20180228/cwp_models.ts +18 -4
  16. package/src/services/dlc/v20210125/dlc_models.ts +5 -0
  17. package/src/services/dnspod/v20210323/dnspod_client.ts +29 -0
  18. package/src/services/dnspod/v20210323/dnspod_models.ts +231 -0
  19. package/src/services/es/v20180416/es_models.ts +6 -0
  20. package/src/services/iotvideo/v20201215/iotvideo_models.ts +1 -1
  21. package/src/services/ocr/v20181119/ocr_models.ts +3 -1
  22. package/src/services/ssl/v20191205/ssl_models.ts +6 -0
  23. package/src/services/tbaas/v20180416/tbaas_client.ts +111 -63
  24. package/src/services/tbaas/v20180416/tbaas_models.ts +1199 -1014
  25. package/src/services/tcss/v20201101/tcss_models.ts +18 -0
  26. package/src/services/tem/v20210701/tem_client.ts +20 -7
  27. package/src/services/tem/v20210701/tem_models.ts +125 -11
  28. package/src/services/teo/v20220106/teo_models.ts +4 -2
  29. package/src/services/trtc/v20190722/trtc_client.ts +7 -25
  30. package/src/services/trtc/v20190722/trtc_models.ts +0 -134
  31. package/src/services/tsf/v20180326/tsf_client.ts +204 -51
  32. package/src/services/tsf/v20180326/tsf_models.ts +968 -236
  33. package/src/services/vod/v20180717/vod_client.ts +7 -0
  34. package/src/services/vod/v20180717/vod_models.ts +33 -13
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +16 -2
  38. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +0 -1
  39. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
  40. package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
  41. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +42 -7
  42. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +19 -1
  43. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_client.d.ts +1 -1
  44. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_models.d.ts +18 -4
  45. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +35 -0
  46. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +16 -4
  47. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +4 -0
  48. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +9 -1
  49. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +12 -0
  50. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +194 -0
  51. package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
  52. package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +1 -1
  53. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -1
  54. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +5 -0
  55. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +17 -1
  56. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +24 -0
  57. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +1160 -1003
  58. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +15 -0
  59. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +7 -3
  60. package/tencentcloud/services/tem/v20210701/tem_client.js +9 -3
  61. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +106 -10
  62. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +3 -1
  63. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -11
  64. package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -13
  65. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -112
  66. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +61 -13
  67. package/tencentcloud/services/tsf/v20180326/tsf_client.js +90 -18
  68. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +842 -213
  69. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +6 -0
  70. package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
  71. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +28 -11
  72. package/test/ccc.v20200210.test.js +10 -0
  73. package/test/dnspod.v20210323.test.js +20 -0
  74. package/test/tbaas.v20180416.test.js +40 -0
  75. package/test/tem.v20210701.test.js +12 -2
  76. package/test/trtc.v20190722.test.js +2 -12
  77. package/test/tsf.v20180326.test.js +132 -12
@@ -258,6 +258,27 @@ export interface DescribeApiVersionsResponse {
258
258
  */
259
259
  RequestId?: string;
260
260
  }
261
+ /**
262
+ * ReassociateBusinessLogConfig请求参数结构体
263
+ */
264
+ export interface ReassociateBusinessLogConfigRequest {
265
+ /**
266
+ * 原关联日志配置ID
267
+ */
268
+ ConfigId: string;
269
+ /**
270
+ * 新关联日志配置ID
271
+ */
272
+ NewConfigId: string;
273
+ /**
274
+ * TSF应用ID
275
+ */
276
+ ApplicationId: string;
277
+ /**
278
+ * TSF部署组ID
279
+ */
280
+ GroupId: string;
281
+ }
261
282
  /**
262
283
  * StopContainerGroup返回参数结构体
263
284
  */
@@ -304,6 +325,19 @@ export interface DescribeGroupReleaseRequest {
304
325
  */
305
326
  GroupId: string;
306
327
  }
328
+ /**
329
+ * DescribeDeliveryConfig返回参数结构体
330
+ */
331
+ export interface DescribeDeliveryConfigResponse {
332
+ /**
333
+ * 投递kafka配置
334
+ */
335
+ Result?: KafkaDeliveryConfig;
336
+ /**
337
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
338
+ */
339
+ RequestId?: string;
340
+ }
307
341
  /**
308
342
  * 简单应用
309
343
  */
@@ -777,13 +811,18 @@ export interface RedoTaskBatchRequest {
777
811
  BatchId: string;
778
812
  }
779
813
  /**
780
- * DescribeTaskLastStatus请求参数结构体
814
+ * DescribeGroups返回参数结构体
781
815
  */
782
- export interface DescribeTaskLastStatusRequest {
816
+ export interface DescribeGroupsResponse {
783
817
  /**
784
- * 任务ID
818
+ * 虚拟机部署组分页信息
819
+ 注意:此字段可能返回 null,表示取不到有效值。
785
820
  */
786
- TaskId: string;
821
+ Result: TsfPageVmGroup;
822
+ /**
823
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
824
+ */
825
+ RequestId?: string;
787
826
  }
788
827
  /**
789
828
  * ModifyUploadInfo返回参数结构体
@@ -837,6 +876,19 @@ export interface TaskRecordPage {
837
876
  */
838
877
  Content: Array<TaskRecord>;
839
878
  }
879
+ /**
880
+ * AssociateBusinessLogConfig请求参数结构体
881
+ */
882
+ export interface AssociateBusinessLogConfigRequest {
883
+ /**
884
+ * TSF分组ID
885
+ */
886
+ GroupId: string;
887
+ /**
888
+ * 日志配置项ID列表
889
+ */
890
+ ConfigIdList?: Array<string>;
891
+ }
840
892
  /**
841
893
  * DescribeJvmMonitor返回参数结构体
842
894
  */
@@ -851,6 +903,15 @@ export interface DescribeJvmMonitorResponse {
851
903
  */
852
904
  RequestId?: string;
853
905
  }
906
+ /**
907
+ * DescribeDeliveryConfig请求参数结构体
908
+ */
909
+ export interface DescribeDeliveryConfigRequest {
910
+ /**
911
+ * 投递配置id
912
+ */
913
+ ConfigId: string;
914
+ }
854
915
  /**
855
916
  * DeleteServerlessGroup请求参数结构体
856
917
  */
@@ -1047,6 +1108,23 @@ export interface RollbackConfigRequest {
1047
1108
  */
1048
1109
  ReleaseDesc?: string;
1049
1110
  }
1111
+ /**
1112
+ * DescribePrograms请求参数结构体
1113
+ */
1114
+ export interface DescribeProgramsRequest {
1115
+ /**
1116
+ * 模糊查询数据集ID,数据集名称,不传入时查询全量
1117
+ */
1118
+ SearchWord?: string;
1119
+ /**
1120
+ * 每页数量
1121
+ */
1122
+ Limit?: number;
1123
+ /**
1124
+ * 起始偏移量
1125
+ */
1126
+ Offset?: number;
1127
+ }
1050
1128
  /**
1051
1129
  * CreateGatewayApi请求参数结构体
1052
1130
  */
@@ -1979,6 +2057,20 @@ export interface CreateLaneResponse {
1979
2057
  */
1980
2058
  RequestId?: string;
1981
2059
  }
2060
+ /**
2061
+ * DescribeDeliveryConfigs返回参数结构体
2062
+ */
2063
+ export interface DescribeDeliveryConfigsResponse {
2064
+ /**
2065
+ * 投递项关联部署组信息
2066
+ 注意:此字段可能返回 null,表示取不到有效值。
2067
+ */
2068
+ Result?: DeliveryConfigBindGroups;
2069
+ /**
2070
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2071
+ */
2072
+ RequestId?: string;
2073
+ }
1982
2074
  /**
1983
2075
  * tcr仓库信息
1984
2076
  */
@@ -2168,21 +2260,18 @@ export interface TaskLastExecuteStatus {
2168
2260
  BatchLogId: string;
2169
2261
  }
2170
2262
  /**
2171
- * DescribePrograms请求参数结构体
2263
+ * DisassociateBusinessLogConfig返回参数结构体
2172
2264
  */
2173
- export interface DescribeProgramsRequest {
2265
+ export interface DisassociateBusinessLogConfigResponse {
2174
2266
  /**
2175
- * 模糊查询数据集ID,数据集名称,不传入时查询全量
2176
- */
2177
- SearchWord?: string;
2178
- /**
2179
- * 每页数量
2267
+ * 操作结果
2268
+ 注意:此字段可能返回 null,表示取不到有效值。
2180
2269
  */
2181
- Limit?: number;
2270
+ Result?: boolean;
2182
2271
  /**
2183
- * 起始偏移量
2272
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2184
2273
  */
2185
- Offset?: number;
2274
+ RequestId?: string;
2186
2275
  }
2187
2276
  /**
2188
2277
  * DescribePublicConfig请求参数结构体
@@ -2193,6 +2282,20 @@ export interface DescribePublicConfigRequest {
2193
2282
  */
2194
2283
  ConfigId: string;
2195
2284
  }
2285
+ /**
2286
+ * AddClusterInstances返回参数结构体
2287
+ */
2288
+ export interface AddClusterInstancesResponse {
2289
+ /**
2290
+ * 添加云主机的返回列表
2291
+ 注意:此字段可能返回 null,表示取不到有效值。
2292
+ */
2293
+ Result: AddInstanceResult;
2294
+ /**
2295
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2296
+ */
2297
+ RequestId?: string;
2298
+ }
2196
2299
  /**
2197
2300
  * 镜像仓库
2198
2301
  */
@@ -2444,37 +2547,18 @@ export interface DescribeConfigReleaseLogsRequest {
2444
2547
  ApplicationId?: string;
2445
2548
  }
2446
2549
  /**
2447
- * ModifyContainerGroup请求参数结构体
2550
+ * AssociateConfigWithGroup返回参数结构体
2448
2551
  */
2449
- export interface ModifyContainerGroupRequest {
2450
- /**
2451
- * 部署组ID
2452
- */
2453
- GroupId?: string;
2454
- /**
2455
- * 0:公网 1:集群内访问 2:NodePort
2456
- */
2457
- AccessType?: number;
2458
- /**
2459
- * ProtocolPorts数组
2460
- */
2461
- ProtocolPorts?: Array<ProtocolPort>;
2462
- /**
2463
- * 更新方式:0:快速更新 1:滚动更新
2464
- */
2465
- UpdateType?: number;
2466
- /**
2467
- * 更新间隔,单位秒
2468
- */
2469
- UpdateIvl?: number;
2552
+ export interface AssociateConfigWithGroupResponse {
2470
2553
  /**
2471
- * 子网ID
2554
+ * 绑定是否成功
2555
+ 注意:此字段可能返回 null,表示取不到有效值。
2472
2556
  */
2473
- SubnetId?: string;
2557
+ Result: boolean;
2474
2558
  /**
2475
- * 部署组备注
2559
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2476
2560
  */
2477
- Alias?: string;
2561
+ RequestId?: string;
2478
2562
  }
2479
2563
  /**
2480
2564
  * UpdateRepository返回参数结构体
@@ -2490,6 +2574,19 @@ export interface UpdateRepositoryResponse {
2490
2574
  */
2491
2575
  RequestId?: string;
2492
2576
  }
2577
+ /**
2578
+ * DisassociateKafkaConfig请求参数结构体
2579
+ */
2580
+ export interface DisassociateKafkaConfigRequest {
2581
+ /**
2582
+ * 配置项id
2583
+ */
2584
+ ConfigId: string;
2585
+ /**
2586
+ * 部署组id
2587
+ */
2588
+ GroupIds?: Array<string>;
2589
+ }
2493
2590
  /**
2494
2591
  * RollbackConfig返回参数结构体
2495
2592
  */
@@ -2908,6 +3005,52 @@ export interface DescribeSimpleApplicationsRequest {
2908
3005
  */
2909
3006
  DisableProgramAuthCheck?: boolean;
2910
3007
  }
3008
+ /**
3009
+ * DescribeDeliveryConfigByGroupId返回参数结构体
3010
+ */
3011
+ export interface DescribeDeliveryConfigByGroupIdResponse {
3012
+ /**
3013
+ * 投递kafak配置项
3014
+ */
3015
+ Result?: SimpleKafkaDeliveryConfig;
3016
+ /**
3017
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3018
+ */
3019
+ RequestId?: string;
3020
+ }
3021
+ /**
3022
+ * ModifyContainerGroup请求参数结构体
3023
+ */
3024
+ export interface ModifyContainerGroupRequest {
3025
+ /**
3026
+ * 部署组ID
3027
+ */
3028
+ GroupId?: string;
3029
+ /**
3030
+ * 0:公网 1:集群内访问 2:NodePort
3031
+ */
3032
+ AccessType?: number;
3033
+ /**
3034
+ * ProtocolPorts数组
3035
+ */
3036
+ ProtocolPorts?: Array<ProtocolPort>;
3037
+ /**
3038
+ * 更新方式:0:快速更新 1:滚动更新
3039
+ */
3040
+ UpdateType?: number;
3041
+ /**
3042
+ * 更新间隔,单位秒
3043
+ */
3044
+ UpdateIvl?: number;
3045
+ /**
3046
+ * 子网ID
3047
+ */
3048
+ SubnetId?: string;
3049
+ /**
3050
+ * 部署组备注
3051
+ */
3052
+ Alias?: string;
3053
+ }
2911
3054
  /**
2912
3055
  * OperateApplicationTcrBinding请求参数结构体
2913
3056
  */
@@ -3010,6 +3153,20 @@ export interface ContainGroup {
3010
3153
  */
3011
3154
  KubeInjectEnable: boolean;
3012
3155
  }
3156
+ /**
3157
+ * DescribeGroupBusinessLogConfigs返回参数结构体
3158
+ */
3159
+ export interface DescribeGroupBusinessLogConfigsResponse {
3160
+ /**
3161
+ * 业务日志配置列表
3162
+ 注意:此字段可能返回 null,表示取不到有效值。
3163
+ */
3164
+ Result?: TsfPageBusinessLogConfig;
3165
+ /**
3166
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3167
+ */
3168
+ RequestId?: string;
3169
+ }
3013
3170
  /**
3014
3171
  * 部署组列表(应用下钻)
3015
3172
  */
@@ -3073,53 +3230,20 @@ export interface ReleaseApiGroupResponse {
3073
3230
  RequestId?: string;
3074
3231
  }
3075
3232
  /**
3076
- * CreateFileConfig请求参数结构体
3233
+ * 容器导入实例高级设置
3077
3234
  */
3078
- export interface CreateFileConfigRequest {
3079
- /**
3080
- * 配置项名称
3081
- */
3082
- ConfigName: string;
3083
- /**
3084
- * 配置项版本
3085
- */
3086
- ConfigVersion: string;
3087
- /**
3088
- * 配置项文件名
3089
- */
3090
- ConfigFileName: string;
3091
- /**
3092
- * 配置项文件内容(原始内容编码需要 utf-8 格式,如果 ConfigFileCode 为 gbk,后台会进行转换)
3093
- */
3094
- ConfigFileValue: string;
3095
- /**
3096
- * 配置项关联应用ID
3097
- */
3098
- ApplicationId: string;
3099
- /**
3100
- * 发布路径
3101
- */
3102
- ConfigFilePath: string;
3103
- /**
3104
- * 配置项版本描述
3105
- */
3106
- ConfigVersionDesc?: string;
3107
- /**
3108
- * 配置项文件编码,utf-8 或 gbk。注:如果选择 gbk,需要新版本 tsf-consul-template (公有云虚拟机需要使用 1.32 tsf-agent,容器需要从文档中获取最新的 tsf-consul-template-docker.tar.gz)的支持
3109
- */
3110
- ConfigFileCode?: string;
3111
- /**
3112
- * 后置命令
3113
- */
3114
- ConfigPostCmd?: string;
3235
+ export interface InstanceAdvancedSettings {
3115
3236
  /**
3116
- * Base64编码的配置项
3237
+ * 数据盘挂载点, 默认不挂载数据盘. 已格式化的 ext3,ext4,xfs 文件系统的数据盘将直接挂载,其他文件系统或未格式化的数据盘将自动格式化为ext4 并挂载,请注意备份数据! 无数据盘或有多块数据盘的云主机此设置不生效。
3238
+ 注意,注意,多盘场景请使用下方的DataDisks数据结构,设置对应的云盘类型、云盘大小、挂载路径、是否格式化等信息。
3239
+ 注意:此字段可能返回 null,表示取不到有效值。
3117
3240
  */
3118
- EncodeWithBase64?: boolean;
3241
+ MountTarget: string;
3119
3242
  /**
3120
- *
3243
+ * dockerd --graph 指定值, 默认为 /var/lib/docker
3244
+ 注意:此字段可能返回 null,表示取不到有效值。
3121
3245
  */
3122
- ProgramIdList?: Array<string>;
3246
+ DockerGraphPath: string;
3123
3247
  }
3124
3248
  /**
3125
3249
  * UpdateApiRateLimitRules请求参数结构体
@@ -3721,15 +3845,30 @@ export interface DescribeGroupGatewaysResponse {
3721
3845
  RequestId?: string;
3722
3846
  }
3723
3847
  /**
3724
- * RevocationConfig返回参数结构体
3848
+ * 日志投递kafka配置描述的缩简版
3725
3849
  */
3726
- export interface RevocationConfigResponse {
3850
+ export interface SimpleKafkaDeliveryConfig {
3727
3851
  /**
3728
- * true:回滚成功;false:回滚失败
3852
+ * 配置项id
3853
+ 注意:此字段可能返回 null,表示取不到有效值。
3729
3854
  */
3730
- Result?: boolean;
3855
+ ConfigId: string;
3731
3856
  /**
3732
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3857
+ * 配置项名称
3858
+ 注意:此字段可能返回 null,表示取不到有效值。
3859
+ */
3860
+ ConfigName: string;
3861
+ }
3862
+ /**
3863
+ * RevocationConfig返回参数结构体
3864
+ */
3865
+ export interface RevocationConfigResponse {
3866
+ /**
3867
+ * true:回滚成功;false:回滚失败
3868
+ */
3869
+ Result?: boolean;
3870
+ /**
3871
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3733
3872
  */
3734
3873
  RequestId?: string;
3735
3874
  }
@@ -3913,6 +4052,15 @@ export interface Namespace {
3913
4052
  */
3914
4053
  KubeInjectEnable: boolean;
3915
4054
  }
4055
+ /**
4056
+ * DescribeApplicationBusinessLogConfig返回参数结构体
4057
+ */
4058
+ export interface DescribeApplicationBusinessLogConfigResponse {
4059
+ /**
4060
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4061
+ */
4062
+ RequestId?: string;
4063
+ }
3916
4064
  /**
3917
4065
  * DescribeGroup返回参数结构体
3918
4066
  */
@@ -4079,33 +4227,45 @@ false:失败。
4079
4227
  RequestId?: string;
4080
4228
  }
4081
4229
  /**
4082
- * CreateLaneRule请求参数结构体
4230
+ * 单元化API使用详情统计对象列表
4083
4231
  */
4084
- export interface CreateLaneRuleRequest {
4232
+ export interface GroupUnitApiDailyUseStatistics {
4085
4233
  /**
4086
- * 泳道规则名称
4234
+ * 命名空间ID
4087
4235
  */
4088
- RuleName: string;
4236
+ NamespaceId: string;
4089
4237
  /**
4090
- * 泳道规则备注
4238
+ * 命名空间名称
4091
4239
  */
4092
- Remark: string;
4240
+ NamespaceName: string;
4093
4241
  /**
4094
- * 泳道规则标签列表
4242
+ * 该API在该命名空间下的总调用次数
4095
4243
  */
4096
- RuleTagList: Array<LaneRuleTag>;
4244
+ SumReqAmount: string;
4097
4245
  /**
4098
- * 泳道规则标签关系
4246
+ * 该API在该命名空间下的平均错误率
4099
4247
  */
4100
- RuleTagRelationship: string;
4248
+ AvgFailureRate: string;
4101
4249
  /**
4102
- * 泳道Id
4250
+ * 该API在该命名空间下的平均响应时间
4103
4251
  */
4104
- LaneId: string;
4252
+ AvgTimeCost: string;
4105
4253
  /**
4106
- *
4254
+ * 监控数据曲线点位图Map集合
4107
4255
  */
4108
- ProgramIdList?: Array<string>;
4256
+ MetricDataPointMap: MetricDataPointMap;
4257
+ /**
4258
+ * 状态码分布详情
4259
+ */
4260
+ TopStatusCode: Array<ApiUseStatisticsEntity>;
4261
+ /**
4262
+ * 耗时分布详情
4263
+ */
4264
+ TopTimeCost: Array<ApiUseStatisticsEntity>;
4265
+ /**
4266
+ * 分位值对象
4267
+ */
4268
+ Quantile: QuantileEntity;
4109
4269
  }
4110
4270
  /**
4111
4271
  * DisableUnitRoute返回参数结构体
@@ -4130,6 +4290,15 @@ export interface ExecuteTaskRequest {
4130
4290
  */
4131
4291
  TaskId: string;
4132
4292
  }
4293
+ /**
4294
+ * DescribeGroupBusinessLogConfigs请求参数结构体
4295
+ */
4296
+ export interface DescribeGroupBusinessLogConfigsRequest {
4297
+ /**
4298
+ * 分组ID
4299
+ */
4300
+ GroupId: string;
4301
+ }
4133
4302
  /**
4134
4303
  * DescribeApplication返回参数结构体
4135
4304
  */
@@ -4260,6 +4429,43 @@ export interface MetricDataCurve {
4260
4429
  */
4261
4430
  MetricDataPoints: Array<MetricDataPoint>;
4262
4431
  }
4432
+ /**
4433
+ * 日志投递kafka用,描述部署组信息
4434
+ */
4435
+ export interface GroupInfo {
4436
+ /**
4437
+ * 部署组id
4438
+ */
4439
+ GroupId: string;
4440
+ /**
4441
+ * 部署组名称
4442
+ */
4443
+ GroupName: string;
4444
+ /**
4445
+ * 集群类型
4446
+ */
4447
+ ClusterType: string;
4448
+ /**
4449
+ * 集群id
4450
+ 注意:此字段可能返回 null,表示取不到有效值。
4451
+ */
4452
+ ClusterId?: string;
4453
+ /**
4454
+ * 集群名称
4455
+ 注意:此字段可能返回 null,表示取不到有效值。
4456
+ */
4457
+ ClusterName?: string;
4458
+ /**
4459
+ * 命名空间名称
4460
+ 注意:此字段可能返回 null,表示取不到有效值。
4461
+ */
4462
+ NamespaceName?: string;
4463
+ /**
4464
+ * 绑定时间
4465
+ 注意:此字段可能返回 null,表示取不到有效值。
4466
+ */
4467
+ AssociateTime?: string;
4468
+ }
4263
4469
  /**
4264
4470
  * TerminateTaskFlowBatch返回参数结构体
4265
4471
  */
@@ -4274,17 +4480,18 @@ export interface TerminateTaskFlowBatchResponse {
4274
4480
  RequestId?: string;
4275
4481
  }
4276
4482
  /**
4277
- * ShrinkInstances请求参数结构体
4483
+ * DisassociateKafkaConfig返回参数结构体
4278
4484
  */
4279
- export interface ShrinkInstancesRequest {
4485
+ export interface DisassociateKafkaConfigResponse {
4280
4486
  /**
4281
- * 部署组ID
4487
+ * 解除绑定是否成功
4488
+ 注意:此字段可能返回 null,表示取不到有效值。
4282
4489
  */
4283
- GroupId: string;
4490
+ Result?: boolean;
4284
4491
  /**
4285
- * 下线机器实例ID列表
4492
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4286
4493
  */
4287
- InstanceIdList: Array<string>;
4494
+ RequestId?: string;
4288
4495
  }
4289
4496
  /**
4290
4497
  * k8s env 的 ValueFrom
@@ -4670,6 +4877,19 @@ export interface DescribeOverviewInvocationResponse {
4670
4877
  */
4671
4878
  RequestId?: string;
4672
4879
  }
4880
+ /**
4881
+ * ShrinkInstances请求参数结构体
4882
+ */
4883
+ export interface ShrinkInstancesRequest {
4884
+ /**
4885
+ * 部署组ID
4886
+ */
4887
+ GroupId: string;
4888
+ /**
4889
+ * 下线机器实例ID列表
4890
+ */
4891
+ InstanceIdList: Array<string>;
4892
+ }
4673
4893
  /**
4674
4894
  * DescribeSimpleNamespaces请求参数结构体
4675
4895
  */
@@ -4913,6 +5133,46 @@ export interface Program {
4913
5133
  */
4914
5134
  ProgramItemList?: Array<ProgramItem>;
4915
5135
  }
5136
+ /**
5137
+ * 投递kafka配置项
5138
+ */
5139
+ export interface KafkaDeliveryConfig {
5140
+ /**
5141
+ * 配置项id
5142
+ 注意:此字段可能返回 null,表示取不到有效值。
5143
+ */
5144
+ ConfigId: string;
5145
+ /**
5146
+ * 配置名称
5147
+ 注意:此字段可能返回 null,表示取不到有效值。
5148
+ */
5149
+ ConfigName: string;
5150
+ /**
5151
+ * 采集路径
5152
+ 注意:此字段可能返回 null,表示取不到有效值。
5153
+ */
5154
+ CollectPath: Array<string>;
5155
+ /**
5156
+ * kafka vip
5157
+ 注意:此字段可能返回 null,表示取不到有效值。
5158
+ */
5159
+ KafkaVIp: string;
5160
+ /**
5161
+ * kafka vport
5162
+ 注意:此字段可能返回 null,表示取不到有效值。
5163
+ */
5164
+ KafkaVPort: string;
5165
+ /**
5166
+ * kafka topic
5167
+ 注意:此字段可能返回 null,表示取不到有效值。
5168
+ */
5169
+ Topic: string;
5170
+ /**
5171
+ * 换行规则
5172
+ 注意:此字段可能返回 null,表示取不到有效值。
5173
+ */
5174
+ LineRule: string;
5175
+ }
4916
5176
  /**
4917
5177
  * API 对象类型描述
4918
5178
  */
@@ -5012,6 +5272,20 @@ export interface DescribeApiGroupRequest {
5012
5272
  */
5013
5273
  GroupId: string;
5014
5274
  }
5275
+ /**
5276
+ * AssociateBusinessLogConfig返回参数结构体
5277
+ */
5278
+ export interface AssociateBusinessLogConfigResponse {
5279
+ /**
5280
+ * 操作结果
5281
+ 注意:此字段可能返回 null,表示取不到有效值。
5282
+ */
5283
+ Result?: boolean;
5284
+ /**
5285
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5286
+ */
5287
+ RequestId?: string;
5288
+ }
5015
5289
  /**
5016
5290
  * DescribeGatewayApis请求参数结构体
5017
5291
  */
@@ -5037,6 +5311,35 @@ export interface DescribeGatewayApisRequest {
5037
5311
  */
5038
5312
  GatewayDeployGroupId?: string;
5039
5313
  }
5314
+ /**
5315
+ * AssociateConfigWithGroup请求参数结构体
5316
+ */
5317
+ export interface AssociateConfigWithGroupRequest {
5318
+ /**
5319
+ * 配置项id
5320
+ */
5321
+ ConfigId: string;
5322
+ /**
5323
+ * 部署组信息
5324
+ */
5325
+ Groups?: Array<GroupInfo>;
5326
+ /**
5327
+ * 是否选择全部投递,1 表示全部,0或不填表示非全部
5328
+ */
5329
+ SelectAll?: number;
5330
+ /**
5331
+ * 命名空间id
5332
+ */
5333
+ NamespaceId?: string;
5334
+ /**
5335
+ * 集群id
5336
+ */
5337
+ ClusterId?: string;
5338
+ /**
5339
+ * 模糊搜索关键词
5340
+ */
5341
+ SearchWord?: string;
5342
+ }
5040
5343
  /**
5041
5344
  * DescribeContainerGroupDetail请求参数结构体
5042
5345
  */
@@ -5643,19 +5946,25 @@ export interface UpdateUnitRuleResponse {
5643
5946
  RequestId?: string;
5644
5947
  }
5645
5948
  /**
5646
- * 健康检查参数
5949
+ * CreateUnitRule请求参数结构体
5647
5950
  */
5648
- export interface HealthCheckSettings {
5951
+ export interface CreateUnitRuleRequest {
5649
5952
  /**
5650
- * 存活健康检查
5651
- 注意:此字段可能返回 null,表示取不到有效值。
5953
+ * 网关实体ID
5652
5954
  */
5653
- LivenessProbe?: HealthCheckSetting;
5955
+ GatewayInstanceId: string;
5654
5956
  /**
5655
- * 就绪健康检查
5656
- 注意:此字段可能返回 null,表示取不到有效值。
5957
+ * 规则名称
5657
5958
  */
5658
- ReadinessProbe?: HealthCheckSetting;
5959
+ Name: string;
5960
+ /**
5961
+ * 规则描述
5962
+ */
5963
+ Description?: string;
5964
+ /**
5965
+ * 规则项列表
5966
+ */
5967
+ UnitRuleItemList?: Array<UnitRuleItem>;
5659
5968
  }
5660
5969
  /**
5661
5970
  * StartGroup返回参数结构体
@@ -6436,18 +6745,38 @@ export interface EnableUnitRouteResponse {
6436
6745
  RequestId?: string;
6437
6746
  }
6438
6747
  /**
6439
- * DisableUnitRule返回参数结构体
6748
+ * API分组日使用统计对象数据点
6440
6749
  */
6441
- export interface DisableUnitRuleResponse {
6750
+ export interface GroupUseStatisticsEntity {
6442
6751
  /**
6443
- * 是否成功
6752
+ * API 路径
6444
6753
  注意:此字段可能返回 null,表示取不到有效值。
6445
6754
  */
6446
- Result?: boolean;
6755
+ ApiPath: string;
6447
6756
  /**
6448
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6757
+ * 服务名
6758
+ 注意:此字段可能返回 null,表示取不到有效值。
6449
6759
  */
6450
- RequestId?: string;
6760
+ ServiceName: string;
6761
+ /**
6762
+ * 统计值
6763
+ 注意:此字段可能返回 null,表示取不到有效值。
6764
+ */
6765
+ Value: string;
6766
+ /**
6767
+ * API ID
6768
+ 注意:此字段可能返回 null,表示取不到有效值。
6769
+ */
6770
+ ApiId: string;
6771
+ }
6772
+ /**
6773
+ * DescribeBusinessLogConfig请求参数结构体
6774
+ */
6775
+ export interface DescribeBusinessLogConfigRequest {
6776
+ /**
6777
+ * 配置项ID
6778
+ */
6779
+ ConfigId: string;
6451
6780
  }
6452
6781
  /**
6453
6782
  * GatewayDeployGroup 翻页对象
@@ -6534,6 +6863,20 @@ export interface ExecuteTaskFlowRequest {
6534
6863
  */
6535
6864
  FlowId?: string;
6536
6865
  }
6866
+ /**
6867
+ * DescribeBusinessLogConfig返回参数结构体
6868
+ */
6869
+ export interface DescribeBusinessLogConfigResponse {
6870
+ /**
6871
+ * 日志配置项
6872
+ 注意:此字段可能返回 null,表示取不到有效值。
6873
+ */
6874
+ Result?: BusinessLogConfig;
6875
+ /**
6876
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6877
+ */
6878
+ RequestId?: string;
6879
+ }
6537
6880
  /**
6538
6881
  * TerminateTaskFlowBatch请求参数结构体
6539
6882
  */
@@ -7117,19 +7460,79 @@ export interface DescribeGatewayMonitorOverviewResponse {
7117
7460
  RequestId?: string;
7118
7461
  }
7119
7462
  /**
7120
- * CreatePublicConfig请求参数结构体
7463
+ * 业务日志配置关联部署组信息
7121
7464
  */
7122
- export interface CreatePublicConfigRequest {
7465
+ export interface BusinesLogConfigAssociatedGroup {
7123
7466
  /**
7124
- * 配置项名称
7467
+ * 部署组ID
7468
+ 注意:此字段可能返回 null,表示取不到有效值。
7125
7469
  */
7126
- ConfigName: string;
7470
+ GroupId: string;
7127
7471
  /**
7128
- * 配置项版本
7472
+ * 部署组名称
7473
+ 注意:此字段可能返回 null,表示取不到有效值。
7129
7474
  */
7130
- ConfigVersion: string;
7475
+ GroupName: string;
7131
7476
  /**
7132
- * 配置项值,总是接收yaml格式的内容
7477
+ * 部署组所属应用ID
7478
+ 注意:此字段可能返回 null,表示取不到有效值。
7479
+ */
7480
+ ApplicationId: string;
7481
+ /**
7482
+ * 部署组所属应用名称
7483
+ 注意:此字段可能返回 null,表示取不到有效值。
7484
+ */
7485
+ ApplicationName: string;
7486
+ /**
7487
+ * 部署组所属应用类型
7488
+ 注意:此字段可能返回 null,表示取不到有效值。
7489
+ */
7490
+ ApplicationType: string;
7491
+ /**
7492
+ * 部署组所属命名空间ID
7493
+ 注意:此字段可能返回 null,表示取不到有效值。
7494
+ */
7495
+ NamespaceId: string;
7496
+ /**
7497
+ * 部署组所属命名空间名称
7498
+ 注意:此字段可能返回 null,表示取不到有效值。
7499
+ */
7500
+ NamespaceName: string;
7501
+ /**
7502
+ * 部署组所属集群ID
7503
+ 注意:此字段可能返回 null,表示取不到有效值。
7504
+ */
7505
+ ClusterId: string;
7506
+ /**
7507
+ * 部署组所属集群名称
7508
+ 注意:此字段可能返回 null,表示取不到有效值。
7509
+ */
7510
+ ClusterName: string;
7511
+ /**
7512
+ * 部署组所属集群类型
7513
+ 注意:此字段可能返回 null,表示取不到有效值。
7514
+ */
7515
+ ClusterType: string;
7516
+ /**
7517
+ * 部署组关联日志配置时间
7518
+ 注意:此字段可能返回 null,表示取不到有效值。
7519
+ */
7520
+ AssociatedTime: string;
7521
+ }
7522
+ /**
7523
+ * CreatePublicConfig请求参数结构体
7524
+ */
7525
+ export interface CreatePublicConfigRequest {
7526
+ /**
7527
+ * 配置项名称
7528
+ */
7529
+ ConfigName: string;
7530
+ /**
7531
+ * 配置项版本
7532
+ */
7533
+ ConfigVersion: string;
7534
+ /**
7535
+ * 配置项值,总是接收yaml格式的内容
7133
7536
  */
7134
7537
  ConfigValue: string;
7135
7538
  /**
@@ -7304,6 +7707,40 @@ export interface TsfPageUnitNamespace {
7304
7707
  */
7305
7708
  Content: Array<UnitNamespace>;
7306
7709
  }
7710
+ /**
7711
+ * 业务日志配置解析规则
7712
+ */
7713
+ export interface BusinessLogConfigSchema {
7714
+ /**
7715
+ * 解析规则类型
7716
+ */
7717
+ SchemaType: number;
7718
+ /**
7719
+ * 解析规则内容
7720
+ 注意:此字段可能返回 null,表示取不到有效值。
7721
+ */
7722
+ SchemaContent?: string;
7723
+ /**
7724
+ * 解析规则时间格式
7725
+ 注意:此字段可能返回 null,表示取不到有效值。
7726
+ */
7727
+ SchemaDateFormat?: string;
7728
+ /**
7729
+ * 解析规则对应的多行匹配规则
7730
+ 注意:此字段可能返回 null,表示取不到有效值。
7731
+ */
7732
+ SchemaMultilinePattern?: string;
7733
+ /**
7734
+ * 解析规则创建时间
7735
+ 注意:此字段可能返回 null,表示取不到有效值。
7736
+ */
7737
+ SchemaCreateTime?: string;
7738
+ /**
7739
+ * 用户填写的解析规则
7740
+ 注意:此字段可能返回 null,表示取不到有效值。
7741
+ */
7742
+ SchemaPatternLayout?: string;
7743
+ }
7307
7744
  /**
7308
7745
  * 单值指标
7309
7746
  */
@@ -7765,25 +8202,19 @@ export interface DeleteTaskRequest {
7765
8202
  TaskId: string;
7766
8203
  }
7767
8204
  /**
7768
- * CreateUnitRule请求参数结构体
8205
+ * 健康检查参数
7769
8206
  */
7770
- export interface CreateUnitRuleRequest {
7771
- /**
7772
- * 网关实体ID
7773
- */
7774
- GatewayInstanceId: string;
7775
- /**
7776
- * 规则名称
7777
- */
7778
- Name: string;
8207
+ export interface HealthCheckSettings {
7779
8208
  /**
7780
- * 规则描述
8209
+ * 存活健康检查
8210
+ 注意:此字段可能返回 null,表示取不到有效值。
7781
8211
  */
7782
- Description?: string;
8212
+ LivenessProbe?: HealthCheckSetting;
7783
8213
  /**
7784
- * 规则项列表
8214
+ * 就绪健康检查
8215
+ 注意:此字段可能返回 null,表示取不到有效值。
7785
8216
  */
7786
- UnitRuleItemList?: Array<UnitRuleItem>;
8217
+ ReadinessProbe?: HealthCheckSetting;
7787
8218
  }
7788
8219
  /**
7789
8220
  * 虚拟机部署组列表简要字段
@@ -7897,6 +8328,31 @@ export interface ApiResponseDescr {
7897
8328
  */
7898
8329
  Description: string;
7899
8330
  }
8331
+ /**
8332
+ * DescribeBusinessLogConfigs请求参数结构体
8333
+ */
8334
+ export interface DescribeBusinessLogConfigsRequest {
8335
+ /**
8336
+ * 偏移量,取值范围大于等于0,默认值为0
8337
+ */
8338
+ Offset?: number;
8339
+ /**
8340
+ * 单页请求配置数量,取值范围[1, 50],默认值为10
8341
+ */
8342
+ Limit?: number;
8343
+ /**
8344
+ * 模糊匹配关键词
8345
+ */
8346
+ SearchWord?: string;
8347
+ /**
8348
+ * 无
8349
+ */
8350
+ DisableProgramAuthCheck?: boolean;
8351
+ /**
8352
+ * 无
8353
+ */
8354
+ ConfigIdList?: Array<string>;
8355
+ }
7900
8356
  /**
7901
8357
  * DescribePluginInstances请求参数结构体
7902
8358
  */
@@ -7976,6 +8432,21 @@ export interface ApiVersionArray {
7976
8432
  */
7977
8433
  PkgVersion: string;
7978
8434
  }
8435
+ /**
8436
+ * 描述配置项绑定的部署组
8437
+ */
8438
+ export interface DeliveryConfigBindGroups {
8439
+ /**
8440
+ * 公共条数
8441
+ 注意:此字段可能返回 null,表示取不到有效值。
8442
+ */
8443
+ TotalCount: number;
8444
+ /**
8445
+ * 内容
8446
+ 注意:此字段可能返回 null,表示取不到有效值。
8447
+ */
8448
+ Content: Array<DeliveryConfigBindGroup>;
8449
+ }
7979
8450
  /**
7980
8451
  * DescribeInovcationIndicators返回参数结构体
7981
8452
  */
@@ -8271,6 +8742,15 @@ export interface DescribeInstancesRequest {
8271
8742
  */
8272
8743
  Limit?: number;
8273
8744
  }
8745
+ /**
8746
+ * ReassociateBusinessLogConfig返回参数结构体
8747
+ */
8748
+ export interface ReassociateBusinessLogConfigResponse {
8749
+ /**
8750
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8751
+ */
8752
+ RequestId?: string;
8753
+ }
8274
8754
  /**
8275
8755
  * 路径重写创建对象
8276
8756
  */
@@ -8396,14 +8876,23 @@ export interface DeletePkgsResponse {
8396
8876
  RequestId?: string;
8397
8877
  }
8398
8878
  /**
8399
- * DescribeGroups返回参数结构体
8879
+ * DescribeTaskLastStatus请求参数结构体
8400
8880
  */
8401
- export interface DescribeGroupsResponse {
8881
+ export interface DescribeTaskLastStatusRequest {
8402
8882
  /**
8403
- * 虚拟机部署组分页信息
8883
+ * 任务ID
8884
+ */
8885
+ TaskId: string;
8886
+ }
8887
+ /**
8888
+ * DescribeBusinessLogConfigs返回参数结构体
8889
+ */
8890
+ export interface DescribeBusinessLogConfigsResponse {
8891
+ /**
8892
+ * 业务日志配置列表
8404
8893
  注意:此字段可能返回 null,表示取不到有效值。
8405
8894
  */
8406
- Result: TsfPageVmGroup;
8895
+ Result: TsfPageBusinessLogConfig;
8407
8896
  /**
8408
8897
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8409
8898
  */
@@ -8564,18 +9053,13 @@ export interface DescribeMicroservicesRequest {
8564
9053
  MicroserviceNameList?: Array<string>;
8565
9054
  }
8566
9055
  /**
8567
- * AddClusterInstances返回参数结构体
9056
+ * DescribeApplicationBusinessLogConfig请求参数结构体
8568
9057
  */
8569
- export interface AddClusterInstancesResponse {
8570
- /**
8571
- * 添加云主机的返回列表
8572
- 注意:此字段可能返回 null,表示取不到有效值。
8573
- */
8574
- Result: AddInstanceResult;
9058
+ export interface DescribeApplicationBusinessLogConfigRequest {
8575
9059
  /**
8576
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
9060
+ * TSF应用ID
8577
9061
  */
8578
- RequestId?: string;
9062
+ ApplicationId: string;
8579
9063
  }
8580
9064
  /**
8581
9065
  * DescribeInvocationMetricDataCurve请求参数结构体
@@ -8902,45 +9386,33 @@ export interface CreateRepositoryResponse {
8902
9386
  RequestId?: string;
8903
9387
  }
8904
9388
  /**
8905
- * 单元化API使用详情统计对象列表
9389
+ * CreateLaneRule请求参数结构体
8906
9390
  */
8907
- export interface GroupUnitApiDailyUseStatistics {
8908
- /**
8909
- * 命名空间ID
8910
- */
8911
- NamespaceId: string;
8912
- /**
8913
- * 命名空间名称
8914
- */
8915
- NamespaceName: string;
8916
- /**
8917
- * 该API在该命名空间下的总调用次数
8918
- */
8919
- SumReqAmount: string;
9391
+ export interface CreateLaneRuleRequest {
8920
9392
  /**
8921
- * 该API在该命名空间下的平均错误率
9393
+ * 泳道规则名称
8922
9394
  */
8923
- AvgFailureRate: string;
9395
+ RuleName: string;
8924
9396
  /**
8925
- * 该API在该命名空间下的平均响应时间
9397
+ * 泳道规则备注
8926
9398
  */
8927
- AvgTimeCost: string;
9399
+ Remark: string;
8928
9400
  /**
8929
- * 监控数据曲线点位图Map集合
9401
+ * 泳道规则标签列表
8930
9402
  */
8931
- MetricDataPointMap: MetricDataPointMap;
9403
+ RuleTagList: Array<LaneRuleTag>;
8932
9404
  /**
8933
- * 状态码分布详情
9405
+ * 泳道规则标签关系
8934
9406
  */
8935
- TopStatusCode: Array<ApiUseStatisticsEntity>;
9407
+ RuleTagRelationship: string;
8936
9408
  /**
8937
- * 耗时分布详情
9409
+ * 泳道Id
8938
9410
  */
8939
- TopTimeCost: Array<ApiUseStatisticsEntity>;
9411
+ LaneId: string;
8940
9412
  /**
8941
- * 分位值对象
9413
+ *
8942
9414
  */
8943
- Quantile: QuantileEntity;
9415
+ ProgramIdList?: Array<string>;
8944
9416
  }
8945
9417
  /**
8946
9418
  * 构成监控数据图的曲线坐标点
@@ -9006,20 +9478,53 @@ export interface DeletePkgsRequest {
9006
9478
  RepositoryId?: string;
9007
9479
  }
9008
9480
  /**
9009
- * 容器导入实例高级设置
9481
+ * CreateFileConfig请求参数结构体
9010
9482
  */
9011
- export interface InstanceAdvancedSettings {
9483
+ export interface CreateFileConfigRequest {
9012
9484
  /**
9013
- * 数据盘挂载点, 默认不挂载数据盘. 已格式化的 ext3,ext4,xfs 文件系统的数据盘将直接挂载,其他文件系统或未格式化的数据盘将自动格式化为ext4 并挂载,请注意备份数据! 无数据盘或有多块数据盘的云主机此设置不生效。
9014
- 注意,注意,多盘场景请使用下方的DataDisks数据结构,设置对应的云盘类型、云盘大小、挂载路径、是否格式化等信息。
9015
- 注意:此字段可能返回 null,表示取不到有效值。
9485
+ * 配置项名称
9016
9486
  */
9017
- MountTarget: string;
9487
+ ConfigName: string;
9018
9488
  /**
9019
- * dockerd --graph 指定值, 默认为 /var/lib/docker
9020
- 注意:此字段可能返回 null,表示取不到有效值。
9489
+ * 配置项版本
9021
9490
  */
9022
- DockerGraphPath: string;
9491
+ ConfigVersion: string;
9492
+ /**
9493
+ * 配置项文件名
9494
+ */
9495
+ ConfigFileName: string;
9496
+ /**
9497
+ * 配置项文件内容(原始内容编码需要 utf-8 格式,如果 ConfigFileCode 为 gbk,后台会进行转换)
9498
+ */
9499
+ ConfigFileValue: string;
9500
+ /**
9501
+ * 配置项关联应用ID
9502
+ */
9503
+ ApplicationId: string;
9504
+ /**
9505
+ * 发布路径
9506
+ */
9507
+ ConfigFilePath: string;
9508
+ /**
9509
+ * 配置项版本描述
9510
+ */
9511
+ ConfigVersionDesc?: string;
9512
+ /**
9513
+ * 配置项文件编码,utf-8 或 gbk。注:如果选择 gbk,需要新版本 tsf-consul-template (公有云虚拟机需要使用 1.32 tsf-agent,容器需要从文档中获取最新的 tsf-consul-template-docker.tar.gz)的支持
9514
+ */
9515
+ ConfigFileCode?: string;
9516
+ /**
9517
+ * 后置命令
9518
+ */
9519
+ ConfigPostCmd?: string;
9520
+ /**
9521
+ * Base64编码的配置项
9522
+ */
9523
+ EncodeWithBase64?: boolean;
9524
+ /**
9525
+ * 无
9526
+ */
9527
+ ProgramIdList?: Array<string>;
9023
9528
  }
9024
9529
  /**
9025
9530
  * API监控明细数据
@@ -9138,17 +9643,34 @@ export interface DescribeContainerGroupDeployInfoRequest {
9138
9643
  GroupId: string;
9139
9644
  }
9140
9645
  /**
9141
- * OperateApplicationTcrBinding返回参数结构体
9646
+ * DescribeDeliveryConfigs请求参数结构体
9142
9647
  */
9143
- export interface OperateApplicationTcrBindingResponse {
9648
+ export interface DescribeDeliveryConfigsRequest {
9144
9649
  /**
9145
- * 是否成功
9650
+ * 关键字
9146
9651
  */
9147
- Result: boolean;
9652
+ SearchWord?: string;
9148
9653
  /**
9149
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
9654
+ * 偏移
9150
9655
  */
9151
- RequestId?: string;
9656
+ Offset?: number;
9657
+ /**
9658
+ * 搜索条数
9659
+ */
9660
+ Limit?: number;
9661
+ }
9662
+ /**
9663
+ * DisassociateBusinessLogConfig请求参数结构体
9664
+ */
9665
+ export interface DisassociateBusinessLogConfigRequest {
9666
+ /**
9667
+ * 业务日志配置项ID列表
9668
+ */
9669
+ ConfigIdList: Array<string>;
9670
+ /**
9671
+ * TSF分组ID
9672
+ */
9673
+ GroupId: string;
9152
9674
  }
9153
9675
  /**
9154
9676
  * DescribePublicConfigReleaseLogs返回参数结构体
@@ -9781,6 +10303,19 @@ export interface DescribeConfigRequest {
9781
10303
  */
9782
10304
  ConfigId: string;
9783
10305
  }
10306
+ /**
10307
+ * OperateApplicationTcrBinding返回参数结构体
10308
+ */
10309
+ export interface OperateApplicationTcrBindingResponse {
10310
+ /**
10311
+ * 是否成功
10312
+ */
10313
+ Result: boolean;
10314
+ /**
10315
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10316
+ */
10317
+ RequestId?: string;
10318
+ }
9784
10319
  /**
9785
10320
  * DisableUnitRoute请求参数结构体
9786
10321
  */
@@ -10240,6 +10775,21 @@ export interface DescribeContainerGroupsRequest {
10240
10775
  */
10241
10776
  NamespaceId?: string;
10242
10777
  }
10778
+ /**
10779
+ * 业务日志配置项列表
10780
+ */
10781
+ export interface TsfPageBusinessLogConfig {
10782
+ /**
10783
+ * 总条数
10784
+ 注意:此字段可能返回 null,表示取不到有效值。
10785
+ */
10786
+ TotalCount: number;
10787
+ /**
10788
+ * 业务日志配置项列表
10789
+ 注意:此字段可能返回 null,表示取不到有效值。
10790
+ */
10791
+ Content: Array<BusinessLogConfig>;
10792
+ }
10243
10793
  /**
10244
10794
  * DescribePrograms返回参数结构体
10245
10795
  */
@@ -10341,6 +10891,34 @@ export interface RedoTaskResponse {
10341
10891
  */
10342
10892
  RequestId?: string;
10343
10893
  }
10894
+ /**
10895
+ * 描述投递配置项绑定的部署组
10896
+ */
10897
+ export interface DeliveryConfigBindGroup {
10898
+ /**
10899
+ * 配置id
10900
+ */
10901
+ ConfigId: string;
10902
+ /**
10903
+ * 配置名
10904
+ */
10905
+ ConfigName: string;
10906
+ /**
10907
+ * 采集路径
10908
+ 注意:此字段可能返回 null,表示取不到有效值。
10909
+ */
10910
+ CollectPath: Array<string>;
10911
+ /**
10912
+ * 关联部署组信息
10913
+ 注意:此字段可能返回 null,表示取不到有效值。
10914
+ */
10915
+ Groups: Array<GroupInfo>;
10916
+ /**
10917
+ * 创建时间
10918
+ 注意:此字段可能返回 null,表示取不到有效值。
10919
+ */
10920
+ CreateTime: string;
10921
+ }
10344
10922
  /**
10345
10923
  * DescribeConfigs请求参数结构体
10346
10924
  */
@@ -10782,6 +11360,15 @@ export interface CreateClusterRequest {
10782
11360
  */
10783
11361
  ProgramIdList?: Array<string>;
10784
11362
  }
11363
+ /**
11364
+ * DescribeDeliveryConfigByGroupId请求参数结构体
11365
+ */
11366
+ export interface DescribeDeliveryConfigByGroupIdRequest {
11367
+ /**
11368
+ * 部署组id
11369
+ */
11370
+ GroupId: string;
11371
+ }
10785
11372
  /**
10786
11373
  * 微服务列表信息
10787
11374
  */
@@ -10925,6 +11512,59 @@ export interface MsApiArray {
10925
11512
  */
10926
11513
  Status: number;
10927
11514
  }
11515
+ /**
11516
+ * 业务日志配置
11517
+ */
11518
+ export interface BusinessLogConfig {
11519
+ /**
11520
+ * 配置项ID
11521
+ */
11522
+ ConfigId?: string;
11523
+ /**
11524
+ * 配置项名称
11525
+ */
11526
+ ConfigName?: string;
11527
+ /**
11528
+ * 配置项日志路径
11529
+ 注意:此字段可能返回 null,表示取不到有效值。
11530
+ */
11531
+ ConfigPath?: string;
11532
+ /**
11533
+ * 配置项描述
11534
+ 注意:此字段可能返回 null,表示取不到有效值。
11535
+ */
11536
+ ConfigDesc?: string;
11537
+ /**
11538
+ * 配置项标签
11539
+ 注意:此字段可能返回 null,表示取不到有效值。
11540
+ */
11541
+ ConfigTags?: string;
11542
+ /**
11543
+ * 配置项对应的ES管道
11544
+ 注意:此字段可能返回 null,表示取不到有效值。
11545
+ */
11546
+ ConfigPipeline?: string;
11547
+ /**
11548
+ * 配置项创建时间
11549
+ 注意:此字段可能返回 null,表示取不到有效值。
11550
+ */
11551
+ ConfigCreateTime?: string;
11552
+ /**
11553
+ * 配置项更新时间
11554
+ 注意:此字段可能返回 null,表示取不到有效值。
11555
+ */
11556
+ ConfigUpdateTime?: string;
11557
+ /**
11558
+ * 配置项解析规则
11559
+ 注意:此字段可能返回 null,表示取不到有效值。
11560
+ */
11561
+ ConfigSchema?: BusinessLogConfigSchema;
11562
+ /**
11563
+ * 配置项关联部署组
11564
+ 注意:此字段可能返回 null,表示取不到有效值。
11565
+ */
11566
+ ConfigAssociatedGroups?: Array<BusinesLogConfigAssociatedGroup>;
11567
+ }
10928
11568
  /**
10929
11569
  * DescribeApiDetail请求参数结构体
10930
11570
  */
@@ -11058,29 +11698,18 @@ export interface DescribeInvocationMetricDataPointResponse {
11058
11698
  RequestId?: string;
11059
11699
  }
11060
11700
  /**
11061
- * API分组日使用统计对象数据点
11701
+ * DisableUnitRule返回参数结构体
11062
11702
  */
11063
- export interface GroupUseStatisticsEntity {
11064
- /**
11065
- * API 路径
11066
- 注意:此字段可能返回 null,表示取不到有效值。
11067
- */
11068
- ApiPath: string;
11069
- /**
11070
- * 服务名
11071
- 注意:此字段可能返回 null,表示取不到有效值。
11072
- */
11073
- ServiceName: string;
11703
+ export interface DisableUnitRuleResponse {
11074
11704
  /**
11075
- * 统计值
11705
+ * 是否成功
11076
11706
  注意:此字段可能返回 null,表示取不到有效值。
11077
11707
  */
11078
- Value: string;
11708
+ Result?: boolean;
11079
11709
  /**
11080
- * API ID
11081
- 注意:此字段可能返回 null,表示取不到有效值。
11710
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11082
11711
  */
11083
- ApiId: string;
11712
+ RequestId?: string;
11084
11713
  }
11085
11714
  /**
11086
11715
  * DescribePathRewrites返回参数结构体