tencentcloud-sdk-nodejs-tsf 4.0.523 → 4.0.525

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.
@@ -187,6 +187,23 @@ export interface UpdateApiRateLimitRuleRequest {
187
187
  MaxQps?: number
188
188
  }
189
189
 
190
+ /**
191
+ * DeleteCluster返回参数结构体
192
+ */
193
+ export interface DeleteClusterResponse {
194
+ /**
195
+ * 删除集群操作是否成功。
196
+ true:操作成功。
197
+ false:操作失败。
198
+ */
199
+ Result?: boolean
200
+
201
+ /**
202
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
203
+ */
204
+ RequestId?: string
205
+ }
206
+
190
207
  /**
191
208
  * cos临时帐号信息
192
209
  */
@@ -308,6 +325,243 @@ export interface DescribeUnitApiUseDetailRequest {
308
325
  Period?: number
309
326
  }
310
327
 
328
+ /**
329
+ * 集群详情
330
+ */
331
+ export interface ClusterV2 {
332
+ /**
333
+ * 集群ID
334
+ 注意:此字段可能返回 null,表示取不到有效值。
335
+ */
336
+ ClusterId: string
337
+
338
+ /**
339
+ * 集群名称
340
+ 注意:此字段可能返回 null,表示取不到有效值。
341
+ */
342
+ ClusterName: string
343
+
344
+ /**
345
+ * 集群描述
346
+ 注意:此字段可能返回 null,表示取不到有效值。
347
+ */
348
+ ClusterDesc: string
349
+
350
+ /**
351
+ * 集群类型
352
+ 注意:此字段可能返回 null,表示取不到有效值。
353
+ */
354
+ ClusterType: string
355
+
356
+ /**
357
+ * 集群所属私有网络ID
358
+ 注意:此字段可能返回 null,表示取不到有效值。
359
+ */
360
+ VpcId: string
361
+
362
+ /**
363
+ * 集群状态
364
+ 注意:此字段可能返回 null,表示取不到有效值。
365
+ */
366
+ ClusterStatus: string
367
+
368
+ /**
369
+ * 集群CIDR
370
+ 注意:此字段可能返回 null,表示取不到有效值。
371
+ */
372
+ ClusterCIDR: string
373
+
374
+ /**
375
+ * 集群总CPU,单位: 核
376
+ 注意:此字段可能返回 null,表示取不到有效值。
377
+ */
378
+ ClusterTotalCpu: number
379
+
380
+ /**
381
+ * 集群总内存,单位: G
382
+ 注意:此字段可能返回 null,表示取不到有效值。
383
+ */
384
+ ClusterTotalMem: number
385
+
386
+ /**
387
+ * 集群已使用CPU,单位: 核
388
+ 注意:此字段可能返回 null,表示取不到有效值。
389
+ */
390
+ ClusterUsedCpu: number
391
+
392
+ /**
393
+ * 集群已使用内存,单位: G
394
+ 注意:此字段可能返回 null,表示取不到有效值。
395
+ */
396
+ ClusterUsedMem: number
397
+
398
+ /**
399
+ * 集群机器实例数量
400
+ 注意:此字段可能返回 null,表示取不到有效值。
401
+ */
402
+ InstanceCount: number
403
+
404
+ /**
405
+ * 集群运行中的机器实例数量
406
+ 注意:此字段可能返回 null,表示取不到有效值。
407
+ */
408
+ RunInstanceCount: number
409
+
410
+ /**
411
+ * 集群正常状态的机器实例数量
412
+ 注意:此字段可能返回 null,表示取不到有效值。
413
+ */
414
+ NormalInstanceCount: number
415
+
416
+ /**
417
+ * 删除标记:true:可以删除;false:不可删除
418
+ 注意:此字段可能返回 null,表示取不到有效值。
419
+ */
420
+ DeleteFlag: boolean
421
+
422
+ /**
423
+ * 创建时间
424
+ 注意:此字段可能返回 null,表示取不到有效值。
425
+ */
426
+ CreateTime: string
427
+
428
+ /**
429
+ * 更新时间
430
+ 注意:此字段可能返回 null,表示取不到有效值。
431
+ */
432
+ UpdateTime: string
433
+
434
+ /**
435
+ * 集群所属TSF地域ID
436
+ 注意:此字段可能返回 null,表示取不到有效值。
437
+ */
438
+ TsfRegionId: string
439
+
440
+ /**
441
+ * 集群所属TSF地域名称
442
+ 注意:此字段可能返回 null,表示取不到有效值。
443
+ */
444
+ TsfRegionName: string
445
+
446
+ /**
447
+ * 集群所属TSF可用区ID
448
+ 注意:此字段可能返回 null,表示取不到有效值。
449
+ */
450
+ TsfZoneId: string
451
+
452
+ /**
453
+ * 集群所属TSF可用区名称
454
+ 注意:此字段可能返回 null,表示取不到有效值。
455
+ */
456
+ TsfZoneName: string
457
+
458
+ /**
459
+ * 集群不可删除的原因
460
+ 注意:此字段可能返回 null,表示取不到有效值。
461
+ */
462
+ DeleteFlagReason: string
463
+
464
+ /**
465
+ * 集群所属私有网络子网ID
466
+ 注意:此字段可能返回 null,表示取不到有效值。
467
+ */
468
+ SubnetId: string
469
+
470
+ /**
471
+ * 集群剩余 cpu limit
472
+ 注意:此字段可能返回 null,表示取不到有效值。
473
+ */
474
+ ClusterLimitCpu: string
475
+
476
+ /**
477
+ * 集群剩余 memory limit
478
+ 注意:此字段可能返回 null,表示取不到有效值。
479
+ */
480
+ ClusterLimitMem: string
481
+
482
+ /**
483
+ * 运行服务实例数
484
+ 注意:此字段可能返回 null,表示取不到有效值。
485
+ */
486
+ RunServiceInstanceCount: number
487
+
488
+ /**
489
+ * 给前端的按钮控制信息
490
+ 注意:此字段可能返回 null,表示取不到有效值。
491
+ */
492
+ OperationInfo: OperationInfo
493
+
494
+ /**
495
+ * 容器集群版本
496
+ 注意:此字段可能返回 null,表示取不到有效值。
497
+ */
498
+ ClusterVersion: string
499
+
500
+ /**
501
+ * 部署组总数
502
+ 注意:此字段可能返回 null,表示取不到有效值。
503
+ */
504
+ GroupCount: number
505
+
506
+ /**
507
+ * 运行中部署组数
508
+ 注意:此字段可能返回 null,表示取不到有效值。
509
+ */
510
+ RunGroupCount: number
511
+
512
+ /**
513
+ * 停止中部署组数
514
+ 注意:此字段可能返回 null,表示取不到有效值。
515
+ */
516
+ StopGroupCount: number
517
+
518
+ /**
519
+ * 异常部署组数
520
+ 注意:此字段可能返回 null,表示取不到有效值。
521
+ */
522
+ AbnormalGroupCount: number
523
+
524
+ /**
525
+ * 集群备注名
526
+ 注意:此字段可能返回 null,表示取不到有效值。
527
+ */
528
+ ClusterRemarkName: string
529
+
530
+ /**
531
+ * api地址
532
+ 注意:此字段可能返回 null,表示取不到有效值。
533
+ */
534
+ KuberneteApiServer: string
535
+
536
+ /**
537
+ * K : kubeconfig, S : service account
538
+ 注意:此字段可能返回 null,表示取不到有效值。
539
+ */
540
+ KuberneteNativeType: string
541
+
542
+ /**
543
+ * native secret
544
+ 注意:此字段可能返回 null,表示取不到有效值。
545
+ */
546
+ KuberneteNativeSecret: string
547
+ }
548
+
549
+ /**
550
+ * ModifyApplication返回参数结构体
551
+ */
552
+ export interface ModifyApplicationResponse {
553
+ /**
554
+ * true/false
555
+ 注意:此字段可能返回 null,表示取不到有效值。
556
+ */
557
+ Result: boolean
558
+
559
+ /**
560
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
561
+ */
562
+ RequestId?: string
563
+ }
564
+
311
565
  /**
312
566
  * DescribeApiVersions返回参数结构体
313
567
  */
@@ -400,6 +654,22 @@ export interface DescribeGroupReleaseRequest {
400
654
  GroupId: string
401
655
  }
402
656
 
657
+ /**
658
+ * DescribeConfigTemplate返回参数结构体
659
+ */
660
+ export interface DescribeConfigTemplateResponse {
661
+ /**
662
+ * Result
663
+ 注意:此字段可能返回 null,表示取不到有效值。
664
+ */
665
+ Result?: ConfigTemplate
666
+
667
+ /**
668
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
669
+ */
670
+ RequestId?: string
671
+ }
672
+
403
673
  /**
404
674
  * DescribeDeliveryConfig返回参数结构体
405
675
  */
@@ -718,6 +988,46 @@ export interface DescribeFileConfigsResponse {
718
988
  RequestId?: string
719
989
  }
720
990
 
991
+ /**
992
+ * DescribeClusters请求参数结构体
993
+ */
994
+ export interface DescribeClustersRequest {
995
+ /**
996
+ * 搜索词
997
+ */
998
+ SearchWord?: string
999
+
1000
+ /**
1001
+ * 排序字段
1002
+ */
1003
+ OrderBy?: string
1004
+
1005
+ /**
1006
+ * 排序方式
1007
+ */
1008
+ OrderType?: number
1009
+
1010
+ /**
1011
+ * 偏移量
1012
+ */
1013
+ Offset?: number
1014
+
1015
+ /**
1016
+ * 分页个数
1017
+ */
1018
+ Limit?: number
1019
+
1020
+ /**
1021
+ * 集群类型
1022
+ */
1023
+ ClusterType?: string
1024
+
1025
+ /**
1026
+ * idList
1027
+ */
1028
+ ClusterIdList?: Array<string>
1029
+ }
1030
+
721
1031
  /**
722
1032
  * DescribeApiVersions请求参数结构体
723
1033
  */
@@ -739,20 +1049,18 @@ export interface DescribeApiVersionsRequest {
739
1049
  }
740
1050
 
741
1051
  /**
742
- * TSF配置项发布日志分页对象
1052
+ * DeleteConfigTemplate返回参数结构体
743
1053
  */
744
- export interface TsfPageConfigReleaseLog {
1054
+ export interface DeleteConfigTemplateResponse {
745
1055
  /**
746
- * 总条数
747
- 注意:此字段可能返回 null,表示取不到有效值。
748
- */
749
- TotalCount: number
1056
+ * true:删除成功;false:删除失败
1057
+ */
1058
+ Result?: boolean
750
1059
 
751
1060
  /**
752
- * 配置项发布日志数组
753
- 注意:此字段可能返回 null,表示取不到有效值。
754
- */
755
- Content: Array<ConfigReleaseLog>
1061
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1062
+ */
1063
+ RequestId?: string
756
1064
  }
757
1065
 
758
1066
  /**
@@ -810,6 +1118,28 @@ export interface DescribeJvmMonitorRequest {
810
1118
  Tag?: string
811
1119
  }
812
1120
 
1121
+ /**
1122
+ * 任务规则
1123
+ */
1124
+ export interface TaskRule {
1125
+ /**
1126
+ * 触发规则类型, Cron/Repeat
1127
+ */
1128
+ RuleType: string
1129
+
1130
+ /**
1131
+ * Cron类型规则,cron表达式。
1132
+ 注意:此字段可能返回 null,表示取不到有效值。
1133
+ */
1134
+ Expression?: string
1135
+
1136
+ /**
1137
+ * 时间间隔, 单位毫秒
1138
+ 注意:此字段可能返回 null,表示取不到有效值。
1139
+ */
1140
+ RepeatInterval?: number
1141
+ }
1142
+
813
1143
  /**
814
1144
  * UnbindApiGroup请求参数结构体
815
1145
  */
@@ -1675,6 +2005,16 @@ export interface GatewayPluginBoundParam {
1675
2005
  ScopeValue: string
1676
2006
  }
1677
2007
 
2008
+ /**
2009
+ * ModifyNamespace返回参数结构体
2010
+ */
2011
+ export interface ModifyNamespaceResponse {
2012
+ /**
2013
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2014
+ */
2015
+ RequestId?: string
2016
+ }
2017
+
1678
2018
  /**
1679
2019
  * ModifyLaneRule请求参数结构体
1680
2020
  */
@@ -2197,6 +2537,16 @@ export interface DescribeLanesResponse {
2197
2537
  RequestId?: string
2198
2538
  }
2199
2539
 
2540
+ /**
2541
+ * StartGroup请求参数结构体
2542
+ */
2543
+ export interface StartGroupRequest {
2544
+ /**
2545
+ * 部署组ID
2546
+ */
2547
+ GroupId: string
2548
+ }
2549
+
2200
2550
  /**
2201
2551
  * CreateNamespace请求参数结构体
2202
2552
  */
@@ -2831,68 +3181,19 @@ export interface ImageRepository {
2831
3181
  }
2832
3182
 
2833
3183
  /**
2834
- * DescribeInovcationIndicators请求参数结构体
3184
+ * DescribeOverviewInvocation返回参数结构体
2835
3185
  */
2836
- export interface DescribeInovcationIndicatorsRequest {
2837
- /**
2838
- * 维度
2839
- */
2840
- Dimension: string
2841
-
2842
- /**
2843
- * 开始时间
2844
- */
2845
- StartTime: string
2846
-
2847
- /**
2848
- * 结束时间
2849
- */
2850
- EndTime: string
2851
-
2852
- /**
2853
- * 命名空间ID
2854
- */
2855
- NamespaceId?: string
2856
-
2857
- /**
2858
- * 微服务ID
2859
- */
2860
- ServiceId?: string
2861
-
2862
- /**
2863
- * 调用方服务名
2864
- */
2865
- CallerServiceName?: string
2866
-
2867
- /**
2868
- * 被调方服务名
2869
- */
2870
- CalleeServiceName?: string
2871
-
2872
- /**
2873
- * 调用方接口名
2874
- */
2875
- CallerInterfaceName?: string
2876
-
2877
- /**
2878
- * 被调方接口名
2879
- */
2880
- CalleeInterfaceName?: string
2881
-
2882
- /**
2883
- * 应用ID
2884
- */
2885
- ApplicationId?: string
2886
-
3186
+ export interface DescribeOverviewInvocationResponse {
2887
3187
  /**
2888
- * 部署组ID
2889
- */
2890
- GroupId?: string
3188
+ * 监控统计数据列表
3189
+ 注意:此字段可能返回 null,表示取不到有效值。
3190
+ */
3191
+ Result: Array<MetricDataPoint>
2891
3192
 
2892
3193
  /**
2893
- * 实例ID
3194
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2894
3195
  */
2895
- InstanceId?: string
3196
+ RequestId?: string
2896
3197
  }
2897
3198
 
2898
3199
  /**
@@ -2959,6 +3260,16 @@ export interface CreateConfigResponse {
2959
3260
  RequestId?: string
2960
3261
  }
2961
3262
 
3263
+ /**
3264
+ * RevokeFileConfig请求参数结构体
3265
+ */
3266
+ export interface RevokeFileConfigRequest {
3267
+ /**
3268
+ * 配置项发布ID
3269
+ */
3270
+ ConfigReleaseId: string
3271
+ }
3272
+
2962
3273
  /**
2963
3274
  * DescribeCreateGatewayApiStatus请求参数结构体
2964
3275
  */
@@ -4323,6 +4634,21 @@ export interface CreateGroupRequest {
4323
4634
  Alias?: string
4324
4635
  }
4325
4636
 
4637
+ /**
4638
+ * DeleteCluster请求参数结构体
4639
+ */
4640
+ export interface DeleteClusterRequest {
4641
+ /**
4642
+ * 集群ID
4643
+ */
4644
+ ClusterId: string
4645
+
4646
+ /**
4647
+ * 是否只解绑,不删除容器集群,默认不传则删除容器集群。
4648
+ */
4649
+ Unbind?: boolean
4650
+ }
4651
+
4326
4652
  /**
4327
4653
  * StopTaskBatch返回参数结构体
4328
4654
  */
@@ -4867,14 +5193,28 @@ export interface Env {
4867
5193
  }
4868
5194
 
4869
5195
  /**
4870
- * k8s env 的 ResourceFieldRef
5196
+ * ModifyCluster请求参数结构体
4871
5197
  */
4872
- export interface ResourceFieldRef {
5198
+ export interface ModifyClusterRequest {
4873
5199
  /**
4874
- * k8s 的 Resource
4875
- 注意:此字段可能返回 null,表示取不到有效值。
4876
- */
4877
- Resource?: string
5200
+ * 集群ID
5201
+ */
5202
+ ClusterId: string
5203
+
5204
+ /**
5205
+ * 集群名称
5206
+ */
5207
+ ClusterName?: string
5208
+
5209
+ /**
5210
+ * 集群描述信息
5211
+ */
5212
+ ClusterDesc?: string
5213
+
5214
+ /**
5215
+ * 备注名
5216
+ */
5217
+ ClusterRemarkName?: string
4878
5218
  }
4879
5219
 
4880
5220
  /**
@@ -5102,6 +5442,22 @@ export interface GroupUnitApiDailyUseStatistics {
5102
5442
  Quantile: QuantileEntity
5103
5443
  }
5104
5444
 
5445
+ /**
5446
+ * DescribeFileConfigReleases返回参数结构体
5447
+ */
5448
+ export interface DescribeFileConfigReleasesResponse {
5449
+ /**
5450
+ * 配置项发布信息列表
5451
+ 注意:此字段可能返回 null,表示取不到有效值。
5452
+ */
5453
+ Result?: TsfPageFileConfigRelease
5454
+
5455
+ /**
5456
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5457
+ */
5458
+ RequestId?: string
5459
+ }
5460
+
5105
5461
  /**
5106
5462
  * DisableUnitRoute返回参数结构体
5107
5463
  */
@@ -5776,57 +6132,106 @@ export interface VolumeInfo {
5776
6132
  VolumeConfig?: string
5777
6133
  }
5778
6134
 
5779
- /**
5780
- * UpdateApiTimeouts请求参数结构体
5781
- */
5782
- export interface UpdateApiTimeoutsRequest {
6135
+ /**
6136
+ * UpdateApiTimeouts请求参数结构体
6137
+ */
6138
+ export interface UpdateApiTimeoutsRequest {
6139
+ /**
6140
+ * API ID 列表
6141
+ */
6142
+ ApiIds: Array<string>
6143
+
6144
+ /**
6145
+ * 开启/禁用,enabled/disabled
6146
+ */
6147
+ UsableStatus: string
6148
+
6149
+ /**
6150
+ * 超时时间,单位毫秒,开启API超时时,必填
6151
+ */
6152
+ Timeout?: number
6153
+ }
6154
+
6155
+ /**
6156
+ * 指标
6157
+ */
6158
+ export interface Metric {
6159
+ /**
6160
+ * 指标名称
6161
+ 注意:此字段可能返回 null,表示取不到有效值。
6162
+ */
6163
+ Name?: string
6164
+
6165
+ /**
6166
+ * 指标计算方式
6167
+ 注意:此字段可能返回 null,表示取不到有效值。
6168
+ */
6169
+ Function?: string
6170
+ }
6171
+
6172
+ /**
6173
+ * DescribeInovcationIndicators请求参数结构体
6174
+ */
6175
+ export interface DescribeInovcationIndicatorsRequest {
6176
+ /**
6177
+ * 维度
6178
+ */
6179
+ Dimension: string
6180
+
6181
+ /**
6182
+ * 开始时间
6183
+ */
6184
+ StartTime: string
6185
+
6186
+ /**
6187
+ * 结束时间
6188
+ */
6189
+ EndTime: string
6190
+
6191
+ /**
6192
+ * 命名空间ID
6193
+ */
6194
+ NamespaceId?: string
6195
+
6196
+ /**
6197
+ * 微服务ID
6198
+ */
6199
+ ServiceId?: string
6200
+
5783
6201
  /**
5784
- * API ID 列表
6202
+ * 调用方服务名
5785
6203
  */
5786
- ApiIds: Array<string>
6204
+ CallerServiceName?: string
5787
6205
 
5788
6206
  /**
5789
- * 开启/禁用,enabled/disabled
6207
+ * 被调方服务名
5790
6208
  */
5791
- UsableStatus: string
6209
+ CalleeServiceName?: string
5792
6210
 
5793
6211
  /**
5794
- * 超时时间,单位毫秒,开启API超时时,必填
6212
+ * 调用方接口名
5795
6213
  */
5796
- Timeout?: number
5797
- }
6214
+ CallerInterfaceName?: string
5798
6215
 
5799
- /**
5800
- * 指标
5801
- */
5802
- export interface Metric {
5803
6216
  /**
5804
- * 指标名称
5805
- 注意:此字段可能返回 null,表示取不到有效值。
5806
- */
5807
- Name?: string
6217
+ * 被调方接口名
6218
+ */
6219
+ CalleeInterfaceName?: string
5808
6220
 
5809
6221
  /**
5810
- * 指标计算方式
5811
- 注意:此字段可能返回 null,表示取不到有效值。
5812
- */
5813
- Function?: string
5814
- }
6222
+ * 应用ID
6223
+ */
6224
+ ApplicationId?: string
5815
6225
 
5816
- /**
5817
- * DescribeOverviewInvocation返回参数结构体
5818
- */
5819
- export interface DescribeOverviewInvocationResponse {
5820
6226
  /**
5821
- * 监控统计数据列表
5822
- 注意:此字段可能返回 null,表示取不到有效值。
5823
- */
5824
- Result: Array<MetricDataPoint>
6227
+ * 部署组ID
6228
+ */
6229
+ GroupId?: string
5825
6230
 
5826
6231
  /**
5827
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6232
+ * 实例ID
5828
6233
  */
5829
- RequestId?: string
6234
+ InstanceId?: string
5830
6235
  }
5831
6236
 
5832
6237
  /**
@@ -5919,6 +6324,22 @@ export interface ExecuteTaskFlowResponse {
5919
6324
  RequestId?: string
5920
6325
  }
5921
6326
 
6327
+ /**
6328
+ * DescribeClusters返回参数结构体
6329
+ */
6330
+ export interface DescribeClustersResponse {
6331
+ /**
6332
+ * Cluster分页信息
6333
+ 注意:此字段可能返回 null,表示取不到有效值。
6334
+ */
6335
+ Result: TsfPageClusterV2
6336
+
6337
+ /**
6338
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6339
+ */
6340
+ RequestId?: string
6341
+ }
6342
+
5922
6343
  /**
5923
6344
  * SearchBusinessLog请求参数结构体
5924
6345
  */
@@ -6413,6 +6834,23 @@ export interface AssociateConfigWithGroupRequest {
6413
6834
  SearchWord?: string
6414
6835
  }
6415
6836
 
6837
+ /**
6838
+ * TSF配置项发布日志分页对象
6839
+ */
6840
+ export interface TsfPageConfigReleaseLog {
6841
+ /**
6842
+ * 总条数
6843
+ 注意:此字段可能返回 null,表示取不到有效值。
6844
+ */
6845
+ TotalCount: number
6846
+
6847
+ /**
6848
+ * 配置项发布日志数组
6849
+ 注意:此字段可能返回 null,表示取不到有效值。
6850
+ */
6851
+ Content: Array<ConfigReleaseLog>
6852
+ }
6853
+
6416
6854
  /**
6417
6855
  * DescribeContainerGroupDetail请求参数结构体
6418
6856
  */
@@ -6568,6 +7006,22 @@ export interface ModifyTaskResponse {
6568
7006
  RequestId?: string
6569
7007
  }
6570
7008
 
7009
+ /**
7010
+ * RevokeFileConfig返回参数结构体
7011
+ */
7012
+ export interface RevokeFileConfigResponse {
7013
+ /**
7014
+ * 撤回结果
7015
+ 注意:此字段可能返回 null,表示取不到有效值。
7016
+ */
7017
+ Result?: boolean
7018
+
7019
+ /**
7020
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7021
+ */
7022
+ RequestId?: string
7023
+ }
7024
+
6571
7025
  /**
6572
7026
  * SearchBusinessLog返回参数结构体
6573
7027
  */
@@ -6664,6 +7118,21 @@ export interface UnitRuleItem {
6664
7118
  UnitRuleTagList?: Array<UnitRuleTag>
6665
7119
  }
6666
7120
 
7121
+ /**
7122
+ * UpdateConfigTemplate返回参数结构体
7123
+ */
7124
+ export interface UpdateConfigTemplateResponse {
7125
+ /**
7126
+ * 结果true:成功;false:失败;
7127
+ */
7128
+ Result?: boolean
7129
+
7130
+ /**
7131
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7132
+ */
7133
+ RequestId?: string
7134
+ }
7135
+
6667
7136
  /**
6668
7137
  * BindPlugin请求参数结构体
6669
7138
  */
@@ -7914,6 +8383,24 @@ export interface DeployGroupResponse {
7914
8383
  RequestId?: string
7915
8384
  }
7916
8385
 
8386
+ /**
8387
+ * ModifyGroup返回参数结构体
8388
+ */
8389
+ export interface ModifyGroupResponse {
8390
+ /**
8391
+ * 更新部署组详情是否成功。
8392
+ true:操作成功。
8393
+ false:操作失败。
8394
+ 注意:此字段可能返回 null,表示取不到有效值。
8395
+ */
8396
+ Result: boolean
8397
+
8398
+ /**
8399
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8400
+ */
8401
+ RequestId?: string
8402
+ }
8403
+
7917
8404
  /**
7918
8405
  * BindApiGroup返回参数结构体
7919
8406
  */
@@ -9045,89 +9532,226 @@ export interface CreatePublicConfigRequest {
9045
9532
  ConfigValue: string
9046
9533
 
9047
9534
  /**
9048
- * 配置项版本描述
9049
- */
9050
- ConfigVersionDesc?: string
9535
+ * 配置项版本描述
9536
+ */
9537
+ ConfigVersionDesc?: string
9538
+
9539
+ /**
9540
+ * 配置项类型
9541
+ */
9542
+ ConfigType?: string
9543
+
9544
+ /**
9545
+ * Base64编码的配置项
9546
+ */
9547
+ EncodeWithBase64?: boolean
9548
+
9549
+ /**
9550
+ * 无
9551
+ */
9552
+ ProgramIdList?: Array<string>
9553
+ }
9554
+
9555
+ /**
9556
+ * CreateAllGatewayApiAsync请求参数结构体
9557
+ */
9558
+ export interface CreateAllGatewayApiAsyncRequest {
9559
+ /**
9560
+ * API分组ID
9561
+ */
9562
+ GroupId: string
9563
+
9564
+ /**
9565
+ * 微服务ID
9566
+ */
9567
+ MicroserviceId: string
9568
+ }
9569
+
9570
+ /**
9571
+ * 路径重写
9572
+ */
9573
+ export interface PathRewrite {
9574
+ /**
9575
+ * 路径重写规则ID
9576
+ */
9577
+ PathRewriteId: string
9578
+
9579
+ /**
9580
+ * 网关部署组ID
9581
+ */
9582
+ GatewayGroupId: string
9583
+
9584
+ /**
9585
+ * 正则表达式
9586
+ */
9587
+ Regex: string
9588
+
9589
+ /**
9590
+ * 替换的内容
9591
+ */
9592
+ Replacement: string
9593
+
9594
+ /**
9595
+ * 是否屏蔽映射后路径,Y: 是 N: 否
9596
+ */
9597
+ Blocked: string
9598
+
9599
+ /**
9600
+ * 规则顺序,越小优先级越高
9601
+ */
9602
+ Order: number
9603
+ }
9604
+
9605
+ /**
9606
+ * EnableTaskFlow返回参数结构体
9607
+ */
9608
+ export interface EnableTaskFlowResponse {
9609
+ /**
9610
+ * true成功,false: 失败
9611
+ */
9612
+ Result?: boolean
9613
+
9614
+ /**
9615
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
9616
+ */
9617
+ RequestId?: string
9618
+ }
9619
+
9620
+ /**
9621
+ * API 明细
9622
+ */
9623
+ export interface ApiDetailInfo {
9624
+ /**
9625
+ * API ID
9626
+ 注意:此字段可能返回 null,表示取不到有效值。
9627
+ */
9628
+ ApiId: string
9629
+
9630
+ /**
9631
+ * 命名空间ID
9632
+ 注意:此字段可能返回 null,表示取不到有效值。
9633
+ */
9634
+ NamespaceId: string
9635
+
9636
+ /**
9637
+ * 命名空间名称
9638
+ 注意:此字段可能返回 null,表示取不到有效值。
9639
+ */
9640
+ NamespaceName: string
9641
+
9642
+ /**
9643
+ * 服务ID
9644
+ 注意:此字段可能返回 null,表示取不到有效值。
9645
+ */
9646
+ MicroserviceId: string
9647
+
9648
+ /**
9649
+ * 服务名称
9650
+ 注意:此字段可能返回 null,表示取不到有效值。
9651
+ */
9652
+ MicroserviceName: string
9653
+
9654
+ /**
9655
+ * API 请求路径
9656
+ 注意:此字段可能返回 null,表示取不到有效值。
9657
+ */
9658
+ Path: string
9659
+
9660
+ /**
9661
+ * Api 映射路径
9662
+ 注意:此字段可能返回 null,表示取不到有效值。
9663
+ */
9664
+ PathMapping: string
9665
+
9666
+ /**
9667
+ * 请求方法
9668
+ 注意:此字段可能返回 null,表示取不到有效值。
9669
+ */
9670
+ Method: string
9671
+
9672
+ /**
9673
+ * 所属分组ID
9674
+ 注意:此字段可能返回 null,表示取不到有效值。
9675
+ */
9676
+ GroupId: string
9051
9677
 
9052
9678
  /**
9053
- * 配置项类型
9054
- */
9055
- ConfigType?: string
9679
+ * 是否禁用
9680
+ 注意:此字段可能返回 null,表示取不到有效值。
9681
+ */
9682
+ UsableStatus: string
9056
9683
 
9057
9684
  /**
9058
- * Base64编码的配置项
9059
- */
9060
- EncodeWithBase64?: boolean
9685
+ * 发布状态
9686
+ 注意:此字段可能返回 null,表示取不到有效值。
9687
+ */
9688
+ ReleaseStatus: string
9061
9689
 
9062
9690
  /**
9063
- *
9064
- */
9065
- ProgramIdList?: Array<string>
9066
- }
9691
+ * 开启限流
9692
+ 注意:此字段可能返回 null,表示取不到有效值。
9693
+ */
9694
+ RateLimitStatus: string
9067
9695
 
9068
- /**
9069
- * CreateAllGatewayApiAsync请求参数结构体
9070
- */
9071
- export interface CreateAllGatewayApiAsyncRequest {
9072
9696
  /**
9073
- * API分组ID
9074
- */
9075
- GroupId: string
9697
+ * 是否开启mock
9698
+ 注意:此字段可能返回 null,表示取不到有效值。
9699
+ */
9700
+ MockStatus: string
9076
9701
 
9077
9702
  /**
9078
- * 微服务ID
9079
- */
9080
- MicroserviceId: string
9081
- }
9703
+ * 创建时间
9704
+ 注意:此字段可能返回 null,表示取不到有效值。
9705
+ */
9706
+ CreatedTime: string
9082
9707
 
9083
- /**
9084
- * 路径重写
9085
- */
9086
- export interface PathRewrite {
9087
9708
  /**
9088
- * 路径重写规则ID
9089
- */
9090
- PathRewriteId: string
9709
+ * 更新时间
9710
+ 注意:此字段可能返回 null,表示取不到有效值。
9711
+ */
9712
+ UpdatedTime: string
9091
9713
 
9092
9714
  /**
9093
- * 网关部署组ID
9094
- */
9095
- GatewayGroupId: string
9715
+ * 发布时间
9716
+ 注意:此字段可能返回 null,表示取不到有效值。
9717
+ */
9718
+ ReleasedTime: string
9096
9719
 
9097
9720
  /**
9098
- * 正则表达式
9099
- */
9100
- Regex: string
9721
+ * 所属分组名称
9722
+ 注意:此字段可能返回 null,表示取不到有效值。
9723
+ */
9724
+ GroupName: string
9101
9725
 
9102
9726
  /**
9103
- * 替换的内容
9104
- */
9105
- Replacement: string
9727
+ * API 超时,单位毫秒
9728
+ 注意:此字段可能返回 null,表示取不到有效值。
9729
+ */
9730
+ Timeout: number
9106
9731
 
9107
9732
  /**
9108
- * 是否屏蔽映射后路径,Y: 是 N: 否
9109
- */
9110
- Blocked: string
9733
+ * Api所在服务host
9734
+ 注意:此字段可能返回 null,表示取不到有效值。
9735
+ */
9736
+ Host: string
9111
9737
 
9112
9738
  /**
9113
- * 规则顺序,越小优先级越高
9114
- */
9115
- Order: number
9116
- }
9739
+ * API类型。 ms : 微服务API; external :外部服务Api
9740
+ 注意:此字段可能返回 null,表示取不到有效值。
9741
+ */
9742
+ ApiType: string
9117
9743
 
9118
- /**
9119
- * EnableTaskFlow返回参数结构体
9120
- */
9121
- export interface EnableTaskFlowResponse {
9122
9744
  /**
9123
- * true成功,false: 失败
9124
- */
9125
- Result?: boolean
9745
+ * Api描述信息
9746
+ 注意:此字段可能返回 null,表示取不到有效值。
9747
+ */
9748
+ Description: string
9126
9749
 
9127
9750
  /**
9128
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId
9129
- */
9130
- RequestId?: string
9751
+ * API路径匹配类型。normal:普通API;wildcard:通配API
9752
+ 注意:此字段可能返回 null,表示取不到有效值。
9753
+ */
9754
+ ApiMatchType: string
9131
9755
  }
9132
9756
 
9133
9757
  /**
@@ -9244,6 +9868,26 @@ export interface TsfPageUnitNamespace {
9244
9868
  Content: Array<UnitNamespace>
9245
9869
  }
9246
9870
 
9871
+ /**
9872
+ * CreateMicroserviceWithDetailResp请求参数结构体
9873
+ */
9874
+ export interface CreateMicroserviceWithDetailRespRequest {
9875
+ /**
9876
+ * 命名空间ID
9877
+ */
9878
+ NamespaceId: string
9879
+
9880
+ /**
9881
+ * 微服务名称
9882
+ */
9883
+ MicroserviceName: string
9884
+
9885
+ /**
9886
+ * 微服务描述信息
9887
+ */
9888
+ MicroserviceDesc?: string
9889
+ }
9890
+
9247
9891
  /**
9248
9892
  * 业务日志配置解析规则
9249
9893
  */
@@ -10012,6 +10656,16 @@ export interface DescribeBusinessLogConfigsRequest {
10012
10656
  ConfigIdList?: Array<string>
10013
10657
  }
10014
10658
 
10659
+ /**
10660
+ * DeleteConfigTemplate请求参数结构体
10661
+ */
10662
+ export interface DeleteConfigTemplateRequest {
10663
+ /**
10664
+ * 无
10665
+ */
10666
+ ConfigTemplateId: string
10667
+ }
10668
+
10015
10669
  /**
10016
10670
  * DescribePluginInstances请求参数结构体
10017
10671
  */
@@ -10332,6 +10986,23 @@ export interface CreateConfigRequest {
10332
10986
  ProgramIdList?: Array<string>
10333
10987
  }
10334
10988
 
10989
+ /**
10990
+ * Tsf分页集群对象
10991
+ */
10992
+ export interface TsfPageClusterV2 {
10993
+ /**
10994
+ * 集群总数目
10995
+ 注意:此字段可能返回 null,表示取不到有效值。
10996
+ */
10997
+ TotalCount: number
10998
+
10999
+ /**
11000
+ * 集群列表
11001
+ 注意:此字段可能返回 null,表示取不到有效值。
11002
+ */
11003
+ Content: Array<ClusterV2>
11004
+ }
11005
+
10335
11006
  /**
10336
11007
  * DescribeUploadInfo请求参数结构体
10337
11008
  */
@@ -11141,6 +11812,23 @@ export interface DescribePublicConfigReleasesRequest {
11141
11812
  ConfigId?: string
11142
11813
  }
11143
11814
 
11815
+ /**
11816
+ * 文件配置项发布信息列表
11817
+ */
11818
+ export interface TsfPageFileConfigRelease {
11819
+ /**
11820
+ * 数量
11821
+ 注意:此字段可能返回 null,表示取不到有效值。
11822
+ */
11823
+ TotalCount: number
11824
+
11825
+ /**
11826
+ * 列表
11827
+ 注意:此字段可能返回 null,表示取不到有效值。
11828
+ */
11829
+ Content: Array<FileConfigRelease>
11830
+ }
11831
+
11144
11832
  /**
11145
11833
  * DescribeLaneRules请求参数结构体
11146
11834
  */
@@ -11614,13 +12302,48 @@ export interface ReleaseApiGroupRequest {
11614
12302
  }
11615
12303
 
11616
12304
  /**
11617
- * StartGroup请求参数结构体
12305
+ * DescribeFileConfigReleases请求参数结构体
11618
12306
  */
11619
- export interface StartGroupRequest {
12307
+ export interface DescribeFileConfigReleasesRequest {
12308
+ /**
12309
+ * 配置项ID
12310
+ */
12311
+ ConfigId?: string
12312
+
12313
+ /**
12314
+ * 配置项名称
12315
+ */
12316
+ ConfigName?: string
12317
+
11620
12318
  /**
11621
12319
  * 部署组ID
11622
12320
  */
11623
- GroupId: string
12321
+ GroupId?: string
12322
+
12323
+ /**
12324
+ * 命名空间ID
12325
+ */
12326
+ NamespaceId?: string
12327
+
12328
+ /**
12329
+ * 集群ID
12330
+ */
12331
+ ClusterId?: string
12332
+
12333
+ /**
12334
+ * 应用ID
12335
+ */
12336
+ ApplicationId?: string
12337
+
12338
+ /**
12339
+ * 偏移量
12340
+ */
12341
+ Offset?: number
12342
+
12343
+ /**
12344
+ * 每页条数
12345
+ */
12346
+ Limit?: number
11624
12347
  }
11625
12348
 
11626
12349
  /**
@@ -11723,25 +12446,20 @@ export interface DescribeGroupAttributeRequest {
11723
12446
  }
11724
12447
 
11725
12448
  /**
11726
- * 任务规则
12449
+ * ModifyCluster返回参数结构体
11727
12450
  */
11728
- export interface TaskRule {
11729
- /**
11730
- * 触发规则类型, Cron/Repeat
11731
- */
11732
- RuleType: string
11733
-
12451
+ export interface ModifyClusterResponse {
11734
12452
  /**
11735
- * Cron类型规则,cron表达式。
11736
- 注意:此字段可能返回 null,表示取不到有效值。
12453
+ * 更新集群详情操作是否成功。
12454
+ true: 操作成功。
12455
+ false:操作失败。
11737
12456
  */
11738
- Expression?: string
12457
+ Result?: boolean
11739
12458
 
11740
12459
  /**
11741
- * 时间间隔, 单位毫秒
11742
- 注意:此字段可能返回 null,表示取不到有效值。
11743
- */
11744
- RepeatInterval?: number
12460
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12461
+ */
12462
+ RequestId?: string
11745
12463
  }
11746
12464
 
11747
12465
  /**
@@ -12104,22 +12822,52 @@ export interface GroupDailyUseStatistics {
12104
12822
  /**
12105
12823
  * 平均错误率
12106
12824
  */
12107
- TopFailureRate: Array<GroupUseStatisticsEntity>
12825
+ TopFailureRate: Array<GroupUseStatisticsEntity>
12826
+
12827
+ /**
12828
+ * 平均响应耗时
12829
+ */
12830
+ TopAvgTimeCost: Array<GroupUseStatisticsEntity>
12831
+ }
12832
+
12833
+ /**
12834
+ * DescribeEnabledUnitRule请求参数结构体
12835
+ */
12836
+ export interface DescribeEnabledUnitRuleRequest {
12837
+ /**
12838
+ * 网关实体ID
12839
+ */
12840
+ GatewayInstanceId: string
12841
+ }
12842
+
12843
+ /**
12844
+ * CreateConfigTemplate请求参数结构体
12845
+ */
12846
+ export interface CreateConfigTemplateRequest {
12847
+ /**
12848
+ * 配置模板名称
12849
+ */
12850
+ ConfigTemplateName: string
12851
+
12852
+ /**
12853
+ * 配置模板对应的微服务框架
12854
+ */
12855
+ ConfigTemplateType: string
12856
+
12857
+ /**
12858
+ * 配置模板数据
12859
+ */
12860
+ ConfigTemplateValue: string
12108
12861
 
12109
12862
  /**
12110
- * 平均响应耗时
12863
+ * 配置模板描述
12111
12864
  */
12112
- TopAvgTimeCost: Array<GroupUseStatisticsEntity>
12113
- }
12865
+ ConfigTemplateDesc?: string
12114
12866
 
12115
- /**
12116
- * DescribeEnabledUnitRule请求参数结构体
12117
- */
12118
- export interface DescribeEnabledUnitRuleRequest {
12119
12867
  /**
12120
- * 网关实体ID
12868
+ *
12121
12869
  */
12122
- GatewayInstanceId: string
12870
+ ProgramIdList?: Array<string>
12123
12871
  }
12124
12872
 
12125
12873
  /**
@@ -12369,6 +13117,36 @@ export interface DescribeUnitRulesRequest {
12369
13117
  Limit?: number
12370
13118
  }
12371
13119
 
13120
+ /**
13121
+ * UpdateConfigTemplate请求参数结构体
13122
+ */
13123
+ export interface UpdateConfigTemplateRequest {
13124
+ /**
13125
+ * 配置模板id
13126
+ */
13127
+ ConfigTemplateId: string
13128
+
13129
+ /**
13130
+ * 配置模板名称
13131
+ */
13132
+ ConfigTemplateName: string
13133
+
13134
+ /**
13135
+ * 配置模板对应的微服务框架
13136
+ */
13137
+ ConfigTemplateType: string
13138
+
13139
+ /**
13140
+ * 配置模板数据
13141
+ */
13142
+ ConfigTemplateValue: string
13143
+
13144
+ /**
13145
+ * 配置模板描述
13146
+ */
13147
+ ConfigTemplateDesc?: string
13148
+ }
13149
+
12372
13150
  /**
12373
13151
  * DescribeGatewayAllGroupApis请求参数结构体
12374
13152
  */
@@ -12647,140 +13425,50 @@ export interface StopTaskBatchRequest {
12647
13425
  }
12648
13426
 
12649
13427
  /**
12650
- * API 明细
13428
+ * 配置模板对象
12651
13429
  */
12652
- export interface ApiDetailInfo {
12653
- /**
12654
- * API ID
12655
- 注意:此字段可能返回 null,表示取不到有效值。
12656
- */
12657
- ApiId: string
12658
-
12659
- /**
12660
- * 命名空间ID
12661
- 注意:此字段可能返回 null,表示取不到有效值。
12662
- */
12663
- NamespaceId: string
12664
-
12665
- /**
12666
- * 命名空间名称
12667
- 注意:此字段可能返回 null,表示取不到有效值。
12668
- */
12669
- NamespaceName: string
12670
-
12671
- /**
12672
- * 服务ID
12673
- 注意:此字段可能返回 null,表示取不到有效值。
12674
- */
12675
- MicroserviceId: string
12676
-
12677
- /**
12678
- * 服务名称
12679
- 注意:此字段可能返回 null,表示取不到有效值。
12680
- */
12681
- MicroserviceName: string
12682
-
12683
- /**
12684
- * API 请求路径
12685
- 注意:此字段可能返回 null,表示取不到有效值。
12686
- */
12687
- Path: string
12688
-
12689
- /**
12690
- * Api 映射路径
12691
- 注意:此字段可能返回 null,表示取不到有效值。
12692
- */
12693
- PathMapping: string
12694
-
12695
- /**
12696
- * 请求方法
12697
- 注意:此字段可能返回 null,表示取不到有效值。
12698
- */
12699
- Method: string
12700
-
13430
+ export interface ConfigTemplate {
12701
13431
  /**
12702
- * 所属分组ID
13432
+ * 配置模板Id
12703
13433
  注意:此字段可能返回 null,表示取不到有效值。
12704
13434
  */
12705
- GroupId: string
13435
+ ConfigTemplateId?: string
12706
13436
 
12707
13437
  /**
12708
- * 是否禁用
13438
+ * 配置模板名称
12709
13439
  注意:此字段可能返回 null,表示取不到有效值。
12710
13440
  */
12711
- UsableStatus: string
13441
+ ConfigTemplateName?: string
12712
13442
 
12713
13443
  /**
12714
- * 发布状态
13444
+ * 配置模板描述
12715
13445
  注意:此字段可能返回 null,表示取不到有效值。
12716
13446
  */
12717
- ReleaseStatus: string
13447
+ ConfigTemplateDesc?: string
12718
13448
 
12719
13449
  /**
12720
- * 开启限流
13450
+ * 配置模板对应的微服务框架
12721
13451
  注意:此字段可能返回 null,表示取不到有效值。
12722
13452
  */
12723
- RateLimitStatus: string
13453
+ ConfigTemplateType?: string
12724
13454
 
12725
13455
  /**
12726
- * 是否开启mock
13456
+ * 配置模板数据
12727
13457
  注意:此字段可能返回 null,表示取不到有效值。
12728
13458
  */
12729
- MockStatus: string
13459
+ ConfigTemplateValue?: string
12730
13460
 
12731
13461
  /**
12732
13462
  * 创建时间
12733
13463
  注意:此字段可能返回 null,表示取不到有效值。
12734
13464
  */
12735
- CreatedTime: string
13465
+ CreateTime?: string
12736
13466
 
12737
13467
  /**
12738
13468
  * 更新时间
12739
13469
  注意:此字段可能返回 null,表示取不到有效值。
12740
13470
  */
12741
- UpdatedTime: string
12742
-
12743
- /**
12744
- * 发布时间
12745
- 注意:此字段可能返回 null,表示取不到有效值。
12746
- */
12747
- ReleasedTime: string
12748
-
12749
- /**
12750
- * 所属分组名称
12751
- 注意:此字段可能返回 null,表示取不到有效值。
12752
- */
12753
- GroupName: string
12754
-
12755
- /**
12756
- * API 超时,单位毫秒
12757
- 注意:此字段可能返回 null,表示取不到有效值。
12758
- */
12759
- Timeout: number
12760
-
12761
- /**
12762
- * Api所在服务host
12763
- 注意:此字段可能返回 null,表示取不到有效值。
12764
- */
12765
- Host: string
12766
-
12767
- /**
12768
- * API类型。 ms : 微服务API; external :外部服务Api
12769
- 注意:此字段可能返回 null,表示取不到有效值。
12770
- */
12771
- ApiType: string
12772
-
12773
- /**
12774
- * Api描述信息
12775
- 注意:此字段可能返回 null,表示取不到有效值。
12776
- */
12777
- Description: string
12778
-
12779
- /**
12780
- * API路径匹配类型。normal:普通API;wildcard:通配API。
12781
- 注意:此字段可能返回 null,表示取不到有效值。
12782
- */
12783
- ApiMatchType: string
13471
+ UpdateTime?: string
12784
13472
  }
12785
13473
 
12786
13474
  /**
@@ -13312,6 +14000,21 @@ export interface DescribeFileConfigsRequest {
13312
14000
  ConfigVersion?: string
13313
14001
  }
13314
14002
 
14003
+ /**
14004
+ * CreateConfigTemplate返回参数结构体
14005
+ */
14006
+ export interface CreateConfigTemplateResponse {
14007
+ /**
14008
+ * true:创建成功;false:创建失败
14009
+ */
14010
+ Result: boolean
14011
+
14012
+ /**
14013
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
14014
+ */
14015
+ RequestId?: string
14016
+ }
14017
+
13315
14018
  /**
13316
14019
  * ExecuteTask返回参数结构体
13317
14020
  */
@@ -13470,6 +14173,21 @@ export interface DescribeApiUseDetailRequest {
13470
14173
  EndTime: string
13471
14174
  }
13472
14175
 
14176
+ /**
14177
+ * CreateMicroserviceWithDetailResp返回参数结构体
14178
+ */
14179
+ export interface CreateMicroserviceWithDetailRespResponse {
14180
+ /**
14181
+ * id
14182
+ */
14183
+ Result: string
14184
+
14185
+ /**
14186
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
14187
+ */
14188
+ RequestId?: string
14189
+ }
14190
+
13473
14191
  /**
13474
14192
  * 业务日志列表
13475
14193
  */
@@ -14005,6 +14723,36 @@ export interface DisableUnitRuleResponse {
14005
14723
  RequestId?: string
14006
14724
  }
14007
14725
 
14726
+ /**
14727
+ * ModifyApplication请求参数结构体
14728
+ */
14729
+ export interface ModifyApplicationRequest {
14730
+ /**
14731
+ * 应用ID
14732
+ */
14733
+ ApplicationId: string
14734
+
14735
+ /**
14736
+ * 应用名称
14737
+ */
14738
+ ApplicationName?: string
14739
+
14740
+ /**
14741
+ * 应用备注
14742
+ */
14743
+ ApplicationDesc?: string
14744
+
14745
+ /**
14746
+ * 应用备注名
14747
+ */
14748
+ ApplicationRemarkName?: string
14749
+
14750
+ /**
14751
+ * 服务配置信息列表
14752
+ */
14753
+ ServiceConfigList?: Array<ServiceConfig>
14754
+ }
14755
+
14008
14756
  /**
14009
14757
  * DescribePathRewrites返回参数结构体
14010
14758
  */
@@ -14094,6 +14842,16 @@ export interface UpdateApiRateLimitRulesResponse {
14094
14842
  RequestId?: string
14095
14843
  }
14096
14844
 
14845
+ /**
14846
+ * DeleteRepository请求参数结构体
14847
+ */
14848
+ export interface DeleteRepositoryRequest {
14849
+ /**
14850
+ * 仓库ID
14851
+ */
14852
+ RepositoryId: string
14853
+ }
14854
+
14097
14855
  /**
14098
14856
  * DescribeSimpleGroups请求参数结构体
14099
14857
  */
@@ -14569,6 +15327,17 @@ false:操作失败。
14569
15327
  RequestId?: string
14570
15328
  }
14571
15329
 
15330
+ /**
15331
+ * k8s env 的 ResourceFieldRef
15332
+ */
15333
+ export interface ResourceFieldRef {
15334
+ /**
15335
+ * k8s 的 Resource
15336
+ 注意:此字段可能返回 null,表示取不到有效值。
15337
+ */
15338
+ Resource?: string
15339
+ }
15340
+
14572
15341
  /**
14573
15342
  * DescribeReleasedConfig返回参数结构体
14574
15343
  */
@@ -14756,6 +15525,31 @@ export interface LaneRuleTag {
14756
15525
  UpdateTime: number
14757
15526
  }
14758
15527
 
15528
+ /**
15529
+ * ModifyNamespace请求参数结构体
15530
+ */
15531
+ export interface ModifyNamespaceRequest {
15532
+ /**
15533
+ * 命名空间ID
15534
+ */
15535
+ NamespaceId: string
15536
+
15537
+ /**
15538
+ * 命名空间名称
15539
+ */
15540
+ NamespaceName?: string
15541
+
15542
+ /**
15543
+ * 命名空间备注
15544
+ */
15545
+ NamespaceDesc?: string
15546
+
15547
+ /**
15548
+ * 是否开启高可用
15549
+ */
15550
+ IsHaEnable?: string
15551
+ }
15552
+
14759
15553
  /**
14760
15554
  * 提供给前端控制按钮显示逻辑的字段
14761
15555
  */
@@ -14968,6 +15762,31 @@ export interface DescribeStatisticsRequest {
14968
15762
  NamespaceIdList?: Array<string>
14969
15763
  }
14970
15764
 
15765
+ /**
15766
+ * ModifyGroup请求参数结构体
15767
+ */
15768
+ export interface ModifyGroupRequest {
15769
+ /**
15770
+ * 部署组ID
15771
+ */
15772
+ GroupId: string
15773
+
15774
+ /**
15775
+ * 部署组名称
15776
+ */
15777
+ GroupName?: string
15778
+
15779
+ /**
15780
+ * 部署组描述
15781
+ */
15782
+ GroupDesc?: string
15783
+
15784
+ /**
15785
+ * 部署组备注
15786
+ */
15787
+ Alias?: string
15788
+ }
15789
+
14971
15790
  /**
14972
15791
  * DescribeMicroservice返回参数结构体
14973
15792
  */
@@ -15242,13 +16061,13 @@ export interface CreatePathRewritesResponse {
15242
16061
  }
15243
16062
 
15244
16063
  /**
15245
- * DeleteRepository请求参数结构体
16064
+ * DescribeConfigTemplate请求参数结构体
15246
16065
  */
15247
- export interface DeleteRepositoryRequest {
16066
+ export interface DescribeConfigTemplateRequest {
15248
16067
  /**
15249
- * 仓库ID
16068
+ *
15250
16069
  */
15251
- RepositoryId: string
16070
+ ConfigTemplateId: string
15252
16071
  }
15253
16072
 
15254
16073
  /**