tencentcloud-sdk-nodejs-tsf 4.0.994 → 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.
@@ -117,36 +117,36 @@ export interface ApiDetailResponse {
117
117
  /**
118
118
  * API 请求参数
119
119
  */
120
- Request: Array<ApiRequestDescr>
120
+ Request?: Array<ApiRequestDescr>
121
121
  /**
122
122
  * API 响应参数
123
123
  注意:此字段可能返回 null,表示取不到有效值。
124
124
  */
125
- Response: Array<ApiResponseDescr>
125
+ Response?: Array<ApiResponseDescr>
126
126
  /**
127
127
  * API 复杂结构定义
128
128
  */
129
- Definitions: Array<ApiDefinitionDescr>
129
+ Definitions?: Array<ApiDefinitionDescr>
130
130
  /**
131
131
  * API 的 content type
132
132
  注意:此字段可能返回 null,表示取不到有效值。
133
133
  */
134
- RequestContentType: string
134
+ RequestContentType?: string
135
135
  /**
136
136
  * API 能否调试
137
137
  注意:此字段可能返回 null,表示取不到有效值。
138
138
  */
139
- CanRun: boolean
139
+ CanRun?: boolean
140
140
  /**
141
141
  * API 状态 0:离线 1:在线,默认0
142
142
  注意:此字段可能返回 null,表示取不到有效值。
143
143
  */
144
- Status: number
144
+ Status?: number
145
145
  /**
146
146
  * API 描述
147
147
  注意:此字段可能返回 null,表示取不到有效值。
148
148
  */
149
- Description: string
149
+ Description?: string
150
150
  }
151
151
 
152
152
  /**
@@ -1467,7 +1467,7 @@ export interface DescribeApiGroupsResponse {
1467
1467
  * 翻页结构体
1468
1468
  注意:此字段可能返回 null,表示取不到有效值。
1469
1469
  */
1470
- Result: TsfPageApiGroupInfo
1470
+ Result?: TsfPageApiGroupInfo
1471
1471
  /**
1472
1472
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1473
1473
  */
@@ -6598,11 +6598,11 @@ export interface ApiDefinitionDescr {
6598
6598
  /**
6599
6599
  * 对象名称
6600
6600
  */
6601
- Name: string
6601
+ Name?: string
6602
6602
  /**
6603
6603
  * 对象属性列表
6604
6604
  */
6605
- Properties: Array<PropertyField>
6605
+ Properties?: Array<PropertyField>
6606
6606
  }
6607
6607
 
6608
6608
  /**
@@ -7279,37 +7279,37 @@ export interface GatewayDeployGroup {
7279
7279
  * 网关部署组ID
7280
7280
  注意:此字段可能返回 null,表示取不到有效值。
7281
7281
  */
7282
- DeployGroupId: string
7282
+ DeployGroupId?: string
7283
7283
  /**
7284
7284
  * 网关部署组名称
7285
7285
  注意:此字段可能返回 null,表示取不到有效值。
7286
7286
  */
7287
- DeployGroupName: string
7287
+ DeployGroupName?: string
7288
7288
  /**
7289
7289
  * 应用ID
7290
7290
  注意:此字段可能返回 null,表示取不到有效值。
7291
7291
  */
7292
- ApplicationId: string
7292
+ ApplicationId?: string
7293
7293
  /**
7294
7294
  * 应用名称
7295
7295
  注意:此字段可能返回 null,表示取不到有效值。
7296
7296
  */
7297
- ApplicationName: string
7297
+ ApplicationName?: string
7298
7298
  /**
7299
7299
  * 应用分类:V:虚拟机应用,C:容器应用
7300
7300
  注意:此字段可能返回 null,表示取不到有效值。
7301
7301
  */
7302
- ApplicationType: string
7302
+ ApplicationType?: string
7303
7303
  /**
7304
7304
  * 部署组应用状态,取值: Running、Waiting、Paused、Updating、RollingBack、Abnormal、Unknown
7305
7305
  注意:此字段可能返回 null,表示取不到有效值。
7306
7306
  */
7307
- GroupStatus: string
7307
+ GroupStatus?: string
7308
7308
  /**
7309
7309
  * 集群类型,C :容器,V:虚拟机
7310
7310
  注意:此字段可能返回 null,表示取不到有效值。
7311
7311
  */
7312
- ClusterType: string
7312
+ ClusterType?: string
7313
7313
  }
7314
7314
 
7315
7315
  /**
@@ -7883,37 +7883,37 @@ export interface GatewayPlugin {
7883
7883
  * 网关插件id
7884
7884
  注意:此字段可能返回 null,表示取不到有效值。
7885
7885
  */
7886
- Id: string
7886
+ Id?: string
7887
7887
  /**
7888
7888
  * 插件名称
7889
7889
  注意:此字段可能返回 null,表示取不到有效值。
7890
7890
  */
7891
- Name: string
7891
+ Name?: string
7892
7892
  /**
7893
7893
  * 插件类型
7894
7894
  注意:此字段可能返回 null,表示取不到有效值。
7895
7895
  */
7896
- Type: string
7896
+ Type?: string
7897
7897
  /**
7898
7898
  * 插件描述
7899
7899
  注意:此字段可能返回 null,表示取不到有效值。
7900
7900
  */
7901
- Description: string
7901
+ Description?: string
7902
7902
  /**
7903
7903
  * 创建时间
7904
7904
  注意:此字段可能返回 null,表示取不到有效值。
7905
7905
  */
7906
- CreatedTime: string
7906
+ CreatedTime?: string
7907
7907
  /**
7908
7908
  * 更新时间
7909
7909
  注意:此字段可能返回 null,表示取不到有效值。
7910
7910
  */
7911
- UpdatedTime: string
7911
+ UpdatedTime?: string
7912
7912
  /**
7913
7913
  * 发布状态
7914
7914
  注意:此字段可能返回 null,表示取不到有效值。
7915
7915
  */
7916
- Status: string
7916
+ Status?: string
7917
7917
  }
7918
7918
 
7919
7919
  /**
@@ -8138,12 +8138,12 @@ export interface LaneInfos {
8138
8138
  * 总数
8139
8139
  注意:此字段可能返回 null,表示取不到有效值。
8140
8140
  */
8141
- TotalCount: number
8141
+ TotalCount?: number
8142
8142
  /**
8143
8143
  * 泳道信息列表
8144
8144
  注意:此字段可能返回 null,表示取不到有效值。
8145
8145
  */
8146
- Content: Array<LaneInfo>
8146
+ Content?: Array<LaneInfo>
8147
8147
  }
8148
8148
 
8149
8149
  /**
@@ -8236,15 +8236,15 @@ export interface ApiUseStatisticsEntity {
8236
8236
  /**
8237
8237
  * 名称
8238
8238
  */
8239
- Name: string
8239
+ Name?: string
8240
8240
  /**
8241
8241
  * 次数
8242
8242
  */
8243
- Count: string
8243
+ Count?: string
8244
8244
  /**
8245
8245
  * 比率
8246
8246
  */
8247
- Ratio: string
8247
+ Ratio?: string
8248
8248
  }
8249
8249
 
8250
8250
  /**
@@ -9624,112 +9624,112 @@ export interface ApiDetailInfo {
9624
9624
  * API ID
9625
9625
  注意:此字段可能返回 null,表示取不到有效值。
9626
9626
  */
9627
- ApiId: string
9627
+ ApiId?: string
9628
9628
  /**
9629
9629
  * 命名空间ID
9630
9630
  注意:此字段可能返回 null,表示取不到有效值。
9631
9631
  */
9632
- NamespaceId: string
9632
+ NamespaceId?: string
9633
9633
  /**
9634
9634
  * 命名空间名称
9635
9635
  注意:此字段可能返回 null,表示取不到有效值。
9636
9636
  */
9637
- NamespaceName: string
9637
+ NamespaceName?: string
9638
9638
  /**
9639
9639
  * 服务ID
9640
9640
  注意:此字段可能返回 null,表示取不到有效值。
9641
9641
  */
9642
- MicroserviceId: string
9642
+ MicroserviceId?: string
9643
9643
  /**
9644
9644
  * 服务名称
9645
9645
  注意:此字段可能返回 null,表示取不到有效值。
9646
9646
  */
9647
- MicroserviceName: string
9647
+ MicroserviceName?: string
9648
9648
  /**
9649
9649
  * API 请求路径
9650
9650
  注意:此字段可能返回 null,表示取不到有效值。
9651
9651
  */
9652
- Path: string
9652
+ Path?: string
9653
9653
  /**
9654
9654
  * Api 映射路径
9655
9655
  注意:此字段可能返回 null,表示取不到有效值。
9656
9656
  */
9657
- PathMapping: string
9657
+ PathMapping?: string
9658
9658
  /**
9659
9659
  * 请求方法
9660
9660
  注意:此字段可能返回 null,表示取不到有效值。
9661
9661
  */
9662
- Method: string
9662
+ Method?: string
9663
9663
  /**
9664
9664
  * 所属分组ID
9665
9665
  注意:此字段可能返回 null,表示取不到有效值。
9666
9666
  */
9667
- GroupId: string
9667
+ GroupId?: string
9668
9668
  /**
9669
9669
  * 是否禁用
9670
9670
  注意:此字段可能返回 null,表示取不到有效值。
9671
9671
  */
9672
- UsableStatus: string
9672
+ UsableStatus?: string
9673
9673
  /**
9674
9674
  * 发布状态
9675
9675
  注意:此字段可能返回 null,表示取不到有效值。
9676
9676
  */
9677
- ReleaseStatus: string
9677
+ ReleaseStatus?: string
9678
9678
  /**
9679
9679
  * 开启限流
9680
9680
  注意:此字段可能返回 null,表示取不到有效值。
9681
9681
  */
9682
- RateLimitStatus: string
9682
+ RateLimitStatus?: string
9683
9683
  /**
9684
9684
  * 是否开启mock
9685
9685
  注意:此字段可能返回 null,表示取不到有效值。
9686
9686
  */
9687
- MockStatus: string
9687
+ MockStatus?: string
9688
9688
  /**
9689
9689
  * 创建时间
9690
9690
  注意:此字段可能返回 null,表示取不到有效值。
9691
9691
  */
9692
- CreatedTime: string
9692
+ CreatedTime?: string
9693
9693
  /**
9694
9694
  * 更新时间
9695
9695
  注意:此字段可能返回 null,表示取不到有效值。
9696
9696
  */
9697
- UpdatedTime: string
9697
+ UpdatedTime?: string
9698
9698
  /**
9699
9699
  * 发布时间
9700
9700
  注意:此字段可能返回 null,表示取不到有效值。
9701
9701
  */
9702
- ReleasedTime: string
9702
+ ReleasedTime?: string
9703
9703
  /**
9704
9704
  * 所属分组名称
9705
9705
  注意:此字段可能返回 null,表示取不到有效值。
9706
9706
  */
9707
- GroupName: string
9707
+ GroupName?: string
9708
9708
  /**
9709
9709
  * API 超时,单位毫秒
9710
9710
  注意:此字段可能返回 null,表示取不到有效值。
9711
9711
  */
9712
- Timeout: number
9712
+ Timeout?: number
9713
9713
  /**
9714
9714
  * Api所在服务host
9715
9715
  注意:此字段可能返回 null,表示取不到有效值。
9716
9716
  */
9717
- Host: string
9717
+ Host?: string
9718
9718
  /**
9719
9719
  * API类型。 ms : 微服务API; external :外部服务Api
9720
9720
  注意:此字段可能返回 null,表示取不到有效值。
9721
9721
  */
9722
- ApiType: string
9722
+ ApiType?: string
9723
9723
  /**
9724
9724
  * Api描述信息
9725
9725
  注意:此字段可能返回 null,表示取不到有效值。
9726
9726
  */
9727
- Description: string
9727
+ Description?: string
9728
9728
  /**
9729
9729
  * API路径匹配类型。normal:普通API;wildcard:通配API。
9730
9730
  注意:此字段可能返回 null,表示取不到有效值。
9731
9731
  */
9732
- ApiMatchType: string
9732
+ ApiMatchType?: string
9733
9733
  /**
9734
9734
  * RPC 额外信息
9735
9735
  注意:此字段可能返回 null,表示取不到有效值。
@@ -9847,17 +9847,16 @@ export interface RedoTaskFlowBatchRequest {
9847
9847
 
9848
9848
  /**
9849
9849
  * 单元化命名空间翻页对象
9850
-
9851
9850
  */
9852
9851
  export interface TsfPageUnitNamespace {
9853
9852
  /**
9854
9853
  * 记录总数
9855
9854
  */
9856
- TotalCount: number
9855
+ TotalCount?: number
9857
9856
  /**
9858
9857
  * 记录实体列表
9859
9858
  */
9860
- Content: Array<UnitNamespace>
9859
+ Content?: Array<UnitNamespace>
9861
9860
  }
9862
9861
 
9863
9862
  /**
@@ -10685,15 +10684,15 @@ export interface ApiResponseDescr {
10685
10684
  /**
10686
10685
  * 参数描述
10687
10686
  */
10688
- Name: string
10687
+ Name?: string
10689
10688
  /**
10690
10689
  * 参数类型
10691
10690
  */
10692
- Type: string
10691
+ Type?: string
10693
10692
  /**
10694
10693
  * 参数描述
10695
10694
  */
10696
- Description: string
10695
+ Description?: string
10697
10696
  }
10698
10697
 
10699
10698
  /**
@@ -10769,28 +10768,28 @@ export interface ApiRequestDescr {
10769
10768
  /**
10770
10769
  * 参数名称
10771
10770
  */
10772
- Name: string
10771
+ Name?: string
10773
10772
  /**
10774
10773
  * 参数类型
10775
10774
  */
10776
- Type: string
10775
+ Type?: string
10777
10776
  /**
10778
10777
  * 参数位置
10779
10778
  */
10780
- In: string
10779
+ In?: string
10781
10780
  /**
10782
10781
  * 参数描述
10783
10782
  */
10784
- Description: string
10783
+ Description?: string
10785
10784
  /**
10786
10785
  * 参数是否必须
10787
10786
  */
10788
- Required: boolean
10787
+ Required?: boolean
10789
10788
  /**
10790
10789
  * 参数的默认值
10791
10790
  注意:此字段可能返回 null,表示取不到有效值。
10792
10791
  */
10793
- DefaultValue: string
10792
+ DefaultValue?: string
10794
10793
  }
10795
10794
 
10796
10795
  /**
@@ -10801,17 +10800,17 @@ export interface ApiVersionArray {
10801
10800
  * App ID
10802
10801
  注意:此字段可能返回 null,表示取不到有效值。
10803
10802
  */
10804
- ApplicationId: string
10803
+ ApplicationId?: string
10805
10804
  /**
10806
10805
  * App 名称
10807
10806
  注意:此字段可能返回 null,表示取不到有效值。
10808
10807
  */
10809
- ApplicationName: string
10808
+ ApplicationName?: string
10810
10809
  /**
10811
10810
  * App 包版本
10812
10811
  注意:此字段可能返回 null,表示取不到有效值。
10813
10812
  */
10814
- PkgVersion: string
10813
+ PkgVersion?: string
10815
10814
  }
10816
10815
 
10817
10816
  /**
@@ -12927,7 +12926,7 @@ export interface CreateApiGroupResponse {
12927
12926
  * API分组ID
12928
12927
  注意:此字段可能返回 null,表示取不到有效值。
12929
12928
  */
12930
- Result: string
12929
+ Result?: string
12931
12930
  /**
12932
12931
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12933
12932
  */
@@ -13127,7 +13126,7 @@ export interface DescribeGatewayAllGroupApisRequest {
13127
13126
  */
13128
13127
  GatewayDeployGroupId: string
13129
13128
  /**
13130
- * 搜索关键字,支持分组名称或API Path
13129
+ * 搜索关键字,支持命名空间名称或服务名称
13131
13130
  */
13132
13131
  SearchWord?: string
13133
13132
  }
@@ -14074,62 +14073,62 @@ export interface Config {
14074
14073
  * 配置项ID
14075
14074
  注意:此字段可能返回 null,表示取不到有效值。
14076
14075
  */
14077
- ConfigId: string
14076
+ ConfigId?: string
14078
14077
  /**
14079
14078
  * 配置项名称
14080
14079
  注意:此字段可能返回 null,表示取不到有效值。
14081
14080
  */
14082
- ConfigName: string
14081
+ ConfigName?: string
14083
14082
  /**
14084
14083
  * 配置项版本
14085
14084
  注意:此字段可能返回 null,表示取不到有效值。
14086
14085
  */
14087
- ConfigVersion: string
14086
+ ConfigVersion?: string
14088
14087
  /**
14089
14088
  * 配置项版本描述
14090
14089
  注意:此字段可能返回 null,表示取不到有效值。
14091
14090
  */
14092
- ConfigVersionDesc: string
14091
+ ConfigVersionDesc?: string
14093
14092
  /**
14094
14093
  * 配置项值
14095
14094
  注意:此字段可能返回 null,表示取不到有效值。
14096
14095
  */
14097
- ConfigValue: string
14096
+ ConfigValue?: string
14098
14097
  /**
14099
14098
  * 配置项类型
14100
14099
  注意:此字段可能返回 null,表示取不到有效值。
14101
14100
  */
14102
- ConfigType: string
14101
+ ConfigType?: string
14103
14102
  /**
14104
14103
  * 创建时间
14105
14104
  注意:此字段可能返回 null,表示取不到有效值。
14106
14105
  */
14107
- CreationTime: string
14106
+ CreationTime?: string
14108
14107
  /**
14109
14108
  * 应用ID
14110
14109
  注意:此字段可能返回 null,表示取不到有效值。
14111
14110
  */
14112
- ApplicationId: string
14111
+ ApplicationId?: string
14113
14112
  /**
14114
14113
  * 应用名称
14115
14114
  注意:此字段可能返回 null,表示取不到有效值。
14116
14115
  */
14117
- ApplicationName: string
14116
+ ApplicationName?: string
14118
14117
  /**
14119
14118
  * 删除标识,true:可以删除;false:不可删除
14120
14119
  注意:此字段可能返回 null,表示取不到有效值。
14121
14120
  */
14122
- DeleteFlag: boolean
14121
+ DeleteFlag?: boolean
14123
14122
  /**
14124
14123
  * 最后更新时间
14125
14124
  注意:此字段可能返回 null,表示取不到有效值。
14126
14125
  */
14127
- LastUpdateTime: string
14126
+ LastUpdateTime?: string
14128
14127
  /**
14129
14128
  * 配置项版本数量
14130
14129
  注意:此字段可能返回 null,表示取不到有效值。
14131
14130
  */
14132
- ConfigVersionCount: number
14131
+ ConfigVersionCount?: number
14133
14132
  }
14134
14133
 
14135
14134
  /**
@@ -14187,9 +14186,9 @@ export interface DescribeApiUseDetailRequest {
14187
14186
  */
14188
14187
  export interface CreateMicroserviceWithDetailRespResponse {
14189
14188
  /**
14190
- * id
14189
+ * 微服务ID
14191
14190
  */
14192
- Result: string
14191
+ Result?: string
14193
14192
  /**
14194
14193
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14195
14194
  */
@@ -14476,21 +14475,21 @@ export interface MsApiArray {
14476
14475
  /**
14477
14476
  * API 请求路径
14478
14477
  */
14479
- Path: string
14478
+ Path?: string
14480
14479
  /**
14481
14480
  * 请求方法
14482
14481
  */
14483
- Method: string
14482
+ Method?: string
14484
14483
  /**
14485
14484
  * 方法描述
14486
14485
  注意:此字段可能返回 null,表示取不到有效值。
14487
14486
  */
14488
- Description: string
14487
+ Description?: string
14489
14488
  /**
14490
14489
  * API状态 0:离线 1:在线
14491
14490
  注意:此字段可能返回 null,表示取不到有效值。
14492
14491
  */
14493
- Status: number
14492
+ Status?: number
14494
14493
  }
14495
14494
 
14496
14495
  /**
@@ -14884,12 +14883,12 @@ export interface TsfPageUnitRuleV2 {
14884
14883
  * 记录总数
14885
14884
  注意:此字段可能返回 null,表示取不到有效值。
14886
14885
  */
14887
- TotalCount: number
14886
+ TotalCount?: number
14888
14887
  /**
14889
14888
  * 记录实体列表
14890
14889
  注意:此字段可能返回 null,表示取不到有效值。
14891
14890
  */
14892
- Content: Array<UnitRule>
14891
+ Content?: Array<UnitRule>
14893
14892
  }
14894
14893
 
14895
14894
  /**
@@ -14981,92 +14980,97 @@ export interface ApiGroupInfo {
14981
14980
  * Api Group Id
14982
14981
  注意:此字段可能返回 null,表示取不到有效值。
14983
14982
  */
14984
- GroupId: string
14983
+ GroupId?: string
14985
14984
  /**
14986
14985
  * Api Group 名称
14987
14986
  注意:此字段可能返回 null,表示取不到有效值。
14988
14987
  */
14989
- GroupName: string
14988
+ GroupName?: string
14990
14989
  /**
14991
14990
  * 分组上下文
14992
14991
  注意:此字段可能返回 null,表示取不到有效值。
14993
14992
  */
14994
- GroupContext: string
14993
+ GroupContext?: string
14995
14994
  /**
14996
14995
  * 鉴权类型。 secret: 密钥鉴权; none:无鉴权
14997
14996
  注意:此字段可能返回 null,表示取不到有效值。
14998
14997
  */
14999
- AuthType: string
14998
+ AuthType?: string
15000
14999
  /**
15001
15000
  * 发布状态, drafted: 未发布。 released: 发布
15002
15001
  注意:此字段可能返回 null,表示取不到有效值。
15003
15002
  */
15004
- Status: string
15003
+ Status?: string
15005
15004
  /**
15006
15005
  * 分组创建时间 如:2019-06-20 15:51:28
15007
15006
  注意:此字段可能返回 null,表示取不到有效值。
15008
15007
  */
15009
- CreatedTime: string
15008
+ CreatedTime?: string
15010
15009
  /**
15011
15010
  * 分组更新时间 如:2019-06-20 15:51:28
15012
15011
  注意:此字段可能返回 null,表示取不到有效值。
15013
15012
  */
15014
- UpdatedTime: string
15013
+ UpdatedTime?: string
15015
15014
  /**
15016
15015
  * api分组已绑定的网关部署组
15017
15016
  注意:此字段可能返回 null,表示取不到有效值。
15018
15017
  */
15019
- BindedGatewayDeployGroups: Array<GatewayDeployGroup>
15018
+ BindedGatewayDeployGroups?: Array<GatewayDeployGroup>
15020
15019
  /**
15021
15020
  * api 个数
15022
15021
  注意:此字段可能返回 null,表示取不到有效值。
15023
15022
  */
15024
- ApiCount: number
15023
+ ApiCount?: number
15025
15024
  /**
15026
15025
  * 访问group的ACL类型
15027
15026
  注意:此字段可能返回 null,表示取不到有效值。
15028
15027
  */
15029
- AclMode: string
15028
+ AclMode?: string
15030
15029
  /**
15031
15030
  * 描述
15032
15031
  注意:此字段可能返回 null,表示取不到有效值。
15033
15032
  */
15034
- Description: string
15033
+ Description?: string
15035
15034
  /**
15036
15035
  * 分组类型。 ms: 微服务分组; external:外部Api分组
15037
15036
  注意:此字段可能返回 null,表示取不到有效值。
15038
15037
  */
15039
- GroupType: string
15038
+ GroupType?: string
15040
15039
  /**
15041
15040
  * 网关实例的类型
15042
15041
  注意:此字段可能返回 null,表示取不到有效值。
15043
15042
  */
15044
- GatewayInstanceType: string
15043
+ GatewayInstanceType?: string
15045
15044
  /**
15046
15045
  * 网关实例ID
15047
15046
  注意:此字段可能返回 null,表示取不到有效值。
15048
15047
  */
15049
- GatewayInstanceId: string
15048
+ GatewayInstanceId?: string
15050
15049
  /**
15051
15050
  * 命名空间参数key值
15052
15051
  注意:此字段可能返回 null,表示取不到有效值。
15053
15052
  */
15054
- NamespaceNameKey: string
15053
+ NamespaceNameKey?: string
15055
15054
  /**
15056
15055
  * 微服务名参数key值
15057
15056
  注意:此字段可能返回 null,表示取不到有效值。
15058
15057
  */
15059
- ServiceNameKey: string
15058
+ ServiceNameKey?: string
15060
15059
  /**
15061
15060
  * 命名空间参数位置,path,header或query,默认是path
15062
15061
  注意:此字段可能返回 null,表示取不到有效值。
15063
15062
  */
15064
- NamespaceNameKeyPosition: string
15063
+ NamespaceNameKeyPosition?: string
15065
15064
  /**
15066
15065
  * 微服务名参数位置,path,header或query,默认是path
15067
15066
  注意:此字段可能返回 null,表示取不到有效值。
15068
15067
  */
15069
- ServiceNameKeyPosition: string
15068
+ ServiceNameKeyPosition?: string
15069
+ /**
15070
+ * 网关实例ID列表
15071
+ 注意:此字段可能返回 null,表示取不到有效值。
15072
+ */
15073
+ GatewayInstanceIdList?: Array<string>
15070
15074
  }
15071
15075
 
15072
15076
  /**
@@ -15315,11 +15319,11 @@ export interface TsfPageApiDetailInfo {
15315
15319
  /**
15316
15320
  * 总记录数
15317
15321
  */
15318
- TotalCount: number
15322
+ TotalCount?: number
15319
15323
  /**
15320
15324
  * API 信息列表
15321
15325
  */
15322
- Content: Array<ApiDetailInfo>
15326
+ Content?: Array<ApiDetailInfo>
15323
15327
  }
15324
15328
 
15325
15329
  /**