tencentcloud-sdk-nodejs 4.1.14 → 4.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/common/sdk_version.js +1 -1
- package/es/services/billing/v20180709/billing_client.js +0 -3
- package/es/services/iotexplorer/v20190423/iotexplorer_client.js +3 -0
- package/es/services/iotvideo/v20211125/iotvideo_client.js +3 -0
- package/es/services/taf/v20200210/taf_client.js +0 -3
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +1 -7
- package/tencentcloud/services/billing/v20180709/billing_client.js +0 -8
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +0 -135
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +16 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +4 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +4 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +156 -82
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +57 -6
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +8 -53
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +4 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +84 -16
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +108 -40
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +53 -57
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +6 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +5 -1
- package/tencentcloud/services/smop/v20201203/smop_client.d.ts +3 -1
- package/tencentcloud/services/smop/v20201203/smop_client.js +3 -1
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
- package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +14 -84
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +25 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +24 -4
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +0 -91
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +32 -167
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +10 -68
|
@@ -81,7 +81,6 @@ export interface ModifyPathRewriteRequest {
|
|
|
81
81
|
export interface DescribeUnitRulesV2Response {
|
|
82
82
|
/**
|
|
83
83
|
* 分页列表信息
|
|
84
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
85
84
|
*/
|
|
86
85
|
Result?: TsfPageUnitRuleV2;
|
|
87
86
|
/**
|
|
@@ -113,12 +112,10 @@ export interface ApiDetailResponse {
|
|
|
113
112
|
RequestContentType?: string;
|
|
114
113
|
/**
|
|
115
114
|
* API 能否调试
|
|
116
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
117
115
|
*/
|
|
118
116
|
CanRun?: boolean;
|
|
119
117
|
/**
|
|
120
118
|
* API 状态 0:离线 1:在线,默认0
|
|
121
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
122
119
|
*/
|
|
123
120
|
Status?: number;
|
|
124
121
|
/**
|
|
@@ -512,7 +509,6 @@ export interface StopContainerGroupResponse {
|
|
|
512
509
|
export interface CreateConfigTemplateWithDetailRespResponse {
|
|
513
510
|
/**
|
|
514
511
|
* 创建成功,返回 ID
|
|
515
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
516
512
|
*/
|
|
517
513
|
Result?: ConfigTemplate;
|
|
518
514
|
/**
|
|
@@ -557,7 +553,6 @@ export interface DescribeGroupReleaseRequest {
|
|
|
557
553
|
export interface DescribeConfigTemplateResponse {
|
|
558
554
|
/**
|
|
559
555
|
* 导入结果
|
|
560
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
561
556
|
*/
|
|
562
557
|
Result?: ConfigTemplate;
|
|
563
558
|
/**
|
|
@@ -706,7 +701,6 @@ export interface DeleteApplicationResponse {
|
|
|
706
701
|
* 删除应用操作是否成功。
|
|
707
702
|
true:操作成功。
|
|
708
703
|
false:操作失败。
|
|
709
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
710
704
|
*/
|
|
711
705
|
Result?: boolean;
|
|
712
706
|
/**
|
|
@@ -783,9 +777,8 @@ export interface DescribeSimpleGroupsResponse {
|
|
|
783
777
|
export interface DescribeConfigsResponse {
|
|
784
778
|
/**
|
|
785
779
|
* 分页后的配置项列表
|
|
786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
787
780
|
*/
|
|
788
|
-
Result
|
|
781
|
+
Result?: TsfPageConfig;
|
|
789
782
|
/**
|
|
790
783
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
791
784
|
*/
|
|
@@ -879,9 +872,8 @@ export interface CreateGatewayApiResponse {
|
|
|
879
872
|
export interface DescribeFileConfigsResponse {
|
|
880
873
|
/**
|
|
881
874
|
* 文件配置项列表
|
|
882
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
883
875
|
*/
|
|
884
|
-
Result
|
|
876
|
+
Result?: TsfPageFileConfig;
|
|
885
877
|
/**
|
|
886
878
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
887
879
|
*/
|
|
@@ -1179,7 +1171,6 @@ export interface ModifyUploadInfoResponse {
|
|
|
1179
1171
|
export interface EnableLaneRuleResponse {
|
|
1180
1172
|
/**
|
|
1181
1173
|
* 操作状态。成功:true,失败:false
|
|
1182
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1183
1174
|
*/
|
|
1184
1175
|
Result?: boolean;
|
|
1185
1176
|
/**
|
|
@@ -1240,7 +1231,6 @@ export interface CreateApiRateLimitRuleRequest {
|
|
|
1240
1231
|
export interface DisableLaneRuleResponse {
|
|
1241
1232
|
/**
|
|
1242
1233
|
* 操作状态。成功:true,失败:false
|
|
1243
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1244
1234
|
*/
|
|
1245
1235
|
Result?: boolean;
|
|
1246
1236
|
/**
|
|
@@ -1324,7 +1314,6 @@ export interface ChangeApiUsableStatusRequest {
|
|
|
1324
1314
|
export interface DescribeMicroservicesResponse {
|
|
1325
1315
|
/**
|
|
1326
1316
|
* 微服务分页列表信息
|
|
1327
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1328
1317
|
*/
|
|
1329
1318
|
Result?: TsfPageMicroservice;
|
|
1330
1319
|
/**
|
|
@@ -1347,7 +1336,6 @@ export interface DescribeApiRateLimitRulesRequest {
|
|
|
1347
1336
|
export interface DescribeApiGroupsResponse {
|
|
1348
1337
|
/**
|
|
1349
1338
|
* 翻页结构体
|
|
1350
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1351
1339
|
*/
|
|
1352
1340
|
Result?: TsfPageApiGroupInfo;
|
|
1353
1341
|
/**
|
|
@@ -1415,9 +1403,8 @@ export interface ReleaseConfigResponse {
|
|
|
1415
1403
|
export interface DescribeUnitRuleResponse {
|
|
1416
1404
|
/**
|
|
1417
1405
|
* 单元化规则对象
|
|
1418
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1419
1406
|
*/
|
|
1420
|
-
Result
|
|
1407
|
+
Result?: UnitRule;
|
|
1421
1408
|
/**
|
|
1422
1409
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1423
1410
|
*/
|
|
@@ -1897,7 +1884,6 @@ export interface DescribeRepositoryResponse {
|
|
|
1897
1884
|
export interface ReleaseConfigWithDetailRespResponse {
|
|
1898
1885
|
/**
|
|
1899
1886
|
* 配置项发布 ID
|
|
1900
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1901
1887
|
*/
|
|
1902
1888
|
Result?: ConfigRelease;
|
|
1903
1889
|
/**
|
|
@@ -2328,9 +2314,8 @@ export interface CosUploadInfo {
|
|
|
2328
2314
|
export interface DescribeLanesResponse {
|
|
2329
2315
|
/**
|
|
2330
2316
|
* 泳道列表
|
|
2331
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2332
2317
|
*/
|
|
2333
|
-
Result
|
|
2318
|
+
Result?: LaneInfos;
|
|
2334
2319
|
/**
|
|
2335
2320
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2336
2321
|
*/
|
|
@@ -2611,9 +2596,8 @@ export interface DraftApiGroupRequest {
|
|
|
2611
2596
|
export interface CreateLaneResponse {
|
|
2612
2597
|
/**
|
|
2613
2598
|
* 泳道ID
|
|
2614
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2615
2599
|
*/
|
|
2616
|
-
Result
|
|
2600
|
+
Result?: string;
|
|
2617
2601
|
/**
|
|
2618
2602
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2619
2603
|
*/
|
|
@@ -2746,17 +2730,14 @@ export interface DescribePkgsResponse {
|
|
|
2746
2730
|
export interface ConfigMapOption {
|
|
2747
2731
|
/**
|
|
2748
2732
|
* -
|
|
2749
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2750
2733
|
*/
|
|
2751
2734
|
Key?: string;
|
|
2752
2735
|
/**
|
|
2753
2736
|
* -
|
|
2754
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2755
2737
|
*/
|
|
2756
2738
|
Path?: string;
|
|
2757
2739
|
/**
|
|
2758
2740
|
* -
|
|
2759
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2760
2741
|
*/
|
|
2761
2742
|
Mode?: string;
|
|
2762
2743
|
}
|
|
@@ -3015,9 +2996,8 @@ export interface CommonOption {
|
|
|
3015
2996
|
export interface CreatePublicConfigResponse {
|
|
3016
2997
|
/**
|
|
3017
2998
|
* true:创建成功;false:创建失败
|
|
3018
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3019
2999
|
*/
|
|
3020
|
-
Result
|
|
3000
|
+
Result?: boolean;
|
|
3021
3001
|
/**
|
|
3022
3002
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3023
3003
|
*/
|
|
@@ -3055,9 +3035,8 @@ export interface TsfPageVmGroup {
|
|
|
3055
3035
|
export interface CreateConfigResponse {
|
|
3056
3036
|
/**
|
|
3057
3037
|
* true:创建成功;false:创建失败
|
|
3058
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3059
3038
|
*/
|
|
3060
|
-
Result
|
|
3039
|
+
Result?: boolean;
|
|
3061
3040
|
/**
|
|
3062
3041
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3063
3042
|
*/
|
|
@@ -3091,7 +3070,6 @@ export interface DescribeCreateGatewayApiStatusRequest {
|
|
|
3091
3070
|
export interface RevocationPublicConfigResponse {
|
|
3092
3071
|
/**
|
|
3093
3072
|
* true:撤销成功;false:撤销失败
|
|
3094
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3095
3073
|
*/
|
|
3096
3074
|
Result?: boolean;
|
|
3097
3075
|
/**
|
|
@@ -3323,7 +3301,6 @@ export interface ModifyTaskRequest {
|
|
|
3323
3301
|
export interface DeleteUnitNamespacesResponse {
|
|
3324
3302
|
/**
|
|
3325
3303
|
* 是否成功
|
|
3326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3327
3304
|
*/
|
|
3328
3305
|
Result?: boolean;
|
|
3329
3306
|
/**
|
|
@@ -3835,7 +3812,6 @@ export interface ContainGroup {
|
|
|
3835
3812
|
export interface CreateConfigWithDetailRespResponse {
|
|
3836
3813
|
/**
|
|
3837
3814
|
* 配置项
|
|
3838
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3839
3815
|
*/
|
|
3840
3816
|
Result?: Config;
|
|
3841
3817
|
/**
|
|
@@ -3849,7 +3825,6 @@ export interface CreateConfigWithDetailRespResponse {
|
|
|
3849
3825
|
export interface DescribeGroupBusinessLogConfigsResponse {
|
|
3850
3826
|
/**
|
|
3851
3827
|
* 业务日志配置列表
|
|
3852
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3853
3828
|
*/
|
|
3854
3829
|
Result?: TsfPageBusinessLogConfig;
|
|
3855
3830
|
/**
|
|
@@ -3897,7 +3872,6 @@ export interface UpdateUnitRuleRequest {
|
|
|
3897
3872
|
export interface ReleasePublicConfigResponse {
|
|
3898
3873
|
/**
|
|
3899
3874
|
* true:发布成功;false:发布失败
|
|
3900
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3901
3875
|
*/
|
|
3902
3876
|
Result?: boolean;
|
|
3903
3877
|
/**
|
|
@@ -4514,7 +4488,6 @@ export interface DisableTaskRequest {
|
|
|
4514
4488
|
export interface CreatePathRewritesWithDetailRespResponse {
|
|
4515
4489
|
/**
|
|
4516
4490
|
* 返回路径重写规则 ID
|
|
4517
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4518
4491
|
*/
|
|
4519
4492
|
Result?: Array<string>;
|
|
4520
4493
|
/**
|
|
@@ -4645,7 +4618,6 @@ export interface DeleteMicroserviceRequest {
|
|
|
4645
4618
|
export interface CreatePublicConfigWithDetailRespResponse {
|
|
4646
4619
|
/**
|
|
4647
4620
|
* 公共配置项 ID
|
|
4648
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4649
4621
|
*/
|
|
4650
4622
|
Result?: Config;
|
|
4651
4623
|
/**
|
|
@@ -5056,7 +5028,6 @@ export interface GroupUnitApiDailyUseStatistics {
|
|
|
5056
5028
|
export interface DescribeFileConfigReleasesResponse {
|
|
5057
5029
|
/**
|
|
5058
5030
|
* 配置项发布信息列表
|
|
5059
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5060
5031
|
*/
|
|
5061
5032
|
Result?: TsfPageFileConfigRelease;
|
|
5062
5033
|
/**
|
|
@@ -5070,7 +5041,6 @@ export interface DescribeFileConfigReleasesResponse {
|
|
|
5070
5041
|
export interface DisableUnitRouteResponse {
|
|
5071
5042
|
/**
|
|
5072
5043
|
* 返回结果,成功失败
|
|
5073
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5074
5044
|
*/
|
|
5075
5045
|
Result?: boolean;
|
|
5076
5046
|
/**
|
|
@@ -5166,7 +5136,6 @@ export interface LaneInfo {
|
|
|
5166
5136
|
export interface DescribeConfigReleaseLogsResponse {
|
|
5167
5137
|
/**
|
|
5168
5138
|
* 分页的配置项发布历史列表
|
|
5169
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5170
5139
|
*/
|
|
5171
5140
|
Result?: TsfPageConfigReleaseLog;
|
|
5172
5141
|
/**
|
|
@@ -5180,7 +5149,6 @@ export interface DescribeConfigReleaseLogsResponse {
|
|
|
5180
5149
|
export interface DeletePublicConfigResponse {
|
|
5181
5150
|
/**
|
|
5182
5151
|
* true:删除成功;false:删除失败
|
|
5183
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5184
5152
|
*/
|
|
5185
5153
|
Result?: boolean;
|
|
5186
5154
|
/**
|
|
@@ -5330,9 +5298,8 @@ export interface ShrinkInstancesResponse {
|
|
|
5330
5298
|
export interface DeleteLaneRuleResponse {
|
|
5331
5299
|
/**
|
|
5332
5300
|
* 操作状态
|
|
5333
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5334
5301
|
*/
|
|
5335
|
-
Result
|
|
5302
|
+
Result?: boolean;
|
|
5336
5303
|
/**
|
|
5337
5304
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5338
5305
|
*/
|
|
@@ -5404,7 +5371,6 @@ export interface ContainerGroupOther {
|
|
|
5404
5371
|
HealthCheckSettings?: HealthCheckSettings;
|
|
5405
5372
|
/**
|
|
5406
5373
|
* 服务配置信息是否匹配
|
|
5407
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5408
5374
|
*/
|
|
5409
5375
|
IsNotEqualServiceConfig?: boolean;
|
|
5410
5376
|
}
|
|
@@ -5925,9 +5891,8 @@ export interface ExpandGroupResponse {
|
|
|
5925
5891
|
export interface DescribePublicConfigsResponse {
|
|
5926
5892
|
/**
|
|
5927
5893
|
* 分页后的全局配置项列表
|
|
5928
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5929
5894
|
*/
|
|
5930
|
-
Result
|
|
5895
|
+
Result?: TsfPageConfig;
|
|
5931
5896
|
/**
|
|
5932
5897
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5933
5898
|
*/
|
|
@@ -5939,7 +5904,6 @@ export interface DescribePublicConfigsResponse {
|
|
|
5939
5904
|
export interface DescribeUnitNamespacesResponse {
|
|
5940
5905
|
/**
|
|
5941
5906
|
* 单元化命名空间对象列表
|
|
5942
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5943
5907
|
*/
|
|
5944
5908
|
Result?: TsfPageUnitNamespace;
|
|
5945
5909
|
/**
|
|
@@ -6109,7 +6073,6 @@ export interface ApiDefinitionDescr {
|
|
|
6109
6073
|
export interface DescribeLaneRulesResponse {
|
|
6110
6074
|
/**
|
|
6111
6075
|
* 泳道规则列表
|
|
6112
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6113
6076
|
*/
|
|
6114
6077
|
Result?: LaneRules;
|
|
6115
6078
|
/**
|
|
@@ -6409,8 +6372,7 @@ export interface ModifyTaskResponse {
|
|
|
6409
6372
|
*/
|
|
6410
6373
|
export interface RevokeFileConfigResponse {
|
|
6411
6374
|
/**
|
|
6412
|
-
*
|
|
6413
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6375
|
+
* 撤回结果,成功:true,失败:false。
|
|
6414
6376
|
*/
|
|
6415
6377
|
Result?: boolean;
|
|
6416
6378
|
/**
|
|
@@ -6708,7 +6670,6 @@ export interface GroupContainerInfo {
|
|
|
6708
6670
|
export interface CreateUnitRuleWithDetailRespResponse {
|
|
6709
6671
|
/**
|
|
6710
6672
|
* 单元化规则信息
|
|
6711
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6712
6673
|
*/
|
|
6713
6674
|
Result?: UnitRule;
|
|
6714
6675
|
/**
|
|
@@ -6986,8 +6947,7 @@ export interface Microservice {
|
|
|
6986
6947
|
*/
|
|
6987
6948
|
export interface UpdateUnitRuleResponse {
|
|
6988
6949
|
/**
|
|
6989
|
-
*
|
|
6990
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6950
|
+
* 是否成功,成功:true,失败:false。
|
|
6991
6951
|
*/
|
|
6992
6952
|
Result?: boolean;
|
|
6993
6953
|
/**
|
|
@@ -7151,7 +7111,6 @@ export interface RepositoryList {
|
|
|
7151
7111
|
export interface CreateLaneRuleResponse {
|
|
7152
7112
|
/**
|
|
7153
7113
|
* 泳道规则Id
|
|
7154
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7155
7114
|
*/
|
|
7156
7115
|
Result?: string;
|
|
7157
7116
|
/**
|
|
@@ -7191,7 +7150,6 @@ export interface DescribeContainerGroupsResponse {
|
|
|
7191
7150
|
export interface CreateUnitNamespacesResponse {
|
|
7192
7151
|
/**
|
|
7193
7152
|
* 是否成功
|
|
7194
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7195
7153
|
*/
|
|
7196
7154
|
Result?: boolean;
|
|
7197
7155
|
/**
|
|
@@ -7205,7 +7163,6 @@ export interface CreateUnitNamespacesResponse {
|
|
|
7205
7163
|
export interface UpdateApiGroupResponse {
|
|
7206
7164
|
/**
|
|
7207
7165
|
* 返回结果,true: 成功, false: 失败
|
|
7208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7209
7166
|
*/
|
|
7210
7167
|
Result?: boolean;
|
|
7211
7168
|
/**
|
|
@@ -7313,34 +7270,28 @@ export interface GatewayPlugin {
|
|
|
7313
7270
|
export interface GatewayApiGroupVo {
|
|
7314
7271
|
/**
|
|
7315
7272
|
* 分组ID
|
|
7316
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7317
7273
|
*/
|
|
7318
|
-
GroupId
|
|
7274
|
+
GroupId?: string;
|
|
7319
7275
|
/**
|
|
7320
7276
|
* 分组名称
|
|
7321
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7322
7277
|
*/
|
|
7323
|
-
GroupName
|
|
7278
|
+
GroupName?: string;
|
|
7324
7279
|
/**
|
|
7325
7280
|
* 分组下API个数
|
|
7326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7327
7281
|
*/
|
|
7328
|
-
GroupApiCount
|
|
7282
|
+
GroupApiCount?: number;
|
|
7329
7283
|
/**
|
|
7330
7284
|
* 分组API列表
|
|
7331
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7332
7285
|
*/
|
|
7333
|
-
GroupApis
|
|
7286
|
+
GroupApis?: Array<GatewayGroupApiVo>;
|
|
7334
7287
|
/**
|
|
7335
7288
|
* 网关实例的类型
|
|
7336
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7337
7289
|
*/
|
|
7338
|
-
GatewayInstanceType
|
|
7290
|
+
GatewayInstanceType?: string;
|
|
7339
7291
|
/**
|
|
7340
7292
|
* 网关实例ID
|
|
7341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7342
7293
|
*/
|
|
7343
|
-
GatewayInstanceId
|
|
7294
|
+
GatewayInstanceId?: string;
|
|
7344
7295
|
}
|
|
7345
7296
|
/**
|
|
7346
7297
|
* CreateApplication请求参数结构体
|
|
@@ -7516,12 +7467,10 @@ export interface DeployGroupRequest {
|
|
|
7516
7467
|
export interface LaneInfos {
|
|
7517
7468
|
/**
|
|
7518
7469
|
* 总数
|
|
7519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7520
7470
|
*/
|
|
7521
7471
|
TotalCount?: number;
|
|
7522
7472
|
/**
|
|
7523
7473
|
* 泳道信息列表
|
|
7524
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7525
7474
|
*/
|
|
7526
7475
|
Content?: Array<LaneInfo>;
|
|
7527
7476
|
}
|
|
@@ -7556,7 +7505,6 @@ export interface CreateTaskFlowRequest {
|
|
|
7556
7505
|
export interface CreateFileConfigWithDetailRespResponse {
|
|
7557
7506
|
/**
|
|
7558
7507
|
* 文件配置项
|
|
7559
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7560
7508
|
*/
|
|
7561
7509
|
Result?: FileConfig;
|
|
7562
7510
|
/**
|
|
@@ -7595,12 +7543,10 @@ export interface CreateConfigTemplateWithDetailRespRequest {
|
|
|
7595
7543
|
export interface TsfPageGatewayPlugin {
|
|
7596
7544
|
/**
|
|
7597
7545
|
* 记录总数
|
|
7598
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7599
7546
|
*/
|
|
7600
7547
|
TotalCount?: number;
|
|
7601
7548
|
/**
|
|
7602
7549
|
* 记录实体列表
|
|
7603
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7604
7550
|
*/
|
|
7605
7551
|
Content?: Array<GatewayPlugin>;
|
|
7606
7552
|
}
|
|
@@ -7640,7 +7586,6 @@ export interface UnbindApiGroupResponse {
|
|
|
7640
7586
|
export interface DescribeGroupReleaseResponse {
|
|
7641
7587
|
/**
|
|
7642
7588
|
* 部署组发布的相关信息
|
|
7643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7644
7589
|
*/
|
|
7645
7590
|
Result?: GroupRelease;
|
|
7646
7591
|
/**
|
|
@@ -7830,8 +7775,7 @@ export interface ModifyPathRewriteResponse {
|
|
|
7830
7775
|
*/
|
|
7831
7776
|
export interface EnableUnitRuleResponse {
|
|
7832
7777
|
/**
|
|
7833
|
-
*
|
|
7834
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7778
|
+
* 是否成功,成功:true,失败:false。
|
|
7835
7779
|
*/
|
|
7836
7780
|
Result?: boolean;
|
|
7837
7781
|
/**
|
|
@@ -7845,7 +7789,6 @@ export interface EnableUnitRuleResponse {
|
|
|
7845
7789
|
export interface DescribeEnabledUnitRuleResponse {
|
|
7846
7790
|
/**
|
|
7847
7791
|
* 单元化规则对象
|
|
7848
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7849
7792
|
*/
|
|
7850
7793
|
Result?: UnitRule;
|
|
7851
7794
|
/**
|
|
@@ -7914,8 +7857,7 @@ export interface TsfApiListResponse {
|
|
|
7914
7857
|
*/
|
|
7915
7858
|
export interface EnableUnitRouteResponse {
|
|
7916
7859
|
/**
|
|
7917
|
-
*
|
|
7918
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7860
|
+
* 返回结果。成功:true,失败:false。
|
|
7919
7861
|
*/
|
|
7920
7862
|
Result?: boolean;
|
|
7921
7863
|
/**
|
|
@@ -8063,8 +8005,7 @@ export interface TerminateTaskFlowBatchRequest {
|
|
|
8063
8005
|
*/
|
|
8064
8006
|
export interface CreateUnitRuleResponse {
|
|
8065
8007
|
/**
|
|
8066
|
-
*
|
|
8067
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8008
|
+
* 是否成功,成功:true,失败:false。;
|
|
8068
8009
|
*/
|
|
8069
8010
|
Result?: boolean;
|
|
8070
8011
|
/**
|
|
@@ -8520,7 +8461,6 @@ export interface CreatePathRewritesWithDetailRespRequest {
|
|
|
8520
8461
|
export interface DeleteFileConfigResponse {
|
|
8521
8462
|
/**
|
|
8522
8463
|
* 删除结果
|
|
8523
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8524
8464
|
*/
|
|
8525
8465
|
Result?: boolean;
|
|
8526
8466
|
/**
|
|
@@ -8610,9 +8550,8 @@ export interface DeleteFileConfigRequest {
|
|
|
8610
8550
|
export interface DescribePublicConfigSummaryResponse {
|
|
8611
8551
|
/**
|
|
8612
8552
|
* 分页的全局配置统计信息列表
|
|
8613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8614
8553
|
*/
|
|
8615
|
-
Result
|
|
8554
|
+
Result?: TsfPageConfig;
|
|
8616
8555
|
/**
|
|
8617
8556
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8618
8557
|
*/
|
|
@@ -9040,7 +8979,6 @@ export interface ApiDetailInfo {
|
|
|
9040
8979
|
export interface DeleteUnitRuleResponse {
|
|
9041
8980
|
/**
|
|
9042
8981
|
* 是否成功
|
|
9043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9044
8982
|
*/
|
|
9045
8983
|
Result?: boolean;
|
|
9046
8984
|
/**
|
|
@@ -9343,24 +9281,20 @@ export interface SchedulingStrategy {
|
|
|
9343
9281
|
export interface GatewayVo {
|
|
9344
9282
|
/**
|
|
9345
9283
|
* 网关部署组ID
|
|
9346
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9347
9284
|
*/
|
|
9348
|
-
GatewayDeployGroupId
|
|
9285
|
+
GatewayDeployGroupId?: string;
|
|
9349
9286
|
/**
|
|
9350
9287
|
* 网关部署组名称
|
|
9351
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9352
9288
|
*/
|
|
9353
|
-
GatewayDeployGroupName
|
|
9289
|
+
GatewayDeployGroupName?: string;
|
|
9354
9290
|
/**
|
|
9355
9291
|
* API 分组个数
|
|
9356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9357
9292
|
*/
|
|
9358
|
-
GroupNum
|
|
9293
|
+
GroupNum?: number;
|
|
9359
9294
|
/**
|
|
9360
9295
|
* API 分组列表
|
|
9361
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9362
9296
|
*/
|
|
9363
|
-
Groups
|
|
9297
|
+
Groups?: Array<GatewayApiGroupVo>;
|
|
9364
9298
|
}
|
|
9365
9299
|
/**
|
|
9366
9300
|
* DescribeApplicationAttribute请求参数结构体
|
|
@@ -9497,7 +9431,6 @@ export interface DescribePublicConfigResponse {
|
|
|
9497
9431
|
export interface DescribeUsableUnitNamespacesResponse {
|
|
9498
9432
|
/**
|
|
9499
9433
|
* 单元化命名空间对象列表
|
|
9500
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9501
9434
|
*/
|
|
9502
9435
|
Result?: TsfPageUnitNamespace;
|
|
9503
9436
|
/**
|
|
@@ -9510,10 +9443,9 @@ export interface DescribeUsableUnitNamespacesResponse {
|
|
|
9510
9443
|
*/
|
|
9511
9444
|
export interface ReleaseFileConfigResponse {
|
|
9512
9445
|
/**
|
|
9513
|
-
*
|
|
9514
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9446
|
+
* 发布结果,成功:true,失败:false。
|
|
9515
9447
|
*/
|
|
9516
|
-
Result
|
|
9448
|
+
Result?: boolean;
|
|
9517
9449
|
/**
|
|
9518
9450
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9519
9451
|
*/
|
|
@@ -9617,7 +9549,6 @@ export interface SimpleGroup {
|
|
|
9617
9549
|
export interface CreateApiRateLimitRuleWithDetailRespResponse {
|
|
9618
9550
|
/**
|
|
9619
9551
|
* 创建的规则 ID
|
|
9620
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9621
9552
|
*/
|
|
9622
9553
|
Result?: ApiRateLimitRule;
|
|
9623
9554
|
/**
|
|
@@ -10243,7 +10174,6 @@ export interface OverviewBasicResourceUsage {
|
|
|
10243
10174
|
export interface DescribeUnitRulesResponse {
|
|
10244
10175
|
/**
|
|
10245
10176
|
* 分页列表信息
|
|
10246
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10247
10177
|
*/
|
|
10248
10178
|
Result?: Array<TsfPageUnitRule>;
|
|
10249
10179
|
/**
|
|
@@ -10451,7 +10381,6 @@ export interface DescribeGroupsResponse {
|
|
|
10451
10381
|
export interface DescribeBusinessLogConfigsResponse {
|
|
10452
10382
|
/**
|
|
10453
10383
|
* 业务日志配置列表
|
|
10454
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10455
10384
|
*/
|
|
10456
10385
|
Result?: TsfPageBusinessLogConfig;
|
|
10457
10386
|
/**
|
|
@@ -10465,12 +10394,10 @@ export interface DescribeBusinessLogConfigsResponse {
|
|
|
10465
10394
|
export interface ApplicationForPage {
|
|
10466
10395
|
/**
|
|
10467
10396
|
* 应用ID
|
|
10468
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10469
10397
|
*/
|
|
10470
10398
|
ApplicationId?: string;
|
|
10471
10399
|
/**
|
|
10472
10400
|
* 应用名称
|
|
10473
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10474
10401
|
*/
|
|
10475
10402
|
ApplicationName?: string;
|
|
10476
10403
|
/**
|
|
@@ -10480,42 +10407,34 @@ export interface ApplicationForPage {
|
|
|
10480
10407
|
ApplicationDesc?: string;
|
|
10481
10408
|
/**
|
|
10482
10409
|
* 应用类型
|
|
10483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10484
10410
|
*/
|
|
10485
10411
|
ApplicationType?: string;
|
|
10486
10412
|
/**
|
|
10487
10413
|
* 微服务类型
|
|
10488
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10489
10414
|
*/
|
|
10490
10415
|
MicroserviceType?: string;
|
|
10491
10416
|
/**
|
|
10492
10417
|
* 编程语言
|
|
10493
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10494
10418
|
*/
|
|
10495
10419
|
ProgLang?: string;
|
|
10496
10420
|
/**
|
|
10497
10421
|
* 创建时间
|
|
10498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10499
10422
|
*/
|
|
10500
10423
|
CreateTime?: string;
|
|
10501
10424
|
/**
|
|
10502
10425
|
* 更新时间
|
|
10503
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10504
10426
|
*/
|
|
10505
10427
|
UpdateTime?: string;
|
|
10506
10428
|
/**
|
|
10507
10429
|
* 应用资源类型
|
|
10508
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10509
10430
|
*/
|
|
10510
10431
|
ApplicationResourceType?: string;
|
|
10511
10432
|
/**
|
|
10512
10433
|
* 应用runtime类型
|
|
10513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10514
10434
|
*/
|
|
10515
10435
|
ApplicationRuntimeType?: string;
|
|
10516
10436
|
/**
|
|
10517
10437
|
* Apigateway的serviceId
|
|
10518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10519
10438
|
*/
|
|
10520
10439
|
ApigatewayServiceId?: string;
|
|
10521
10440
|
/**
|
|
@@ -10530,7 +10449,6 @@ export interface ApplicationForPage {
|
|
|
10530
10449
|
ServiceConfigList?: Array<ServiceConfig>;
|
|
10531
10450
|
/**
|
|
10532
10451
|
* IgnoreCreateImageRepository
|
|
10533
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10534
10452
|
*/
|
|
10535
10453
|
IgnoreCreateImageRepository?: boolean;
|
|
10536
10454
|
/**
|
|
@@ -10555,17 +10473,14 @@ export interface ApplicationForPage {
|
|
|
10555
10473
|
MicroserviceSubType?: string;
|
|
10556
10474
|
/**
|
|
10557
10475
|
* 应用编程语言类型
|
|
10558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10559
10476
|
*/
|
|
10560
10477
|
ProgramLanguage?: string;
|
|
10561
10478
|
/**
|
|
10562
10479
|
* 开发框架类型[SpringCloud,Dubbo,Go-GRPC,Other]
|
|
10563
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10564
10480
|
*/
|
|
10565
10481
|
FrameworkType?: string;
|
|
10566
10482
|
/**
|
|
10567
10483
|
* 注册配置治理信息
|
|
10568
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10569
10484
|
*/
|
|
10570
10485
|
ServiceGovernanceConfig?: ServiceGovernanceConfig;
|
|
10571
10486
|
/**
|
|
@@ -10575,7 +10490,6 @@ export interface ApplicationForPage {
|
|
|
10575
10490
|
MicroserviceTypeList?: Array<string>;
|
|
10576
10491
|
/**
|
|
10577
10492
|
* 是否同时创建镜像仓库
|
|
10578
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10579
10493
|
*/
|
|
10580
10494
|
CreateSameNameImageRepository?: boolean;
|
|
10581
10495
|
}
|
|
@@ -10978,12 +10892,10 @@ export interface DescribePublicConfigReleasesRequest {
|
|
|
10978
10892
|
export interface TsfPageFileConfigRelease {
|
|
10979
10893
|
/**
|
|
10980
10894
|
* 数量
|
|
10981
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10982
10895
|
*/
|
|
10983
10896
|
TotalCount?: number;
|
|
10984
10897
|
/**
|
|
10985
10898
|
* 列表
|
|
10986
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10987
10899
|
*/
|
|
10988
10900
|
Content?: Array<FileConfigRelease>;
|
|
10989
10901
|
}
|
|
@@ -11225,19 +11137,16 @@ export interface CreateFileConfigRequest {
|
|
|
11225
11137
|
export interface GroupApiUseStatistics {
|
|
11226
11138
|
/**
|
|
11227
11139
|
* 总调用数
|
|
11228
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11229
11140
|
*/
|
|
11230
|
-
TopStatusCode
|
|
11141
|
+
TopStatusCode?: Array<ApiUseStatisticsEntity>;
|
|
11231
11142
|
/**
|
|
11232
11143
|
* 平均错误率
|
|
11233
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11234
11144
|
*/
|
|
11235
|
-
TopTimeCost
|
|
11145
|
+
TopTimeCost?: Array<ApiUseStatisticsEntity>;
|
|
11236
11146
|
/**
|
|
11237
11147
|
* 分位值对象
|
|
11238
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11239
11148
|
*/
|
|
11240
|
-
Quantile
|
|
11149
|
+
Quantile?: QuantileEntity;
|
|
11241
11150
|
}
|
|
11242
11151
|
/**
|
|
11243
11152
|
* ChangeApiUsableStatus返回参数结构体
|
|
@@ -11271,9 +11180,8 @@ export interface DescribeContainerGroupAttributeResponse {
|
|
|
11271
11180
|
export interface CreateFileConfigResponse {
|
|
11272
11181
|
/**
|
|
11273
11182
|
* true:创建成功;false:创建失败
|
|
11274
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11275
11183
|
*/
|
|
11276
|
-
Result
|
|
11184
|
+
Result?: boolean;
|
|
11277
11185
|
/**
|
|
11278
11186
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
11279
11187
|
*/
|
|
@@ -11392,7 +11300,6 @@ export interface DisassociateBusinessLogConfigRequest {
|
|
|
11392
11300
|
export interface DescribePublicConfigReleaseLogsResponse {
|
|
11393
11301
|
/**
|
|
11394
11302
|
* 分页后的公共配置项发布历史列表
|
|
11395
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11396
11303
|
*/
|
|
11397
11304
|
Result?: TsfPageConfigReleaseLog;
|
|
11398
11305
|
/**
|
|
@@ -11530,7 +11437,6 @@ export interface RevocationPublicConfigRequest {
|
|
|
11530
11437
|
export interface ModifyLaneRuleResponse {
|
|
11531
11438
|
/**
|
|
11532
11439
|
* 操作状态。成功:true,失败:false
|
|
11533
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11534
11440
|
*/
|
|
11535
11441
|
Result?: boolean;
|
|
11536
11442
|
/**
|
|
@@ -11908,9 +11814,8 @@ export interface CreateConfigTemplateRequest {
|
|
|
11908
11814
|
export interface DescribeApiGroupResponse {
|
|
11909
11815
|
/**
|
|
11910
11816
|
* API分组信息
|
|
11911
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11912
11817
|
*/
|
|
11913
|
-
Result
|
|
11818
|
+
Result?: ApiGroupInfo;
|
|
11914
11819
|
/**
|
|
11915
11820
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
11916
11821
|
*/
|
|
@@ -11956,7 +11861,6 @@ export interface CreateLaneRequest {
|
|
|
11956
11861
|
export interface CreateApiGroupResponse {
|
|
11957
11862
|
/**
|
|
11958
11863
|
* API分组ID
|
|
11959
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11960
11864
|
*/
|
|
11961
11865
|
Result?: string;
|
|
11962
11866
|
/**
|
|
@@ -12160,12 +12064,10 @@ export interface DeleteGroupRequest {
|
|
|
12160
12064
|
export interface ContainerGroupDetail {
|
|
12161
12065
|
/**
|
|
12162
12066
|
* 部署组ID
|
|
12163
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12164
12067
|
*/
|
|
12165
12068
|
GroupId?: string;
|
|
12166
12069
|
/**
|
|
12167
12070
|
* 分组名称
|
|
12168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12169
12071
|
*/
|
|
12170
12072
|
GroupName?: string;
|
|
12171
12073
|
/**
|
|
@@ -12175,12 +12077,10 @@ export interface ContainerGroupDetail {
|
|
|
12175
12077
|
InstanceNum?: number;
|
|
12176
12078
|
/**
|
|
12177
12079
|
* 已启动实例总数
|
|
12178
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12179
12080
|
*/
|
|
12180
12081
|
CurrentNum?: number;
|
|
12181
12082
|
/**
|
|
12182
12083
|
* 创建时间
|
|
12183
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12184
12084
|
*/
|
|
12185
12085
|
CreateTime?: string;
|
|
12186
12086
|
/**
|
|
@@ -12200,42 +12100,34 @@ export interface ContainerGroupDetail {
|
|
|
12200
12100
|
TagName?: string;
|
|
12201
12101
|
/**
|
|
12202
12102
|
* 集群ID
|
|
12203
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12204
12103
|
*/
|
|
12205
12104
|
ClusterId?: string;
|
|
12206
12105
|
/**
|
|
12207
12106
|
* 集群名称
|
|
12208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12209
12107
|
*/
|
|
12210
12108
|
ClusterName?: string;
|
|
12211
12109
|
/**
|
|
12212
12110
|
* 命名空间ID
|
|
12213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12214
12111
|
*/
|
|
12215
12112
|
NamespaceId?: string;
|
|
12216
12113
|
/**
|
|
12217
12114
|
* 命名空间名称
|
|
12218
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12219
12115
|
*/
|
|
12220
12116
|
NamespaceName?: string;
|
|
12221
12117
|
/**
|
|
12222
12118
|
* 应用ID
|
|
12223
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12224
12119
|
*/
|
|
12225
12120
|
ApplicationId?: string;
|
|
12226
12121
|
/**
|
|
12227
12122
|
* 负载均衡ip
|
|
12228
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12229
12123
|
*/
|
|
12230
12124
|
LbIp?: string;
|
|
12231
12125
|
/**
|
|
12232
12126
|
* 应用类型
|
|
12233
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12234
12127
|
*/
|
|
12235
12128
|
ApplicationType?: string;
|
|
12236
12129
|
/**
|
|
12237
12130
|
* Service ip
|
|
12238
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12239
12131
|
*/
|
|
12240
12132
|
ClusterIp?: string;
|
|
12241
12133
|
/**
|
|
@@ -12260,7 +12152,6 @@ export interface ContainerGroupDetail {
|
|
|
12260
12152
|
AccessType?: number;
|
|
12261
12153
|
/**
|
|
12262
12154
|
* 更新方式:0:快速更新 1:滚动更新
|
|
12263
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12264
12155
|
*/
|
|
12265
12156
|
UpdateType?: number;
|
|
12266
12157
|
/**
|
|
@@ -12270,17 +12161,14 @@ export interface ContainerGroupDetail {
|
|
|
12270
12161
|
UpdateIvl?: number;
|
|
12271
12162
|
/**
|
|
12272
12163
|
* 端口数组对象
|
|
12273
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12274
12164
|
*/
|
|
12275
12165
|
ProtocolPorts?: Array<ProtocolPort>;
|
|
12276
12166
|
/**
|
|
12277
12167
|
* 环境变量数组对象
|
|
12278
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12279
12168
|
*/
|
|
12280
12169
|
Envs?: Array<Env>;
|
|
12281
12170
|
/**
|
|
12282
12171
|
* 应用名称
|
|
12283
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12284
12172
|
*/
|
|
12285
12173
|
ApplicationName?: string;
|
|
12286
12174
|
/**
|
|
@@ -12290,12 +12178,10 @@ export interface ContainerGroupDetail {
|
|
|
12290
12178
|
Message?: string;
|
|
12291
12179
|
/**
|
|
12292
12180
|
* 部署组状态
|
|
12293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12294
12181
|
*/
|
|
12295
12182
|
Status?: string;
|
|
12296
12183
|
/**
|
|
12297
12184
|
* 服务类型
|
|
12298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12299
12185
|
*/
|
|
12300
12186
|
MicroserviceType?: string;
|
|
12301
12187
|
/**
|
|
@@ -12315,17 +12201,14 @@ export interface ContainerGroupDetail {
|
|
|
12315
12201
|
SubnetId?: string;
|
|
12316
12202
|
/**
|
|
12317
12203
|
* 部署组资源类型
|
|
12318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12319
12204
|
*/
|
|
12320
12205
|
GroupResourceType?: string;
|
|
12321
12206
|
/**
|
|
12322
12207
|
* 部署组实例个数
|
|
12323
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12324
12208
|
*/
|
|
12325
12209
|
InstanceCount?: number;
|
|
12326
12210
|
/**
|
|
12327
12211
|
* 部署组更新时间戳
|
|
12328
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12329
12212
|
*/
|
|
12330
12213
|
UpdatedTime?: number;
|
|
12331
12214
|
/**
|
|
@@ -12345,7 +12228,6 @@ export interface ContainerGroupDetail {
|
|
|
12345
12228
|
HealthCheckSettings?: HealthCheckSettings;
|
|
12346
12229
|
/**
|
|
12347
12230
|
* 允许PlainYamlDeploy
|
|
12348
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12349
12231
|
*/
|
|
12350
12232
|
AllowPlainYamlDeploy?: boolean;
|
|
12351
12233
|
/**
|
|
@@ -12546,12 +12428,10 @@ export interface DescribeContainerGroupsRequest {
|
|
|
12546
12428
|
export interface TsfPageBusinessLogConfig {
|
|
12547
12429
|
/**
|
|
12548
12430
|
* 总条数
|
|
12549
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12550
12431
|
*/
|
|
12551
12432
|
TotalCount?: number;
|
|
12552
12433
|
/**
|
|
12553
12434
|
* 业务日志配置项列表
|
|
12554
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12555
12435
|
*/
|
|
12556
12436
|
Content?: Array<BusinessLogConfig>;
|
|
12557
12437
|
}
|
|
@@ -13373,7 +13253,6 @@ export interface DeleteContainerGroupRequest {
|
|
|
13373
13253
|
export interface AdvanceSettings {
|
|
13374
13254
|
/**
|
|
13375
13255
|
* 子任务单机并发数限制,默认值为2
|
|
13376
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13377
13256
|
*/
|
|
13378
13257
|
SubTaskConcurrency?: number;
|
|
13379
13258
|
}
|
|
@@ -13486,12 +13365,10 @@ export interface BusinessLogConfig {
|
|
|
13486
13365
|
ConfigAssociatedGroupList?: Array<BusinessLogConfigAssociatedGroup>;
|
|
13487
13366
|
/**
|
|
13488
13367
|
* 是否开启filebeat高级配置开关
|
|
13489
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13490
13368
|
*/
|
|
13491
13369
|
FilebeatConfigEnable?: boolean;
|
|
13492
13370
|
/**
|
|
13493
13371
|
* close_timeout参数
|
|
13494
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13495
13372
|
*/
|
|
13496
13373
|
FilebeatCloseTimeout?: number;
|
|
13497
13374
|
}
|
|
@@ -13665,7 +13542,6 @@ export interface ServiceGovernanceConfig {
|
|
|
13665
13542
|
export interface DisableUnitRuleResponse {
|
|
13666
13543
|
/**
|
|
13667
13544
|
* 是否成功
|
|
13668
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13669
13545
|
*/
|
|
13670
13546
|
Result?: boolean;
|
|
13671
13547
|
/**
|
|
@@ -13803,12 +13679,10 @@ export interface StopTaskExecuteResponse {
|
|
|
13803
13679
|
export interface TsfPageUnitRuleV2 {
|
|
13804
13680
|
/**
|
|
13805
13681
|
* 记录总数
|
|
13806
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13807
13682
|
*/
|
|
13808
13683
|
TotalCount?: number;
|
|
13809
13684
|
/**
|
|
13810
13685
|
* 记录实体列表
|
|
13811
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13812
13686
|
*/
|
|
13813
13687
|
Content?: Array<UnitRule>;
|
|
13814
13688
|
}
|
|
@@ -13881,7 +13755,6 @@ export interface DescribeSimpleGroupsRequest {
|
|
|
13881
13755
|
export interface DescribeConfigReleasesResponse {
|
|
13882
13756
|
/**
|
|
13883
13757
|
* 分页的配置发布信息
|
|
13884
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13885
13758
|
*/
|
|
13886
13759
|
Result?: TsfPageConfigRelease;
|
|
13887
13760
|
/**
|
|
@@ -14003,22 +13876,18 @@ export interface UnitNamespace {
|
|
|
14003
13876
|
NamespaceName: string;
|
|
14004
13877
|
/**
|
|
14005
13878
|
* 单元化命名空间ID
|
|
14006
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14007
13879
|
*/
|
|
14008
13880
|
Id?: string;
|
|
14009
13881
|
/**
|
|
14010
13882
|
* 网关实体ID
|
|
14011
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14012
13883
|
*/
|
|
14013
13884
|
GatewayInstanceId?: string;
|
|
14014
13885
|
/**
|
|
14015
13886
|
* 创建时间
|
|
14016
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14017
13887
|
*/
|
|
14018
13888
|
CreatedTime?: string;
|
|
14019
13889
|
/**
|
|
14020
13890
|
* 更新时间
|
|
14021
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14022
13891
|
*/
|
|
14023
13892
|
UpdatedTime?: string;
|
|
14024
13893
|
}
|
|
@@ -14210,7 +14079,6 @@ export interface DeployContainerGroupResponse {
|
|
|
14210
14079
|
* 部署容器应用是否成功。
|
|
14211
14080
|
true:成功。
|
|
14212
14081
|
false:失败。
|
|
14213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14214
14082
|
*/
|
|
14215
14083
|
Result?: boolean;
|
|
14216
14084
|
/**
|
|
@@ -14271,7 +14139,6 @@ export interface ResourceFieldRef {
|
|
|
14271
14139
|
export interface DescribeReleasedConfigResponse {
|
|
14272
14140
|
/**
|
|
14273
14141
|
* 已发布的配置内容
|
|
14274
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14275
14142
|
*/
|
|
14276
14143
|
Result?: string;
|
|
14277
14144
|
/**
|
|
@@ -14688,7 +14555,6 @@ export interface ModifyGroupRequest {
|
|
|
14688
14555
|
export interface DescribeMicroserviceResponse {
|
|
14689
14556
|
/**
|
|
14690
14557
|
* 微服务详情实例列表
|
|
14691
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14692
14558
|
*/
|
|
14693
14559
|
Result?: TsfPageMsInstance;
|
|
14694
14560
|
/**
|
|
@@ -14894,7 +14760,6 @@ export interface CreateContainGroupRequest {
|
|
|
14894
14760
|
export interface DescribePublicConfigReleasesResponse {
|
|
14895
14761
|
/**
|
|
14896
14762
|
* 公共配置发布信息
|
|
14897
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14898
14763
|
*/
|
|
14899
14764
|
Result?: TsfPageConfigRelease;
|
|
14900
14765
|
/**
|