tencentcloud-sdk-nodejs-tsf 4.0.993 → 4.0.998

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.
@@ -96,36 +96,36 @@ export interface ApiDetailResponse {
96
96
  /**
97
97
  * API 请求参数
98
98
  */
99
- Request: Array<ApiRequestDescr>;
99
+ Request?: Array<ApiRequestDescr>;
100
100
  /**
101
101
  * API 响应参数
102
102
  注意:此字段可能返回 null,表示取不到有效值。
103
103
  */
104
- Response: Array<ApiResponseDescr>;
104
+ Response?: Array<ApiResponseDescr>;
105
105
  /**
106
106
  * API 复杂结构定义
107
107
  */
108
- Definitions: Array<ApiDefinitionDescr>;
108
+ Definitions?: Array<ApiDefinitionDescr>;
109
109
  /**
110
110
  * API 的 content type
111
111
  注意:此字段可能返回 null,表示取不到有效值。
112
112
  */
113
- RequestContentType: string;
113
+ RequestContentType?: string;
114
114
  /**
115
115
  * API 能否调试
116
116
  注意:此字段可能返回 null,表示取不到有效值。
117
117
  */
118
- CanRun: boolean;
118
+ CanRun?: boolean;
119
119
  /**
120
120
  * API 状态 0:离线 1:在线,默认0
121
121
  注意:此字段可能返回 null,表示取不到有效值。
122
122
  */
123
- Status: number;
123
+ Status?: number;
124
124
  /**
125
125
  * API 描述
126
126
  注意:此字段可能返回 null,表示取不到有效值。
127
127
  */
128
- Description: string;
128
+ Description?: string;
129
129
  }
130
130
  /**
131
131
  * UpdateApiRateLimitRule请求参数结构体
@@ -1384,7 +1384,7 @@ export interface DescribeApiGroupsResponse {
1384
1384
  * 翻页结构体
1385
1385
  注意:此字段可能返回 null,表示取不到有效值。
1386
1386
  */
1387
- Result: TsfPageApiGroupInfo;
1387
+ Result?: TsfPageApiGroupInfo;
1388
1388
  /**
1389
1389
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1390
1390
  */
@@ -6318,11 +6318,11 @@ export interface ApiDefinitionDescr {
6318
6318
  /**
6319
6319
  * 对象名称
6320
6320
  */
6321
- Name: string;
6321
+ Name?: string;
6322
6322
  /**
6323
6323
  * 对象属性列表
6324
6324
  */
6325
- Properties: Array<PropertyField>;
6325
+ Properties?: Array<PropertyField>;
6326
6326
  }
6327
6327
  /**
6328
6328
  * DescribeLaneRules返回参数结构体
@@ -6971,37 +6971,37 @@ export interface GatewayDeployGroup {
6971
6971
  * 网关部署组ID
6972
6972
  注意:此字段可能返回 null,表示取不到有效值。
6973
6973
  */
6974
- DeployGroupId: string;
6974
+ DeployGroupId?: string;
6975
6975
  /**
6976
6976
  * 网关部署组名称
6977
6977
  注意:此字段可能返回 null,表示取不到有效值。
6978
6978
  */
6979
- DeployGroupName: string;
6979
+ DeployGroupName?: string;
6980
6980
  /**
6981
6981
  * 应用ID
6982
6982
  注意:此字段可能返回 null,表示取不到有效值。
6983
6983
  */
6984
- ApplicationId: string;
6984
+ ApplicationId?: string;
6985
6985
  /**
6986
6986
  * 应用名称
6987
6987
  注意:此字段可能返回 null,表示取不到有效值。
6988
6988
  */
6989
- ApplicationName: string;
6989
+ ApplicationName?: string;
6990
6990
  /**
6991
6991
  * 应用分类:V:虚拟机应用,C:容器应用
6992
6992
  注意:此字段可能返回 null,表示取不到有效值。
6993
6993
  */
6994
- ApplicationType: string;
6994
+ ApplicationType?: string;
6995
6995
  /**
6996
6996
  * 部署组应用状态,取值: Running、Waiting、Paused、Updating、RollingBack、Abnormal、Unknown
6997
6997
  注意:此字段可能返回 null,表示取不到有效值。
6998
6998
  */
6999
- GroupStatus: string;
6999
+ GroupStatus?: string;
7000
7000
  /**
7001
7001
  * 集群类型,C :容器,V:虚拟机
7002
7002
  注意:此字段可能返回 null,表示取不到有效值。
7003
7003
  */
7004
- ClusterType: string;
7004
+ ClusterType?: string;
7005
7005
  }
7006
7006
  /**
7007
7007
  * 包列表
@@ -7554,37 +7554,37 @@ export interface GatewayPlugin {
7554
7554
  * 网关插件id
7555
7555
  注意:此字段可能返回 null,表示取不到有效值。
7556
7556
  */
7557
- Id: string;
7557
+ Id?: string;
7558
7558
  /**
7559
7559
  * 插件名称
7560
7560
  注意:此字段可能返回 null,表示取不到有效值。
7561
7561
  */
7562
- Name: string;
7562
+ Name?: string;
7563
7563
  /**
7564
7564
  * 插件类型
7565
7565
  注意:此字段可能返回 null,表示取不到有效值。
7566
7566
  */
7567
- Type: string;
7567
+ Type?: string;
7568
7568
  /**
7569
7569
  * 插件描述
7570
7570
  注意:此字段可能返回 null,表示取不到有效值。
7571
7571
  */
7572
- Description: string;
7572
+ Description?: string;
7573
7573
  /**
7574
7574
  * 创建时间
7575
7575
  注意:此字段可能返回 null,表示取不到有效值。
7576
7576
  */
7577
- CreatedTime: string;
7577
+ CreatedTime?: string;
7578
7578
  /**
7579
7579
  * 更新时间
7580
7580
  注意:此字段可能返回 null,表示取不到有效值。
7581
7581
  */
7582
- UpdatedTime: string;
7582
+ UpdatedTime?: string;
7583
7583
  /**
7584
7584
  * 发布状态
7585
7585
  注意:此字段可能返回 null,表示取不到有效值。
7586
7586
  */
7587
- Status: string;
7587
+ Status?: string;
7588
7588
  }
7589
7589
  /**
7590
7590
  * 网关分组简单信息
@@ -7804,12 +7804,12 @@ export interface LaneInfos {
7804
7804
  * 总数
7805
7805
  注意:此字段可能返回 null,表示取不到有效值。
7806
7806
  */
7807
- TotalCount: number;
7807
+ TotalCount?: number;
7808
7808
  /**
7809
7809
  * 泳道信息列表
7810
7810
  注意:此字段可能返回 null,表示取不到有效值。
7811
7811
  */
7812
- Content: Array<LaneInfo>;
7812
+ Content?: Array<LaneInfo>;
7813
7813
  }
7814
7814
  /**
7815
7815
  * CreateTaskFlow请求参数结构体
@@ -7897,15 +7897,15 @@ export interface ApiUseStatisticsEntity {
7897
7897
  /**
7898
7898
  * 名称
7899
7899
  */
7900
- Name: string;
7900
+ Name?: string;
7901
7901
  /**
7902
7902
  * 次数
7903
7903
  */
7904
- Count: string;
7904
+ Count?: string;
7905
7905
  /**
7906
7906
  * 比率
7907
7907
  */
7908
- Ratio: string;
7908
+ Ratio?: string;
7909
7909
  }
7910
7910
  /**
7911
7911
  * UnbindApiGroup返回参数结构体
@@ -9227,112 +9227,112 @@ export interface ApiDetailInfo {
9227
9227
  * API ID
9228
9228
  注意:此字段可能返回 null,表示取不到有效值。
9229
9229
  */
9230
- ApiId: string;
9230
+ ApiId?: string;
9231
9231
  /**
9232
9232
  * 命名空间ID
9233
9233
  注意:此字段可能返回 null,表示取不到有效值。
9234
9234
  */
9235
- NamespaceId: string;
9235
+ NamespaceId?: string;
9236
9236
  /**
9237
9237
  * 命名空间名称
9238
9238
  注意:此字段可能返回 null,表示取不到有效值。
9239
9239
  */
9240
- NamespaceName: string;
9240
+ NamespaceName?: string;
9241
9241
  /**
9242
9242
  * 服务ID
9243
9243
  注意:此字段可能返回 null,表示取不到有效值。
9244
9244
  */
9245
- MicroserviceId: string;
9245
+ MicroserviceId?: string;
9246
9246
  /**
9247
9247
  * 服务名称
9248
9248
  注意:此字段可能返回 null,表示取不到有效值。
9249
9249
  */
9250
- MicroserviceName: string;
9250
+ MicroserviceName?: string;
9251
9251
  /**
9252
9252
  * API 请求路径
9253
9253
  注意:此字段可能返回 null,表示取不到有效值。
9254
9254
  */
9255
- Path: string;
9255
+ Path?: string;
9256
9256
  /**
9257
9257
  * Api 映射路径
9258
9258
  注意:此字段可能返回 null,表示取不到有效值。
9259
9259
  */
9260
- PathMapping: string;
9260
+ PathMapping?: string;
9261
9261
  /**
9262
9262
  * 请求方法
9263
9263
  注意:此字段可能返回 null,表示取不到有效值。
9264
9264
  */
9265
- Method: string;
9265
+ Method?: string;
9266
9266
  /**
9267
9267
  * 所属分组ID
9268
9268
  注意:此字段可能返回 null,表示取不到有效值。
9269
9269
  */
9270
- GroupId: string;
9270
+ GroupId?: string;
9271
9271
  /**
9272
9272
  * 是否禁用
9273
9273
  注意:此字段可能返回 null,表示取不到有效值。
9274
9274
  */
9275
- UsableStatus: string;
9275
+ UsableStatus?: string;
9276
9276
  /**
9277
9277
  * 发布状态
9278
9278
  注意:此字段可能返回 null,表示取不到有效值。
9279
9279
  */
9280
- ReleaseStatus: string;
9280
+ ReleaseStatus?: string;
9281
9281
  /**
9282
9282
  * 开启限流
9283
9283
  注意:此字段可能返回 null,表示取不到有效值。
9284
9284
  */
9285
- RateLimitStatus: string;
9285
+ RateLimitStatus?: string;
9286
9286
  /**
9287
9287
  * 是否开启mock
9288
9288
  注意:此字段可能返回 null,表示取不到有效值。
9289
9289
  */
9290
- MockStatus: string;
9290
+ MockStatus?: string;
9291
9291
  /**
9292
9292
  * 创建时间
9293
9293
  注意:此字段可能返回 null,表示取不到有效值。
9294
9294
  */
9295
- CreatedTime: string;
9295
+ CreatedTime?: string;
9296
9296
  /**
9297
9297
  * 更新时间
9298
9298
  注意:此字段可能返回 null,表示取不到有效值。
9299
9299
  */
9300
- UpdatedTime: string;
9300
+ UpdatedTime?: string;
9301
9301
  /**
9302
9302
  * 发布时间
9303
9303
  注意:此字段可能返回 null,表示取不到有效值。
9304
9304
  */
9305
- ReleasedTime: string;
9305
+ ReleasedTime?: string;
9306
9306
  /**
9307
9307
  * 所属分组名称
9308
9308
  注意:此字段可能返回 null,表示取不到有效值。
9309
9309
  */
9310
- GroupName: string;
9310
+ GroupName?: string;
9311
9311
  /**
9312
9312
  * API 超时,单位毫秒
9313
9313
  注意:此字段可能返回 null,表示取不到有效值。
9314
9314
  */
9315
- Timeout: number;
9315
+ Timeout?: number;
9316
9316
  /**
9317
9317
  * Api所在服务host
9318
9318
  注意:此字段可能返回 null,表示取不到有效值。
9319
9319
  */
9320
- Host: string;
9320
+ Host?: string;
9321
9321
  /**
9322
9322
  * API类型。 ms : 微服务API; external :外部服务Api
9323
9323
  注意:此字段可能返回 null,表示取不到有效值。
9324
9324
  */
9325
- ApiType: string;
9325
+ ApiType?: string;
9326
9326
  /**
9327
9327
  * Api描述信息
9328
9328
  注意:此字段可能返回 null,表示取不到有效值。
9329
9329
  */
9330
- Description: string;
9330
+ Description?: string;
9331
9331
  /**
9332
9332
  * API路径匹配类型。normal:普通API;wildcard:通配API。
9333
9333
  注意:此字段可能返回 null,表示取不到有效值。
9334
9334
  */
9335
- ApiMatchType: string;
9335
+ ApiMatchType?: string;
9336
9336
  /**
9337
9337
  * RPC 额外信息
9338
9338
  注意:此字段可能返回 null,表示取不到有效值。
@@ -9442,17 +9442,16 @@ export interface RedoTaskFlowBatchRequest {
9442
9442
  }
9443
9443
  /**
9444
9444
  * 单元化命名空间翻页对象
9445
-
9446
9445
  */
9447
9446
  export interface TsfPageUnitNamespace {
9448
9447
  /**
9449
9448
  * 记录总数
9450
9449
  */
9451
- TotalCount: number;
9450
+ TotalCount?: number;
9452
9451
  /**
9453
9452
  * 记录实体列表
9454
9453
  */
9455
- Content: Array<UnitNamespace>;
9454
+ Content?: Array<UnitNamespace>;
9456
9455
  }
9457
9456
  /**
9458
9457
  * 分页的 ContainerEvent
@@ -10250,15 +10249,15 @@ export interface ApiResponseDescr {
10250
10249
  /**
10251
10250
  * 参数描述
10252
10251
  */
10253
- Name: string;
10252
+ Name?: string;
10254
10253
  /**
10255
10254
  * 参数类型
10256
10255
  */
10257
- Type: string;
10256
+ Type?: string;
10258
10257
  /**
10259
10258
  * 参数描述
10260
10259
  */
10261
- Description: string;
10260
+ Description?: string;
10262
10261
  }
10263
10262
  /**
10264
10263
  * DescribeBusinessLogConfigs请求参数结构体
@@ -10330,28 +10329,28 @@ export interface ApiRequestDescr {
10330
10329
  /**
10331
10330
  * 参数名称
10332
10331
  */
10333
- Name: string;
10332
+ Name?: string;
10334
10333
  /**
10335
10334
  * 参数类型
10336
10335
  */
10337
- Type: string;
10336
+ Type?: string;
10338
10337
  /**
10339
10338
  * 参数位置
10340
10339
  */
10341
- In: string;
10340
+ In?: string;
10342
10341
  /**
10343
10342
  * 参数描述
10344
10343
  */
10345
- Description: string;
10344
+ Description?: string;
10346
10345
  /**
10347
10346
  * 参数是否必须
10348
10347
  */
10349
- Required: boolean;
10348
+ Required?: boolean;
10350
10349
  /**
10351
10350
  * 参数的默认值
10352
10351
  注意:此字段可能返回 null,表示取不到有效值。
10353
10352
  */
10354
- DefaultValue: string;
10353
+ DefaultValue?: string;
10355
10354
  }
10356
10355
  /**
10357
10356
  * API版本数组
@@ -10361,17 +10360,17 @@ export interface ApiVersionArray {
10361
10360
  * App ID
10362
10361
  注意:此字段可能返回 null,表示取不到有效值。
10363
10362
  */
10364
- ApplicationId: string;
10363
+ ApplicationId?: string;
10365
10364
  /**
10366
10365
  * App 名称
10367
10366
  注意:此字段可能返回 null,表示取不到有效值。
10368
10367
  */
10369
- ApplicationName: string;
10368
+ ApplicationName?: string;
10370
10369
  /**
10371
10370
  * App 包版本
10372
10371
  注意:此字段可能返回 null,表示取不到有效值。
10373
10372
  */
10374
- PkgVersion: string;
10373
+ PkgVersion?: string;
10375
10374
  }
10376
10375
  /**
10377
10376
  * TSF Envoy网关服务配置
@@ -12398,7 +12397,7 @@ export interface CreateApiGroupResponse {
12398
12397
  * API分组ID
12399
12398
  注意:此字段可能返回 null,表示取不到有效值。
12400
12399
  */
12401
- Result: string;
12400
+ Result?: string;
12402
12401
  /**
12403
12402
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12404
12403
  */
@@ -12588,7 +12587,7 @@ export interface DescribeGatewayAllGroupApisRequest {
12588
12587
  */
12589
12588
  GatewayDeployGroupId: string;
12590
12589
  /**
12591
- * 搜索关键字,支持分组名称或API Path
12590
+ * 搜索关键字,支持命名空间名称或服务名称
12592
12591
  */
12593
12592
  SearchWord?: string;
12594
12593
  }
@@ -13503,62 +13502,62 @@ export interface Config {
13503
13502
  * 配置项ID
13504
13503
  注意:此字段可能返回 null,表示取不到有效值。
13505
13504
  */
13506
- ConfigId: string;
13505
+ ConfigId?: string;
13507
13506
  /**
13508
13507
  * 配置项名称
13509
13508
  注意:此字段可能返回 null,表示取不到有效值。
13510
13509
  */
13511
- ConfigName: string;
13510
+ ConfigName?: string;
13512
13511
  /**
13513
13512
  * 配置项版本
13514
13513
  注意:此字段可能返回 null,表示取不到有效值。
13515
13514
  */
13516
- ConfigVersion: string;
13515
+ ConfigVersion?: string;
13517
13516
  /**
13518
13517
  * 配置项版本描述
13519
13518
  注意:此字段可能返回 null,表示取不到有效值。
13520
13519
  */
13521
- ConfigVersionDesc: string;
13520
+ ConfigVersionDesc?: string;
13522
13521
  /**
13523
13522
  * 配置项值
13524
13523
  注意:此字段可能返回 null,表示取不到有效值。
13525
13524
  */
13526
- ConfigValue: string;
13525
+ ConfigValue?: string;
13527
13526
  /**
13528
13527
  * 配置项类型
13529
13528
  注意:此字段可能返回 null,表示取不到有效值。
13530
13529
  */
13531
- ConfigType: string;
13530
+ ConfigType?: string;
13532
13531
  /**
13533
13532
  * 创建时间
13534
13533
  注意:此字段可能返回 null,表示取不到有效值。
13535
13534
  */
13536
- CreationTime: string;
13535
+ CreationTime?: string;
13537
13536
  /**
13538
13537
  * 应用ID
13539
13538
  注意:此字段可能返回 null,表示取不到有效值。
13540
13539
  */
13541
- ApplicationId: string;
13540
+ ApplicationId?: string;
13542
13541
  /**
13543
13542
  * 应用名称
13544
13543
  注意:此字段可能返回 null,表示取不到有效值。
13545
13544
  */
13546
- ApplicationName: string;
13545
+ ApplicationName?: string;
13547
13546
  /**
13548
13547
  * 删除标识,true:可以删除;false:不可删除
13549
13548
  注意:此字段可能返回 null,表示取不到有效值。
13550
13549
  */
13551
- DeleteFlag: boolean;
13550
+ DeleteFlag?: boolean;
13552
13551
  /**
13553
13552
  * 最后更新时间
13554
13553
  注意:此字段可能返回 null,表示取不到有效值。
13555
13554
  */
13556
- LastUpdateTime: string;
13555
+ LastUpdateTime?: string;
13557
13556
  /**
13558
13557
  * 配置项版本数量
13559
13558
  注意:此字段可能返回 null,表示取不到有效值。
13560
13559
  */
13561
- ConfigVersionCount: number;
13560
+ ConfigVersionCount?: number;
13562
13561
  }
13563
13562
  /**
13564
13563
  * 端口对象
@@ -13613,9 +13612,9 @@ export interface DescribeApiUseDetailRequest {
13613
13612
  */
13614
13613
  export interface CreateMicroserviceWithDetailRespResponse {
13615
13614
  /**
13616
- * id
13615
+ * 微服务ID
13617
13616
  */
13618
- Result: string;
13617
+ Result?: string;
13619
13618
  /**
13620
13619
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13621
13620
  */
@@ -13891,21 +13890,21 @@ export interface MsApiArray {
13891
13890
  /**
13892
13891
  * API 请求路径
13893
13892
  */
13894
- Path: string;
13893
+ Path?: string;
13895
13894
  /**
13896
13895
  * 请求方法
13897
13896
  */
13898
- Method: string;
13897
+ Method?: string;
13899
13898
  /**
13900
13899
  * 方法描述
13901
13900
  注意:此字段可能返回 null,表示取不到有效值。
13902
13901
  */
13903
- Description: string;
13902
+ Description?: string;
13904
13903
  /**
13905
13904
  * API状态 0:离线 1:在线
13906
13905
  注意:此字段可能返回 null,表示取不到有效值。
13907
13906
  */
13908
- Status: number;
13907
+ Status?: number;
13909
13908
  }
13910
13909
  /**
13911
13910
  * 业务日志配置
@@ -14282,12 +14281,12 @@ export interface TsfPageUnitRuleV2 {
14282
14281
  * 记录总数
14283
14282
  注意:此字段可能返回 null,表示取不到有效值。
14284
14283
  */
14285
- TotalCount: number;
14284
+ TotalCount?: number;
14286
14285
  /**
14287
14286
  * 记录实体列表
14288
14287
  注意:此字段可能返回 null,表示取不到有效值。
14289
14288
  */
14290
- Content: Array<UnitRule>;
14289
+ Content?: Array<UnitRule>;
14291
14290
  }
14292
14291
  /**
14293
14292
  * UpdateApiRateLimitRules返回参数结构体
@@ -14374,92 +14373,97 @@ export interface ApiGroupInfo {
14374
14373
  * Api Group Id
14375
14374
  注意:此字段可能返回 null,表示取不到有效值。
14376
14375
  */
14377
- GroupId: string;
14376
+ GroupId?: string;
14378
14377
  /**
14379
14378
  * Api Group 名称
14380
14379
  注意:此字段可能返回 null,表示取不到有效值。
14381
14380
  */
14382
- GroupName: string;
14381
+ GroupName?: string;
14383
14382
  /**
14384
14383
  * 分组上下文
14385
14384
  注意:此字段可能返回 null,表示取不到有效值。
14386
14385
  */
14387
- GroupContext: string;
14386
+ GroupContext?: string;
14388
14387
  /**
14389
14388
  * 鉴权类型。 secret: 密钥鉴权; none:无鉴权
14390
14389
  注意:此字段可能返回 null,表示取不到有效值。
14391
14390
  */
14392
- AuthType: string;
14391
+ AuthType?: string;
14393
14392
  /**
14394
14393
  * 发布状态, drafted: 未发布。 released: 发布
14395
14394
  注意:此字段可能返回 null,表示取不到有效值。
14396
14395
  */
14397
- Status: string;
14396
+ Status?: string;
14398
14397
  /**
14399
14398
  * 分组创建时间 如:2019-06-20 15:51:28
14400
14399
  注意:此字段可能返回 null,表示取不到有效值。
14401
14400
  */
14402
- CreatedTime: string;
14401
+ CreatedTime?: string;
14403
14402
  /**
14404
14403
  * 分组更新时间 如:2019-06-20 15:51:28
14405
14404
  注意:此字段可能返回 null,表示取不到有效值。
14406
14405
  */
14407
- UpdatedTime: string;
14406
+ UpdatedTime?: string;
14408
14407
  /**
14409
14408
  * api分组已绑定的网关部署组
14410
14409
  注意:此字段可能返回 null,表示取不到有效值。
14411
14410
  */
14412
- BindedGatewayDeployGroups: Array<GatewayDeployGroup>;
14411
+ BindedGatewayDeployGroups?: Array<GatewayDeployGroup>;
14413
14412
  /**
14414
14413
  * api 个数
14415
14414
  注意:此字段可能返回 null,表示取不到有效值。
14416
14415
  */
14417
- ApiCount: number;
14416
+ ApiCount?: number;
14418
14417
  /**
14419
14418
  * 访问group的ACL类型
14420
14419
  注意:此字段可能返回 null,表示取不到有效值。
14421
14420
  */
14422
- AclMode: string;
14421
+ AclMode?: string;
14423
14422
  /**
14424
14423
  * 描述
14425
14424
  注意:此字段可能返回 null,表示取不到有效值。
14426
14425
  */
14427
- Description: string;
14426
+ Description?: string;
14428
14427
  /**
14429
14428
  * 分组类型。 ms: 微服务分组; external:外部Api分组
14430
14429
  注意:此字段可能返回 null,表示取不到有效值。
14431
14430
  */
14432
- GroupType: string;
14431
+ GroupType?: string;
14433
14432
  /**
14434
14433
  * 网关实例的类型
14435
14434
  注意:此字段可能返回 null,表示取不到有效值。
14436
14435
  */
14437
- GatewayInstanceType: string;
14436
+ GatewayInstanceType?: string;
14438
14437
  /**
14439
14438
  * 网关实例ID
14440
14439
  注意:此字段可能返回 null,表示取不到有效值。
14441
14440
  */
14442
- GatewayInstanceId: string;
14441
+ GatewayInstanceId?: string;
14443
14442
  /**
14444
14443
  * 命名空间参数key值
14445
14444
  注意:此字段可能返回 null,表示取不到有效值。
14446
14445
  */
14447
- NamespaceNameKey: string;
14446
+ NamespaceNameKey?: string;
14448
14447
  /**
14449
14448
  * 微服务名参数key值
14450
14449
  注意:此字段可能返回 null,表示取不到有效值。
14451
14450
  */
14452
- ServiceNameKey: string;
14451
+ ServiceNameKey?: string;
14453
14452
  /**
14454
14453
  * 命名空间参数位置,path,header或query,默认是path
14455
14454
  注意:此字段可能返回 null,表示取不到有效值。
14456
14455
  */
14457
- NamespaceNameKeyPosition: string;
14456
+ NamespaceNameKeyPosition?: string;
14458
14457
  /**
14459
14458
  * 微服务名参数位置,path,header或query,默认是path
14460
14459
  注意:此字段可能返回 null,表示取不到有效值。
14461
14460
  */
14462
- ServiceNameKeyPosition: string;
14461
+ ServiceNameKeyPosition?: string;
14462
+ /**
14463
+ * 网关实例ID列表
14464
+ 注意:此字段可能返回 null,表示取不到有效值。
14465
+ */
14466
+ GatewayInstanceIdList?: Array<string>;
14463
14467
  }
14464
14468
  /**
14465
14469
  * 微服务网关单元化命名空间
@@ -14699,11 +14703,11 @@ export interface TsfPageApiDetailInfo {
14699
14703
  /**
14700
14704
  * 总记录数
14701
14705
  */
14702
- TotalCount: number;
14706
+ TotalCount?: number;
14703
14707
  /**
14704
14708
  * API 信息列表
14705
14709
  */
14706
- Content: Array<ApiDetailInfo>;
14710
+ Content?: Array<ApiDetailInfo>;
14707
14711
  }
14708
14712
  /**
14709
14713
  * DescribeBasicResourceUsage请求参数结构体